@charset "UTF-8";
html, body {
  -webkit-text-size-adjust: none; }

html, body, div, span, header, footer, aside, nav, menu, main, section, article, details, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, em, small, big, strong, b, u, i, sub, sup, del, strike, q, blockquote, cite, time, address, code, pre, a, img, center, hr, form, fieldset, legend, label, input, textarea, button, table, caption, tbody, thead, tfoot, tr, th, td, iframe, object, canvas, audio, video, embed {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

header, footer, aside, menu, nav, section, article, details {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

script {
  display: none !important; }

html, body {
  width: 100% !important;
  min-height: 100%;
  background: white; }

html {
  width: 100%;
  height: 100%; }

hr {
  border: 0;
  border-bottom: 1px solid #dddddd;
  margin: 10px auto;
  clear: both; }

img, a img {
  border: none; }

.clear, .clearfix {
  clear: both; }
  .clear:after, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }

.padded {
  padding: 10px; }

.half-padded {
  padding: 5px; }

.double-padded {
  padding: 20px; }

.triple-padded {
  padding: 30px; }

.pad-top {
  padding-top: 10px; }

.half-pad-top {
  padding-top: 5px; }

.double-pad-top {
  padding-top: 20px; }

.triple-pad-top {
  padding-top: 30px; }

.pad-right {
  padding-right: 10px; }

.half-pad-right {
  padding-right: 5px; }

.double-pad-right {
  padding-right: 20px; }

.triple-pad-right {
  padding-right: 30px; }

.pad-bottom {
  padding-bottom: 10px; }

.half-pad-bottom {
  padding-bottom: 5px; }

.double-pad-bottom {
  padding-bottom: 20px; }

.triple-pad-bottom {
  padding-bottom: 30px; }

.pad-left {
  padding-left: 10px; }

.half-pad-left {
  padding-left: 5px; }

.double-pad-left {
  padding-left: 20px; }

.triple-pad-left {
  padding-left: 30px; }

.gapped {
  margin: 10px; }

.half-gapped {
  margin: 5px; }

.double-gapped {
  margin: 20px; }

.triple-gapped {
  margin: 30px; }

.gap-top {
  margin-top: 10px; }

.half-gap-top {
  margin-top: 5px; }

.double-gap-top {
  margin-top: 20px; }

.triple-gap-top {
  margin-top: 30px; }

.gap-right {
  margin-right: 10px; }

.half-gap-right {
  margin-right: 5px; }

.double-gap-right {
  margin-right: 20px; }

.triple-gap-right {
  margin-right: 30px; }

.gap-bottom {
  margin-bottom: 10px; }

.half-gap-bottom {
  margin-bottom: 5px; }

.double-gap-bottom {
  margin-bottom: 20px; }

.triple-gap-bottom {
  margin-bottom: 30px; }

.gap-left {
  margin-left: 10px; }

.half-gap-left {
  margin-left: 5px; }

.double-gap-left {
  margin-left: 20px; }

.triple-gap-left {
  margin-left: 30px; }

.offset {
  margin: -10px; }

.half-offset {
  margin: -5px; }

.double-offset {
  margin: -20px; }

.triple-offset {
  margin: -30px; }

.offset-top {
  margin-top: -10px; }

.half-offset-top {
  margin-top: -5px; }

.double-offset-top {
  margin-top: -20px; }

.triple-offset-top {
  margin-top: -30px; }

.offset-right {
  margin-right: -10px; }

.half-offset-right {
  margin-right: -5px; }

.double-offset-right {
  margin-right: -20px; }

.triple-offset-right {
  margin-right: -30px; }

.offset-bottom {
  margin-bottom: -10px; }

.half-offset-bottom {
  margin-bottom: -5px; }

.double-offset-bottom {
  margin-bottom: -20px; }

.triple-offset-bottom {
  margin-bottom: -30px; }

.offset-left {
  margin-left: -10px; }

.half-offset-left {
  margin-left: -5px; }

.double-offset-left {
  margin-left: -20px; }

.triple-offset-left {
  margin-left: -30px; }

.stick, .fixed {
  position: fixed; }

.stick.top, .fixed.top {
  position: fixed;
  top: 0; }

.stick.right, .fixed.right {
  position: fixed;
  right: 0; }

.stick.bottom, .fixed.bottom {
  position: fixed;
  bottom: 0; }

.stick.left, .fixed.left {
  position: fixed;
  left: 0; }

.stick.middle, .fixed.middle {
  position: fixed;
  top: 50%; }

.stick.center, .fixed.center {
  position: fixed;
  left: 50%; }

.absolute {
  position: absolute; }

.absolute.top {
  position: absolute;
  top: 0; }

.absolute.right {
  position: absolute;
  right: 0; }

.absolute.bottom {
  position: absolute;
  bottom: 0; }

.absolute.left {
  position: absolute;
  left: 0; }

.absolute.middle {
  position: absolute;
  top: 50%; }

.absolute.center {
  position: absolute;
  left: 50%; }

.relative, sup, sub, blockquote {
  position: relative; }

.static {
  position: static; }

.inline {
  display: inline; }

.inline-block, a:before, a:after, code {
  display: inline-block;
  width: auto; }

.block {
  display: block; }

.hidden {
  display: none !important; }

.small, sup, sub, small {
  font-size: 0.8em; }

.medium {
  font-size: 1em; }

big, .large {
  font-size: 1.5em; }

em, q {
  font-style: italic; }

b, q, blockquote, strong {
  font-weight: 900; }

html, body, .unstyled, ul.checklist, ul.list, ol.list, ul.unstyled, ol.unstyled, .zero {
  margin: 0;
  padding: 0; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.pull-none {
  float: none; }

.bordered {
  border: 1px solid #dddddd; }

.border-top {
  border-top: 1px solid #dddddd; }

.border-right {
  border-right: 1px solid #dddddd; }

.border-bottom {
  border-bottom: 1px solid #dddddd; }

.border-left {
  border-left: 1px solid #dddddd; }

.align-top {
  display: table-cell;
  vertical-align: top; }

.align-right {
  text-align: right; }

.align-bottom {
  display: table-cell;
  vertical-align: bottom; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.justify {
  text-align: justify; }

.unstyled, ul.checklist, ul.list, ol.list, ul.unstyled, ol.unstyled {
  list-style: none; }

.truncate, .js .responsive:not(table) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.center {
  display: block;
  margin: 0 auto; }

.rotate-90 {
  display: inline-block;
  width: auto; }

.rotate-90-ctr {
  display: inline-block;
  width: auto; }

.rotate-180 {
  display: inline-block;
  width: auto; }

.rotate-180-ctr {
  display: inline-block;
  width: auto; }

.rotate-270 {
  display: inline-block;
  width: auto; }

.rotate-270-ctr {
  display: inline-block;
  width: auto; }

.rotate-360 {
  display: inline-block;
  width: auto; }

.rotate-360-ctr {
  display: inline-block;
  width: auto; }

.no-transition {
  transition: none !important; }

.container {
  max-width: 1200px;
  margin: 0 auto; }

.row {
  clear: both;
  width: 100%; }
  .row:after {
    content: " ";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }

.column, .whole,
.wholes, .whole.one,
.wholes.one, .half,
.halves, .half.one,
.halves.one, .half.two,
.halves.two, .third,
.thirds, .third.one,
.thirds.one, .third.two,
.thirds.two, .third.three,
.thirds.three, .fourth,
.fourths, .fourth.one,
.fourths.one, .fourth.two,
.fourths.two, .fourth.three,
.fourths.three, .fourth.four,
.fourths.four, .fifth,
.fifths, .fifth.one,
.fifths.one, .fifth.two,
.fifths.two, .fifth.three,
.fifths.three, .fifth.four,
.fifths.four, .fifth.five,
.fifths.five, .sixth,
.sixths, .sixth.one,
.sixths.one, .sixth.two,
.sixths.two, .sixth.three,
.sixths.three, .sixth.four,
.sixths.four, .sixth.five,
.sixths.five, .sixth.six,
.sixths.six, .seventh,
.sevenths, .seventh.one,
.sevenths.one, .seventh.two,
.sevenths.two, .seventh.three,
.sevenths.three, .seventh.four,
.sevenths.four, .seventh.five,
.sevenths.five, .seventh.six,
.sevenths.six, .seventh.seven,
.sevenths.seven, .eighth,
.eighths, .eighth.one,
.eighths.one, .eighth.two,
.eighths.two, .eighth.three,
.eighths.three, .eighth.four,
.eighths.four, .eighth.five,
.eighths.five, .eighth.six,
.eighths.six, .eighth.seven,
.eighths.seven, .eighth.eight,
.eighths.eight, .ninth,
.ninths, .ninth.one,
.ninths.one, .ninth.two,
.ninths.two, .ninth.three,
.ninths.three, .ninth.four,
.ninths.four, .ninth.five,
.ninths.five, .ninth.six,
.ninths.six, .ninth.seven,
.ninths.seven, .ninth.eight,
.ninths.eight, .ninth.nine,
.ninths.nine, .tenth,
.tenths, .tenth.one,
.tenths.one, .tenth.two,
.tenths.two, .tenth.three,
.tenths.three, .tenth.four,
.tenths.four, .tenth.five,
.tenths.five, .tenth.six,
.tenths.six, .tenth.seven,
.tenths.seven, .tenth.eight,
.tenths.eight, .tenth.nine,
.tenths.nine, .tenth.ten,
.tenths.ten, .eleventh,
.elevenths, .eleventh.one,
.elevenths.one, .eleventh.two,
.elevenths.two, .eleventh.three,
.elevenths.three, .eleventh.four,
.elevenths.four, .eleventh.five,
.elevenths.five, .eleventh.six,
.elevenths.six, .eleventh.seven,
.elevenths.seven, .eleventh.eight,
.elevenths.eight, .eleventh.nine,
.elevenths.nine, .eleventh.ten,
.elevenths.ten, .eleventh.eleven,
.elevenths.eleven, .twelfth,
.twelfths, .twelfth.one,
.twelfths.one, .twelfth.two,
.twelfths.two, .twelfth.three,
.twelfths.three, .twelfth.four,
.twelfths.four, .twelfth.five,
.twelfths.five, .twelfth.six,
.twelfths.six, .twelfth.seven,
.twelfths.seven, .twelfth.eight,
.twelfths.eight, .twelfth.nine,
.twelfths.nine, .twelfth.ten,
.twelfths.ten, .twelfth.eleven,
.twelfths.eleven, .twelfth.twelve,
.twelfths.twelve {
  float: left;
  position: relative;
  min-height: 1px; }

.centered {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.whole,
.wholes {
  width: 100%; }
  .whole.one,
  .wholes.one {
    width: 100%; }

.half,
.halves {
  width: 50%; }
  .half.one,
  .halves.one {
    width: 50%; }
  .half.two,
  .halves.two {
    width: 100%; }
  .half.right-one,
  .halves.right-one {
    left: 50%; }
  .half.left-one,
  .halves.left-one {
    right: 50%; }
  .half.skip-one,
  .halves.skip-one {
    margin-left: 50%; }

.third,
.thirds {
  width: 33.3333333333%; }
  .third.one,
  .thirds.one {
    width: 33.3333333333%; }
  .third.two,
  .thirds.two {
    width: 66.6666666667%; }
  .third.three,
  .thirds.three {
    width: 100%; }
  .third.right-one,
  .thirds.right-one {
    left: 33.3333333333%; }
  .third.left-one,
  .thirds.left-one {
    right: 33.3333333333%; }
  .third.skip-one,
  .thirds.skip-one {
    margin-left: 33.3333333333%; }
  .third.right-two,
  .thirds.right-two {
    left: 66.6666666667%; }
  .third.left-two,
  .thirds.left-two {
    right: 66.6666666667%; }
  .third.skip-two,
  .thirds.skip-two {
    margin-left: 66.6666666667%; }

.fourth,
.fourths {
  width: 25%; }
  .fourth.one,
  .fourths.one {
    width: 25%; }
  .fourth.two,
  .fourths.two {
    width: 50%; }
  .fourth.three,
  .fourths.three {
    width: 75%; }
  .fourth.four,
  .fourths.four {
    width: 100%; }
  .fourth.right-one,
  .fourths.right-one {
    left: 25%; }
  .fourth.left-one,
  .fourths.left-one {
    right: 25%; }
  .fourth.skip-one,
  .fourths.skip-one {
    margin-left: 25%; }
  .fourth.right-two,
  .fourths.right-two {
    left: 50%; }
  .fourth.left-two,
  .fourths.left-two {
    right: 50%; }
  .fourth.skip-two,
  .fourths.skip-two {
    margin-left: 50%; }
  .fourth.right-three,
  .fourths.right-three {
    left: 75%; }
  .fourth.left-three,
  .fourths.left-three {
    right: 75%; }
  .fourth.skip-three,
  .fourths.skip-three {
    margin-left: 75%; }

.fifth,
.fifths {
  width: 20%; }
  .fifth.one,
  .fifths.one {
    width: 20%; }
  .fifth.two,
  .fifths.two {
    width: 40%; }
  .fifth.three,
  .fifths.three {
    width: 60%; }
  .fifth.four,
  .fifths.four {
    width: 80%; }
  .fifth.five,
  .fifths.five {
    width: 100%; }
  .fifth.right-one,
  .fifths.right-one {
    left: 20%; }
  .fifth.left-one,
  .fifths.left-one {
    right: 20%; }
  .fifth.skip-one,
  .fifths.skip-one {
    margin-left: 20%; }
  .fifth.right-two,
  .fifths.right-two {
    left: 40%; }
  .fifth.left-two,
  .fifths.left-two {
    right: 40%; }
  .fifth.skip-two,
  .fifths.skip-two {
    margin-left: 40%; }
  .fifth.right-three,
  .fifths.right-three {
    left: 60%; }
  .fifth.left-three,
  .fifths.left-three {
    right: 60%; }
  .fifth.skip-three,
  .fifths.skip-three {
    margin-left: 60%; }
  .fifth.right-four,
  .fifths.right-four {
    left: 80%; }
  .fifth.left-four,
  .fifths.left-four {
    right: 80%; }
  .fifth.skip-four,
  .fifths.skip-four {
    margin-left: 80%; }

.sixth,
.sixths {
  width: 16.6666666667%; }
  .sixth.one,
  .sixths.one {
    width: 16.6666666667%; }
  .sixth.two,
  .sixths.two {
    width: 33.3333333333%; }
  .sixth.three,
  .sixths.three {
    width: 50%; }
  .sixth.four,
  .sixths.four {
    width: 66.6666666667%; }
  .sixth.five,
  .sixths.five {
    width: 83.3333333333%; }
  .sixth.six,
  .sixths.six {
    width: 100%; }
  .sixth.right-one,
  .sixths.right-one {
    left: 16.6666666667%; }
  .sixth.left-one,
  .sixths.left-one {
    right: 16.6666666667%; }
  .sixth.skip-one,
  .sixths.skip-one {
    margin-left: 16.6666666667%; }
  .sixth.right-two,
  .sixths.right-two {
    left: 33.3333333333%; }
  .sixth.left-two,
  .sixths.left-two {
    right: 33.3333333333%; }
  .sixth.skip-two,
  .sixths.skip-two {
    margin-left: 33.3333333333%; }
  .sixth.right-three,
  .sixths.right-three {
    left: 50%; }
  .sixth.left-three,
  .sixths.left-three {
    right: 50%; }
  .sixth.skip-three,
  .sixths.skip-three {
    margin-left: 50%; }
  .sixth.right-four,
  .sixths.right-four {
    left: 66.6666666667%; }
  .sixth.left-four,
  .sixths.left-four {
    right: 66.6666666667%; }
  .sixth.skip-four,
  .sixths.skip-four {
    margin-left: 66.6666666667%; }
  .sixth.right-five,
  .sixths.right-five {
    left: 83.3333333333%; }
  .sixth.left-five,
  .sixths.left-five {
    right: 83.3333333333%; }
  .sixth.skip-five,
  .sixths.skip-five {
    margin-left: 83.3333333333%; }

.seventh,
.sevenths {
  width: 14.2857142857%; }
  .seventh.one,
  .sevenths.one {
    width: 14.2857142857%; }
  .seventh.two,
  .sevenths.two {
    width: 28.5714285714%; }
  .seventh.three,
  .sevenths.three {
    width: 42.8571428571%; }
  .seventh.four,
  .sevenths.four {
    width: 57.1428571429%; }
  .seventh.five,
  .sevenths.five {
    width: 71.4285714286%; }
  .seventh.six,
  .sevenths.six {
    width: 85.7142857143%; }
  .seventh.seven,
  .sevenths.seven {
    width: 100%; }
  .seventh.right-one,
  .sevenths.right-one {
    left: 14.2857142857%; }
  .seventh.left-one,
  .sevenths.left-one {
    right: 14.2857142857%; }
  .seventh.skip-one,
  .sevenths.skip-one {
    margin-left: 14.2857142857%; }
  .seventh.right-two,
  .sevenths.right-two {
    left: 28.5714285714%; }
  .seventh.left-two,
  .sevenths.left-two {
    right: 28.5714285714%; }
  .seventh.skip-two,
  .sevenths.skip-two {
    margin-left: 28.5714285714%; }
  .seventh.right-three,
  .sevenths.right-three {
    left: 42.8571428571%; }
  .seventh.left-three,
  .sevenths.left-three {
    right: 42.8571428571%; }
  .seventh.skip-three,
  .sevenths.skip-three {
    margin-left: 42.8571428571%; }
  .seventh.right-four,
  .sevenths.right-four {
    left: 57.1428571429%; }
  .seventh.left-four,
  .sevenths.left-four {
    right: 57.1428571429%; }
  .seventh.skip-four,
  .sevenths.skip-four {
    margin-left: 57.1428571429%; }
  .seventh.right-five,
  .sevenths.right-five {
    left: 71.4285714286%; }
  .seventh.left-five,
  .sevenths.left-five {
    right: 71.4285714286%; }
  .seventh.skip-five,
  .sevenths.skip-five {
    margin-left: 71.4285714286%; }
  .seventh.right-six,
  .sevenths.right-six {
    left: 85.7142857143%; }
  .seventh.left-six,
  .sevenths.left-six {
    right: 85.7142857143%; }
  .seventh.skip-six,
  .sevenths.skip-six {
    margin-left: 85.7142857143%; }

.eighth,
.eighths {
  width: 12.5%; }
  .eighth.one,
  .eighths.one {
    width: 12.5%; }
  .eighth.two,
  .eighths.two {
    width: 25%; }
  .eighth.three,
  .eighths.three {
    width: 37.5%; }
  .eighth.four,
  .eighths.four {
    width: 50%; }
  .eighth.five,
  .eighths.five {
    width: 62.5%; }
  .eighth.six,
  .eighths.six {
    width: 75%; }
  .eighth.seven,
  .eighths.seven {
    width: 87.5%; }
  .eighth.eight,
  .eighths.eight {
    width: 100%; }
  .eighth.right-one,
  .eighths.right-one {
    left: 12.5%; }
  .eighth.left-one,
  .eighths.left-one {
    right: 12.5%; }
  .eighth.skip-one,
  .eighths.skip-one {
    margin-left: 12.5%; }
  .eighth.right-two,
  .eighths.right-two {
    left: 25%; }
  .eighth.left-two,
  .eighths.left-two {
    right: 25%; }
  .eighth.skip-two,
  .eighths.skip-two {
    margin-left: 25%; }
  .eighth.right-three,
  .eighths.right-three {
    left: 37.5%; }
  .eighth.left-three,
  .eighths.left-three {
    right: 37.5%; }
  .eighth.skip-three,
  .eighths.skip-three {
    margin-left: 37.5%; }
  .eighth.right-four,
  .eighths.right-four {
    left: 50%; }
  .eighth.left-four,
  .eighths.left-four {
    right: 50%; }
  .eighth.skip-four,
  .eighths.skip-four {
    margin-left: 50%; }
  .eighth.right-five,
  .eighths.right-five {
    left: 62.5%; }
  .eighth.left-five,
  .eighths.left-five {
    right: 62.5%; }
  .eighth.skip-five,
  .eighths.skip-five {
    margin-left: 62.5%; }
  .eighth.right-six,
  .eighths.right-six {
    left: 75%; }
  .eighth.left-six,
  .eighths.left-six {
    right: 75%; }
  .eighth.skip-six,
  .eighths.skip-six {
    margin-left: 75%; }
  .eighth.right-seven,
  .eighths.right-seven {
    left: 87.5%; }
  .eighth.left-seven,
  .eighths.left-seven {
    right: 87.5%; }
  .eighth.skip-seven,
  .eighths.skip-seven {
    margin-left: 87.5%; }

.ninth,
.ninths {
  width: 11.1111111111%; }
  .ninth.one,
  .ninths.one {
    width: 11.1111111111%; }
  .ninth.two,
  .ninths.two {
    width: 22.2222222222%; }
  .ninth.three,
  .ninths.three {
    width: 33.3333333333%; }
  .ninth.four,
  .ninths.four {
    width: 44.4444444444%; }
  .ninth.five,
  .ninths.five {
    width: 55.5555555556%; }
  .ninth.six,
  .ninths.six {
    width: 66.6666666667%; }
  .ninth.seven,
  .ninths.seven {
    width: 77.7777777778%; }
  .ninth.eight,
  .ninths.eight {
    width: 88.8888888889%; }
  .ninth.nine,
  .ninths.nine {
    width: 100%; }
  .ninth.right-one,
  .ninths.right-one {
    left: 11.1111111111%; }
  .ninth.left-one,
  .ninths.left-one {
    right: 11.1111111111%; }
  .ninth.skip-one,
  .ninths.skip-one {
    margin-left: 11.1111111111%; }
  .ninth.right-two,
  .ninths.right-two {
    left: 22.2222222222%; }
  .ninth.left-two,
  .ninths.left-two {
    right: 22.2222222222%; }
  .ninth.skip-two,
  .ninths.skip-two {
    margin-left: 22.2222222222%; }
  .ninth.right-three,
  .ninths.right-three {
    left: 33.3333333333%; }
  .ninth.left-three,
  .ninths.left-three {
    right: 33.3333333333%; }
  .ninth.skip-three,
  .ninths.skip-three {
    margin-left: 33.3333333333%; }
  .ninth.right-four,
  .ninths.right-four {
    left: 44.4444444444%; }
  .ninth.left-four,
  .ninths.left-four {
    right: 44.4444444444%; }
  .ninth.skip-four,
  .ninths.skip-four {
    margin-left: 44.4444444444%; }
  .ninth.right-five,
  .ninths.right-five {
    left: 55.5555555556%; }
  .ninth.left-five,
  .ninths.left-five {
    right: 55.5555555556%; }
  .ninth.skip-five,
  .ninths.skip-five {
    margin-left: 55.5555555556%; }
  .ninth.right-six,
  .ninths.right-six {
    left: 66.6666666667%; }
  .ninth.left-six,
  .ninths.left-six {
    right: 66.6666666667%; }
  .ninth.skip-six,
  .ninths.skip-six {
    margin-left: 66.6666666667%; }
  .ninth.right-seven,
  .ninths.right-seven {
    left: 77.7777777778%; }
  .ninth.left-seven,
  .ninths.left-seven {
    right: 77.7777777778%; }
  .ninth.skip-seven,
  .ninths.skip-seven {
    margin-left: 77.7777777778%; }
  .ninth.right-eight,
  .ninths.right-eight {
    left: 88.8888888889%; }
  .ninth.left-eight,
  .ninths.left-eight {
    right: 88.8888888889%; }
  .ninth.skip-eight,
  .ninths.skip-eight {
    margin-left: 88.8888888889%; }

.tenth,
.tenths {
  width: 10%; }
  .tenth.one,
  .tenths.one {
    width: 10%; }
  .tenth.two,
  .tenths.two {
    width: 20%; }
  .tenth.three,
  .tenths.three {
    width: 30%; }
  .tenth.four,
  .tenths.four {
    width: 40%; }
  .tenth.five,
  .tenths.five {
    width: 50%; }
  .tenth.six,
  .tenths.six {
    width: 60%; }
  .tenth.seven,
  .tenths.seven {
    width: 70%; }
  .tenth.eight,
  .tenths.eight {
    width: 80%; }
  .tenth.nine,
  .tenths.nine {
    width: 90%; }
  .tenth.ten,
  .tenths.ten {
    width: 100%; }
  .tenth.right-one,
  .tenths.right-one {
    left: 10%; }
  .tenth.left-one,
  .tenths.left-one {
    right: 10%; }
  .tenth.skip-one,
  .tenths.skip-one {
    margin-left: 10%; }
  .tenth.right-two,
  .tenths.right-two {
    left: 20%; }
  .tenth.left-two,
  .tenths.left-two {
    right: 20%; }
  .tenth.skip-two,
  .tenths.skip-two {
    margin-left: 20%; }
  .tenth.right-three,
  .tenths.right-three {
    left: 30%; }
  .tenth.left-three,
  .tenths.left-three {
    right: 30%; }
  .tenth.skip-three,
  .tenths.skip-three {
    margin-left: 30%; }
  .tenth.right-four,
  .tenths.right-four {
    left: 40%; }
  .tenth.left-four,
  .tenths.left-four {
    right: 40%; }
  .tenth.skip-four,
  .tenths.skip-four {
    margin-left: 40%; }
  .tenth.right-five,
  .tenths.right-five {
    left: 50%; }
  .tenth.left-five,
  .tenths.left-five {
    right: 50%; }
  .tenth.skip-five,
  .tenths.skip-five {
    margin-left: 50%; }
  .tenth.right-six,
  .tenths.right-six {
    left: 60%; }
  .tenth.left-six,
  .tenths.left-six {
    right: 60%; }
  .tenth.skip-six,
  .tenths.skip-six {
    margin-left: 60%; }
  .tenth.right-seven,
  .tenths.right-seven {
    left: 70%; }
  .tenth.left-seven,
  .tenths.left-seven {
    right: 70%; }
  .tenth.skip-seven,
  .tenths.skip-seven {
    margin-left: 70%; }
  .tenth.right-eight,
  .tenths.right-eight {
    left: 80%; }
  .tenth.left-eight,
  .tenths.left-eight {
    right: 80%; }
  .tenth.skip-eight,
  .tenths.skip-eight {
    margin-left: 80%; }
  .tenth.right-nine,
  .tenths.right-nine {
    left: 90%; }
  .tenth.left-nine,
  .tenths.left-nine {
    right: 90%; }
  .tenth.skip-nine,
  .tenths.skip-nine {
    margin-left: 90%; }

.eleventh,
.elevenths {
  width: 9.0909090909%; }
  .eleventh.one,
  .elevenths.one {
    width: 9.0909090909%; }
  .eleventh.two,
  .elevenths.two {
    width: 18.1818181818%; }
  .eleventh.three,
  .elevenths.three {
    width: 27.2727272727%; }
  .eleventh.four,
  .elevenths.four {
    width: 36.3636363636%; }
  .eleventh.five,
  .elevenths.five {
    width: 45.4545454545%; }
  .eleventh.six,
  .elevenths.six {
    width: 54.5454545455%; }
  .eleventh.seven,
  .elevenths.seven {
    width: 63.6363636364%; }
  .eleventh.eight,
  .elevenths.eight {
    width: 72.7272727273%; }
  .eleventh.nine,
  .elevenths.nine {
    width: 81.8181818182%; }
  .eleventh.ten,
  .elevenths.ten {
    width: 90.9090909091%; }
  .eleventh.eleven,
  .elevenths.eleven {
    width: 100%; }
  .eleventh.right-one,
  .elevenths.right-one {
    left: 9.0909090909%; }
  .eleventh.left-one,
  .elevenths.left-one {
    right: 9.0909090909%; }
  .eleventh.skip-one,
  .elevenths.skip-one {
    margin-left: 9.0909090909%; }
  .eleventh.right-two,
  .elevenths.right-two {
    left: 18.1818181818%; }
  .eleventh.left-two,
  .elevenths.left-two {
    right: 18.1818181818%; }
  .eleventh.skip-two,
  .elevenths.skip-two {
    margin-left: 18.1818181818%; }
  .eleventh.right-three,
  .elevenths.right-three {
    left: 27.2727272727%; }
  .eleventh.left-three,
  .elevenths.left-three {
    right: 27.2727272727%; }
  .eleventh.skip-three,
  .elevenths.skip-three {
    margin-left: 27.2727272727%; }
  .eleventh.right-four,
  .elevenths.right-four {
    left: 36.3636363636%; }
  .eleventh.left-four,
  .elevenths.left-four {
    right: 36.3636363636%; }
  .eleventh.skip-four,
  .elevenths.skip-four {
    margin-left: 36.3636363636%; }
  .eleventh.right-five,
  .elevenths.right-five {
    left: 45.4545454545%; }
  .eleventh.left-five,
  .elevenths.left-five {
    right: 45.4545454545%; }
  .eleventh.skip-five,
  .elevenths.skip-five {
    margin-left: 45.4545454545%; }
  .eleventh.right-six,
  .elevenths.right-six {
    left: 54.5454545455%; }
  .eleventh.left-six,
  .elevenths.left-six {
    right: 54.5454545455%; }
  .eleventh.skip-six,
  .elevenths.skip-six {
    margin-left: 54.5454545455%; }
  .eleventh.right-seven,
  .elevenths.right-seven {
    left: 63.6363636364%; }
  .eleventh.left-seven,
  .elevenths.left-seven {
    right: 63.6363636364%; }
  .eleventh.skip-seven,
  .elevenths.skip-seven {
    margin-left: 63.6363636364%; }
  .eleventh.right-eight,
  .elevenths.right-eight {
    left: 72.7272727273%; }
  .eleventh.left-eight,
  .elevenths.left-eight {
    right: 72.7272727273%; }
  .eleventh.skip-eight,
  .elevenths.skip-eight {
    margin-left: 72.7272727273%; }
  .eleventh.right-nine,
  .elevenths.right-nine {
    left: 81.8181818182%; }
  .eleventh.left-nine,
  .elevenths.left-nine {
    right: 81.8181818182%; }
  .eleventh.skip-nine,
  .elevenths.skip-nine {
    margin-left: 81.8181818182%; }
  .eleventh.right-ten,
  .elevenths.right-ten {
    left: 90.9090909091%; }
  .eleventh.left-ten,
  .elevenths.left-ten {
    right: 90.9090909091%; }
  .eleventh.skip-ten,
  .elevenths.skip-ten {
    margin-left: 90.9090909091%; }

.twelfth,
.twelfths {
  width: 8.3333333333%; }
  .twelfth.one,
  .twelfths.one {
    width: 8.3333333333%; }
  .twelfth.two,
  .twelfths.two {
    width: 16.6666666667%; }
  .twelfth.three,
  .twelfths.three {
    width: 25%; }
  .twelfth.four,
  .twelfths.four {
    width: 33.3333333333%; }
  .twelfth.five,
  .twelfths.five {
    width: 41.6666666667%; }
  .twelfth.six,
  .twelfths.six {
    width: 50%; }
  .twelfth.seven,
  .twelfths.seven {
    width: 58.3333333333%; }
  .twelfth.eight,
  .twelfths.eight {
    width: 66.6666666667%; }
  .twelfth.nine,
  .twelfths.nine {
    width: 75%; }
  .twelfth.ten,
  .twelfths.ten {
    width: 83.3333333333%; }
  .twelfth.eleven,
  .twelfths.eleven {
    width: 91.6666666667%; }
  .twelfth.twelve,
  .twelfths.twelve {
    width: 100%; }
  .twelfth.right-one,
  .twelfths.right-one {
    left: 8.3333333333%; }
  .twelfth.left-one,
  .twelfths.left-one {
    right: 8.3333333333%; }
  .twelfth.skip-one,
  .twelfths.skip-one {
    margin-left: 8.3333333333%; }
  .twelfth.right-two,
  .twelfths.right-two {
    left: 16.6666666667%; }
  .twelfth.left-two,
  .twelfths.left-two {
    right: 16.6666666667%; }
  .twelfth.skip-two,
  .twelfths.skip-two {
    margin-left: 16.6666666667%; }
  .twelfth.right-three,
  .twelfths.right-three {
    left: 25%; }
  .twelfth.left-three,
  .twelfths.left-three {
    right: 25%; }
  .twelfth.skip-three,
  .twelfths.skip-three {
    margin-left: 25%; }
  .twelfth.right-four,
  .twelfths.right-four {
    left: 33.3333333333%; }
  .twelfth.left-four,
  .twelfths.left-four {
    right: 33.3333333333%; }
  .twelfth.skip-four,
  .twelfths.skip-four {
    margin-left: 33.3333333333%; }
  .twelfth.right-five,
  .twelfths.right-five {
    left: 41.6666666667%; }
  .twelfth.left-five,
  .twelfths.left-five {
    right: 41.6666666667%; }
  .twelfth.skip-five,
  .twelfths.skip-five {
    margin-left: 41.6666666667%; }
  .twelfth.right-six,
  .twelfths.right-six {
    left: 50%; }
  .twelfth.left-six,
  .twelfths.left-six {
    right: 50%; }
  .twelfth.skip-six,
  .twelfths.skip-six {
    margin-left: 50%; }
  .twelfth.right-seven,
  .twelfths.right-seven {
    left: 58.3333333333%; }
  .twelfth.left-seven,
  .twelfths.left-seven {
    right: 58.3333333333%; }
  .twelfth.skip-seven,
  .twelfths.skip-seven {
    margin-left: 58.3333333333%; }
  .twelfth.right-eight,
  .twelfths.right-eight {
    left: 66.6666666667%; }
  .twelfth.left-eight,
  .twelfths.left-eight {
    right: 66.6666666667%; }
  .twelfth.skip-eight,
  .twelfths.skip-eight {
    margin-left: 66.6666666667%; }
  .twelfth.right-nine,
  .twelfths.right-nine {
    left: 75%; }
  .twelfth.left-nine,
  .twelfths.left-nine {
    right: 75%; }
  .twelfth.skip-nine,
  .twelfths.skip-nine {
    margin-left: 75%; }
  .twelfth.right-ten,
  .twelfths.right-ten {
    left: 83.3333333333%; }
  .twelfth.left-ten,
  .twelfths.left-ten {
    right: 83.3333333333%; }
  .twelfth.skip-ten,
  .twelfths.skip-ten {
    margin-left: 83.3333333333%; }
  .twelfth.right-eleven,
  .twelfths.right-eleven {
    left: 91.6666666667%; }
  .twelfth.left-eleven,
  .twelfths.left-eleven {
    right: 91.6666666667%; }
  .twelfth.skip-eleven,
  .twelfths.skip-eleven {
    margin-left: 91.6666666667%; }

.one-up,
.one-up-desktop {
  width: 100% !important;
  clear: none !important;
  float: left !important;
  left: 0 !important;
  right: 0 !important; }

.two-up,
.two-up-desktop {
  width: 50% !important;
  clear: none !important;
  float: left !important;
  left: 0 !important;
  right: 0 !important; }

.three-up,
.three-up-desktop {
  width: 33.3333333333% !important;
  clear: none !important;
  float: left !important;
  left: 0 !important;
  right: 0 !important; }

.four-up,
.four-up-desktop {
  width: 25% !important;
  clear: none !important;
  float: left !important;
  left: 0 !important;
  right: 0 !important; }

.five-up,
.five-up-desktop {
  width: 20% !important;
  clear: none !important;
  float: left !important;
  left: 0 !important;
  right: 0 !important; }

.one-up:nth-child(1n+1),
.one-up-desktop:nth-child(1n+1) {
  clear: both !important; }

.two-up:nth-child(2n+1),
.two-up-desktop:nth-child(2n+1) {
  clear: both !important; }

.three-up:nth-child(3n+1),
.three-up-desktop:nth-child(3n+1) {
  clear: both !important; }

.four-up:nth-child(4n+1),
.four-up-desktop:nth-child(4n+1) {
  clear: both !important; }

.five-up:nth-child(5n+1),
.five-up-desktop:nth-child(5n+1) {
  clear: both !important; }

@media (min-width: 768px) and (max-width: 1024px) {
  .one-up-ipad {
    width: 100% !important;
    clear: none !important;
    float: left !important;
    left: 0 !important;
    right: 0 !important; }

  .two-up-ipad {
    width: 50% !important;
    clear: none !important;
    float: left !important;
    left: 0 !important;
    right: 0 !important; }

  .three-up-ipad {
    width: 33.3333333333% !important;
    clear: none !important;
    float: left !important;
    left: 0 !important;
    right: 0 !important; }

  .four-up-ipad {
    width: 25% !important;
    clear: none !important;
    float: left !important;
    left: 0 !important;
    right: 0 !important; }

  .five-up-ipad {
    width: 20% !important;
    clear: none !important;
    float: left !important;
    left: 0 !important;
    right: 0 !important; } }
@media (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (min-width: 481px) {
  .one-up-ipad:nth-child(1n+1) {
    clear: both !important; }

  .two-up-ipad:nth-child(2n+1) {
    clear: both !important; }

  .three-up-ipad:nth-child(3n+1) {
    clear: both !important; }

  .four-up-ipad:nth-child(4n+1) {
    clear: both !important; }

  .five-up-ipad:nth-child(5n+1) {
    clear: both !important; } }
@media (max-width: 767px) and (min-width: 481px) {
  .one-up-small-tablet {
    width: 100% !important;
    clear: none !important;
    float: left !important;
    left: 0 !important;
    right: 0 !important; }

  .two-up-small-tablet {
    width: 50% !important;
    clear: none !important;
    float: left !important;
    left: 0 !important;
    right: 0 !important; }

  .three-up-small-tablet {
    width: 33.3333333333% !important;
    clear: none !important;
    float: left !important;
    left: 0 !important;
    right: 0 !important; }

  .four-up-small-tablet {
    width: 25% !important;
    clear: none !important;
    float: left !important;
    left: 0 !important;
    right: 0 !important; }

  .five-up-small-tablet {
    width: 20% !important;
    clear: none !important;
    float: left !important;
    left: 0 !important;
    right: 0 !important; } }
@media (max-width: 767px) and (min-width: 481px) {
  .one-up-small-tablet:nth-child(1n+1) {
    clear: both !important; }

  .two-up-small-tablet:nth-child(2n+1) {
    clear: both !important; }

  .three-up-small-tablet:nth-child(3n+1) {
    clear: both !important; }

  .four-up-small-tablet:nth-child(4n+1) {
    clear: both !important; }

  .five-up-small-tablet:nth-child(5n+1) {
    clear: both !important; } }
@media (max-width: 480px) {
  .one-up-mobile {
    width: 100% !important;
    clear: none !important;
    float: left !important;
    left: 0 !important;
    right: 0 !important; }
    .one-up-mobile:nth-child(2) {
      clear: both !important; }

  .two-up-mobile {
    width: 50% !important;
    clear: none !important;
    float: left !important;
    left: 0 !important;
    right: 0 !important; }
    .two-up-mobile:nth-child(3) {
      clear: both !important; }

  .three-up-mobile {
    width: 33.3333333333% !important;
    clear: none !important;
    float: left !important;
    left: 0 !important;
    right: 0 !important; }
    .three-up-mobile:nth-child(4) {
      clear: both !important; }

  .four-up-mobile {
    width: 25% !important;
    clear: none !important;
    float: left !important;
    left: 0 !important;
    right: 0 !important; }
    .four-up-mobile:nth-child(5) {
      clear: both !important; }

  .five-up-mobile {
    width: 20% !important;
    clear: none !important;
    float: left !important;
    left: 0 !important;
    right: 0 !important; }
    .five-up-mobile:nth-child(6) {
      clear: both !important; } }
@media (max-width: 480px) {
  .one-up-mobile:nth-child(1n+1) {
    clear: both !important; }

  .two-up-mobile:nth-child(2n+1) {
    clear: both !important; }

  .three-up-mobile:nth-child(3n+1) {
    clear: both !important; }

  .four-up-mobile:nth-child(4n+1) {
    clear: both !important; }

  .five-up-mobile:nth-child(5n+1) {
    clear: both !important; } }
.flex-wrapper {
  display: flex; }

.flex-box {
  width: percent(1);
  flex: 1; }

.vertical-center {
  display: box;
  box-orient: vertical;
  box-pack: center; }

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=3.2.1");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: 0.3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333em; }

a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571429em;
  text-align: right;
  padding-right: 0.2857142857em; }
  [class^="icon-"].icon-fixed-width.icon-large,
  [class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.4285714286em; }

.icons-ul {
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .icons-ul > li {
    position: relative; }
  .icons-ul .icon-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    text-align: center;
    line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: white; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em; }

.icon-2x {
  font-size: 2em; }
  .icon-2x.icon-border {
    border-width: 2px; }

.icon-3x {
  font-size: 3em; }
  .icon-3x.icon-border {
    border-width: 3px; }

.icon-4x {
  font-size: 4em; }
  .icon-4x.icon-border {
    border-width: 4px; }

.icon-5x {
  font-size: 5em; }
  .icon-5x.icon-border {
    border-width: 5px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.3em; }
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em; }

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }
  .icon-stack [class^="icon-"],
  .icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em; }
  .icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em; }

.icon-spin {
  display: inline-block;
  animation: spin 2s infinite linear; }

a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.icon-rotate-90:before {
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  transform: scale(1, -1); }

a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block; }

.icon-glass:before {
  content: ""; }

.icon-music:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-envelope-alt:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-star-empty:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-film:before {
  content: ""; }

.icon-th-large:before {
  content: ""; }

.icon-th:before {
  content: ""; }

.icon-th-list:before {
  content: ""; }

.icon-ok:before {
  content: ""; }

.icon-remove:before {
  content: ""; }

.icon-zoom-in:before {
  content: ""; }

.icon-zoom-out:before {
  content: ""; }

.icon-power-off:before,
.icon-off:before {
  content: ""; }

.icon-signal:before {
  content: ""; }

.icon-gear:before,
.icon-cog:before {
  content: ""; }

.icon-trash:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-file-alt:before {
  content: ""; }

.icon-time:before {
  content: ""; }

.icon-road:before {
  content: ""; }

.icon-download-alt:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-upload:before {
  content: ""; }

.icon-inbox:before {
  content: ""; }

.icon-play-circle:before {
  content: ""; }

.icon-rotate-right:before,
.icon-repeat:before {
  content: ""; }

.icon-refresh:before {
  content: ""; }

.icon-list-alt:before {
  content: ""; }

.icon-lock:before {
  content: ""; }

.icon-flag:before {
  content: ""; }

.icon-headphones:before {
  content: ""; }

.icon-volume-off:before {
  content: ""; }

.icon-volume-down:before {
  content: ""; }

.icon-volume-up:before {
  content: ""; }

.icon-qrcode:before {
  content: ""; }

.icon-barcode:before {
  content: ""; }

.icon-tag:before {
  content: ""; }

.icon-tags:before {
  content: ""; }

.icon-book:before {
  content: ""; }

.icon-bookmark:before {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-camera:before {
  content: ""; }

.icon-font:before {
  content: ""; }

.icon-bold:before {
  content: ""; }

.icon-italic:before {
  content: ""; }

.icon-text-height:before {
  content: ""; }

.icon-text-width:before {
  content: ""; }

.icon-align-left:before {
  content: ""; }

.icon-align-center:before {
  content: ""; }

.icon-align-right:before {
  content: ""; }

.icon-align-justify:before {
  content: ""; }

.icon-list:before {
  content: ""; }

.icon-indent-left:before {
  content: ""; }

.icon-indent-right:before {
  content: ""; }

.icon-facetime-video:before {
  content: ""; }

.icon-picture:before {
  content: ""; }

.icon-pencil:before {
  content: ""; }

.icon-map-marker:before {
  content: ""; }

.icon-adjust:before {
  content: ""; }

.icon-tint:before {
  content: ""; }

.icon-edit:before {
  content: ""; }

.icon-share:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-move:before {
  content: ""; }

.icon-step-backward:before {
  content: ""; }

.icon-fast-backward:before {
  content: ""; }

.icon-backward:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-pause:before {
  content: ""; }

.icon-stop:before {
  content: ""; }

.icon-forward:before {
  content: ""; }

.icon-fast-forward:before {
  content: ""; }

.icon-step-forward:before {
  content: ""; }

.icon-eject:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-plus-sign:before {
  content: ""; }

.icon-minus-sign:before {
  content: ""; }

.icon-remove-sign:before {
  content: ""; }

.icon-ok-sign:before {
  content: ""; }

.icon-question-sign:before {
  content: ""; }

.icon-info-sign:before {
  content: ""; }

.icon-screenshot:before {
  content: ""; }

.icon-remove-circle:before {
  content: ""; }

.icon-ok-circle:before {
  content: ""; }

.icon-ban-circle:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-mail-forward:before,
.icon-share-alt:before {
  content: ""; }

.icon-resize-full:before {
  content: ""; }

.icon-resize-small:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-asterisk:before {
  content: ""; }

.icon-exclamation-sign:before {
  content: ""; }

.icon-gift:before {
  content: ""; }

.icon-leaf:before {
  content: ""; }

.icon-fire:before {
  content: ""; }

.icon-eye-open:before {
  content: ""; }

.icon-eye-close:before {
  content: ""; }

.icon-warning-sign:before {
  content: ""; }

.icon-plane:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-random:before {
  content: ""; }

.icon-comment:before {
  content: ""; }

.icon-magnet:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-retweet:before {
  content: ""; }

.icon-shopping-cart:before {
  content: ""; }

.icon-folder-close:before {
  content: ""; }

.icon-folder-open:before {
  content: ""; }

.icon-resize-vertical:before {
  content: ""; }

.icon-resize-horizontal:before {
  content: ""; }

.icon-bar-chart:before {
  content: ""; }

.icon-twitter-sign:before {
  content: ""; }

.icon-facebook-sign:before {
  content: ""; }

.icon-camera-retro:before {
  content: ""; }

.icon-key:before {
  content: ""; }

.icon-gears:before,
.icon-cogs:before {
  content: ""; }

.icon-comments:before {
  content: ""; }

.icon-thumbs-up-alt:before {
  content: ""; }

.icon-thumbs-down-alt:before {
  content: ""; }

.icon-star-half:before {
  content: ""; }

.icon-heart-empty:before {
  content: ""; }

.icon-signout:before {
  content: ""; }

.icon-linkedin-sign:before {
  content: ""; }

.icon-pushpin:before {
  content: ""; }

.icon-external-link:before {
  content: ""; }

.icon-signin:before {
  content: ""; }

.icon-trophy:before {
  content: ""; }

.icon-github-sign:before {
  content: ""; }

.icon-upload-alt:before {
  content: ""; }

.icon-lemon:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-unchecked:before,
.icon-check-empty:before {
  content: ""; }

.icon-bookmark-empty:before {
  content: ""; }

.icon-phone-sign:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-github:before {
  content: ""; }

.icon-unlock:before {
  content: ""; }

.icon-credit-card:before {
  content: ""; }

.icon-rss:before {
  content: ""; }

.icon-hdd:before {
  content: ""; }

.icon-bullhorn:before {
  content: ""; }

.icon-bell:before {
  content: ""; }

.icon-certificate:before {
  content: ""; }

.icon-hand-right:before {
  content: ""; }

.icon-hand-left:before {
  content: ""; }

.icon-hand-up:before {
  content: ""; }

.icon-hand-down:before {
  content: ""; }

.icon-circle-arrow-left:before {
  content: ""; }

.icon-circle-arrow-right:before {
  content: ""; }

.icon-circle-arrow-up:before {
  content: ""; }

.icon-circle-arrow-down:before {
  content: ""; }

.icon-globe:before {
  content: ""; }

.icon-wrench:before {
  content: ""; }

.icon-tasks:before {
  content: ""; }

.icon-filter:before {
  content: ""; }

.icon-briefcase:before {
  content: ""; }

.icon-fullscreen:before {
  content: ""; }

.icon-group:before {
  content: ""; }

.icon-link:before {
  content: ""; }

.icon-cloud:before {
  content: ""; }

.icon-beaker:before {
  content: ""; }

.icon-cut:before {
  content: ""; }

.icon-copy:before {
  content: ""; }

.icon-paperclip:before,
.icon-paper-clip:before {
  content: ""; }

.icon-save:before {
  content: ""; }

.icon-sign-blank:before {
  content: ""; }

.icon-reorder:before {
  content: ""; }

.icon-list-ul:before {
  content: ""; }

.icon-list-ol:before {
  content: ""; }

.icon-strikethrough:before {
  content: ""; }

.icon-underline:before {
  content: ""; }

.icon-table:before {
  content: ""; }

.icon-magic:before {
  content: ""; }

.icon-truck:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-pinterest-sign:before {
  content: ""; }

.icon-google-plus-sign:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-money:before {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-caret-up:before {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-columns:before {
  content: ""; }

.icon-sort:before {
  content: ""; }

.icon-sort-down:before {
  content: ""; }

.icon-sort-up:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-rotate-left:before,
.icon-undo:before {
  content: ""; }

.icon-legal:before {
  content: ""; }

.icon-dashboard:before {
  content: ""; }

.icon-comment-alt:before {
  content: ""; }

.icon-comments-alt:before {
  content: ""; }

.icon-bolt:before {
  content: ""; }

.icon-sitemap:before {
  content: ""; }

.icon-umbrella:before {
  content: ""; }

.icon-paste:before {
  content: ""; }

.icon-lightbulb:before {
  content: ""; }

.icon-exchange:before {
  content: ""; }

.icon-cloud-download:before {
  content: ""; }

.icon-cloud-upload:before {
  content: ""; }

.icon-user-md:before {
  content: ""; }

.icon-stethoscope:before {
  content: ""; }

.icon-suitcase:before {
  content: ""; }

.icon-bell-alt:before {
  content: ""; }

.icon-coffee:before {
  content: ""; }

.icon-food:before {
  content: ""; }

.icon-file-text-alt:before {
  content: ""; }

.icon-building:before {
  content: ""; }

.icon-hospital:before {
  content: ""; }

.icon-ambulance:before {
  content: ""; }

.icon-medkit:before {
  content: ""; }

.icon-fighter-jet:before {
  content: ""; }

.icon-beer:before {
  content: ""; }

.icon-h-sign:before {
  content: ""; }

.icon-plus-sign-alt:before {
  content: ""; }

.icon-double-angle-left:before {
  content: ""; }

.icon-double-angle-right:before {
  content: ""; }

.icon-double-angle-up:before {
  content: ""; }

.icon-double-angle-down:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-angle-up:before {
  content: ""; }

.icon-angle-down:before {
  content: ""; }

.icon-desktop:before {
  content: ""; }

.icon-laptop:before {
  content: ""; }

.icon-tablet:before {
  content: ""; }

.icon-mobile-phone:before {
  content: ""; }

.icon-circle-blank:before {
  content: ""; }

.icon-quote-left:before {
  content: ""; }

.icon-quote-right:before {
  content: ""; }

.icon-spinner:before {
  content: ""; }

.icon-circle:before {
  content: ""; }

.icon-mail-reply:before,
.icon-reply:before {
  content: ""; }

.icon-github-alt:before {
  content: ""; }

.icon-folder-close-alt:before {
  content: ""; }

.icon-folder-open-alt:before {
  content: ""; }

.icon-expand-alt:before {
  content: ""; }

.icon-collapse-alt:before {
  content: ""; }

.icon-smile:before {
  content: ""; }

.icon-frown:before {
  content: ""; }

.icon-meh:before {
  content: ""; }

.icon-gamepad:before {
  content: ""; }

.icon-keyboard:before {
  content: ""; }

.icon-flag-alt:before {
  content: ""; }

.icon-flag-checkered:before {
  content: ""; }

.icon-terminal:before {
  content: ""; }

.icon-code:before {
  content: ""; }

.icon-reply-all:before {
  content: ""; }

.icon-mail-reply-all:before {
  content: ""; }

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: ""; }

.icon-location-arrow:before {
  content: ""; }

.icon-crop:before {
  content: ""; }

.icon-code-fork:before {
  content: ""; }

.icon-unlink:before {
  content: ""; }

.icon-question:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-exclamation:before {
  content: ""; }

.icon-superscript:before {
  content: ""; }

.icon-subscript:before {
  content: ""; }

.icon-eraser:before {
  content: ""; }

.icon-puzzle-piece:before {
  content: ""; }

.icon-microphone:before {
  content: ""; }

.icon-microphone-off:before {
  content: ""; }

.icon-shield:before {
  content: ""; }

.icon-calendar-empty:before {
  content: ""; }

.icon-fire-extinguisher:before {
  content: ""; }

.icon-rocket:before {
  content: ""; }

.icon-maxcdn:before {
  content: ""; }

.icon-chevron-sign-left:before {
  content: ""; }

.icon-chevron-sign-right:before {
  content: ""; }

.icon-chevron-sign-up:before {
  content: ""; }

.icon-chevron-sign-down:before {
  content: ""; }

.icon-html5:before {
  content: ""; }

.icon-css3:before {
  content: ""; }

.icon-anchor:before {
  content: ""; }

.icon-unlock-alt:before {
  content: ""; }

.icon-bullseye:before {
  content: ""; }

.icon-ellipsis-horizontal:before {
  content: ""; }

.icon-ellipsis-vertical:before {
  content: ""; }

.icon-rss-sign:before {
  content: ""; }

.icon-play-sign:before {
  content: ""; }

.icon-ticket:before {
  content: ""; }

.icon-minus-sign-alt:before {
  content: ""; }

.icon-check-minus:before {
  content: ""; }

.icon-level-up:before {
  content: ""; }

.icon-level-down:before {
  content: ""; }

.icon-check-sign:before {
  content: ""; }

.icon-edit-sign:before {
  content: ""; }

.icon-external-link-sign:before {
  content: ""; }

.icon-share-sign:before {
  content: ""; }

.icon-compass:before {
  content: ""; }

.icon-collapse:before {
  content: ""; }

.icon-collapse-top:before {
  content: ""; }

.icon-expand:before {
  content: ""; }

.icon-euro:before,
.icon-eur:before {
  content: ""; }

.icon-gbp:before {
  content: ""; }

.icon-dollar:before,
.icon-usd:before {
  content: ""; }

.icon-rupee:before,
.icon-inr:before {
  content: ""; }

.icon-yen:before,
.icon-jpy:before {
  content: ""; }

.icon-renminbi:before,
.icon-cny:before {
  content: ""; }

.icon-won:before,
.icon-krw:before {
  content: ""; }

.icon-bitcoin:before,
.icon-btc:before {
  content: ""; }

.icon-file:before {
  content: ""; }

.icon-file-text:before {
  content: ""; }

.icon-sort-by-alphabet:before {
  content: ""; }

.icon-sort-by-alphabet-alt:before {
  content: ""; }

.icon-sort-by-attributes:before {
  content: ""; }

.icon-sort-by-attributes-alt:before {
  content: ""; }

.icon-sort-by-order:before {
  content: ""; }

.icon-sort-by-order-alt:before {
  content: ""; }

.icon-thumbs-up:before {
  content: ""; }

.icon-thumbs-down:before {
  content: ""; }

.icon-youtube-sign:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-xing:before {
  content: ""; }

.icon-xing-sign:before {
  content: ""; }

.icon-youtube-play:before {
  content: ""; }

.icon-dropbox:before {
  content: ""; }

.icon-stackexchange:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-flickr:before {
  content: ""; }

.icon-adn:before {
  content: ""; }

.icon-bitbucket:before {
  content: ""; }

.icon-bitbucket-sign:before {
  content: ""; }

.icon-tumblr:before {
  content: ""; }

.icon-tumblr-sign:before {
  content: ""; }

.icon-long-arrow-down:before {
  content: ""; }

.icon-long-arrow-up:before {
  content: ""; }

.icon-long-arrow-left:before {
  content: ""; }

.icon-long-arrow-right:before {
  content: ""; }

.icon-apple:before {
  content: ""; }

.icon-windows:before {
  content: ""; }

.icon-android:before {
  content: ""; }

.icon-linux:before {
  content: ""; }

.icon-dribbble:before {
  content: ""; }

.icon-skype:before {
  content: ""; }

.icon-foursquare:before {
  content: ""; }

.icon-trello:before {
  content: ""; }

.icon-female:before {
  content: ""; }

.icon-male:before {
  content: ""; }

.icon-gittip:before {
  content: ""; }

.icon-sun:before {
  content: ""; }

.icon-moon:before {
  content: ""; }

.icon-archive:before {
  content: ""; }

.icon-bug:before {
  content: ""; }

.icon-vk:before {
  content: ""; }

.icon-weibo:before {
  content: ""; }

.icon-renren:before {
  content: ""; }

a:before, a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: 0.3em;
  text-decoration: none; }

a:before {
  padding-right: 0.25em; }

a:after {
  padding-left: 0.25em; }

a:not(.noicon)[rel="home"]:before, button:not(.noicon)[rel="home"]:before {
  content: ""; }
a:not(.noicon)[rel="search"]:before, button:not(.noicon)[rel="search"]:before {
  content: ""; }
a:not(.noicon)[rel="author"]:before, button:not(.noicon)[rel="author"]:before {
  content: ""; }
a:not(.noicon)[rel="help"]:before, button:not(.noicon)[rel="help"]:before {
  content: ""; }
a:not(.noicon)[rel="tag"]:before, button:not(.noicon)[rel="tag"]:before {
  content: ""; }
a:not(.noicon)[rel="bookmark"]:before, button:not(.noicon)[rel="bookmark"]:before {
  content: ""; }
a:not(.noicon)[rel="prev"]:before, a:not(.noicon)[rel="previous"]:before, button:not(.noicon)[rel="prev"]:before, button:not(.noicon)[rel="previous"]:before {
  content: ""; }
a:not(.noicon)[rel="next"]:after, button:not(.noicon)[rel="next"]:after {
  content: ""; }
a:not(.noicon)[rel="directory"]:after, button:not(.noicon)[rel="directory"]:after {
  content: ""; }
a:not(.noicon)[rel="payment"]:after, button:not(.noicon)[rel="payment"]:after {
  content: ""; }

a:not(.noicon)[href^="#"]:not([href="#"]):after {
  content: ""; }
a:not(.noicon)[href^="https:"]:after {
  content: ""; }
a:not(.noicon)[target="_blank"]:after, a:not(.noicon)[rel="external"]:after {
  content: ""; }
a:not(.noicon)[href^="view-source:"]:after {
  content: ""; }
a:not(.noicon)[href^="mailto:"]:before {
  content: ""; }
a:not(.noicon)[href^="tel:"]:before {
  content: ""; }
a:not(.noicon)[href^="skype:"]:before {
  content: ""; }
a:not(.noicon)[href$=".pdf"]:after {
  content: ""; }
a:not(.noicon)[href$=".doc"]:after {
  content: ""; }
a:not(.noicon)[href$=".txt"]:after, a:not(.noicon)[href$=".md"]:after {
  content: ""; }
a:not(.noicon)[href$=".jpg"]:after, a:not(.noicon)[href$=".jpeg"]:after, a:not(.noicon)[href$=".png"]:after, a:not(.noicon)[href$=".gif"]:after, a:not(.noicon)[href$=".svg"]:after {
  content: ""; }
a:not(.noicon)[href$=".exe"]:after {
  content: ""; }
a:not(.noicon)[href*=".zip"]:after, a:not(.noicon)[href*=".tar"]:after, a:not(.noicon)[href*=".gz"]:after {
  content: ""; }
a:not(.noicon)[href$=".rss"]:before, a:not(.noicon)[href$="rss.xml"]:before, a:not(.noicon)[href*="/feed/"]:before, a:not(.noicon)[href*="/rss/"]:before {
  content: ""; }
a:not(.noicon)[href$=".rss"]:after, a:not(.noicon)[href$="rss.xml"]:after, a:not(.noicon)[href*="/feed/"]:after, a:not(.noicon)[href*="/rss/"]:after {
  content: "";
  padding-left: 0; }
a:not(.noicon)[href*="twitter.com"]:before {
  content: ""; }
a:not(.noicon)[href*="twitter.com"]:after {
  content: "";
  padding-left: 0; }
a:not(.noicon)[href*="pinterest.com"]:before {
  content: ""; }
a:not(.noicon)[href*="pinterest.com"]:after {
  content: "";
  padding-left: 0; }
a:not(.noicon)[href*="facebook.com"]:before {
  content: ""; }
a:not(.noicon)[href*="facebook.com"]:after {
  content: "";
  padding-left: 0; }
a:not(.noicon)[href*="linkedin.com"]:before {
  content: ""; }
a:not(.noicon)[href*="linkedin.com"]:after {
  content: "";
  padding-left: 0; }
a:not(.noicon)[href*="tumblr.com"]:before {
  content: ""; }
a:not(.noicon)[href*="tumblr.com"]:after {
  content: "";
  padding-left: 0; }
a:not(.noicon)[href*="plus.google.com"]:before {
  content: ""; }
a:not(.noicon)[href*="plus.google.com"]:after {
  content: "";
  padding-left: 0; }
a:not(.noicon)[href*="youtube.com"]:before, a:not(.noicon)[href*="youtu.be"]:before {
  content: ""; }
a:not(.noicon)[href*="youtube.com"]:after, a:not(.noicon)[href*="youtu.be"]:after {
  content: "";
  padding-left: 0; }
a:not(.noicon)[href*="instagram.com"]:before {
  content: ""; }
a:not(.noicon)[href*="instagram.com"]:after {
  content: "";
  padding-left: 0; }
a:not(.noicon)[href*="flickr.com"]:before {
  content: ""; }
a:not(.noicon)[href*="flickr.com"]:after {
  content: "";
  padding-left: 0; }
a:not(.noicon)[href*="foursquare.com"]:before {
  content: ""; }
a:not(.noicon)[href*="foursquare.com"]:after {
  content: "";
  padding-left: 0; }
a:not(.noicon)[href*="dribbble.com"]:before {
  content: ""; }
a:not(.noicon)[href*="dribbble.com"]:after {
  content: "";
  padding-left: 0; }
a:not(.noicon)[href*="dropbox.com"]:before {
  content: ""; }
a:not(.noicon)[href*="dropbox.com"]:after {
  content: "";
  padding-left: 0; }
a:not(.noicon)[href*="github.com"]:before {
  content: ""; }
a:not(.noicon)[href*="github.com"]:after {
  content: "";
  padding-left: 0; }
a:not(.noicon)[href*="stackoverflow.com"]:before {
  content: ""; }
a:not(.noicon)[href*="stackoverflow.com"]:after {
  content: "";
  padding-left: 0; }
a:not(.noicon)[href*="trello.com"]:before {
  content: ""; }
a:not(.noicon)[href*="trello.com"]:after {
  content: "";
  padding-left: 0; }

@font-face {
  font-family: source-sans-pro;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/sourcesanspro-regular-webfont.eot");
  src: url("../fonts/sourcesanspro-regular-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-regular-webfont.svg#source-sans-pro") format("svg"); }
.source-sans-pro, h1, h2, h3, h4, h5, h6 {
  font-family: source-sans-pro, Helvetica, Arial, Geneva, sans-serif; }

@font-face {
  font-family: museo-slab;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/museo-slab-500-webfont.eot");
  src: url("../fonts/museo-slab-500-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/museo-slab-500-webfont.woff") format("woff"), url("../fonts/museo-slab-500-webfont.ttf") format("truetype"), url("../fonts/museo-slab-500-webfont.svg#museo-slab") format("svg"); }
.museo-slab {
  font-family: museo-slab, Helvetica, Arial, Geneva, sans-serif; }

@font-face {
  font-family: quicksand;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/quicksand-regular-webfont.eot");
  src: url("../fonts/quicksand-regular-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/quicksand-regular-webfont.woff") format("woff"), url("../fonts/quicksand-regular-webfont.ttf") format("truetype"), url("../fonts/quicksand-regular-webfont.svg#quicksand") format("svg"); }
.quicksand {
  font-family: quicksand, Helvetica, Arial, Geneva, sans-serif; }

@font-face {
  font-family: redacted;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/redacted-regular.eot");
  src: url("../fonts/redacted-regular.eot#iefix") format("embedded-opentype"), url("../fonts/redacted-regular.woff") format("woff"), url("../fonts/redacted-regular.ttf") format("truetype"), url("../fonts/redacted-regular.svg#redacted") format("svg"); }
.redacted {
  font-family: redacted, Helvetica, Arial, Geneva, sans-serif; }

@font-face {
  font-family: redacted-script;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/redacted-script-regular.eot");
  src: url("../fonts/redacted-script-regular.eot#iefix") format("embedded-opentype"), url("../fonts/redacted-script-regular.woff") format("woff"), url("../fonts/redacted-script-regular.ttf") format("truetype"), url("../fonts/redacted-script-regular.svg#redacted-script") format("svg"); }
.redacted-script {
  font-family: redacted-script, Helvetica, Arial, Geneva, sans-serif; }

@font-face {
  font-family: redacted-script-light;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/redacted-script-light.eot");
  src: url("../fonts/redacted-script-light.eot#iefix") format("embedded-opentype"), url("../fonts/redacted-script-light.woff") format("woff"), url("../fonts/redacted-script-light.ttf") format("truetype"), url("../fonts/redacted-script-light.svg#redacted-script-light") format("svg"); }
.redacted-script-light {
  font-family: redacted-script-light, Helvetica, Arial, Geneva, sans-serif; }

@font-face {
  font-family: redacted-script-bold;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/redacted-script-bold.eot");
  src: url("../fonts/redacted-script-bold.eot#iefix") format("embedded-opentype"), url("../fonts/redacted-script-bold.woff") format("woff"), url("../fonts/redacted-script-bold.ttf") format("truetype"), url("../fonts/redacted-script-bold.svg#redacted-script-bold") format("svg"); }
.redacted-script-bold {
  font-family: redacted-script-bold, Helvetica, Arial, Geneva, sans-serif; }

html, body {
  font-family: Helvetica, Arial, Geneva, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #2b2b2d; }

a, a:visited {
  color: #489ac1;
  text-decoration: none; }
  a:hover, a:focus {
    color: #198d98;
    text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  line-height: 1.3; }

h1 {
  font-size: 2.33333em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.33333em; }

h5 {
  font-size: 1.16667em; }

h6 {
  font-size: 1.16667em;
  text-transform: uppercase; }

p, ul, ol, dl {
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.5; }

ul, ol {
  margin-left: 20px; }
  ul li, ol li, ul.list > li, ol ul.list > li, ul ol.list > li, ol.list > li {
    display: list-item; }

dl dt {
  font-weight: bold; }
dl dd {
  padding-left: 1em;
  margin-bottom: 10px; }

ul.checklist {
  margin-left: 0; }
  ul.checklist > li:before {
    content: "";
    display: inline-block;
    width: 1.1em;
    margin-right: 0.25em;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: 0.3em;
    font-size: 1.2em;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0; }
  ul.checklist > li[aria-checked~="true"]:before, ul.checklist > li[data-checked~="true"]:before, ul.checklist > li[checked="checked"]:before, ul.checklist > li.checked:before, ul.checklist > li.completed:before {
    content: ""; }
  ul.checklist:not([readonly]) ul.checklist > li:not([readonly]) {
    cursor: pointer; }

ul.list {
  margin-left: 0; }
  ul.list li:before {
    content: "";
    display: inline-block;
    width: 1.1em;
    margin-right: 0.25em;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: 0.3em;
    font-size: 0.6em;
    vertical-align: middle;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0; }

ol.list {
  counter-reset: li;
  margin-left: 1.5em;
  line-height: 1.6; }
  ol.list li {
    position: relative;
    padding: 2px 6px 0; }
    ol.list li:before {
      content: counter(li);
      counter-increment: li;
      position: absolute;
      top: 0.1em;
      left: -2em;
      width: 2em;
      text-align: center;
      padding: 0.3em 0.1em 0.1em;
      font-size: 0.8em;
      line-height: 1.5;
      color: white;
      background: #2b2b2d;
      font-weight: bold; }

sup {
  top: -0.4em; }

sub {
  top: 0.2em; }

pre, code {
  font-family: monospace; }

del, strike {
  text-decoration: line-through; }

.one-column, .one-columns {
  column-count: 1; }

.two-column, .two-columns {
  column-count: 2; }

.three-column, .three-columns {
  column-count: 3; }

.four-column, .four-columns {
  column-count: 4; }

.five-column, .five-columns {
  column-count: 5; }

q:before {
  content: "“"; }
q:after {
  content: "”"; }

blockquote {
  padding: 1.3em 4em 1em;
  color: #2b2b2d;
  font-family: source-sans-pro, Helvetica, Arial, Geneva, sans-serif;
  font-size: 1.15em;
  background: #dddddd; }
  blockquote:before {
    content: "“";
    color: #aaaaaa;
    font-size: 4em;
    display: block;
    position: absolute;
    top: -0.2em;
    left: 0.1em; }
  blockquote:after {
    content: "”";
    color: #aaaaaa;
    font-size: 4em;
    display: block;
    position: absolute;
    top: -0.2em;
    right: 0.1em; }

cite {
  display: block;
  position: relative;
  left: -1em;
  margin-top: 0.25em;
  font-size: 0.95em;
  font-weight: normal;
  font-style: normal;
  color: #505054; }
  cite:before {
    content: "—"; }

abbr[title], dfn[title],
abbr[data-title], dfn[data-title] {
  border-bottom: 1px dotted;
  cursor: help; }
  @supports (text-decoration: dotted underline) {
    abbr[title], dfn[title],
    abbr[data-title], dfn[data-title] {
      text-decoration: dotted underline;
      border-bottom: none; } }

pre {
  white-space: pre;
  max-width: 100%;
  overflow: auto; }

code {
  white-space: nowrap;
  background: white;
  color: #555555;
  border: 1px solid #dddddd;
  padding: 0 5px; }
  code.block {
    padding: 5px 10px; }

.info {
  color: #3a87ad; }

.alert {
  color: #c09853; }

.warning {
  color: #ff971e; }

.error {
  color: #b94a48; }

.success {
  color: #468847; }

.question {
  color: #9855b4; }

::-moz-selection {
  background: #489ac1;
  color: white;
  text-shadow: none; }

::selection {
  background: #489ac1;
  color: white;
  text-shadow: none; }

ul.list > li.info:before {
  content: ;
  font-size: 1.2em; }
ul.list > li.alert:before {
  content: ;
  font-size: 1.2em; }
ul.list > li.warning:before {
  content: ;
  font-size: 1.2em; }
ul.list > li.error:before {
  content: ;
  font-size: 1.2em; }
ul.list > li.success:before {
  content: ;
  font-size: 1.2em; }
ul.list > li.question:before {
  content: ;
  font-size: 1.2em; }

ol.list.green li:before {
  background: #2ecc71; }
ol.list.blue li:before {
  background: #3498db; }
ol.list.purple li:before {
  background: #9b59b6; }
ol.list.yellow li:before {
  background: #f1c40f; }
ol.list.orange li:before {
  background: #e67e22; }
ol.list.red li:before {
  background: #e74c3c; }
ol.list.pink li:before {
  background: #f02475; }
ol.list.turquoise li:before {
  background: #1abc9c; }
ol.list.asphalt li:before {
  background: #34495e; }
ol.list.charcoal li:before {
  background: #383636; }
ol.list.white li:before {
  background: white; }
ol.list.black li:before {
  background: #111111; }
ol.list li.green:before {
  background: #2ecc71; }
ol.list li.blue:before {
  background: #3498db; }
ol.list li.purple:before {
  background: #9b59b6; }
ol.list li.yellow:before {
  background: #f1c40f; }
ol.list li.orange:before {
  background: #e67e22; }
ol.list li.red:before {
  background: #e74c3c; }
ol.list li.pink:before {
  background: #f02475; }
ol.list li.turquoise:before {
  background: #1abc9c; }
ol.list li.asphalt:before {
  background: #34495e; }
ol.list li.charcoal:before {
  background: #383636; }
ol.list li.white:before {
  background: white; }
ol.list li.black:before {
  background: #111111; }
ol.list li.info:before {
  background-color: #3a87ad; }
ol.list li.alert:before {
  background-color: #c09853; }
ol.list li.warning:before {
  background-color: #ff971e; }
ol.list li.error:before {
  background-color: #b94a48; }
ol.list li.success:before {
  background-color: #468847; }
ol.list li.question:before {
  background-color: #9855b4; }

.green {
  color: #2ecc71; }

.green-bg {
  background: #2ecc71;
  color: white; }

.blue {
  color: #3498db; }

.blue-bg {
  background: #3498db;
  color: white; }

.purple {
  color: #9b59b6; }

.purple-bg {
  background: #9b59b6;
  color: white; }

.yellow {
  color: #f1c40f; }

.yellow-bg {
  background: #f1c40f;
  color: white; }

.orange {
  color: #e67e22; }

.orange-bg {
  background: #e67e22;
  color: white; }

.red {
  color: #e74c3c; }

.red-bg {
  background: #e74c3c;
  color: white; }

.pink {
  color: #f02475; }

.pink-bg {
  background: #f02475;
  color: white; }

.turquoise {
  color: #1abc9c; }

.turquoise-bg {
  background: #1abc9c;
  color: white; }

.asphalt {
  color: #34495e; }

.asphalt-bg {
  background: #34495e;
  color: white; }

.charcoal {
  color: #383636; }

.charcoal-bg {
  background: #383636;
  color: white; }

.white {
  color: white; }

.white-bg {
  background: white;
  color: #111111; }

.black {
  color: #111111; }

.black-bg {
  background: #111111;
  color: white; }

.info-bg {
  background: #d9edf7;
  color: #3a87ad; }

.alert-bg {
  background: #fcf8e3;
  color: #c09853; }

.warning-bg {
  background: #ffe5c7;
  color: #ff971e; }

.error-bg {
  background: #f2dede;
  color: #b94a48; }

.success-bg {
  background: #dff0d8;
  color: #468847; }

.question-bg {
  background: #f0e6f4;
  color: #9855b4; }

@font-face {
  font-family: source-sans-pro;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/sourcesanspro-regular-webfont.eot");
  src: url("../fonts/sourcesanspro-regular-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-regular-webfont.svg#source-sans-pro") format("svg"); }
.source-sans-pro, h1, h2, h3, h4, h5, h6 {
  font-family: source-sans-pro, Helvetica, Arial, Geneva, sans-serif; }

@font-face {
  font-family: museo-slab;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/museo-slab-500-webfont.eot");
  src: url("../fonts/museo-slab-500-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/museo-slab-500-webfont.woff") format("woff"), url("../fonts/museo-slab-500-webfont.ttf") format("truetype"), url("../fonts/museo-slab-500-webfont.svg#museo-slab") format("svg"); }
.museo-slab {
  font-family: museo-slab, Helvetica, Arial, Geneva, sans-serif; }

@font-face {
  font-family: quicksand;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/quicksand-regular-webfont.eot");
  src: url("../fonts/quicksand-regular-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/quicksand-regular-webfont.woff") format("woff"), url("../fonts/quicksand-regular-webfont.ttf") format("truetype"), url("../fonts/quicksand-regular-webfont.svg#quicksand") format("svg"); }
.quicksand {
  font-family: quicksand, Helvetica, Arial, Geneva, sans-serif; }

@font-face {
  font-family: redacted;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/redacted-regular.eot");
  src: url("../fonts/redacted-regular.eot#iefix") format("embedded-opentype"), url("../fonts/redacted-regular.woff") format("woff"), url("../fonts/redacted-regular.ttf") format("truetype"), url("../fonts/redacted-regular.svg#redacted") format("svg"); }
.redacted {
  font-family: redacted, Helvetica, Arial, Geneva, sans-serif; }

@font-face {
  font-family: redacted-script;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/redacted-script-regular.eot");
  src: url("../fonts/redacted-script-regular.eot#iefix") format("embedded-opentype"), url("../fonts/redacted-script-regular.woff") format("woff"), url("../fonts/redacted-script-regular.ttf") format("truetype"), url("../fonts/redacted-script-regular.svg#redacted-script") format("svg"); }
.redacted-script {
  font-family: redacted-script, Helvetica, Arial, Geneva, sans-serif; }

@font-face {
  font-family: redacted-script-light;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/redacted-script-light.eot");
  src: url("../fonts/redacted-script-light.eot#iefix") format("embedded-opentype"), url("../fonts/redacted-script-light.woff") format("woff"), url("../fonts/redacted-script-light.ttf") format("truetype"), url("../fonts/redacted-script-light.svg#redacted-script-light") format("svg"); }
.redacted-script-light {
  font-family: redacted-script-light, Helvetica, Arial, Geneva, sans-serif; }

@font-face {
  font-family: redacted-script-bold;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/redacted-script-bold.eot");
  src: url("../fonts/redacted-script-bold.eot#iefix") format("embedded-opentype"), url("../fonts/redacted-script-bold.woff") format("woff"), url("../fonts/redacted-script-bold.ttf") format("truetype"), url("../fonts/redacted-script-bold.svg#redacted-script-bold") format("svg"); }
.redacted-script-bold {
  font-family: redacted-script-bold, Helvetica, Arial, Geneva, sans-serif; }

body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.bounce {
  animation-name: bounce; }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }
.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }
.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }
.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }
.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut, .dismiss {
  animation-name: fadeOut; }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }
.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }
.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }
.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }
.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  animation-name: flash; }

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }
.flip {
  backface-visibility: visible !important;
  animation-name: flip; }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  animation-name: hinge; }

.animated.hinge {
  animation-duration: 2s; }

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

.animated.lightSpeedIn {
  animation-duration: 0.5s; }

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

.animated.lightSpeedOut {
  animation-duration: 0.25s; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.pulse {
  animation-name: pulse; }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }
.rollIn {
  animation-name: rollIn; }

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }
.rollOut {
  animation-name: rollOut; }

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }
.shake {
  animation-name: shake; }

.spin {
  display: inline;
  animation: spin 2s linear;
  animation-iteration-count: infinite; }

.spin-once {
  display: inline;
  animation: spin 2s linear;
  animation-iteration-count: 1; }

.spin-twice {
  display: inline;
  animation: spin 2s linear;
  animation-iteration-count: 2; }

.spin-thrice {
  display: inline;
  animation: spin 2s linear;
  animation-iteration-count: 3; }

.spin-fast {
  display: inline;
  animation: spin 1s linear;
  animation-iteration-count: infinite; }

.spin-fast-once {
  display: inline;
  animation: spin 1s linear;
  animation-iteration-count: 1; }

.spin-fast-twice {
  display: inline;
  animation: spin 1s linear;
  animation-iteration-count: 2; }

.spin-fast-thrice {
  display: inline;
  animation: spin 1s linear;
  animation-iteration-count: 3; }

.spin-slow {
  display: inline;
  animation: spin 5s linear;
  animation-iteration-count: infinite; }

.spin-slow-once {
  display: inline;
  animation: spin 5s linear;
  animation-iteration-count: 1; }

.spin-slow-twice {
  display: inline;
  animation: spin 5s linear;
  animation-iteration-count: 2; }

.spin-slow-thrice {
  display: inline;
  animation: spin 5s linear;
  animation-iteration-count: 3; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }
.tada {
  animation-name: tada; }

@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }
.wiggle {
  animation-name: wiggle;
  animation-timing-function: ease-in; }

.animated.wiggle {
  animation-duration: 0.75s; }

@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }
.wobble {
  animation-name: wobble; }

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    transform: translateY(0); } }
.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    transform: translateX(0); } }
.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    transform: translateX(0); } }
.slideInRight {
  animation-name: slideInRight; }

@keyframes slideOutLeft {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  0% {
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.slideOutUp {
  animation-name: slideOutUp; }

.desktop-only {
  display: block; }

.ipad-only {
  display: none !important; }

.small-tablet-only {
  display: none !important; }

.mobile-only {
  display: none !important; }

@media (min-width: 1025px) {
  .desktop-only {
    display: block !important; }

  .ipad-only {
    display: none !important; }

  .small-tablet-only {
    display: none !important; }

  .mobile-only {
    display: none !important; }

  .hide-on-desktop {
    display: none !important; }

  .no-border-desktop {
    border: 0; }

  .small-desktop {
    font-size: 0.8em; }

  .medium-desktop {
    font-size: 1em; }

  .large-desktop {
    font-size: 1.5em; }

  .zero-desktop.padded, .zero-desktop.half-padded, .zero-desktop.double-padded, .zero-desktop.triple-padded {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-desktop.pad-top, .zero-desktop.half-pad-top, .zero-desktop.double-pad-top, .zero-desktop.triple-pad-top {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-desktop.pad-right, .zero-desktop.half-pad-right, .zero-desktop.double-pad-right, .zero-desktop.triple-pad-right {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-desktop.pad-bottom, .zero-desktop.half-pad-bottom, .zero-desktop.double-pad-bottom, .zero-desktop.triple-pad-bottom {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-desktop.pad-left, .zero-desktop.half-pad-left, .zero-desktop.double-pad-left, .zero-desktop.triple-pad-left {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-desktop.gapped, .zero-desktop.half-gapped, .zero-desktop.double-gapped, .zero-desktop.triple-gapped {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-desktop.gap-top, .zero-desktop.half-gap-top, .zero-desktop.double-gap-top, .zero-desktop.triple-gap-top {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-desktop.gap-right, .zero-desktop.half-gap-right, .zero-desktop.double-gap-right, .zero-desktop.triple-gap-right {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-desktop.gap-bottom, .zero-desktop.half-gap-bottom, .zero-desktop.double-gap-bottom, .zero-desktop.triple-gap-bottom {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-desktop.gap-left, .zero-desktop.half-gap-left, .zero-desktop.double-gap-left, .zero-desktop.triple-gap-left {
    padding: 0 !important;
    margin: 0 !important; }

  .padded-desktop {
    padding: 10px; }

  .pad-top-desktop {
    padding-top: 10px; }

  .pad-right-desktop {
    padding-right: 10px; }

  .pad-bottom-desktop {
    padding-bottom: 10px; }

  .pad-left-desktop {
    padding-left: 10px; }

  .no-padding-desktop.padded, .no-padding-desktop.half-padded, .no-padding-desktop.double-padded, .no-padding-desktop.triple-padded,
  .no-padded-desktop.padded,
  .no-padded-desktop.half-padded,
  .no-padded-desktop.double-padded,
  .no-padded-desktop.triple-padded,
  .no-pad-desktop.padded,
  .no-pad-desktop.half-padded,
  .no-pad-desktop.double-padded,
  .no-pad-desktop.triple-padded {
    padding: 0 !important; }
  .no-padding-desktop.pad-top, .no-padding-desktop.half-pad-top, .no-padding-desktop.double-pad-top, .no-padding-desktop.triple-pad-top,
  .no-padded-desktop.pad-top,
  .no-padded-desktop.half-pad-top,
  .no-padded-desktop.double-pad-top,
  .no-padded-desktop.triple-pad-top,
  .no-pad-desktop.pad-top,
  .no-pad-desktop.half-pad-top,
  .no-pad-desktop.double-pad-top,
  .no-pad-desktop.triple-pad-top {
    padding: 0 !important; }
  .no-padding-desktop.pad-right, .no-padding-desktop.half-pad-right, .no-padding-desktop.double-pad-right, .no-padding-desktop.triple-pad-right,
  .no-padded-desktop.pad-right,
  .no-padded-desktop.half-pad-right,
  .no-padded-desktop.double-pad-right,
  .no-padded-desktop.triple-pad-right,
  .no-pad-desktop.pad-right,
  .no-pad-desktop.half-pad-right,
  .no-pad-desktop.double-pad-right,
  .no-pad-desktop.triple-pad-right {
    padding: 0 !important; }
  .no-padding-desktop.pad-bottom, .no-padding-desktop.half-pad-bottom, .no-padding-desktop.double-pad-bottom, .no-padding-desktop.triple-pad-bottom,
  .no-padded-desktop.pad-bottom,
  .no-padded-desktop.half-pad-bottom,
  .no-padded-desktop.double-pad-bottom,
  .no-padded-desktop.triple-pad-bottom,
  .no-pad-desktop.pad-bottom,
  .no-pad-desktop.half-pad-bottom,
  .no-pad-desktop.double-pad-bottom,
  .no-pad-desktop.triple-pad-bottom {
    padding: 0 !important; }
  .no-padding-desktop.pad-left, .no-padding-desktop.half-pad-left, .no-padding-desktop.double-pad-left, .no-padding-desktop.triple-pad-left,
  .no-padded-desktop.pad-left,
  .no-padded-desktop.half-pad-left,
  .no-padded-desktop.double-pad-left,
  .no-padded-desktop.triple-pad-left,
  .no-pad-desktop.pad-left,
  .no-pad-desktop.half-pad-left,
  .no-pad-desktop.double-pad-left,
  .no-pad-desktop.triple-pad-left {
    padding: 0 !important; }

  .no-pad-top-desktop {
    padding-top: 0px; }

  .no-pad-right-desktop {
    padding-right: 0px; }

  .no-pad-bottom-desktop {
    padding-bottom: 0px; }

  .no-pad-left-desktop {
    padding-left: 0px; }

  .gapped-desktop {
    margin: 10px; }

  .gap-top-desktop {
    margin-top: 10px; }

  .gap-right-desktop {
    margin-right: 10px; }

  .gap-bottom-desktop {
    margin-bottom: 10px; }

  .gap-left-desktop {
    margin-left: 10px; }

  .no-margin-desktop.gapped, .no-margin-desktop.half-gapped, .no-margin-desktop.double-gapped, .no-margin-desktop.triple-gapped,
  .no-gapped-desktop.gapped,
  .no-gapped-desktop.half-gapped,
  .no-gapped-desktop.double-gapped,
  .no-gapped-desktop.triple-gapped,
  .no-gap-desktop.gapped,
  .no-gap-desktop.half-gapped,
  .no-gap-desktop.double-gapped,
  .no-gap-desktop.triple-gapped {
    margin: 0 !important; }
  .no-margin-desktop.gap-top, .no-margin-desktop.half-gap-top, .no-margin-desktop.double-gap-top, .no-margin-desktop.triple-gap-top,
  .no-gapped-desktop.gap-top,
  .no-gapped-desktop.half-gap-top,
  .no-gapped-desktop.double-gap-top,
  .no-gapped-desktop.triple-gap-top,
  .no-gap-desktop.gap-top,
  .no-gap-desktop.half-gap-top,
  .no-gap-desktop.double-gap-top,
  .no-gap-desktop.triple-gap-top {
    margin: 0 !important; }
  .no-margin-desktop.gap-right, .no-margin-desktop.half-gap-right, .no-margin-desktop.double-gap-right, .no-margin-desktop.triple-gap-right,
  .no-gapped-desktop.gap-right,
  .no-gapped-desktop.half-gap-right,
  .no-gapped-desktop.double-gap-right,
  .no-gapped-desktop.triple-gap-right,
  .no-gap-desktop.gap-right,
  .no-gap-desktop.half-gap-right,
  .no-gap-desktop.double-gap-right,
  .no-gap-desktop.triple-gap-right {
    margin: 0 !important; }
  .no-margin-desktop.gap-bottom, .no-margin-desktop.half-gap-bottom, .no-margin-desktop.double-gap-bottom, .no-margin-desktop.triple-gap-bottom,
  .no-gapped-desktop.gap-bottom,
  .no-gapped-desktop.half-gap-bottom,
  .no-gapped-desktop.double-gap-bottom,
  .no-gapped-desktop.triple-gap-bottom,
  .no-gap-desktop.gap-bottom,
  .no-gap-desktop.half-gap-bottom,
  .no-gap-desktop.double-gap-bottom,
  .no-gap-desktop.triple-gap-bottom {
    margin: 0 !important; }
  .no-margin-desktop.gap-left, .no-margin-desktop.half-gap-left, .no-margin-desktop.double-gap-left, .no-margin-desktop.triple-gap-left,
  .no-gapped-desktop.gap-left,
  .no-gapped-desktop.half-gap-left,
  .no-gapped-desktop.double-gap-left,
  .no-gapped-desktop.triple-gap-left,
  .no-gap-desktop.gap-left,
  .no-gap-desktop.half-gap-left,
  .no-gap-desktop.double-gap-left,
  .no-gap-desktop.triple-gap-left {
    margin: 0 !important; }

  .no-gap-top-desktop {
    margin-top: 0px; }

  .no-gap-right-desktop {
    margin-right: 0px; }

  .no-gap-bottom-desktop {
    margin-bottom: 0px; }

  .no-gap-left-desktop {
    margin-left: 0px; }

  .offset-desktop {
    margin: -10px; }

  .offset-top-desktop {
    margin-top: -10px; }

  .offset-right-desktop {
    margin-right: -10px; }

  .offset-bottom-desktop {
    margin-bottom: -10px; }

  .offset-left-desktop {
    margin-left: -10px; }

  .no-offset-top-desktop {
    margin-top: 0px; }

  .no-offset-right-desktop {
    margin-right: 0px; }

  .no-offset-bottom-desktop {
    margin-bottom: 0px; }

  .no-offset-left-desktop {
    margin-left: 0px; }

  .half-padded-desktop {
    padding: 5px; }

  .double-padded-desktop {
    padding: 20px; }

  .triple-padded-desktop {
    padding: 30px; }

  .half-pad-top-desktop {
    padding-top: 5px; }

  .double-pad-top-desktop {
    padding-top: 20px; }

  .triple-pad-top-desktop {
    padding-top: 30px; }

  .half-pad-right-desktop {
    padding-right: 5px; }

  .double-pad-right-desktop {
    padding-right: 20px; }

  .triple-pad-right-desktop {
    padding-right: 30px; }

  .half-pad-bottom-desktop {
    padding-bottom: 5px; }

  .double-pad-bottom-desktop {
    padding-bottom: 20px; }

  .triple-pad-bottom-desktop {
    padding-bottom: 30px; }

  .half-pad-left-desktop {
    padding-left: 5px; }

  .double-pad-left-desktop {
    padding-left: 20px; }

  .triple-pad-left-desktop {
    padding-left: 30px; }

  .half-gapped-desktop {
    margin: 5px; }

  .double-gapped-desktop {
    margin: 20px; }

  .triple-gapped-desktop {
    margin: 30px; }

  .half-gap-top-desktop {
    margin-top: 5px; }

  .double-gap-top-desktop {
    margin-top: 20px; }

  .triple-gap-top-desktop {
    margin-top: 30px; }

  .half-gap-right-desktop {
    margin-right: 5px; }

  .double-gap-right-desktop {
    margin-right: 20px; }

  .triple-gap-right-desktop {
    margin-right: 30px; }

  .half-gap-bottom-desktop {
    margin-bottom: 5px; }

  .double-gap-bottom-desktop {
    margin-bottom: 20px; }

  .triple-gap-bottom-desktop {
    margin-bottom: 30px; }

  .half-gap-left-desktop {
    margin-left: 5px; }

  .double-gap-left-desktop {
    margin-left: 20px; }

  .triple-gap-left-desktop {
    margin-left: 30px; }

  .half-offset-desktop {
    margin: -5px; }

  .double-offset-desktop {
    margin: -20px; }

  .triple-offset-desktop {
    margin: -30px; }

  .half-offset-top-desktop {
    margin-top: -5px; }

  .double-offset-top-desktop {
    margin-top: -20px; }

  .triple-offset-top-desktop {
    margin-top: -30px; }

  .half-offset-right-desktop {
    margin-right: -5px; }

  .double-offset-right-desktop {
    margin-right: -20px; }

  .triple-offset-right-desktop {
    margin-right: -30px; }

  .half-offset-bottom-desktop {
    margin-bottom: -5px; }

  .double-offset-bottom-desktop {
    margin-bottom: -20px; }

  .triple-offset-bottom-desktop {
    margin-bottom: -30px; }

  .half-offset-left-desktop {
    margin-left: -5px; }

  .double-offset-left-desktop {
    margin-left: -20px; }

  .triple-offset-left-desktop {
    margin-left: -30px; }

  .fixed-desktop {
    position: fixed; }

  .fixed-top-desktop {
    position: fixed;
    top: 0; }

  .fixed-right-desktop {
    position: fixed;
    right: 0; }

  .fixed-bottom-desktop {
    position: fixed;
    bottom: 0; }

  .fixed-left-desktop {
    position: fixed;
    left: 0; }

  .fixed-middle-desktop {
    position: fixed;
    top: 50%; }

  .fixed-center-desktop {
    position: fixed;
    left: 50%; }

  .absolute-desktop {
    position: absolute; }

  .absolute-top-desktop {
    position: absolute;
    top: 0; }

  .absolute-right-desktop {
    position: absolute;
    right: 0; }

  .absolute-bottom-desktop {
    position: absolute;
    bottom: 0; }

  .absolute-left-desktop {
    position: absolute;
    left: 0; }

  .absolute-middle-desktop {
    position: absolute;
    top: 50%; }

  .absolute-center-desktop {
    position: absolute;
    left: 50%; }

  .static-desktop {
    position: static; }

  .inline-desktop {
    display: inline; }

  .block-desktop {
    display: block; }

  .clear-desktop {
    clear: both; }
    .clear-desktop:after {
      content: " ";
      display: block;
      height: 0;
      font-size: 0;
      clear: both;
      visibility: hidden; }

  .center-desktop {
    display: block;
    margin: 0 auto; }

  .pull-right-desktop {
    float: right; }

  .pull-left-desktop {
    float: left; }

  .pull-none-desktop {
    float: none; }

  .bordered-desktop {
    border: 1px solid #dddddd; }

  .border-top-desktop {
    border-top: 1px solid #dddddd; }

  .border-right-desktop {
    border-right: 1px solid #dddddd; }

  .border-bottom-desktop {
    border-bottom: 1px solid #dddddd; }

  .border-left-desktop {
    border-left: 1px solid #dddddd; }

  .align-top-desktop {
    display: table-cell;
    vertical-align: top; }

  .align-right-desktop {
    text-align: right; }

  .align-bottom-desktop {
    display: table-cell;
    vertical-align: bottom; }

  .align-left-desktop {
    text-align: left; }

  .align-center-desktop {
    text-align: center; }

  .justify-desktop {
    text-align: justify; }

  .truncate-desktop {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

  .rotate-90-desktop {
    display: inline-block;
    width: auto; }

  .rotate-90-ctr-desktop {
    display: inline-block;
    width: auto; }

  .rotate-180-desktop {
    display: inline-block;
    width: auto; }

  .rotate-180-ctr-desktop {
    display: inline-block;
    width: auto; }

  .rotate-270-desktop {
    display: inline-block;
    width: auto; }

  .rotate-270-ctr-desktop {
    display: inline-block;
    width: auto; }

  .rotate-360-desktop {
    display: inline-block;
    width: auto; }

  .rotate-360-ctr-desktop {
    display: inline-block;
    width: auto; }

  .one-column-desktop, .one-columns-desktop {
    column-count: 1; }

  .two-column-desktop, .two-columns-desktop {
    column-count: 2; }

  .three-column-desktop, .three-columns-desktop {
    column-count: 3; }

  .four-column-desktop, .four-columns-desktop {
    column-count: 4; }

  .five-column-desktop, .five-columns-desktop {
    column-count: 5; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .desktop-only {
    display: none !important; }

  .ipad-only {
    display: block !important; }

  .small-tablet-only {
    display: none !important; }

  .mobile-only {
    display: none !important; }

  .hide-on-ipad {
    display: none !important; }

  .no-border-ipad {
    border: 0; }

  .small-ipad {
    font-size: 0.8em; }

  .medium-ipad {
    font-size: 1em; }

  .large-ipad {
    font-size: 1.5em; }

  .zero-ipad.padded, .zero-ipad.half-padded, .zero-ipad.double-padded, .zero-ipad.triple-padded {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-ipad.pad-top, .zero-ipad.half-pad-top, .zero-ipad.double-pad-top, .zero-ipad.triple-pad-top {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-ipad.pad-right, .zero-ipad.half-pad-right, .zero-ipad.double-pad-right, .zero-ipad.triple-pad-right {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-ipad.pad-bottom, .zero-ipad.half-pad-bottom, .zero-ipad.double-pad-bottom, .zero-ipad.triple-pad-bottom {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-ipad.pad-left, .zero-ipad.half-pad-left, .zero-ipad.double-pad-left, .zero-ipad.triple-pad-left {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-ipad.gapped, .zero-ipad.half-gapped, .zero-ipad.double-gapped, .zero-ipad.triple-gapped {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-ipad.gap-top, .zero-ipad.half-gap-top, .zero-ipad.double-gap-top, .zero-ipad.triple-gap-top {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-ipad.gap-right, .zero-ipad.half-gap-right, .zero-ipad.double-gap-right, .zero-ipad.triple-gap-right {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-ipad.gap-bottom, .zero-ipad.half-gap-bottom, .zero-ipad.double-gap-bottom, .zero-ipad.triple-gap-bottom {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-ipad.gap-left, .zero-ipad.half-gap-left, .zero-ipad.double-gap-left, .zero-ipad.triple-gap-left {
    padding: 0 !important;
    margin: 0 !important; }

  .padded-ipad {
    padding: 10px; }

  .pad-top-ipad {
    padding-top: 10px; }

  .pad-right-ipad {
    padding-right: 10px; }

  .pad-bottom-ipad {
    padding-bottom: 10px; }

  .pad-left-ipad {
    padding-left: 10px; }

  .no-padding-ipad.padded, .no-padding-ipad.half-padded, .no-padding-ipad.double-padded, .no-padding-ipad.triple-padded,
  .no-padded-ipad.padded,
  .no-padded-ipad.half-padded,
  .no-padded-ipad.double-padded,
  .no-padded-ipad.triple-padded,
  .no-pad-ipad.padded,
  .no-pad-ipad.half-padded,
  .no-pad-ipad.double-padded,
  .no-pad-ipad.triple-padded {
    padding: 0 !important; }
  .no-padding-ipad.pad-top, .no-padding-ipad.half-pad-top, .no-padding-ipad.double-pad-top, .no-padding-ipad.triple-pad-top,
  .no-padded-ipad.pad-top,
  .no-padded-ipad.half-pad-top,
  .no-padded-ipad.double-pad-top,
  .no-padded-ipad.triple-pad-top,
  .no-pad-ipad.pad-top,
  .no-pad-ipad.half-pad-top,
  .no-pad-ipad.double-pad-top,
  .no-pad-ipad.triple-pad-top {
    padding: 0 !important; }
  .no-padding-ipad.pad-right, .no-padding-ipad.half-pad-right, .no-padding-ipad.double-pad-right, .no-padding-ipad.triple-pad-right,
  .no-padded-ipad.pad-right,
  .no-padded-ipad.half-pad-right,
  .no-padded-ipad.double-pad-right,
  .no-padded-ipad.triple-pad-right,
  .no-pad-ipad.pad-right,
  .no-pad-ipad.half-pad-right,
  .no-pad-ipad.double-pad-right,
  .no-pad-ipad.triple-pad-right {
    padding: 0 !important; }
  .no-padding-ipad.pad-bottom, .no-padding-ipad.half-pad-bottom, .no-padding-ipad.double-pad-bottom, .no-padding-ipad.triple-pad-bottom,
  .no-padded-ipad.pad-bottom,
  .no-padded-ipad.half-pad-bottom,
  .no-padded-ipad.double-pad-bottom,
  .no-padded-ipad.triple-pad-bottom,
  .no-pad-ipad.pad-bottom,
  .no-pad-ipad.half-pad-bottom,
  .no-pad-ipad.double-pad-bottom,
  .no-pad-ipad.triple-pad-bottom {
    padding: 0 !important; }
  .no-padding-ipad.pad-left, .no-padding-ipad.half-pad-left, .no-padding-ipad.double-pad-left, .no-padding-ipad.triple-pad-left,
  .no-padded-ipad.pad-left,
  .no-padded-ipad.half-pad-left,
  .no-padded-ipad.double-pad-left,
  .no-padded-ipad.triple-pad-left,
  .no-pad-ipad.pad-left,
  .no-pad-ipad.half-pad-left,
  .no-pad-ipad.double-pad-left,
  .no-pad-ipad.triple-pad-left {
    padding: 0 !important; }

  .no-pad-top-ipad {
    padding-top: 0px; }

  .no-pad-right-ipad {
    padding-right: 0px; }

  .no-pad-bottom-ipad {
    padding-bottom: 0px; }

  .no-pad-left-ipad {
    padding-left: 0px; }

  .gapped-ipad {
    margin: 10px; }

  .gap-top-ipad {
    margin-top: 10px; }

  .gap-right-ipad {
    margin-right: 10px; }

  .gap-bottom-ipad {
    margin-bottom: 10px; }

  .gap-left-ipad {
    margin-left: 10px; }

  .no-margin-ipad.gapped, .no-margin-ipad.half-gapped, .no-margin-ipad.double-gapped, .no-margin-ipad.triple-gapped,
  .no-gapped-ipad.gapped,
  .no-gapped-ipad.half-gapped,
  .no-gapped-ipad.double-gapped,
  .no-gapped-ipad.triple-gapped,
  .no-gap-ipad.gapped,
  .no-gap-ipad.half-gapped,
  .no-gap-ipad.double-gapped,
  .no-gap-ipad.triple-gapped {
    margin: 0 !important; }
  .no-margin-ipad.gap-top, .no-margin-ipad.half-gap-top, .no-margin-ipad.double-gap-top, .no-margin-ipad.triple-gap-top,
  .no-gapped-ipad.gap-top,
  .no-gapped-ipad.half-gap-top,
  .no-gapped-ipad.double-gap-top,
  .no-gapped-ipad.triple-gap-top,
  .no-gap-ipad.gap-top,
  .no-gap-ipad.half-gap-top,
  .no-gap-ipad.double-gap-top,
  .no-gap-ipad.triple-gap-top {
    margin: 0 !important; }
  .no-margin-ipad.gap-right, .no-margin-ipad.half-gap-right, .no-margin-ipad.double-gap-right, .no-margin-ipad.triple-gap-right,
  .no-gapped-ipad.gap-right,
  .no-gapped-ipad.half-gap-right,
  .no-gapped-ipad.double-gap-right,
  .no-gapped-ipad.triple-gap-right,
  .no-gap-ipad.gap-right,
  .no-gap-ipad.half-gap-right,
  .no-gap-ipad.double-gap-right,
  .no-gap-ipad.triple-gap-right {
    margin: 0 !important; }
  .no-margin-ipad.gap-bottom, .no-margin-ipad.half-gap-bottom, .no-margin-ipad.double-gap-bottom, .no-margin-ipad.triple-gap-bottom,
  .no-gapped-ipad.gap-bottom,
  .no-gapped-ipad.half-gap-bottom,
  .no-gapped-ipad.double-gap-bottom,
  .no-gapped-ipad.triple-gap-bottom,
  .no-gap-ipad.gap-bottom,
  .no-gap-ipad.half-gap-bottom,
  .no-gap-ipad.double-gap-bottom,
  .no-gap-ipad.triple-gap-bottom {
    margin: 0 !important; }
  .no-margin-ipad.gap-left, .no-margin-ipad.half-gap-left, .no-margin-ipad.double-gap-left, .no-margin-ipad.triple-gap-left,
  .no-gapped-ipad.gap-left,
  .no-gapped-ipad.half-gap-left,
  .no-gapped-ipad.double-gap-left,
  .no-gapped-ipad.triple-gap-left,
  .no-gap-ipad.gap-left,
  .no-gap-ipad.half-gap-left,
  .no-gap-ipad.double-gap-left,
  .no-gap-ipad.triple-gap-left {
    margin: 0 !important; }

  .no-gap-top-ipad {
    margin-top: 0px; }

  .no-gap-right-ipad {
    margin-right: 0px; }

  .no-gap-bottom-ipad {
    margin-bottom: 0px; }

  .no-gap-left-ipad {
    margin-left: 0px; }

  .offset-ipad {
    margin: -10px; }

  .offset-top-ipad {
    margin-top: -10px; }

  .offset-right-ipad {
    margin-right: -10px; }

  .offset-bottom-ipad {
    margin-bottom: -10px; }

  .offset-left-ipad {
    margin-left: -10px; }

  .no-offset-top-ipad {
    margin-top: 0px; }

  .no-offset-right-ipad {
    margin-right: 0px; }

  .no-offset-bottom-ipad {
    margin-bottom: 0px; }

  .no-offset-left-ipad {
    margin-left: 0px; }

  .half-padded-ipad {
    padding: 5px; }

  .double-padded-ipad {
    padding: 20px; }

  .triple-padded-ipad {
    padding: 30px; }

  .half-pad-top-ipad {
    padding-top: 5px; }

  .double-pad-top-ipad {
    padding-top: 20px; }

  .triple-pad-top-ipad {
    padding-top: 30px; }

  .half-pad-right-ipad {
    padding-right: 5px; }

  .double-pad-right-ipad {
    padding-right: 20px; }

  .triple-pad-right-ipad {
    padding-right: 30px; }

  .half-pad-bottom-ipad {
    padding-bottom: 5px; }

  .double-pad-bottom-ipad {
    padding-bottom: 20px; }

  .triple-pad-bottom-ipad {
    padding-bottom: 30px; }

  .half-pad-left-ipad {
    padding-left: 5px; }

  .double-pad-left-ipad {
    padding-left: 20px; }

  .triple-pad-left-ipad {
    padding-left: 30px; }

  .half-gapped-ipad {
    margin: 5px; }

  .double-gapped-ipad {
    margin: 20px; }

  .triple-gapped-ipad {
    margin: 30px; }

  .half-gap-top-ipad {
    margin-top: 5px; }

  .double-gap-top-ipad {
    margin-top: 20px; }

  .triple-gap-top-ipad {
    margin-top: 30px; }

  .half-gap-right-ipad {
    margin-right: 5px; }

  .double-gap-right-ipad {
    margin-right: 20px; }

  .triple-gap-right-ipad {
    margin-right: 30px; }

  .half-gap-bottom-ipad {
    margin-bottom: 5px; }

  .double-gap-bottom-ipad {
    margin-bottom: 20px; }

  .triple-gap-bottom-ipad {
    margin-bottom: 30px; }

  .half-gap-left-ipad {
    margin-left: 5px; }

  .double-gap-left-ipad {
    margin-left: 20px; }

  .triple-gap-left-ipad {
    margin-left: 30px; }

  .half-offset-ipad {
    margin: -5px; }

  .double-offset-ipad {
    margin: -20px; }

  .triple-offset-ipad {
    margin: -30px; }

  .half-offset-top-ipad {
    margin-top: -5px; }

  .double-offset-top-ipad {
    margin-top: -20px; }

  .triple-offset-top-ipad {
    margin-top: -30px; }

  .half-offset-right-ipad {
    margin-right: -5px; }

  .double-offset-right-ipad {
    margin-right: -20px; }

  .triple-offset-right-ipad {
    margin-right: -30px; }

  .half-offset-bottom-ipad {
    margin-bottom: -5px; }

  .double-offset-bottom-ipad {
    margin-bottom: -20px; }

  .triple-offset-bottom-ipad {
    margin-bottom: -30px; }

  .half-offset-left-ipad {
    margin-left: -5px; }

  .double-offset-left-ipad {
    margin-left: -20px; }

  .triple-offset-left-ipad {
    margin-left: -30px; }

  .fixed-ipad {
    position: fixed; }

  .fixed-top-ipad {
    position: fixed;
    top: 0; }

  .fixed-right-ipad {
    position: fixed;
    right: 0; }

  .fixed-bottom-ipad {
    position: fixed;
    bottom: 0; }

  .fixed-left-ipad {
    position: fixed;
    left: 0; }

  .fixed-middle-ipad {
    position: fixed;
    top: 50%; }

  .fixed-center-ipad {
    position: fixed;
    left: 50%; }

  .absolute-ipad {
    position: absolute; }

  .absolute-top-ipad {
    position: absolute;
    top: 0; }

  .absolute-right-ipad {
    position: absolute;
    right: 0; }

  .absolute-bottom-ipad {
    position: absolute;
    bottom: 0; }

  .absolute-left-ipad {
    position: absolute;
    left: 0; }

  .absolute-middle-ipad {
    position: absolute;
    top: 50%; }

  .absolute-center-ipad {
    position: absolute;
    left: 50%; }

  .static-ipad {
    position: static; }

  .inline-ipad {
    display: inline; }

  .block-ipad {
    display: block; }

  .clear-ipad {
    clear: both; }
    .clear-ipad:after {
      content: " ";
      display: block;
      height: 0;
      font-size: 0;
      clear: both;
      visibility: hidden; }

  .center-ipad {
    display: block;
    margin: 0 auto; }

  .pull-right-ipad {
    float: right; }

  .pull-left-ipad {
    float: left; }

  .pull-none-ipad {
    float: none; }

  .bordered-ipad {
    border: 1px solid #dddddd; }

  .border-top-ipad {
    border-top: 1px solid #dddddd; }

  .border-right-ipad {
    border-right: 1px solid #dddddd; }

  .border-bottom-ipad {
    border-bottom: 1px solid #dddddd; }

  .border-left-ipad {
    border-left: 1px solid #dddddd; }

  .align-top-ipad {
    display: table-cell;
    vertical-align: top; }

  .align-right-ipad {
    text-align: right; }

  .align-bottom-ipad {
    display: table-cell;
    vertical-align: bottom; }

  .align-left-ipad {
    text-align: left; }

  .align-center-ipad {
    text-align: center; }

  .justify-ipad {
    text-align: justify; }

  .truncate-ipad {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

  .rotate-90-ipad {
    display: inline-block;
    width: auto; }

  .rotate-90-ctr-ipad {
    display: inline-block;
    width: auto; }

  .rotate-180-ipad {
    display: inline-block;
    width: auto; }

  .rotate-180-ctr-ipad {
    display: inline-block;
    width: auto; }

  .rotate-270-ipad {
    display: inline-block;
    width: auto; }

  .rotate-270-ctr-ipad {
    display: inline-block;
    width: auto; }

  .rotate-360-ipad {
    display: inline-block;
    width: auto; }

  .rotate-360-ipad {
    display: inline-block;
    width: auto; }

  .one-column-ipad, .one-columns-ipad {
    column-count: 1; }

  .two-column-ipad, .two-columns-ipad {
    column-count: 2; }

  .three-column-ipad, .three-columns-ipad {
    column-count: 3; }

  .four-column-ipad, .four-columns-ipad {
    column-count: 4; }

  .five-column-ipad, .five-columns-ipad {
    column-count: 5; }

  .nav:not(.nocollapse):not(.small-tablet):not(.mobile):before {
    float: left;
    display: inline-block;
    content: attr(title);
    padding: 0.25em 0.5em;
    font-weight: bold; }
  .nav:not(.nocollapse):not(.small-tablet):not(.mobile) button.hamburger {
    display: inline-block; }
    .nav:not(.nocollapse):not(.small-tablet):not(.mobile) button.hamburger:before {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      *margin-right: 0.3em;
      content: ""; }
    .nav:not(.nocollapse):not(.small-tablet):not(.mobile) button.hamburger[aria-expanded="true"]:before {
      content: ""; }
  .nav:not(.nocollapse):not(.small-tablet):not(.mobile) > ul {
    display: none; }
    .nav:not(.nocollapse):not(.small-tablet):not(.mobile) > ul > li > a, .nav:not(.nocollapse):not(.small-tablet):not(.mobile) > ul > li > button {
      border-top-width: 1px; }
  .nav:not(.nocollapse):not(.small-tablet):not(.mobile) > ul[aria-expanded="true"] {
    display: block; }
  .nav:not(.nocollapse):not(.small-tablet):not(.mobile) li {
    float: none;
    display: block; }
    .nav:not(.nocollapse):not(.small-tablet):not(.mobile) li ul {
      position: static; }
    .nav:not(.nocollapse):not(.small-tablet):not(.mobile) li li a, .nav:not(.nocollapse):not(.small-tablet):not(.mobile) li li button {
      text-indent: 10px; }
    .nav:not(.nocollapse):not(.small-tablet):not(.mobile) li li li a, .nav:not(.nocollapse):not(.small-tablet):not(.mobile) li li li button {
      text-indent: 20px; }
    .nav:not(.nocollapse):not(.small-tablet):not(.mobile) li[role="menu"] ul {
      border: 0; }
      .nav:not(.nocollapse):not(.small-tablet):not(.mobile) li[role="menu"] ul > li:first-child > a, .nav:not(.nocollapse):not(.small-tablet):not(.mobile) li[role="menu"] ul > li:first-child > button {
        border-top-width: 1px; }
    .nav:not(.nocollapse):not(.small-tablet):not(.mobile) li[role="menu"] > a:after, .nav:not(.nocollapse):not(.small-tablet):not(.mobile) li[role="menu"] > button:after {
      float: none;
      content: ""; }
    .nav:not(.nocollapse):not(.small-tablet):not(.mobile) li[role="menu"][aria-pressed="true"] > a:after, .nav:not(.nocollapse):not(.small-tablet):not(.mobile) li[role="menu"][aria-pressed="true"] > button:after {
      content: ""; }
  .nav:not(.nocollapse):not(.small-tablet):not(.mobile) a, .nav:not(.nocollapse):not(.small-tablet):not(.mobile) button:not(.hamburger) {
    display: block;
    width: 100%;
    text-align: left; } }
@media (max-width: 767px) {
  .half:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .halves:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .third:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .thirds:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fourths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fifths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sixths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sevenths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet) {
    width: 100% !important;
    float: none;
    clear: both; }

  .half.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .halves.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .third.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .thirds.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .third.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .thirds.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fourths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fourths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fourths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fifths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fifths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fifths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fifths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sixths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sixths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sixths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sixths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sixths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sevenths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sevenths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sevenths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sevenths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sevenths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sevenths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.right-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.right-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet) {
    left: 0; }

  .half.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .halves.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .third.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .thirds.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .third.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .thirds.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fourths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fourths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fourths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fifths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fifths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fifths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fifths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sixths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sixths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sixths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sixths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sixths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sevenths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sevenths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sevenths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sevenths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sevenths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sevenths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.left-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.left-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet) {
    right: 0; }

  .half.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .halves.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .third.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .thirds.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .third.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .thirds.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fourths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fourths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fourth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fourths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fifths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fifths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fifths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .fifth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .fifths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sixths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sixths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sixths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sixths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .sixth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sixths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sevenths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sevenths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sevenths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sevenths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sevenths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .seventh.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .sevenths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eighth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .eighths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .ninth.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .ninths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .tenth.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .tenths.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .eleventh.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .elevenths.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet), .twelfth.skip-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet),
  .twelfths.skip-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile):not(.small-tablet):not(.one-up-small-tablet):not(.two-up-small-tablet):not(.three-up-small-tablet):not(.four-up-small-tablet):not(.five-up-small-tablet) {
    margin-left: 0; }

  .desktop-only {
    display: none !important; }

  .ipad-only {
    display: none !important; }

  .small-tablet-only {
    display: block !important; }

  .mobile-only {
    display: none !important; }

  .hide-on-small-tablet {
    display: none !important; }

  .no-border-small-tablet {
    border: 0; }

  .small-small-tablet {
    font-size: 0.8em; }

  .medium-small-tablet {
    font-size: 1em; }

  .large-small-tablet {
    font-size: 1.5em; }

  .zero-small-tablet.padded, .zero-small-tablet.half-padded, .zero-small-tablet.double-padded, .zero-small-tablet.triple-padded {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-small-tablet.pad-top, .zero-small-tablet.half-pad-top, .zero-small-tablet.double-pad-top, .zero-small-tablet.triple-pad-top {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-small-tablet.pad-right, .zero-small-tablet.half-pad-right, .zero-small-tablet.double-pad-right, .zero-small-tablet.triple-pad-right {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-small-tablet.pad-bottom, .zero-small-tablet.half-pad-bottom, .zero-small-tablet.double-pad-bottom, .zero-small-tablet.triple-pad-bottom {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-small-tablet.pad-left, .zero-small-tablet.half-pad-left, .zero-small-tablet.double-pad-left, .zero-small-tablet.triple-pad-left {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-small-tablet.gapped, .zero-small-tablet.half-gapped, .zero-small-tablet.double-gapped, .zero-small-tablet.triple-gapped {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-small-tablet.gap-top, .zero-small-tablet.half-gap-top, .zero-small-tablet.double-gap-top, .zero-small-tablet.triple-gap-top {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-small-tablet.gap-right, .zero-small-tablet.half-gap-right, .zero-small-tablet.double-gap-right, .zero-small-tablet.triple-gap-right {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-small-tablet.gap-bottom, .zero-small-tablet.half-gap-bottom, .zero-small-tablet.double-gap-bottom, .zero-small-tablet.triple-gap-bottom {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-small-tablet.gap-left, .zero-small-tablet.half-gap-left, .zero-small-tablet.double-gap-left, .zero-small-tablet.triple-gap-left {
    padding: 0 !important;
    margin: 0 !important; }

  .padded-small-tablet {
    padding: 10px; }

  .pad-top-small-tablet {
    padding-top: 10px; }

  .pad-right-small-tablet {
    padding-right: 10px; }

  .pad-bottom-small-tablet {
    padding-bottom: 10px; }

  .pad-left-small-tablet {
    padding-left: 10px; }

  .no-padding-small-tablet.padded, .no-padding-small-tablet.half-padded, .no-padding-small-tablet.double-padded, .no-padding-small-tablet.triple-padded,
  .no-padded-small-tablet.padded,
  .no-padded-small-tablet.half-padded,
  .no-padded-small-tablet.double-padded,
  .no-padded-small-tablet.triple-padded,
  .no-pad-small-tablet.padded,
  .no-pad-small-tablet.half-padded,
  .no-pad-small-tablet.double-padded,
  .no-pad-small-tablet.triple-padded {
    padding: 0 !important; }
  .no-padding-small-tablet.pad-top, .no-padding-small-tablet.half-pad-top, .no-padding-small-tablet.double-pad-top, .no-padding-small-tablet.triple-pad-top,
  .no-padded-small-tablet.pad-top,
  .no-padded-small-tablet.half-pad-top,
  .no-padded-small-tablet.double-pad-top,
  .no-padded-small-tablet.triple-pad-top,
  .no-pad-small-tablet.pad-top,
  .no-pad-small-tablet.half-pad-top,
  .no-pad-small-tablet.double-pad-top,
  .no-pad-small-tablet.triple-pad-top {
    padding: 0 !important; }
  .no-padding-small-tablet.pad-right, .no-padding-small-tablet.half-pad-right, .no-padding-small-tablet.double-pad-right, .no-padding-small-tablet.triple-pad-right,
  .no-padded-small-tablet.pad-right,
  .no-padded-small-tablet.half-pad-right,
  .no-padded-small-tablet.double-pad-right,
  .no-padded-small-tablet.triple-pad-right,
  .no-pad-small-tablet.pad-right,
  .no-pad-small-tablet.half-pad-right,
  .no-pad-small-tablet.double-pad-right,
  .no-pad-small-tablet.triple-pad-right {
    padding: 0 !important; }
  .no-padding-small-tablet.pad-bottom, .no-padding-small-tablet.half-pad-bottom, .no-padding-small-tablet.double-pad-bottom, .no-padding-small-tablet.triple-pad-bottom,
  .no-padded-small-tablet.pad-bottom,
  .no-padded-small-tablet.half-pad-bottom,
  .no-padded-small-tablet.double-pad-bottom,
  .no-padded-small-tablet.triple-pad-bottom,
  .no-pad-small-tablet.pad-bottom,
  .no-pad-small-tablet.half-pad-bottom,
  .no-pad-small-tablet.double-pad-bottom,
  .no-pad-small-tablet.triple-pad-bottom {
    padding: 0 !important; }
  .no-padding-small-tablet.pad-left, .no-padding-small-tablet.half-pad-left, .no-padding-small-tablet.double-pad-left, .no-padding-small-tablet.triple-pad-left,
  .no-padded-small-tablet.pad-left,
  .no-padded-small-tablet.half-pad-left,
  .no-padded-small-tablet.double-pad-left,
  .no-padded-small-tablet.triple-pad-left,
  .no-pad-small-tablet.pad-left,
  .no-pad-small-tablet.half-pad-left,
  .no-pad-small-tablet.double-pad-left,
  .no-pad-small-tablet.triple-pad-left {
    padding: 0 !important; }

  .no-pad-top-small-tablet {
    padding-top: 0px; }

  .no-pad-right-small-tablet {
    padding-right: 0px; }

  .no-pad-bottom-small-tablet {
    padding-bottom: 0px; }

  .no-pad-left-small-tablet {
    padding-left: 0px; }

  .gapped-small-tablet {
    margin: 10px; }

  .gap-top-small-tablet {
    margin-top: 10px; }

  .gap-right-small-tablet {
    margin-right: 10px; }

  .gap-bottom-small-tablet {
    margin-bottom: 10px; }

  .gap-left-small-tablet {
    margin-left: 10px; }

  .no-margin-small-tablet.gapped, .no-margin-small-tablet.half-gapped, .no-margin-small-tablet.double-gapped, .no-margin-small-tablet.triple-gapped,
  .no-gapped-small-tablet.gapped,
  .no-gapped-small-tablet.half-gapped,
  .no-gapped-small-tablet.double-gapped,
  .no-gapped-small-tablet.triple-gapped,
  .no-gap-small-tablet.gapped,
  .no-gap-small-tablet.half-gapped,
  .no-gap-small-tablet.double-gapped,
  .no-gap-small-tablet.triple-gapped {
    margin: 0 !important; }
  .no-margin-small-tablet.gap-top, .no-margin-small-tablet.half-gap-top, .no-margin-small-tablet.double-gap-top, .no-margin-small-tablet.triple-gap-top,
  .no-gapped-small-tablet.gap-top,
  .no-gapped-small-tablet.half-gap-top,
  .no-gapped-small-tablet.double-gap-top,
  .no-gapped-small-tablet.triple-gap-top,
  .no-gap-small-tablet.gap-top,
  .no-gap-small-tablet.half-gap-top,
  .no-gap-small-tablet.double-gap-top,
  .no-gap-small-tablet.triple-gap-top {
    margin: 0 !important; }
  .no-margin-small-tablet.gap-right, .no-margin-small-tablet.half-gap-right, .no-margin-small-tablet.double-gap-right, .no-margin-small-tablet.triple-gap-right,
  .no-gapped-small-tablet.gap-right,
  .no-gapped-small-tablet.half-gap-right,
  .no-gapped-small-tablet.double-gap-right,
  .no-gapped-small-tablet.triple-gap-right,
  .no-gap-small-tablet.gap-right,
  .no-gap-small-tablet.half-gap-right,
  .no-gap-small-tablet.double-gap-right,
  .no-gap-small-tablet.triple-gap-right {
    margin: 0 !important; }
  .no-margin-small-tablet.gap-bottom, .no-margin-small-tablet.half-gap-bottom, .no-margin-small-tablet.double-gap-bottom, .no-margin-small-tablet.triple-gap-bottom,
  .no-gapped-small-tablet.gap-bottom,
  .no-gapped-small-tablet.half-gap-bottom,
  .no-gapped-small-tablet.double-gap-bottom,
  .no-gapped-small-tablet.triple-gap-bottom,
  .no-gap-small-tablet.gap-bottom,
  .no-gap-small-tablet.half-gap-bottom,
  .no-gap-small-tablet.double-gap-bottom,
  .no-gap-small-tablet.triple-gap-bottom {
    margin: 0 !important; }
  .no-margin-small-tablet.gap-left, .no-margin-small-tablet.half-gap-left, .no-margin-small-tablet.double-gap-left, .no-margin-small-tablet.triple-gap-left,
  .no-gapped-small-tablet.gap-left,
  .no-gapped-small-tablet.half-gap-left,
  .no-gapped-small-tablet.double-gap-left,
  .no-gapped-small-tablet.triple-gap-left,
  .no-gap-small-tablet.gap-left,
  .no-gap-small-tablet.half-gap-left,
  .no-gap-small-tablet.double-gap-left,
  .no-gap-small-tablet.triple-gap-left {
    margin: 0 !important; }

  .no-gap-top-small-tablet {
    margin-top: 0px; }

  .no-gap-right-small-tablet {
    margin-right: 0px; }

  .no-gap-bottom-small-tablet {
    margin-bottom: 0px; }

  .no-gap-left-small-tablet {
    margin-left: 0px; }

  .offset-small-tablet {
    margin: -10px; }

  .offset-top-small-tablet {
    margin-top: -10px; }

  .offset-right-small-tablet {
    margin-right: -10px; }

  .offset-bottom-small-tablet {
    margin-bottom: -10px; }

  .offset-left-small-tablet {
    margin-left: -10px; }

  .no-offset-top-small-tablet {
    margin-top: 0px; }

  .no-offset-right-small-tablet {
    margin-right: 0px; }

  .no-offset-bottom-small-tablet {
    margin-bottom: 0px; }

  .no-offset-left-small-tablet {
    margin-left: 0px; }

  .half-padded-small-tablet {
    padding: 5px; }

  .double-padded-small-tablet {
    padding: 20px; }

  .triple-padded-small-tablet {
    padding: 30px; }

  .half-pad-top-small-tablet {
    padding-top: 5px; }

  .double-pad-top-small-tablet {
    padding-top: 20px; }

  .triple-pad-top-small-tablet {
    padding-top: 30px; }

  .half-pad-right-small-tablet {
    padding-right: 5px; }

  .double-pad-right-small-tablet {
    padding-right: 20px; }

  .triple-pad-right-small-tablet {
    padding-right: 30px; }

  .half-pad-bottom-small-tablet {
    padding-bottom: 5px; }

  .double-pad-bottom-small-tablet {
    padding-bottom: 20px; }

  .triple-pad-bottom-small-tablet {
    padding-bottom: 30px; }

  .half-pad-left-small-tablet {
    padding-left: 5px; }

  .double-pad-left-small-tablet {
    padding-left: 20px; }

  .triple-pad-left-small-tablet {
    padding-left: 30px; }

  .half-gapped-small-tablet {
    margin: 5px; }

  .double-gapped-small-tablet {
    margin: 20px; }

  .triple-gapped-small-tablet {
    margin: 30px; }

  .half-gap-top-small-tablet {
    margin-top: 5px; }

  .double-gap-top-small-tablet {
    margin-top: 20px; }

  .triple-gap-top-small-tablet {
    margin-top: 30px; }

  .half-gap-right-small-tablet {
    margin-right: 5px; }

  .double-gap-right-small-tablet {
    margin-right: 20px; }

  .triple-gap-right-small-tablet {
    margin-right: 30px; }

  .half-gap-bottom-small-tablet {
    margin-bottom: 5px; }

  .double-gap-bottom-small-tablet {
    margin-bottom: 20px; }

  .triple-gap-bottom-small-tablet {
    margin-bottom: 30px; }

  .half-gap-left-small-tablet {
    margin-left: 5px; }

  .double-gap-left-small-tablet {
    margin-left: 20px; }

  .triple-gap-left-small-tablet {
    margin-left: 30px; }

  .half-offset-small-tablet {
    margin: -5px; }

  .double-offset-small-tablet {
    margin: -20px; }

  .triple-offset-small-tablet {
    margin: -30px; }

  .half-offset-top-small-tablet {
    margin-top: -5px; }

  .double-offset-top-small-tablet {
    margin-top: -20px; }

  .triple-offset-top-small-tablet {
    margin-top: -30px; }

  .half-offset-right-small-tablet {
    margin-right: -5px; }

  .double-offset-right-small-tablet {
    margin-right: -20px; }

  .triple-offset-right-small-tablet {
    margin-right: -30px; }

  .half-offset-bottom-small-tablet {
    margin-bottom: -5px; }

  .double-offset-bottom-small-tablet {
    margin-bottom: -20px; }

  .triple-offset-bottom-small-tablet {
    margin-bottom: -30px; }

  .half-offset-left-small-tablet {
    margin-left: -5px; }

  .double-offset-left-small-tablet {
    margin-left: -20px; }

  .triple-offset-left-small-tablet {
    margin-left: -30px; }

  .fixed-small-tablet {
    position: fixed; }

  .fixed-top-small-tablet {
    position: fixed;
    top: 0; }

  .fixed-right-small-tablet {
    position: fixed;
    right: 0; }

  .fixed-bottom-small-tablet {
    position: fixed;
    bottom: 0; }

  .fixed-left-small-tablet {
    position: fixed;
    left: 0; }

  .fixed-middle-small-tablet {
    position: fixed;
    top: 50%; }

  .fixed-center-small-tablet {
    position: fixed;
    left: 50%; }

  .absolute-small-tablet {
    position: absolute; }

  .absolute-top-small-tablet {
    position: absolute;
    top: 0; }

  .absolute-right-small-tablet {
    position: absolute;
    right: 0; }

  .absolute-bottom-small-tablet {
    position: absolute;
    bottom: 0; }

  .absolute-left-small-tablet {
    position: absolute;
    left: 0; }

  .absolute-middle-small-tablet {
    position: absolute;
    top: 50%; }

  .absolute-center-small-tablet {
    position: absolute;
    left: 50%; }

  .static-small-tablet {
    position: static; }

  .inline-small-tablet {
    display: inline; }

  .block-small-tablet {
    display: block; }

  .clear-small-tablet {
    clear: both; }
    .clear-small-tablet:after {
      content: " ";
      display: block;
      height: 0;
      font-size: 0;
      clear: both;
      visibility: hidden; }

  .center-small-tablet {
    display: block;
    margin: 0 auto; }

  .pull-right-small-tablet {
    float: right; }

  .pull-left-small-tablet {
    float: left; }

  .pull-none-small-tablet {
    float: none; }

  .bordered-small-tablet {
    border: 1px solid #dddddd; }

  .border-top-small-tablet {
    border-top: 1px solid #dddddd; }

  .border-right-small-tablet {
    border-right: 1px solid #dddddd; }

  .border-bottom-small-tablet {
    border-bottom: 1px solid #dddddd; }

  .border-left-small-tablet {
    border-left: 1px solid #dddddd; }

  .align-top-small-tablet {
    display: table-cell;
    vertical-align: top; }

  .align-right-small-tablet {
    text-align: right; }

  .align-bottom-small-tablet {
    display: table-cell;
    vertical-align: bottom; }

  .align-left-small-tablet {
    text-align: left; }

  .align-center-small-tablet {
    text-align: center; }

  .justify-small-tablet {
    text-align: justify; }

  .truncate-small-tablet {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

  .rotate-90-small-tablet {
    display: inline-block;
    width: auto; }

  .rotate-90-ctr-small-tablet {
    display: inline-block;
    width: auto; }

  .rotate-180-small-tablet {
    display: inline-block;
    width: auto; }

  .rotate-180-ctr-small-tablet {
    display: inline-block;
    width: auto; }

  .rotate-270-small-tablet {
    display: inline-block;
    width: auto; }

  .rotate-270-ctr-small-tablet {
    display: inline-block;
    width: auto; }

  .rotate-360-small-tablet {
    display: inline-block;
    width: auto; }

  .rotate-360-ctr-small-tablet {
    display: inline-block;
    width: auto; }

  .one-column-small-tablet, .one-columns-small-tablet {
    column-count: 1; }

  .two-column-small-tablet, .two-columns-small-tablet {
    column-count: 2; }

  .three-column-small-tablet, .three-columns-small-tablet {
    column-count: 3; }

  .four-column-small-tablet, .four-columns-small-tablet {
    column-count: 4; }

  .five-column-small-tablet, .five-columns-small-tablet {
    column-count: 5; }

  .nav:not(.nocollapse):not(.mobile):before {
    float: left;
    display: inline-block;
    content: attr(title);
    padding: 0.25em 0.5em;
    font-weight: bold; }
  .nav:not(.nocollapse):not(.mobile) button.hamburger {
    display: inline-block; }
    .nav:not(.nocollapse):not(.mobile) button.hamburger:before {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      *margin-right: 0.3em;
      content: ""; }
    .nav:not(.nocollapse):not(.mobile) button.hamburger[aria-expanded="true"]:before {
      content: ""; }
  .nav:not(.nocollapse):not(.mobile) > ul {
    display: none; }
    .nav:not(.nocollapse):not(.mobile) > ul > li > a, .nav:not(.nocollapse):not(.mobile) > ul > li > button {
      border-top-width: 1px; }
  .nav:not(.nocollapse):not(.mobile) > ul[aria-expanded="true"] {
    display: block; }
  .nav:not(.nocollapse):not(.mobile) li {
    float: none;
    display: block; }
    .nav:not(.nocollapse):not(.mobile) li ul {
      position: static; }
    .nav:not(.nocollapse):not(.mobile) li li a, .nav:not(.nocollapse):not(.mobile) li li button {
      text-indent: 10px; }
    .nav:not(.nocollapse):not(.mobile) li li li a, .nav:not(.nocollapse):not(.mobile) li li li button {
      text-indent: 20px; }
    .nav:not(.nocollapse):not(.mobile) li[role="menu"] ul {
      border: 0; }
      .nav:not(.nocollapse):not(.mobile) li[role="menu"] ul > li:first-child > a, .nav:not(.nocollapse):not(.mobile) li[role="menu"] ul > li:first-child > button {
        border-top-width: 1px; }
    .nav:not(.nocollapse):not(.mobile) li[role="menu"] > a:after, .nav:not(.nocollapse):not(.mobile) li[role="menu"] > button:after {
      float: none;
      content: ""; }
    .nav:not(.nocollapse):not(.mobile) li[role="menu"][aria-pressed="true"] > a:after, .nav:not(.nocollapse):not(.mobile) li[role="menu"][aria-pressed="true"] > button:after {
      content: ""; }
  .nav:not(.nocollapse):not(.mobile) a, .nav:not(.nocollapse):not(.mobile) button:not(.hamburger) {
    display: block;
    width: 100%;
    text-align: left; } }
@media (max-width: 480px) {
  .half:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .halves:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .third:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .thirds:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fourths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fifths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sixths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sevenths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile) {
    width: 100% !important;
    float: none;
    clear: both; }

  .half.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .halves.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .third.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .thirds.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .third.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .thirds.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fourths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fourths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fourths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fifths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fifths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fifths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fifths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sixths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sixths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sixths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sixths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sixths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sevenths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sevenths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sevenths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sevenths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sevenths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sevenths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.right-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.right-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.right-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.right-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.right-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.right-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.right-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.right-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.right-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.right-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.right-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.right-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile) {
    left: 0; }

  .half.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .halves.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .third.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .thirds.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .third.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .thirds.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fourths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fourths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fourths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fifths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fifths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fifths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fifths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sixths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sixths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sixths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sixths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sixths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sevenths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sevenths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sevenths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sevenths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sevenths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sevenths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.left-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.left-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.left-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.left-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.left-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.left-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.left-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.left-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.left-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.left-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.left-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.left-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile) {
    right: 0; }

  .half.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .halves.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .third.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .thirds.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .third.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .thirds.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fourths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fourths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fourth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fourths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fifths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fifths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fifths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .fifth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .fifths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sixths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sixths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sixths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sixths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .sixth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sixths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sevenths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sevenths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sevenths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sevenths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sevenths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .seventh.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .sevenths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eighth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .eighths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .ninth.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .ninths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .tenth.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .tenths.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .eleventh.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .elevenths.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.skip-one:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.skip-two:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.skip-three:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.skip-four:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.skip-five:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.skip-six:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.skip-seven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.skip-eight:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.skip-nine:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.skip-ten:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile), .twelfth.skip-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile),
  .twelfths.skip-eleven:not(.mobile):not(.one-up-mobile):not(.two-up-mobile):not(.three-up-mobile):not(.four-up-mobile):not(.five-up-mobile) {
    margin-left: 0; }

  .desktop-only {
    display: none !important; }

  .ipad-only {
    display: none !important; }

  .small-tablet-only {
    display: none !important; }

  .mobile-only {
    display: block !important; }

  .hide-on-small-tablet {
    display: block !important; }

  .hide-on-mobile {
    display: none !important; }

  .no-border-mobile {
    border: 0; }

  .small-mobile {
    font-size: 0.8em; }

  .medium-mobile {
    font-size: 1em; }

  .large-mobile {
    font-size: 1.5em; }

  .zero-mobile.padded, .zero-mobile.half-padded, .zero-mobile.double-padded, .zero-mobile.triple-padded {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-mobile.pad-top, .zero-mobile.half-pad-top, .zero-mobile.double-pad-top, .zero-mobile.triple-pad-top {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-mobile.pad-right, .zero-mobile.half-pad-right, .zero-mobile.double-pad-right, .zero-mobile.triple-pad-right {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-mobile.pad-bottom, .zero-mobile.half-pad-bottom, .zero-mobile.double-pad-bottom, .zero-mobile.triple-pad-bottom {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-mobile.pad-left, .zero-mobile.half-pad-left, .zero-mobile.double-pad-left, .zero-mobile.triple-pad-left {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-mobile.gapped, .zero-mobile.half-gapped, .zero-mobile.double-gapped, .zero-mobile.triple-gapped {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-mobile.gap-top, .zero-mobile.half-gap-top, .zero-mobile.double-gap-top, .zero-mobile.triple-gap-top {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-mobile.gap-right, .zero-mobile.half-gap-right, .zero-mobile.double-gap-right, .zero-mobile.triple-gap-right {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-mobile.gap-bottom, .zero-mobile.half-gap-bottom, .zero-mobile.double-gap-bottom, .zero-mobile.triple-gap-bottom {
    padding: 0 !important;
    margin: 0 !important; }
  .zero-mobile.gap-left, .zero-mobile.half-gap-left, .zero-mobile.double-gap-left, .zero-mobile.triple-gap-left {
    padding: 0 !important;
    margin: 0 !important; }

  .padded-mobile {
    padding: 10px; }

  .pad-top-mobile {
    padding-top: 10px; }

  .pad-right-mobile {
    padding-right: 10px; }

  .pad-bottom-mobile {
    padding-bottom: 10px; }

  .pad-left-mobile {
    padding-left: 10px; }

  .no-padding-mobile.padded, .no-padding-mobile.half-padded, .no-padding-mobile.double-padded, .no-padding-mobile.triple-padded,
  .no-padded-mobile.padded,
  .no-padded-mobile.half-padded,
  .no-padded-mobile.double-padded,
  .no-padded-mobile.triple-padded,
  .no-pad-mobile.padded,
  .no-pad-mobile.half-padded,
  .no-pad-mobile.double-padded,
  .no-pad-mobile.triple-padded {
    padding: 0 !important; }
  .no-padding-mobile.pad-top, .no-padding-mobile.half-pad-top, .no-padding-mobile.double-pad-top, .no-padding-mobile.triple-pad-top,
  .no-padded-mobile.pad-top,
  .no-padded-mobile.half-pad-top,
  .no-padded-mobile.double-pad-top,
  .no-padded-mobile.triple-pad-top,
  .no-pad-mobile.pad-top,
  .no-pad-mobile.half-pad-top,
  .no-pad-mobile.double-pad-top,
  .no-pad-mobile.triple-pad-top {
    padding: 0 !important; }
  .no-padding-mobile.pad-right, .no-padding-mobile.half-pad-right, .no-padding-mobile.double-pad-right, .no-padding-mobile.triple-pad-right,
  .no-padded-mobile.pad-right,
  .no-padded-mobile.half-pad-right,
  .no-padded-mobile.double-pad-right,
  .no-padded-mobile.triple-pad-right,
  .no-pad-mobile.pad-right,
  .no-pad-mobile.half-pad-right,
  .no-pad-mobile.double-pad-right,
  .no-pad-mobile.triple-pad-right {
    padding: 0 !important; }
  .no-padding-mobile.pad-bottom, .no-padding-mobile.half-pad-bottom, .no-padding-mobile.double-pad-bottom, .no-padding-mobile.triple-pad-bottom,
  .no-padded-mobile.pad-bottom,
  .no-padded-mobile.half-pad-bottom,
  .no-padded-mobile.double-pad-bottom,
  .no-padded-mobile.triple-pad-bottom,
  .no-pad-mobile.pad-bottom,
  .no-pad-mobile.half-pad-bottom,
  .no-pad-mobile.double-pad-bottom,
  .no-pad-mobile.triple-pad-bottom {
    padding: 0 !important; }
  .no-padding-mobile.pad-left, .no-padding-mobile.half-pad-left, .no-padding-mobile.double-pad-left, .no-padding-mobile.triple-pad-left,
  .no-padded-mobile.pad-left,
  .no-padded-mobile.half-pad-left,
  .no-padded-mobile.double-pad-left,
  .no-padded-mobile.triple-pad-left,
  .no-pad-mobile.pad-left,
  .no-pad-mobile.half-pad-left,
  .no-pad-mobile.double-pad-left,
  .no-pad-mobile.triple-pad-left {
    padding: 0 !important; }

  .no-pad-top-mobile {
    padding-top: 0px; }

  .no-pad-right-mobile {
    padding-right: 0px; }

  .no-pad-bottom-mobile {
    padding-bottom: 0px; }

  .no-pad-left-mobile {
    padding-left: 0px; }

  .gapped-mobile {
    margin: 10px; }

  .gap-top-mobile {
    margin-top: 10px; }

  .gap-right-mobile {
    margin-right: 10px; }

  .gap-bottom-mobile {
    margin-bottom: 10px; }

  .gap-left-mobile {
    margin-left: 10px; }

  .no-margin-mobile.gapped, .no-margin-mobile.half-gapped, .no-margin-mobile.double-gapped, .no-margin-mobile.triple-gapped,
  .no-gapped-mobile.gapped,
  .no-gapped-mobile.half-gapped,
  .no-gapped-mobile.double-gapped,
  .no-gapped-mobile.triple-gapped,
  .no-gap-mobile.gapped,
  .no-gap-mobile.half-gapped,
  .no-gap-mobile.double-gapped,
  .no-gap-mobile.triple-gapped {
    margin: 0 !important; }
  .no-margin-mobile.gap-top, .no-margin-mobile.half-gap-top, .no-margin-mobile.double-gap-top, .no-margin-mobile.triple-gap-top,
  .no-gapped-mobile.gap-top,
  .no-gapped-mobile.half-gap-top,
  .no-gapped-mobile.double-gap-top,
  .no-gapped-mobile.triple-gap-top,
  .no-gap-mobile.gap-top,
  .no-gap-mobile.half-gap-top,
  .no-gap-mobile.double-gap-top,
  .no-gap-mobile.triple-gap-top {
    margin: 0 !important; }
  .no-margin-mobile.gap-right, .no-margin-mobile.half-gap-right, .no-margin-mobile.double-gap-right, .no-margin-mobile.triple-gap-right,
  .no-gapped-mobile.gap-right,
  .no-gapped-mobile.half-gap-right,
  .no-gapped-mobile.double-gap-right,
  .no-gapped-mobile.triple-gap-right,
  .no-gap-mobile.gap-right,
  .no-gap-mobile.half-gap-right,
  .no-gap-mobile.double-gap-right,
  .no-gap-mobile.triple-gap-right {
    margin: 0 !important; }
  .no-margin-mobile.gap-bottom, .no-margin-mobile.half-gap-bottom, .no-margin-mobile.double-gap-bottom, .no-margin-mobile.triple-gap-bottom,
  .no-gapped-mobile.gap-bottom,
  .no-gapped-mobile.half-gap-bottom,
  .no-gapped-mobile.double-gap-bottom,
  .no-gapped-mobile.triple-gap-bottom,
  .no-gap-mobile.gap-bottom,
  .no-gap-mobile.half-gap-bottom,
  .no-gap-mobile.double-gap-bottom,
  .no-gap-mobile.triple-gap-bottom {
    margin: 0 !important; }
  .no-margin-mobile.gap-left, .no-margin-mobile.half-gap-left, .no-margin-mobile.double-gap-left, .no-margin-mobile.triple-gap-left,
  .no-gapped-mobile.gap-left,
  .no-gapped-mobile.half-gap-left,
  .no-gapped-mobile.double-gap-left,
  .no-gapped-mobile.triple-gap-left,
  .no-gap-mobile.gap-left,
  .no-gap-mobile.half-gap-left,
  .no-gap-mobile.double-gap-left,
  .no-gap-mobile.triple-gap-left {
    margin: 0 !important; }

  .no-gap-top-mobile {
    margin-top: 0px; }

  .no-gap-right-mobile {
    margin-right: 0px; }

  .no-gap-bottom-mobile {
    margin-bottom: 0px; }

  .no-gap-left-mobile {
    margin-left: 0px; }

  .offset-mobile {
    margin: -10px; }

  .offset-top-mobile {
    margin-top: -10px; }

  .offset-right-mobile {
    margin-right: -10px; }

  .offset-bottom-mobile {
    margin-bottom: -10px; }

  .offset-left-mobile {
    margin-left: -10px; }

  .no-offset-top-mobile {
    margin-top: 0px; }

  .no-offset-right-mobile {
    margin-right: 0px; }

  .no-offset-bottom-mobile {
    margin-bottom: 0px; }

  .no-offset-left-mobile {
    margin-left: 0px; }

  .half-padded-mobile {
    padding: 5px; }

  .double-padded-mobile {
    padding: 20px; }

  .triple-padded-mobile {
    padding: 30px; }

  .half-pad-top-mobile {
    padding-top: 5px; }

  .double-pad-top-mobile {
    padding-top: 20px; }

  .triple-pad-top-mobile {
    padding-top: 30px; }

  .half-pad-right-mobile {
    padding-right: 5px; }

  .double-pad-right-mobile {
    padding-right: 20px; }

  .triple-pad-right-mobile {
    padding-right: 30px; }

  .half-pad-bottom-mobile {
    padding-bottom: 5px; }

  .double-pad-bottom-mobile {
    padding-bottom: 20px; }

  .triple-pad-bottom-mobile {
    padding-bottom: 30px; }

  .half-pad-left-mobile {
    padding-left: 5px; }

  .double-pad-left-mobile {
    padding-left: 20px; }

  .triple-pad-left-mobile {
    padding-left: 30px; }

  .half-gapped-mobile {
    margin: 5px; }

  .double-gapped-mobile {
    margin: 20px; }

  .triple-gapped-mobile {
    margin: 30px; }

  .half-gap-top-mobile {
    margin-top: 5px; }

  .double-gap-top-mobile {
    margin-top: 20px; }

  .triple-gap-top-mobile {
    margin-top: 30px; }

  .half-gap-right-mobile {
    margin-right: 5px; }

  .double-gap-right-mobile {
    margin-right: 20px; }

  .triple-gap-right-mobile {
    margin-right: 30px; }

  .half-gap-bottom-mobile {
    margin-bottom: 5px; }

  .double-gap-bottom-mobile {
    margin-bottom: 20px; }

  .triple-gap-bottom-mobile {
    margin-bottom: 30px; }

  .half-gap-left-mobile {
    margin-left: 5px; }

  .double-gap-left-mobile {
    margin-left: 20px; }

  .triple-gap-left-mobile {
    margin-left: 30px; }

  .half-offset-mobile {
    margin: -5px; }

  .double-offset-mobile {
    margin: -20px; }

  .triple-offset-mobile {
    margin: -30px; }

  .half-offset-top-mobile {
    margin-top: -5px; }

  .double-offset-top-mobile {
    margin-top: -20px; }

  .triple-offset-top-mobile {
    margin-top: -30px; }

  .half-offset-right-mobile {
    margin-right: -5px; }

  .double-offset-right-mobile {
    margin-right: -20px; }

  .triple-offset-right-mobile {
    margin-right: -30px; }

  .half-offset-bottom-mobile {
    margin-bottom: -5px; }

  .double-offset-bottom-mobile {
    margin-bottom: -20px; }

  .triple-offset-bottom-mobile {
    margin-bottom: -30px; }

  .half-offset-left-mobile {
    margin-left: -5px; }

  .double-offset-left-mobile {
    margin-left: -20px; }

  .triple-offset-left-mobile {
    margin-left: -30px; }

  .fixed-mobile {
    position: fixed; }

  .fixed-top-mobile {
    position: fixed;
    top: 0; }

  .fixed-right-mobile {
    position: fixed;
    right: 0; }

  .fixed-bottom-mobile {
    position: fixed;
    bottom: 0; }

  .fixed-left-mobile {
    position: fixed;
    left: 0; }

  .fixed-middle-mobile {
    position: fixed;
    top: 50%; }

  .fixed-center-mobile {
    position: fixed;
    left: 50%; }

  .absolute-mobile {
    position: absolute; }

  .absolute-top-mobile {
    position: absolute;
    top: 0; }

  .absolute-right-mobile {
    position: absolute;
    right: 0; }

  .absolute-bottom-mobile {
    position: absolute;
    bottom: 0; }

  .absolute-left-mobile {
    position: absolute;
    left: 0; }

  .absolute-middle-mobile {
    position: absolute;
    top: 50%; }

  .absolute-center-mobile {
    position: absolute;
    left: 50%; }

  .static-mobile {
    position: static; }

  .inline-mobile {
    display: inline; }

  .block-mobile {
    display: block; }

  .clear-mobile {
    clear: both; }
    .clear-mobile:after {
      content: " ";
      display: block;
      height: 0;
      font-size: 0;
      clear: both;
      visibility: hidden; }

  .center-mobile {
    display: block;
    margin: 0 auto; }

  .pull-right-mobile {
    float: right; }

  .pull-left-mobile {
    float: left; }

  .pull-none-mobile {
    float: none; }

  .bordered-mobile {
    border: 1px solid #dddddd; }

  .border-top-mobile {
    border-top: 1px solid #dddddd; }

  .border-right-mobile {
    border-right: 1px solid #dddddd; }

  .border-bottom-mobile {
    border-bottom: 1px solid #dddddd; }

  .border-left-mobile {
    border-left: 1px solid #dddddd; }

  .align-top-mobile {
    display: table-cell;
    vertical-align: top; }

  .align-right-mobile {
    text-align: right; }

  .align-bottom-mobile {
    display: table-cell;
    vertical-align: bottom; }

  .align-left-mobile {
    text-align: left; }

  .align-center-mobile {
    text-align: center; }

  .justify-mobile {
    text-align: justify; }

  .truncate-mobile {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

  .rotate-90-mobile {
    display: inline-block;
    width: auto; }

  .rotate-90-ctr-mobile {
    display: inline-block;
    width: auto; }

  .rotate-180-mobile {
    display: inline-block;
    width: auto; }

  .rotate-180-ctr-mobile {
    display: inline-block;
    width: auto; }

  .rotate-270-mobile {
    display: inline-block;
    width: auto; }

  .rotate-270-ctr-mobile {
    display: inline-block;
    width: auto; }

  .rotate-360-mobile {
    display: inline-block;
    width: auto; }

  .rotate-360-mobile {
    display: inline-block;
    width: auto; }

  .one-column-mobile, .one-columns-mobile {
    column-count: 1; }

  .two-column-mobile, .two-columns-mobile {
    column-count: 2; }

  .three-column-mobile, .three-columns-mobile {
    column-count: 3; }

  .four-column-mobile, .four-columns-mobile {
    column-count: 4; }

  .five-column-mobile, .five-columns-mobile {
    column-count: 5; }

  .nav:not(.nocollapse):before {
    float: left;
    display: inline-block;
    content: attr(title);
    padding: 0.25em 0.5em;
    font-weight: bold; }
  .nav:not(.nocollapse) button.hamburger {
    display: inline-block; }
    .nav:not(.nocollapse) button.hamburger:before {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      *margin-right: 0.3em;
      content: ""; }
    .nav:not(.nocollapse) button.hamburger[aria-expanded="true"]:before {
      content: ""; }
  .nav:not(.nocollapse) > ul {
    display: none; }
    .nav:not(.nocollapse) > ul > li > a, .nav:not(.nocollapse) > ul > li > button {
      border-top-width: 1px; }
  .nav:not(.nocollapse) > ul[aria-expanded="true"] {
    display: block; }
  .nav:not(.nocollapse) li {
    float: none;
    display: block; }
    .nav:not(.nocollapse) li ul {
      position: static; }
    .nav:not(.nocollapse) li li a, .nav:not(.nocollapse) li li button {
      text-indent: 10px; }
    .nav:not(.nocollapse) li li li a, .nav:not(.nocollapse) li li li button {
      text-indent: 20px; }
    .nav:not(.nocollapse) li[role="menu"] ul {
      border: 0; }
      .nav:not(.nocollapse) li[role="menu"] ul > li:first-child > a, .nav:not(.nocollapse) li[role="menu"] ul > li:first-child > button {
        border-top-width: 1px; }
    .nav:not(.nocollapse) li[role="menu"] > a:after, .nav:not(.nocollapse) li[role="menu"] > button:after {
      float: none;
      content: ""; }
    .nav:not(.nocollapse) li[role="menu"][aria-pressed="true"] > a:after, .nav:not(.nocollapse) li[role="menu"][aria-pressed="true"] > button:after {
      content: ""; }
  .nav:not(.nocollapse) a, .nav:not(.nocollapse) button:not(.hamburger) {
    display: block;
    width: 100%;
    text-align: left; } }
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Colors */
.eggshell--txt {
  color: #f0ead6; }

.eggshell--bg {
  background-color: #f0ead6; }

.springyellow--txt {
  color: #fff453; }

.springyellow--bg {
  background-color: #fff453; }

.yellow--txt {
  color: #ffc425; }

.yellow--bg {
  background-color: #ffc425; }

.lightorange--txt {
  color: #ffe59d; }

.lightorange--bg {
  background-color: #ffe59d; }

.brightorange--txt {
  color: #f78e1e; }

.brightorange--bg {
  background-color: #f78e1e; }

.orange--txt {
  color: #f15d22; }

.orange--bg {
  background-color: #f15d22; }

.Red--txt {
  color: #ee3124; }

.Red--bg {
  background-color: #ee3124; }

.magenta--txt {
  color: #c60651; }

.magenta--bg {
  background-color: #c60651; }

.faintblue--txt {
  color: #9fcbed; }

.faintblue--bg {
  background-color: #9fcbed; }

.lightblue--txt {
  color: #4f8abe; }

.lightblue--bg {
  background-color: #4f8abe; }

.fadedblue--txt {
  color: #5d87a1; }

.fadedblue--bg {
  background-color: #5d87a1; }

.sky--txt {
  color: #68c8c6; }

.sky--bg {
  background-color: #68c8c6; }

.oceanblue--txt {
  color: #00b1b0; }

.oceanblue--bg {
  background-color: #00b1b0; }

.blue--txt {
  color: #0093d0; }

.blue--bg {
  background-color: #0093d0; }

.navyblue--txt {
  color: #00395a; }

.navyblue--bg {
  background-color: #00395a; }

.darkblue--txt {
  color: #00446a; }

.darkblue--bg {
  background-color: #00446a; }

.faintgreen--txt {
  color: #e4f1e0; }

.faintgreen--bg {
  background-color: #e4f1e0; }

.earthgreen--txt {
  color: #b2a97e; }

.earthgreen--bg {
  background-color: #b2a97e; }

.fadedgreen--txt {
  color: #c3d7a4; }

.fadedgreen--bg {
  background-color: #c3d7a4; }

.freshgreen--txt {
  color: #a0cf67; }

.freshgreen--bg {
  background-color: #a0cf67; }

.limegreen--txt {
  color: #c1d82f; }

.limegreen--bg {
  background-color: #c1d82f; }

.springgreen--txt {
  color: #54b948; }

.springgreen--bg {
  background-color: #54b948; }

.green--txt {
  color: #439539; }

.green--bg {
  background-color: #439539; }

.forestgreen--txt {
  color: #485726; }

.forestgreen--bg {
  background-color: #485726; }

.tan--txt {
  color: #e6bb83; }

.tan--bg {
  background-color: #e6bb83; }

.clay--txt {
  color: #d39d61; }

.clay--bg {
  background-color: #d39d61; }

.earth--txt {
  color: #572700; }

.earth--bg {
  background-color: #572700; }

.lightwarmgray--txt {
  color: #bfb6ad; }

.lightwarmgray--bg {
  background-color: #bfb6ad; }

.stone--txt {
  color: #9a8b7d; }

.stone--bg {
  background-color: #9a8b7d; }

.sandstone--txt {
  color: #b3543f; }

.sandstone--bg {
  background-color: #b3543f; }

.gray--txt {
  color: #bec0c2; }

.gray--bg {
  background-color: #bec0c2; }

.coolgray--txt {
  color: #455560; }

.coolgray--bg {
  background-color: #455560; }

.white--txt {
  color: white; }

.white--bg {
  background-color: white; }

.cream--txt {
  color: #f4f5ed; }

.cream--bg {
  background-color: #f4f5ed; }

.lightgray--txt {
  color: #e1e1e1; }

.lightgray--bg {
  background-color: #e1e1e1; }

.darkgray--txt {
  color: #323232; }

.darkgray--bg {
  background-color: #323232; }

.offblack--txt {
  color: #121212; }

.offblack--bg {
  background-color: #121212; }

.black--txt {
  color: black; }

.black--bg {
  background-color: black; }

.popup-green--txt {
  color: #2ecc71; }

.popup-green--bg {
  background-color: #2ecc71; }

.popup-red--txt {
  color: #e74c3c; }

.popup-red--bg {
  background-color: #e74c3c; }

.popup-orange--txt {
  color: #ff971e; }

.popup-orange--bg {
  background-color: #ff971e; }

.popup-warning-red--txt {
  color: #b94a48; }

.popup-warning-red--bg {
  background-color: #b94a48; }

.popup-warning-light-red--txt {
  color: #f2dede; }

.popup-warning-light-red--bg {
  background-color: #f2dede; }

.popup-light-green--txt {
  color: #dff0d8; }

.popup-light-green--bg {
  background-color: #dff0d8; }

body {
  font-family: "Lato", "Open Sans", "verdana", "arial", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #121212;
  font-weight: 400;
  background: url("../../images/iStock-924732884-lq.jpg") fixed center center;
  background-size: cover; }

p {
  font-size: 1.0625rem;
  line-height: 1.5;
  margin: 0 0 0.8125rem 0; }
  p.error {
    border-radius: 6px;
    background-color: #ff9999;
    padding: 8px;
    border: 1px solid red !important;
    box-shadow: 0 0 2pt 1pt red !important; }

a {
  color: #0093d0;
  font-weight: 400;
  outline: 0;
  text-decoration: none; }
  a:visited {
    color: #0093d0;
    font-weight: 400;
    outline: 0;
    text-decoration: none; }
  a:focus, a:active {
    outline: 0;
    text-decoration: none; }
  a:active, a:hover {
    color: #5d87a1;
    font-weight: 400;
    outline: 0;
    text-decoration: none; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  clear: both;
  font-family: "Open Sans", "Lato", "verdana", "arial", sans-serif; }

h1, .h1 {
  font-size: 2.1875rem;
  line-height: 1.25;
  margin-top: 1.875rem;
  margin-bottom: 0.5rem;
  color: #35607a;
  font-weight: 600;
  text-transform: none;
  font-style: normal; }

h2, .h2 {
  font-size: 1.75rem;
  line-height: 1.25;
  margin-top: 1.75rem;
  margin-bottom: 0.25rem;
  color: #5087b0;
  font-weight: 800;
  text-transform: none;
  font-style: normal; }

h3, .h3 {
  font-size: 1.375rem;
  line-height: 1.125;
  margin-top: 1rem;
  margin-bottom: 0.0625rem;
  color: #6c6455;
  font-weight: 600;
  text-transform: none;
  font-style: normal; }

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.125;
  margin-top: 1rem;
  margin-bottom: 0rem;
  color: #c31d2c;
  font-weight: 400;
  text-transform: none;
  font-style: normal; }

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.125;
  margin-top: 1rem;
  margin-bottom: 0rem;
  color: #121212;
  font-weight: 400;
  text-transform: none;
  font-style: normal; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.125;
  margin-top: 1rem;
  margin-bottom: 0rem;
  color: #323232;
  font-weight: 400;
  text-transform: none;
  font-style: italic; }

b,
strong,
.strong {
  font-weight: 800; }

.medium {
  font-weight: 600; }

em,
.em {
  font-style: italic; }

abbr[title], .abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: italic; }

small, .small {
  font-size: 80%; }

mark,
.mark {
  background: #ff0;
  color: #000; }

sub,
.sub,
sup,
.sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup, .sup {
  top: -0.375rem; }

sub, .sub {
  bottom: -0.3125rem; }

del, .del {
  text-decoration: line-through; }

img {
  width: 100%; }

figure {
  margin: 1rem 40px; }

hr,
.hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  background: #eee;
  border: 0;
  margin-top: 1rem;
  margin-bottom: 1rem; }

ul, ol {
  margin: 0.25rem 0 0.5rem 0;
  padding: 0 0 0 1.25rem; }
  ul.error, ol.error {
    border-radius: 6px;
    background-color: #ff9999;
    padding: 8px;
    border: 1px solid red !important;
    box-shadow: 0 0 2pt 1pt red !important; }
  ul li, ol li {
    margin-bottom: 0;
    font-size: 1.0625rem;
    line-height: 1.5;
    text-indent: -1rem;
    padding-left: 1rem; }
    ul li a::after, ul li a::before, ol li a::after, ol li a::before {
      padding-left: 1.25rem; }
    ul li i, ul li .fa, ul li [class*='icon-'], ol li i, ol li .fa, ol li [class*='icon-'] {
      padding-left: 1.25rem;
      padding-right: .125rem; }
  ul.no-bullets, ol.no-bullets {
    list-style-type: none;
    padding: 0; }

ul {
  list-style-type: disc; }
  ul li ul {
    list-style-type: circle; }

ol {
  list-style-type: decimal; }
  ol li ol {
    list-style-type: lower-latin;
    padding: 0 0 0 1rem; }
    ol li ol li {
      padding-left: 1.3125rem; }

blockquote,
.blockquote {
  margin: 3em 0;
  color: #424242;
  font-style: italic;
  font-weight: 400; }
  blockquote::before, blockquote::after,
  .blockquote::before,
  .blockquote::after {
    content: ""; }
  blockquote p,
  .blockquote p {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: .4em; }
  blockquote cite,
  .blockquote cite {
    font-size: 13px;
    line-height: -1.75;
    font-weight: 800;
    font-style: normal;
    color: #777; }

fieldset,
legend {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-size: 18px;
  line-height: 3.25;
  font-weight: 800; }

.form {
  padding-top: 1em;
  padding-bottom: 1em; }

textarea {
  height: 8rem;
  resize: none;
  overflow: auto; }

input {
  line-height: normal; }
  input::-webkit-input-placeholder {
    color: darkgray;
    font-style: italic;
    font-weight: 200; }
  input:-moz-placeholder {
    color: darkgray;
    font-style: italic;
    font-weight: 200; }
  input::-moz-placeholder {
    color: darkgray;
    font-style: italic;
    font-weight: 200; }
  input:-ms-input-placeholder {
    color: darkgray;
    font-style: italic;
    font-weight: 200; }

.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em;
  width: calc(100% - 2em);
  vertical-align: top;
  box-sizing: border-box;
  color: white;
  margin: 25.2px 0;
  max-width: 400px;
  text-align: center;
  z-index: 1; }

.input__field {
  position: relative;
  display: block;
  float: right;
  width: 60%;
  border: none;
  border-radius: 0;
  background: white none auto padding-box border-box scroll;
  color: #455560;
  font-weight: 400;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
  box-sizing: border-box;
  cursor: auto;
  font-size: 1.5rem;
  margin: 0 0 3.15rem 0;
  padding: 12.6px 0;
  text-align: start;
  text-indent: 0;
  text-rendering: auto;
  text-shadow: none;
  text-transform: none;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text; }

.input__field:focus {
  outline: none; }

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #696969;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%; }

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none; }

.icon {
  color: #ddd;
  font-size: 150%; }

/* Ruri */
.input__field--ruri {
  width: 100%;
  background: transparent;
  padding: 0.5em 0 0.25rem 0;
  margin-bottom: 2rem;
  color: #121212;
  font-weight: 400;
  border: none; }

.input__label--ruri {
  width: 100%;
  position: absolute;
  text-align: left;
  font-size: 2rem;
  color: #9a8b7d;
  font-weight: 600;
  padding: 10px 0 5px;
  pointer-events: none;
  box-sizing: border-box;
  display: block;
  float: none;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none; }
  .input__label--ruri::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    background: #c3d7a4;
    left: 0;
    top: 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s; }
  .input__label--ruri.error::after {
    background: #e74c3c !important; }

.textarea.input__label--ruri {
  height: 8rem; }

.input__label-content--ruri {
  padding: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s;
  box-sizing: border-box;
  display: block;
  position: relative;
  text-align: left; }
  .input__label-content--ruri.error {
    color: #e74c3c; }

.input__field--ruri:focus + .input__label--ruri::after,
.input--filled .input__label--ruri::after {
  background: #54b948;
  -webkit-transform: scale3d(1, 0.25, 1);
  transform: scale3d(1, 0.25, 1); }
  .input__field--ruri:focus + .input__label--ruri::after.error,
  .input--filled .input__label--ruri::after.error {
    color: #e74c3c; }

.input__field--ruri.error:focus + .input__label--ruri.error::after,
.input--filled.shake.animated .input__label--ruri.error::after {
  color: #e74c3c;
  background: #e74c3c; }

.input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
.input--filled .input__label--ruri .input__label-content--ruri {
  color: #54b948;
  -webkit-transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1);
  transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1);
  font-weight: 400; }
  .input__field--ruri:focus + .input__label--ruri .input__label-content--ruri.error,
  .input--filled .input__label--ruri .input__label-content--ruri.error {
    color: #e74c3c; }

.textarea.input__field--ruri:focus + .textarea.input__label--ruri .input__label-content--ruri,
.input--filled .textarea.input__label--ruri .input__label-content--ruri {
  color: #54b948;
  -webkit-transform: translate3d(0, 4.25em, 0) scale3d(0.655, 0.655, 1) !important;
  transform: translate3d(0, 4.25em, 0) scale3d(0.655, 0.655, 1) !important;
  font-weight: 400; }
  .textarea.input__field--ruri:focus + .textarea.input__label--ruri .input__label-content--ruri.error,
  .input--filled .textarea.input__label--ruri .input__label-content--ruri.error {
    color: #e74c3c; }

.one.third {
  width: 33.333333%; }

section.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box; }
  section.top header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media only screen and (min-width: 1025px) {
      section.top header {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  section.top section.nav-container {
    box-sizing: border-box;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    @media only screen and (min-width: 1025px) {
      section.top section.nav-container {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  section.top div.dropshadow {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
    @media only screen and (min-width: 1025px) {
      section.top div.dropshadow {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; } }

main.content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto; }
  main.content > div.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1140px;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      main.content > div.row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  main.content .main-content {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    background-color: rgba(255, 255, 255, 0.925);
    overflow: hidden;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      main.content .main-content {
        padding: 2.5rem 2.5rem 2.5rem 2.5rem; } }
  main.content .sidebar {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    background-color: #5087b0;
    color: white;
    font-size: 1.2rem !important;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      main.content .sidebar {
        padding: 2.5rem 2.5rem 2.5rem 2.5rem; } }

section.accordion {
  width: 100%;
  margin: 2px 0 0 0; }
  section.accordion:first-child {
    margin: 1rem 0 0 0; }
  section.accordion.open .accordion-parent i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s, -webkit-transform ease .3s; }
  section.accordion.closed .accordion-parent i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s, -webkit-transform ease .3s; }
  section.accordion .accordion-parent {
    width: 100%;
    margin: 0;
    padding: .25rem .75rem;
    background-color: #e74c3c;
    font-size: 1.625rem;
    color: white;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    section.accordion .accordion-parent h4 {
      margin: 0;
      font-size: 1.625rem;
      color: white; }
    section.accordion .accordion-parent i {
      font-size: 1.125rem;
      color: white; }
    section.accordion .accordion-parent:hover h4 {
      color: #f0ead6; }
    section.accordion .accordion-parent:hover i {
      color: #f0ead6; }
  section.accordion .accordion-content {
    display: none; }
    section.accordion .accordion-content:first-child {
      display: block; }
  section.accordion section.accordion-sub {
    width: 100%;
    padding: 1rem .75rem .5rem .75rem;
    background-color: #f0ead6; }
    section.accordion section.accordion-sub:first-child {
      padding: 1rem .75rem .5rem .75rem; }
    section.accordion section.accordion-sub.open .accordion-title i {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: -webkit-transform ease .3s;
      transition: -webkit-transform ease .3s;
      transition: transform ease .3s;
      transition: transform ease .3s, -webkit-transform ease .3s; }
    section.accordion section.accordion-sub.closed .accordion-title i {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: -webkit-transform ease .3s;
      transition: -webkit-transform ease .3s;
      transition: transform ease .3s;
      transition: transform ease .3s, -webkit-transform ease .3s; }
    section.accordion section.accordion-sub .accordion-title {
      padding: .5rem 0 0 0;
      width: 100%;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      section.accordion section.accordion-sub .accordion-title h5 {
        margin: 0;
        color: #e74c3c;
        font-size: 1.25rem; }
      section.accordion section.accordion-sub .accordion-title i {
        font-size: 1.125rem;
        color: #e74c3c; }
      section.accordion section.accordion-sub .accordion-title:hover h5 {
        color: #121212; }
      section.accordion section.accordion-sub .accordion-title:hover i {
        color: #121212; }
    section.accordion section.accordion-sub h6.accordion-date {
      font-size: .7rem;
      margin: .25rem 0 1rem 0;
      font-style: italic; }
    section.accordion section.accordion-sub p:last-child {
      margin-bottom: 0; }
    section.accordion section.accordion-sub p.header {
      color: #e74c3c;
      font-weight: 800; }
    section.accordion section.accordion-sub p.font-bold, section.accordion section.accordion-sub span.font-bold {
      color: #e74c3c; }

button, .button, a.button {
  border-radius: 5px !important;
  background-color: #5087b0 !important;
  color: white !important;
  margin: 0.25rem 0.25rem 0.25rem 0 !important;
  border: none !important;
  display: initial !important;
  text-transform: none !important;
  white-space: nowrap !important;
  padding: 0.75rem 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  font-size: 1rem; }
  button:hover, .button:hover, a.button:hover {
    color: white !important;
    background-color: #35607a !important; }
  button:active, button:focus, .button:active, .button:focus, a.button:active, a.button:focus {
    outline: 0; }
  button.icon, .button.icon, a.button.icon {
    background-color: #5087b0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    border-radius: 0;
    font-size: 3rem; }
    button.icon i, .button.icon i, a.button.icon i {
      margin: 0 auto; }

input, textarea {
  font-size: 1.5rem;
  font-family: 400;
  padding: .25rem; }

input {
  margin: .75rem auto;
  width: 100%;
  height: 3rem; }

textarea {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

header.container {
  width: 100%;
  background-color: transparent;
  overflow: hidden;
  max-width: 100%; }
  header.container .banner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    max-height: 300px;
    position: relative; }
    header.container .banner img {
      display: block;
      width: 100%; }
      header.container .banner img.logo {
        position: absolute;
        display: block;
        width: 280px;
        z-index: 2;
        top: 45px;
        left: 35px; }

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #383a3c;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px; }
  .nav-container.fixed {
    position: fixed;
    z-index: 3;
    width: 100%; }
  .nav-container nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1140px;
    width: 100%; }
    .nav-container nav#primary-nav .hamburger {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .nav-container nav#primary-nav .hamburger .hamburger-line {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        position: relative;
        cursor: pointer;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: white;
        padding: 0.5rem 1.25rem; }
        @media only screen and (min-width: 768px) {
          .nav-container nav#primary-nav .hamburger .hamburger-line {
            padding: 0.5rem 2.5rem; } }
        .nav-container nav#primary-nav .hamburger .hamburger-line:hover, .nav-container nav#primary-nav .hamburger .hamburger-line:active {
          color: white; }
        .nav-container nav#primary-nav .hamburger .hamburger-line.open {
          border-bottom: solid 1px white; }
    .nav-container nav#primary-nav > ul {
      display: none;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .nav-container nav#primary-nav > ul.open {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        background-color: #383a3c;
        z-index: 3; }
        .nav-container nav#primary-nav > ul.open .dropshadow {
          display: block; }
          .nav-container nav#primary-nav > ul.open .dropshadow.forMobile {
            bottom: -30px; }
        .nav-container nav#primary-nav > ul.open.forIE1 {
          min-height: 2.5rem; }
        .nav-container nav#primary-nav > ul.open.forIE2 {
          min-height: 5rem; }
        .nav-container nav#primary-nav > ul.open.forIE3 {
          min-height: 7.5rem; }
        .nav-container nav#primary-nav > ul.open.forIE4 {
          min-height: 10rem; }
        .nav-container nav#primary-nav > ul.open.forIE5 {
          min-height: 12.5rem; }
        .nav-container nav#primary-nav > ul.open.forIE6 {
          min-height: 15rem; }
        .nav-container nav#primary-nav > ul.open.forIE7 {
          min-height: 17.5rem; }
        .nav-container nav#primary-nav > ul.open.forIE8 {
          min-height: 20rem; }
        .nav-container nav#primary-nav > ul.open.forIE9 {
          min-height: 22.5rem; }
        .nav-container nav#primary-nav > ul.open.forIE10 {
          min-height: 25rem; }
      .nav-container nav#primary-nav > ul > li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        text-indent: 0;
        padding: 0;
        border-bottom: solid 1px white;
        cursor: pointer; }
        .nav-container nav#primary-nav > ul > li.forIE {
          min-height: 2.6rem; }
        .nav-container nav#primary-nav > ul > li:last-child {
          border-bottom: none; }
        .nav-container nav#primary-nav > ul > li > a {
          color: white;
          font-size: 1.125rem;
          padding: .5rem 1rem;
          line-height: 1.5;
          width: 100%;
          font-weight: 600; }
          @media only screen and (min-width: 768px) {
            .nav-container nav#primary-nav > ul > li > a {
              padding: .5rem 2.5rem; } }
          .nav-container nav#primary-nav > ul > li > a.forIE {
            height: 2.5rem; }
          .nav-container nav#primary-nav > ul > li > a .dropdown {
            padding: 0 .25rem; }
          .nav-container nav#primary-nav > ul > li > a.clicked .dropdown {
            transform: rotate(180deg); }
        .nav-container nav#primary-nav > ul > li:hover > a, .nav-container nav#primary-nav > ul > li:active > a {
          color: white;
          background: #191a1b; }
          .nav-container nav#primary-nav > ul > li:hover > a:focus, .nav-container nav#primary-nav > ul > li:active > a:focus {
            text-decoration: none; }
        .nav-container nav#primary-nav > ul > li div {
          display: none;
          width: 100%;
          left: 0;
          top: 2.625rem;
          z-index: 999; }
          .nav-container nav#primary-nav > ul > li div ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            list-style-type: none;
            padding: 0;
            margin: 0;
            background-color: #383a3c;
            border: solid 0px #383a3c; }
            .nav-container nav#primary-nav > ul > li div ul li {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              width: 100%;
              padding: 0;
              text-indent: 0;
              border-bottom: solid 0px #383a3c; }
              .nav-container nav#primary-nav > ul > li div ul li:last-child {
                border-bottom: none; }
              .nav-container nav#primary-nav > ul > li div ul li a {
                font-size: 0.9375rem;
                color: white;
                padding: 5px 10px;
                width: 100%;
                font-weight: 600; }
                .nav-container nav#primary-nav > ul > li div ul li a:hover, .nav-container nav#primary-nav > ul > li div ul li a:active {
                  color: white;
                  background: #191a1b; }

.dropshadow {
  display: block;
  height: 30px;
  width: 100%;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  -webkit-box-shadow: inset 0 30px 30px -30px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: inset 0 30px 30px -30px rgba(50, 50, 50, 0.5);
  box-shadow: inset 0 30px 30px -30px rgba(50, 50, 50, 0.5);
  width: 100%;
  max-width: 1140px; }
  @media only screen and (min-width: 1140px) {
    .dropshadow {
      margin: -570px;
      left: 50%; } }

@media only screen and (min-width: 1025px) {
  .nav-container nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .nav-container nav#primary-nav .hamburger {
      display: none; }
    .nav-container nav#primary-nav > ul {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      .nav-container nav#primary-nav > ul .dropshadow {
        display: none; }
      .nav-container nav#primary-nav > ul > li {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: none;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        /*
                    &:hover, &:active {
                      > a {
                        color: $nav-link-color-hover;
                      }
                      div {
                        visibility: visible;
                      }
                    }
        */ }
        .nav-container nav#primary-nav > ul > li > a {
          padding: .5rem 0rem;
          text-align: center;
          /*
                        .dropdown {
                          display: none;
                        }
          */ }
        .nav-container nav#primary-nav > ul > li div {
          position: absolute;
          /*
                        ul {
                          display: -webkit-box;
                          display: -webkit-flex;
                          display: -ms-flexbox;
                          display: flex;
                          -webkit-box-orient: vertical;
                          -webkit-box-direction: normal;
                          -webkit-flex-direction: column;
                          -ms-flex-direction: column;
                          flex-direction: column;
                          list-style-type: none;
                          padding: 0;
                          margin: 3px 0 0 0;
                          background-color: $nav-dropdown-color-bg;
                          border: $nav-dropdown-border;
          
                          li {
                            display: -webkit-box;
                            display: -webkit-flex;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -webkit-align-items: center;
                            -ms-flex-align: center;
                            align-items: center;
                            width: 100%;
                            padding: 0;
                            text-indent: 0;
                            border-bottom: $nav-dropdown-border;
          
                            &:last-child {
                              border-bottom: none;
                            }
                            a {
                              font-size: $nav-dropdown-link-font-size;
                              color: $nav-dropdown-link-color;
                              padding: $nav-dropdown-link-padding;
                              width: 100%;
          
                              &:hover, &:active {
                                color: $nav-dropdown-link-color-hover;
                              }
                            }
                          }
                        }
          */ } }
section.accordion {
  width: 100%;
  margin: 2px 0 0 0; }
  section.accordion:first-child {
    margin: 1rem 0 0 0; }
  section.accordion.open .accordion-parent i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s, -webkit-transform ease .3s; }
  section.accordion.closed .accordion-parent i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s, -webkit-transform ease .3s; }
  section.accordion .accordion-parent {
    width: 100%;
    margin: 0;
    padding: .25rem .75rem;
    background-color: #e74c3c;
    font-size: 1.625rem;
    color: white;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    section.accordion .accordion-parent h4 {
      margin: 0;
      font-size: 1.625rem;
      color: white; }
    section.accordion .accordion-parent i {
      font-size: 1.125rem;
      color: white; }
    section.accordion .accordion-parent:hover h4 {
      color: #f0ead6; }
    section.accordion .accordion-parent:hover i {
      color: #f0ead6; }
  section.accordion .accordion-content {
    display: none; }
    section.accordion .accordion-content:first-child {
      display: block; }
  section.accordion section.accordion-sub {
    width: 100%;
    padding: 1rem .75rem .5rem .75rem;
    background-color: #f0ead6; }
    section.accordion section.accordion-sub:first-child {
      padding: 1rem .75rem .5rem .75rem; }
    section.accordion section.accordion-sub.open .accordion-title i {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: -webkit-transform ease .3s;
      transition: -webkit-transform ease .3s;
      transition: transform ease .3s;
      transition: transform ease .3s, -webkit-transform ease .3s; }
    section.accordion section.accordion-sub.closed .accordion-title i {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: -webkit-transform ease .3s;
      transition: -webkit-transform ease .3s;
      transition: transform ease .3s;
      transition: transform ease .3s, -webkit-transform ease .3s; }
    section.accordion section.accordion-sub .accordion-title {
      padding: .5rem 0 0 0;
      width: 100%;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      section.accordion section.accordion-sub .accordion-title h5 {
        margin: 0;
        color: #e74c3c;
        font-size: 1.25rem; }
      section.accordion section.accordion-sub .accordion-title i {
        font-size: 1.125rem;
        color: #e74c3c; }
      section.accordion section.accordion-sub .accordion-title:hover h5 {
        color: #121212; }
      section.accordion section.accordion-sub .accordion-title:hover i {
        color: #121212; }
    section.accordion section.accordion-sub h6.accordion-date {
      font-size: .7rem;
      margin: .25rem 0 1rem 0;
      font-style: italic; }
    section.accordion section.accordion-sub p:last-child {
      margin-bottom: 0; }
    section.accordion section.accordion-sub p.header {
      color: #e74c3c;
      font-weight: 800; }
    section.accordion section.accordion-sub p.font-bold, section.accordion section.accordion-sub span.font-bold {
      color: #e74c3c; }

footer {
  width: 100%;
  background-color: #35607a;
  min-height: 50px;
  max-width: 1140px;
  margin: 0 auto; }
  footer section {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
    color: white;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      footer section {
        padding: 1.25rem 2.5rem 1.25rem 2.5rem; } }

.social_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  display: flex; }
  .social_container a, .social_container a:visited {
    color: #234E80;
    background-color: white;
    padding: .25rem;
    margin: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 40px;
    width: 40px; }
    .social_container a:hover, .social_container a:active, .social_container a:visited:hover, .social_container a:visited:active {
      color: #234E80;
      background-color: white; }
    .social_container a:before, .social_container a:visited:before {
      display: none; }
    .social_container a .social_icons, .social_container a:visited .social_icons {
      background-color: #bec0c2; }
  .social_container a.facebook {
    display: none !important; }
  .social_container a.twitter {
    display: flex !important; }
  .social_container a.youtube {
    display: none !important; }
  .social_container a.pinterest {
    display: none !important; }
  .social_container a.instagram {
    display: none !important; }
  .social_container a.linkedin {
    display: none !important; }

figure {
  background-color: #9a8b7d; }
  figure.left {
    float: left;
    width: 52.5%;
    margin: 0.5rem 1rem 1rem -1.25rem;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem; }
    @media only screen and (min-width: 768px) {
      figure.left {
        width: 55%;
        margin: 0.5rem 1rem 1rem -2.5rem;
        padding: 1.25rem 1.25rem 1.25rem 2.5rem; } }
  figure.right {
    float: right;
    width: 52.5%;
    margin: 0.5rem -1.25rem 1rem 1rem;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem; }
    @media only screen and (min-width: 768px) {
      figure.right {
        width: 55%;
        margin: 0.5rem -2.5rem 1rem 1rem;
        padding: 1.25rem 2.5rem 1.25rem 1.25rem; } }
  figure.full {
    margin: 0.5rem -1.25rem 1rem -1.25rem;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem; }
    @media only screen and (min-width: 768px) {
      figure.full {
        margin: 0.5rem -2.5rem 1rem -2.5rem;
        padding: 1.25rem 2.5rem 1.25rem 2.5rem; } }
  figure figcaption {
    color: white;
    font-size: 1rem;
    font-weight: 400; }
  figure img {
    max-width: 100%; }

.sponsors-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 1rem 0 0 0;
  overflow: hidden; }
  .sponsors-container .sponsors {
    width: 100%;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0; }
    .sponsors-container .sponsors .sponsor {
      width: 229px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      padding: 8px 16px; }
      .sponsors-container .sponsors .sponsor.tall {
        padding: 1.25rem 0.25rem; }
      .sponsors-container .sponsors .sponsor.wide {
        padding: 0.5rem 1.125rem; }
      .sponsors-container .sponsors .sponsor img {
        max-width: 222px;
        max-height: 214px; }
        .sponsors-container .sponsors .sponsor img.maxWidth {
          max-width: 100%;
          width: 100%;
          height: auto; }
        .sponsors-container .sponsors .sponsor img.maxHeight {
          max-height: 100%;
          width: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("../images/ajax-loader.gif") center center no-repeat !important; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  box-sizing: border-box;
  font: normal normal normal 14px/1 !important;
  font-family: FontAwesome !important;
  position: absolute !important;
  display: block !important;
  height: 20px !important;
  width: 13px !important;
  cursor: pointer !important;
  background: transparent !important;
  color: transparent !important;
  top: 50% !important;
  -webkit-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  margin: 0 !important; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none !important;
    background: transparent !important;
    color: transparent !important; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1 !important; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25 !important; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px !important;
    line-height: 1 !important;
    color: white !important;
    opacity: 0.75 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important; }

.slick-prev {
  z-index: 1;
  left: 5px !important; }
  [dir="rtl"] .slick-prev {
    left: auto !important;
    right: 5px !important; }
  .slick-prev:before {
    content: "" !important; }
    [dir="rtl"] .slick-prev:before {
      content: "" !important; }

.slick-next {
  z-index: 1;
  right: 5px !important; }
  [dir="rtl"] .slick-next {
    left: 5px !important;
    right: auto !important; }
  .slick-next:before {
    content: "" !important; }
    [dir="rtl"] .slick-next:before {
      content: "" !important; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px !important; }

.slick-dots {
  position: absolute !important;
  bottom: 5px !important;
  list-style: none !important;
  display: block !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important; }
  .slick-dots li {
    position: relative !important;
    display: inline-block !important;
    height: 20px !important;
    width: 20px !important;
    margin: 0 5px !important;
    padding: 0 !important;
    cursor: pointer !important; }
    .slick-dots li button {
      border: 0;
      background: transparent !important;
      display: block !important;
      height: 20px !important;
      width: 20px !important;
      outline: none !important;
      line-height: 0px !important;
      font-size: 0px !important;
      color: transparent !important;
      padding: 5px !important;
      cursor: pointer !important; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none !important; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1 !important; }
      .slick-dots li button:before {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        content: "•" !important;
        width: 20px !important;
        height: 20px !important;
        font-family: "slick" !important;
        font-size: 18px !important;
        line-height: 20px !important;
        text-align: center !important;
        color: black !important;
        opacity: 0.25 !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important; }
    .slick-dots li.slick-active button:before {
      color: black !important;
      opacity: 0.75 !important; }

.slideshow img {
  width: 100%;
  height: auto; }

.social-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  cursor: pointer; }
  .social-tabs .facebook-tab, .social-tabs .twitter-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 10px 10px 0 0;
    color: #383a3c;
    width: 100%;
    font-size: 24px; }
  .social-tabs .facebook-tab {
    background-color: #3b5998; }
    .social-tabs .facebook-tab:hover {
      background-color: #8b9dc3; }
  .social-tabs .twitter-tab {
    background-color: white; }
    .social-tabs .twitter-tab:hover {
      background: white; }

.social-widget-container {
  position: relative;
  overflow: hidden;
  height: 580px; }
  .social-widget-container .twitter-widget, .social-widget-container .facebook-widget {
    position: absolute;
    top: 0;
    padding: 15px 17px;
    border-radius: 0 0 10px 10px; }
  .social-widget-container .twitter-widget {
    background-color: white;
    transition: left ease 1s; }
    .social-widget-container .twitter-widget.inactive {
      left: 100%; }
    .social-widget-container .twitter-widget.active {
      left: 0; }
  .social-widget-container .facebook-widget {
    background-color: #3b5998;
    transition: right ease 1s; }
    .social-widget-container .facebook-widget.inactive {
      right: 100%; }
    .social-widget-container .facebook-widget.active {
      right: 0; }

.table {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow-x: auto; }
  .table > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .table > div:first-child > div {
      font-weight: bold; }
    .table > div:last-child > div {
      border-bottom: 0; }
    .table > div > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      min-width: 140px;
      text-align: center;
      padding: 5px;
      -ms-word-break: normal;
      word-break: normal;
      word-break: normal;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto;
      border-bottom: 2px solid #353535;
      font-size: .7rem; }

section.popup {
  position: fixed;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
  top: 0; }
  section.popup .message-container {
    max-width: 480px;
    width: 100%;
    background: white;
    border: 3px solid #323232;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    section.popup .message-container .popup-icon {
      font-size: 3.75rem;
      text-align: center;
      padding: 15px; }
      section.popup .message-container .popup-icon.alert {
        color: #ff971e; }
      section.popup .message-container .popup-icon.warning {
        color: #b94a48; }
      section.popup .message-container .popup-icon.info {
        color: #323232; }
    section.popup .message-container .message, section.popup .message-container .msg {
      font-size: 1.5rem;
      color: #323232;
      line-height: 1.2;
      text-align: center;
      margin-bottom: 20px; }
    section.popup .message-container .buttons-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      section.popup .message-container .buttons-container button {
        font-weight: normal;
        padding: 8px 15px;
        outline: none;
        border-radius: 0 !important;
        background: transparent !important;
        border: 3px solid #323232 !important;
        color: #323232 !important; }
        section.popup .message-container .buttons-container button:hover {
          border-color: #bfb6ad !important;
          color: #bfb6ad !important; }
        section.popup .message-container .buttons-container button.green {
          border-color: #2ecc71 !important;
          color: #2ecc71 !important; }
          section.popup .message-container .buttons-container button.green:hover {
            border-color: #dff0d8 !important;
            color: #dff0d8 !important; }
        section.popup .message-container .buttons-container button.red {
          border-color: #e74c3c !important;
          color: #e74c3c !important; }
          section.popup .message-container .buttons-container button.red:hover {
            border-color: #f2dede !important;
            color: #f2dede !important; }
        section.popup .message-container .buttons-container button.hide {
          display: none !important; }
  section.popup.modall {
    background-color: rgba(64, 64, 64, 0.3); }
  section.popup.hidden {
    display: none; }

@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none; }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF; }
.lg-actions .lg-next {
  right: 20px; }
  .lg-actions .lg-next:before {
    content: "\e095"; }
.lg-actions .lg-prev {
  left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .lg-toolbar .lg-icon:hover {
      color: #FFF; }
  .lg-toolbar .lg-close:after {
    content: "\e070"; }
  .lg-toolbar .lg-download:after {
    content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: rgba(13, 10, 10, 0.75);
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important; }
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      -webkit-transition: border-color 0.25s ease;
      -o-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease; } }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }
.lg-outer .lg-toogle-thumb {
  background-color: rgba(13, 10, 10, 0.75);
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }
  .lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"; }
  .lg-outer .lg-toogle-thumb:hover {
    color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer; }
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../images/vimeo-play.png") no-repeat scroll 0 0 transparent; }
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../images/vimeo-play.png") no-repeat scroll 0 -58px transparent; }
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../images/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../images/youtube-play.png") no-repeat scroll 0 0 transparent; }
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../images/youtube-play.png") no-repeat scroll 0 -60px transparent; }
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }
  #lg-actual-size:after {
    content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }
  #lg-zoom-out:after {
    content: "\e312"; }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset; }
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset; }
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px; }
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px; }
  .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333; }
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px; }
    .lg-outer .lg-dropdown a:hover {
      background-color: rgba(0, 0, 0, 0.07); }
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle; }
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto; }
.lg-outer #lg-share {
  position: relative; }
  .lg-outer #lg-share:after {
    content: "\e80d"; }
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"; }
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"; }
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"; }
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: url("../images/loading.gif") no-repeat scroll center center transparent;
    display: none !important; }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 1060; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html {
    display: none; }
  .lg-outer.lg-hide-download #lg-download {
    display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-backdrop.in {
    opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }
.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s; }
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.grid-gallery-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% + 10px); }
  .grid-gallery-layout a, .grid-gallery-layout div {
    width: calc(25% - 10px);
    min-width: 145px;
    margin: 0 10px 10px 0;
    text-align: center; }
    .grid-gallery-layout a.twoCol, .grid-gallery-layout div.twoCol {
      width: calc(50% - 10px); }
    .grid-gallery-layout a.threerCol, .grid-gallery-layout div.threerCol {
      width: calc(33.3333% - 10px); }
    .grid-gallery-layout a.fourCol, .grid-gallery-layout div.fourCol {
      width: calc(25% - 10px); }
    .grid-gallery-layout a img, .grid-gallery-layout div img {
      width: 100%; }
  .grid-gallery-layout.altGallery .galThumb, .grid-gallery-layout.altGallery a, .grid-gallery-layout.altGallery div {
    font-size: 0;
    border: 5px solid #b2a97e;
    background-color: #b2a97e;
    border-radius: 5px;
    overflow: hidden;
    position: relative; }
    .grid-gallery-layout.altGallery .galThumb img, .grid-gallery-layout.altGallery a img, .grid-gallery-layout.altGallery div img {
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .grid-gallery-layout.altGallery .galThumb:hover img, .grid-gallery-layout.altGallery a:hover img, .grid-gallery-layout.altGallery div:hover img {
      -moz-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }

.lg-actions button {
  border-radius: 0 !important;
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.8) !important;
  margin: 0 !important;
  border: 0 !important;
  display: initial !important;
  padding: 0 !important; }
  .lg-actions button:hover {
    color: white !important;
    background-color: transparent !important; }

.pinterest-layout {
  -webkit-columns: 145px 4;
  -moz-columns: 145px 4;
  columns: 145px 4;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px; }
  .pinterest-layout a, .pinterest-layout div {
    margin-bottom: 6px; }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.no-float {
  float: none; }

.no-background {
  background: transparent; }

.no-border {
  border: 0; }

.no-pad-top {
  padding-top: 0; }

.no-pad-right {
  padding-right: 0; }

.no-pad-bottom {
  padding-bottom: 0; }

.no-pad-left {
  padding-left: 0; }

.half-padded {
  padding: .5rem; }

.half-pad-top {
  padding-top: .5rem; }

.half-pad-right {
  padding-right: .5rem; }

.half-pad-bottom {
  padding-bottom: .5rem; }

.half-pad-left {
  padding-left: .5rem; }

.padded {
  padding: 1rem; }

.pad-top {
  padding-top: 1rem; }

.pad-right {
  padding-right: 1rem; }

.pad-bottom {
  padding-bottom: 1rem; }

.pad-left {
  padding-left: 1rem; }

.one-half-padded {
  padding: 1.5rem; }

.one-half-pad-top {
  padding-top: 1.5rem; }

.one-half-pad-right {
  padding-right: 1.5rem; }

.one-half-pad-bottom {
  padding-bottom: 1.5rem; }

.one-half-pad-left {
  padding-left: 1.5rem; }

.double-padded {
  padding: 2rem; }

.double-pad-top {
  padding-top: 2rem; }

.double-pad-right {
  padding-right: 2rem; }

.double-pad-bottom {
  padding-bottom: 2rem; }

.double-pad-left {
  padding-left: 2rem; }

.double-half-padded {
  padding: 2.5rem; }

.double-half-pad-top {
  padding-top: 2.5rem; }

.double-half-pad-right {
  padding-right: 2.5rem; }

.double-half-pad-bottom {
  padding-bottom: 2.5rem; }

.double-half-pad-left {
  padding-left: 2.5rem; }

@media (max-width: 480px) {
  .no-pad-top-mobile {
    padding-top: 0; }

  .no-pad-right-mobile {
    padding-right: 0; }

  .no-pad-bottom-mobile {
    padding-bottom: 0; }

  .no-pad-left-mobile {
    padding-left: 0; }

  .half-padded-mobile {
    padding: .5rem; }

  .half-pad-top-mobile {
    padding-top: .5rem; }

  .half-pad-right-mobile {
    padding-right: .5rem; }

  .half-pad-bottom-mobile {
    padding-bottom: .5rem; }

  .half-pad-left-mobile {
    padding-left: .5rem; }

  .padded-mobile {
    padding: 1rem; }

  .pad-top-mobile {
    padding-top: 1rem; }

  .pad-right-mobile {
    padding-right: 1rem; }

  .pad-bottom-mobile {
    padding-bottom: 1rem; }

  .pad-left-mobile {
    padding-left: 1rem; }

  .one-half-padded-mobile {
    padding: 1.5rem; }

  .one-half-pad-top-mobile {
    padding-top: 1.5rem; }

  .one-half-pad-right-mobile {
    padding-right: 1.5rem; }

  .one-half-pad-bottom-mobile {
    padding-bottom: 1.5rem; }

  .one-half-pad-left-mobile {
    padding-left: 1.5rem; }

  .double-padded-mobile {
    padding: 2rem; }

  .double-pad-top-mobile {
    padding-top: 2rem; }

  .double-pad-right-mobile {
    padding-right: 2rem; }

  .double-pad-bottom-mobile {
    padding-bottom: 2rem; }

  .double-pad-left-mobile {
    padding-left: 2rem; }

  .double-half-padded-mobile {
    padding: 2.5rem; }

  .double-half-pad-top-mobile {
    padding-top: 2.5rem; }

  .double-half-pad-right-mobile {
    padding-right: 2.5rem; }

  .double-half-pad-bottom-mobile {
    padding-bottom: 2.5rem; }

  .double-half-pad-left-mobile {
    padding-left: 2.5rem; } }
@media (min-width: 481px) and (max-width: 767px) {
  .no-pad-top-small-tablet {
    padding-top: 0; }

  .no-pad-right-small-tablet {
    padding-right: 0; }

  .no-pad-bottom-small-tablet {
    padding-bottom: 0; }

  .no-pad-left-small-tablet {
    padding-left: 0; }

  .half-padded-small-tablet {
    padding: .5rem; }

  .half-pad-top-small-tablet {
    padding-top: .5rem; }

  .half-pad-right-small-tablet {
    padding-right: .5rem; }

  .half-pad-bottom-small-tablet {
    padding-bottom: .5rem; }

  .half-pad-left-small-tablet {
    padding-left: .5rem; }

  .padded-small-tablet {
    padding: 1rem; }

  .pad-top-small-tablet {
    padding-top: 1rem; }

  .pad-right-small-tablet {
    padding-right: 1rem; }

  .pad-bottom-small-tablet {
    padding-bottom: 1rem; }

  .pad-left-small-tablet {
    padding-left: 1rem; }

  .one-half-padded-small-tablet {
    padding: 1.5rem; }

  .one-half-pad-top-small-tablet {
    padding-top: 1.5rem; }

  .one-half-pad-right-small-tablet {
    padding-right: 1.5rem; }

  .one-half-pad-bottom-small-tablet {
    padding-bottom: 1.5rem; }

  .one-half-pad-left-small-tablet {
    padding-left: 1.5rem; }

  .double-padded-small-tablet {
    padding: 2rem; }

  .double-pad-top-small-tablet {
    padding-top: 2rem; }

  .double-pad-right-small-tablet {
    padding-right: 2rem; }

  .double-pad-bottom-small-tablet {
    padding-bottom: 2rem; }

  .double-pad-left-small-tablet {
    padding-left: 2rem; }

  .double-half-padded-small-tablet {
    padding: 2.5rem; }

  .double-half-pad-top-small-tablet {
    padding-top: 2.5rem; }

  .double-half-pad-right-small-tablet {
    padding-right: 2.5rem; }

  .double-half-pad-bottom-small-tablet {
    padding-bottom: 2.5rem; }

  .double-half-pad-left-small-tablet {
    padding-left: 2.5rem; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .no-pad-top-ipad {
    padding-top: 0; }

  .no-pad-right-ipad {
    padding-right: 0; }

  .no-pad-bottom-ipad {
    padding-bottom: 0; }

  .no-pad-left-ipad {
    padding-left: 0; }

  .half-padded-ipad {
    padding: .5rem; }

  .half-pad-top-ipad {
    padding-top: .5rem; }

  .half-pad-right-ipad {
    padding-right: .5rem; }

  .half-pad-bottom-ipad {
    padding-bottom: .5rem; }

  .half-pad-left-ipad {
    padding-left: .5rem; }

  .padded-ipad {
    padding: 1rem; }

  .pad-top-ipad {
    padding-top: 1rem; }

  .pad-right-ipad {
    padding-right: 1rem; }

  .pad-bottom-ipad {
    padding-bottom: 1rem; }

  .pad-left-ipad {
    padding-left: 1rem; }

  .one-half-padded-ipad {
    padding: 1.5rem; }

  .one-half-pad-top-ipad {
    padding-top: 1.5rem; }

  .one-half-pad-right-ipad {
    padding-right: 1.5rem; }

  .one-half-pad-bottom-ipad {
    padding-bottom: 1.5rem; }

  .one-half-pad-left-ipad {
    padding-left: 1.5rem; }

  .double-padded-ipad {
    padding: 2rem; }

  .double-pad-top-ipad {
    padding-top: 2rem; }

  .double-pad-right-ipad {
    padding-right: 2rem; }

  .double-pad-bottom-ipad {
    padding-bottom: 2rem; }

  .double-pad-left-ipad {
    padding-left: 2rem; }

  .double-half-padded-ipad {
    padding: 2.5rem; }

  .double-half-pad-top-ipad {
    padding-top: 2.5rem; }

  .double-half-pad-right-ipad {
    padding-right: 2.5rem; }

  .double-half-pad-bottom-ipad {
    padding-bottom: 2.5rem; }

  .double-half-pad-left-ipad {
    padding-left: 2.5rem; } }
@media (min-width: 1025px) {
  .no-pad-top-desktop {
    padding-top: 0; }

  .no-pad-right-desktop {
    padding-right: 0; }

  .no-pad-bottom-desktop {
    padding-bottom: 0; }

  .no-pad-left-desktop {
    padding-left: 0; }

  .half-padded-desktop {
    padding: .5rem; }

  .half-pad-top-desktop {
    padding-top: .5rem; }

  .half-pad-right-desktop {
    padding-right: .5rem; }

  .half-pad-bottom-desktop {
    padding-bottom: .5rem; }

  .half-pad-left-desktop {
    padding-left: .5rem; }

  .padded-desktop {
    padding: 1rem; }

  .pad-top-desktop {
    padding-top: 1rem; }

  .pad-right-desktop {
    padding-right: 1rem; }

  .pad-bottom-desktop {
    padding-bottom: 1rem; }

  .pad-left-desktop {
    padding-left: 1rem; }

  .one-half-padded-desktop {
    padding: 1.5rem; }

  .one-half-pad-top-desktop {
    padding-top: 1.5rem; }

  .one-half-pad-right-desktop {
    padding-right: 1.5rem; }

  .one-half-pad-bottom-desktop {
    padding-bottom: 1.5rem; }

  .one-half-pad-left-desktop {
    padding-left: 1.5rem; }

  .double-padded-desktop {
    padding: 2rem; }

  .double-pad-top-desktop {
    padding-top: 2rem; }

  .double-pad-right-desktop {
    padding-right: 2rem; }

  .double-pad-bottom-desktop {
    padding-bottom: 2rem; }

  .double-pad-left-desktop {
    padding-left: 2rem; }

  .double-half-padded-desktop {
    padding: 2.5rem; }

  .double-half-pad-top-desktop {
    padding-top: 2.5rem; }

  .double-half-pad-right-desktop {
    padding-right: 2.5rem; }

  .double-half-pad-bottom-desktop {
    padding-bottom: 2.5rem; }

  .double-half-pad-left-desktop {
    padding-left: 2.5rem; } }
.no-gap-top {
  margin-top: 0; }

.no-gap-right {
  margin-right: 0; }

.no-gap-bottom {
  margin-bottom: 0; }

.no-gap-left {
  margin-left: 0; }

.half-gapped {
  margin: .5rem; }

.half-gap-top {
  margin-top: .5rem; }

.half-gap-right {
  margin-right: .5rem; }

.half-gap-bottom {
  margin-bottom: .5rem; }

.half-gap-left {
  margin-left: .5rem; }

.gapped {
  margin: 1rem; }

.gap-top {
  margin-top: 1rem; }

.gap-right {
  margin-right: 1rem; }

.gap-bottom {
  margin-bottom: 1rem; }

.gap-left {
  margin-left: 1rem; }

.one-half-gapped {
  margin: 1.5rem; }

.one-half-gap-top {
  margin-top: 1.5rem; }

.one-half-gap-right {
  margin-right: 1.5rem; }

.one-half-gap-bottom {
  margin-bottom: 1.5rem; }

.one-half-gap-left {
  margin-left: 1.5rem; }

.double-gapped {
  margin: 2rem; }

.double-gap-top {
  margin-top: 2rem; }

.double-gap-right {
  margin-right: 2rem; }

.double-gap-bottom {
  margin-bottom: 2rem; }

.double-gap-left {
  margin-left: 2rem; }

.double-half-gapped {
  margin: 2.5rem; }

.double-half-gap-top {
  margin-top: 2.5rem; }

.double-half-gap-right {
  margin-right: 2.5rem; }

.double-half-gap-bottom {
  margin-bottom: 2.5rem; }

.double-half-gap-left {
  margin-left: 2.5rem; }

@media (max-width: 480px) {
  .no-gap-top-mobile {
    margin-top: 0; }

  .no-gap-right-mobile {
    margin-right: 0; }

  .no-gap-bottom-mobile {
    margin-bottom: 0; }

  .no-gap-left-mobile {
    margin-left: 0; }

  .half-gapped-mobile {
    margin: .5rem; }

  .half-gap-top-mobile {
    margin-top: .5rem; }

  .half-gap-right-mobile {
    margin-right: .5rem; }

  .half-gap-bottom-mobile {
    margin-bottom: .5rem; }

  .half-gap-left-mobile {
    margin-left: .5rem; }

  .gapped-mobile {
    margin: 1rem; }

  .gap-top-mobile {
    margin-top: 1rem; }

  .gap-right-mobile {
    margin-right: 1rem; }

  .gap-bottom-mobile {
    margin-bottom: 1rem; }

  .gap-left-mobile {
    margin-left: 1rem; }

  .one-half-gapped-mobile {
    margin: 1.5rem; }

  .one-half-gap-top-mobile {
    margin-top: 1.5rem; }

  .one-half-gap-right-mobile {
    margin-right: 1.5rem; }

  .one-half-gap-bottom-mobile {
    margin-bottom: 1.5rem; }

  .one-half-gap-left-mobile {
    margin-left: 1.5rem; }

  .double-gapped-mobile {
    margin: 2rem; }

  .double-gap-top-mobile {
    margin-top: 2rem; }

  .double-gap-right-mobile {
    margin-right: 2rem; }

  .double-gap-bottom-mobile {
    margin-bottom: 2rem; }

  .double-gap-left-mobile {
    margin-left: 2rem; }

  .double-half-gapped-mobile {
    margin: 2.5rem; }

  .double-half-gap-top-mobile {
    margin-top: 2.5rem; }

  .double-half-gap-right-mobile {
    margin-right: 2.5rem; }

  .double-half-gap-bottom-mobile {
    margin-bottom: 2.5rem; }

  .double-half-gap-left-mobile {
    margin-left: 2.5rem; } }
@media (max-width: 767px) and (min-width: 481px) {
  .no-gap-top-small-tablet {
    margin-top: 0; }

  .no-gap-right-small-tablet {
    margin-right: 0; }

  .no-gap-bottom-small-tablet {
    margin-bottom: 0; }

  .no-gap-left-small-tablet {
    margin-left: 0; }

  .half-gapped-small-tablet {
    margin: .5rem; }

  .half-gap-top-small-tablet {
    margin-top: .5rem; }

  .half-gap-right-small-tablet {
    margin-right: .5rem; }

  .half-gap-bottom-small-tablet {
    margin-bottom: .5rem; }

  .half-gap-left-small-tablet {
    margin-left: .5rem; }

  .gapped-small-tablet {
    margin: 1rem; }

  .gap-top-small-tablet {
    margin-top: 1rem; }

  .gap-right-small-tablet {
    margin-right: 1rem; }

  .gap-bottom-small-tablet {
    margin-bottom: 1rem; }

  .gap-left-small-tablet {
    margin-left: 1rem; }

  .one-half-gapped-small-tablet {
    margin: 1.5rem; }

  .one-half-gap-top-small-tablet {
    margin-top: 1.5rem; }

  .one-half-gap-right-small-tablet {
    margin-right: 1.5rem; }

  .one-half-gap-bottom-small-tablet {
    margin-bottom: 1.5rem; }

  .one-half-gap-left-small-tablet {
    margin-left: 1.5rem; }

  .double-gapped-small-tablet {
    margin: 2rem; }

  .double-gap-top-small-tablet {
    margin-top: 2rem; }

  .double-gap-right-small-tablet {
    margin-right: 2rem; }

  .double-gap-bottom-small-tablet {
    margin-bottom: 2rem; }

  .double-gap-left-small-tablet {
    margin-left: 2rem; }

  .double-half-gapped-small-tablet {
    margin: 2.5rem; }

  .double-half-gap-top-small-tablet {
    margin-top: 2.5rem; }

  .double-half-gap-right-small-tablet {
    margin-right: 2.5rem; }

  .double-half-gap-bottom-small-tablet {
    margin-bottom: 2.5rem; }

  .double-half-gap-left-small-tablet {
    margin-left: 2.5rem; } }
@media (max-width: 1024px) and (min-width: 768px) {
  .no-gap-top-ipad {
    margin-top: 0; }

  .no-gap-right-ipad {
    margin-right: 0; }

  .no-gap-bottom-ipad {
    margin-bottom: 0; }

  .no-gap-left-ipad {
    margin-left: 0; }

  .half-gapped-ipad {
    margin: .5rem; }

  .half-gap-top-ipad {
    margin-top: .5rem; }

  .half-gap-right-ipad {
    margin-right: .5rem; }

  .half-gap-bottom-ipad {
    margin-bottom: .5rem; }

  .half-gap-left-ipad {
    margin-left: .5rem; }

  .gapped-ipad {
    margin: 1rem; }

  .gap-top-ipad {
    margin-top: 1rem; }

  .gap-right-ipad {
    margin-right: 1rem; }

  .gap-bottom-ipad {
    margin-bottom: 1rem; }

  .gap-left-ipad {
    margin-left: 1rem; }

  .one-half-gapped-ipad {
    margin: 1.5rem; }

  .one-half-gap-top-ipad {
    margin-top: 1.5rem; }

  .one-half-gap-right-ipad {
    margin-right: 1.5rem; }

  .one-half-gap-bottom-ipad {
    margin-bottom: 1.5rem; }

  .one-half-gap-left-ipad {
    margin-left: 1.5rem; }

  .double-gapped-ipad {
    margin: 2rem; }

  .double-gap-top-ipad {
    margin-top: 2rem; }

  .double-gap-right-ipad {
    margin-right: 2rem; }

  .double-gap-bottom-ipad {
    margin-bottom: 2rem; }

  .double-gap-left-ipad {
    margin-left: 2rem; }

  .double-half-gapped-ipad {
    margin: 2.5rem; }

  .double-half-gap-top-ipad {
    margin-top: 2.5rem; }

  .double-half-gap-right-ipad {
    margin-right: 2.5rem; }

  .double-half-gap-bottom-ipad {
    margin-bottom: 2.5rem; }

  .double-half-gap-left-ipad {
    margin-left: 2.5rem; } }
@media (min-width: 1025px) {
  .no-gap-top-desktop {
    margin-top: 0; }

  .no-gap-right-desktop {
    margin-right: 0; }

  .no-gap-bottom-desktop {
    margin-bottom: 0; }

  .no-gap-left-desktop {
    margin-left: 0; }

  .half-gapped-desktop {
    margin: .5rem; }

  .half-gap-top-desktop {
    margin-top: .5rem; }

  .half-gap-right-desktop {
    margin-right: .5rem; }

  .half-gap-bottom-desktop {
    margin-bottom: .5rem; }

  .half-gap-left-desktop {
    margin-left: .5rem; }

  .gapped-desktop {
    margin: 1rem; }

  .gap-top-desktop {
    margin-top: 1rem; }

  .gap-right-desktop {
    margin-right: 1rem; }

  .gap-bottom-desktop {
    margin-bottom: 1rem; }

  .gap-left-desktop {
    margin-left: 1rem; }

  .one-half-gapped-desktop {
    margin: 1.5rem; }

  .one-half-gap-top-desktop {
    margin-top: 1.5rem; }

  .one-half-gap-right-desktop {
    margin-right: 1.5rem; }

  .one-half-gap-bottom-desktop {
    margin-bottom: 1.5rem; }

  .one-half-gap-left-desktop {
    margin-left: 1.5rem; }

  .double-gapped-desktop {
    margin: 2rem; }

  .double-gap-top-desktop {
    margin-top: 2rem; }

  .double-gap-right-desktop {
    margin-right: 2rem; }

  .double-gap-bottom-desktop {
    margin-bottom: 2rem; }

  .double-gap-left-desktop {
    margin-left: 2rem; }

  .double-half-gapped-desktop {
    margin: 2.5rem; }

  .double-half-gap-top-desktop {
    margin-top: 2.5rem; }

  .double-half-gap-right-desktop {
    margin-right: 2.5rem; }

  .double-half-gap-bottom-desktop {
    margin-bottom: 2.5rem; }

  .double-half-gap-left-desktop {
    margin-left: 2.5rem; } }
.font-light {
  font-weight: 200; }

.font-regular {
  font-weight: 400; }

.font-medium {
  font-weight: 600; }

.font-bold {
  font-weight: 800; }

.font-extra-bold {
  font-weight: 800; }

.font-normal {
  font-style: normal; }

.font-italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-xsmall {
  font-size: .7rem; }

.text-small {
  font-size: .85rem; }

.text-large {
  font-size: 1.4rem; }

.text-xlarge {
  font-size: 1.75rem; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.static {
  position: static; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.none, .hide {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.center-element {
  float: none;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 480px) {
  .no-wrap {
    white-space: nowrap; } }
.sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block; }
  .list-unstyled li {
    margin: 0;
    padding: 0;
    height: 25px;
    text-indent: 0; }

.list-inline {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list-inline li {
    margin: 0;
    padding: 0;
    display: inline-block; }

.img-left {
  float: left;
  margin-right: 20px; }

.img-right {
  float: right;
  margin-left: 20px; }

.field-group {
  padding-top: .5em;
  padding-bottom: .5em;
  overflow: hidden; }
  .field-group label {
    padding-top: 8px; }

.field {
  width: 100%; }

.disabled {
  pointer-events: none;
  opacity: .5; }

.select {
  border: 1px solid #ccc;
  overflow: hidden;
  height: 36px;
  line-height: 32px;
  position: relative;
  display: block; }
  .select:before {
    content: "";
    border: 6px solid transparent;
    border-top-color: #676767;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
    position: absolute; }
  .select select {
    -webkit-appearance: none;
    width: 110%;
    height: 36px;
    padding: 0 .4em;
    line-height: normal;
    border: 0;
    background: transparent;
    display: block; }
    .select select:focus {
      outline: 0; }

.checkbox,
.radio {
  display: inline-block;
  position: relative;
  margin-top: .5em;
  margin-bottom: .5em; }
  .checkbox label,
  .radio label {
    padding-left: 20px;
    padding-top: 0;
    display: inline-block; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"],
  .radio input[type="checkbox"],
  .radio input[type="radio"] {
    position: absolute;
    top: 4px;
    left: 0; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent;
    color: #000;
    box-shadow: none;
    text-shadow: none; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }

  pre, blockquote {
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100%; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .dropshadow {
    display: none; }

  main.content > div.row {
    display: block !important; }

  header.container .banner a::after {
    display: none !important; }

  .social-tabs, .social-widget-container, .facebook-widget, twitter-widget, .social_container {
    display: none !important; } }

/*# sourceMappingURL=custom.css.map */
