/* ============================== BASE THEME ============================== */
/* ================================== RESET ================================== */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200italic,300italic,400italic,600italic,700italic,900italic);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

img {
  max-width: 100%; }

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

input, select {
  vertical-align: middle; }

/* CSS Reset */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.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.33333333em;
  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.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.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; }

@-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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  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 {
  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: #ffffff; }

/* 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: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

/* Icons */
/**
* Gumby Framework
* ---------------
*
* Follow @gumbycss on twitter and spread the love.
* We worked super hard on making this awesome and released it to the web.
* All we ask is you leave this intact. #gumbyisawesome
*
* Gumby Framework
* http://gumbyframework.com
*
* Built with love by your friends @digitalsurgeons
* http://www.digitalsurgeons.com
*
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
.row .pull_one.one.column:first-child, .row .pull_one.two.columns:first-child, .row .pull_one.three.columns:first-child, .row .pull_one.four.columns:first-child, .row .pull_one.five.columns:first-child, .row .pull_one.six.columns:first-child, .row .pull_one.seven.columns:first-child, .row .pull_one.eight.columns:first-child, .row .pull_one.nine.columns:first-child, .row .pull_one.ten.columns:first-child, .row .pull_two.one.column:first-child, .row .pull_two.two.columns:first-child, .row .pull_two.three.columns:first-child, .row .pull_two.four.columns:first-child, .row .pull_two.five.columns:first-child, .row .pull_two.six.columns:first-child, .row .pull_two.seven.columns:first-child, .row .pull_two.eight.columns:first-child, .row .pull_two.nine.columns:first-child, .row .pull_two.eleven.columns:first-child, .row .pull_three.one.column:first-child, .row .pull_three.two.columns:first-child, .row .pull_three.three.columns:first-child, .row .pull_three.four.columns:first-child, .row .pull_three.five.columns:first-child, .row .pull_three.six.columns:first-child, .row .pull_three.seven.columns:first-child, .row .pull_three.eight.columns:first-child, .row .pull_three.ten.columns:first-child, .row .pull_three.eleven.columns:first-child, .row .pull_four.one.column:first-child, .row .pull_four.two.columns:first-child, .row .pull_four.three.columns:first-child, .row .pull_four.four.columns:first-child, .row .pull_four.five.columns:first-child, .row .pull_four.six.columns:first-child, .row .pull_four.seven.columns:first-child, .row .pull_four.nine.columns:first-child, .row .pull_four.ten.columns:first-child, .row .pull_four.eleven.columns:first-child, .row .pull_five.one.column:first-child, .row .pull_five.two.columns:first-child, .row .pull_five.three.columns:first-child, .row .pull_five.four.columns:first-child, .row .pull_five.five.columns:first-child, .row .pull_five.six.columns:first-child, .row .pull_five.eight.columns:first-child, .row .pull_five.nine.columns:first-child, .row .pull_five.ten.columns:first-child, .row .pull_five.eleven.columns:first-child, .row .pull_six.one.column:first-child, .row .pull_six.two.columns:first-child, .row .pull_six.three.columns:first-child, .row .pull_six.four.columns:first-child, .row .pull_six.five.columns:first-child, .row .pull_six.seven.columns:first-child, .row .pull_six.eight.columns:first-child, .row .pull_six.nine.columns:first-child, .row .pull_six.ten.columns:first-child, .row .pull_six.eleven.columns:first-child, .row .pull_seven.one.column:first-child, .row .pull_seven.two.columns:first-child, .row .pull_seven.three.columns:first-child, .row .pull_seven.four.columns:first-child, .row .pull_seven.six.columns:first-child, .row .pull_seven.seven.columns:first-child, .row .pull_seven.eight.columns:first-child, .row .pull_seven.nine.columns:first-child, .row .pull_seven.ten.columns:first-child, .row .pull_seven.eleven.columns:first-child, .row .pull_eight.one.column:first-child, .row .pull_eight.two.columns:first-child, .row .pull_eight.three.columns:first-child, .row .pull_eight.five.columns:first-child, .row .pull_eight.six.columns:first-child, .row .pull_eight.seven.columns:first-child, .row .pull_eight.eight.columns:first-child, .row .pull_eight.nine.columns:first-child, .row .pull_eight.ten.columns:first-child, .row .pull_eight.eleven.columns:first-child, .row .pull_nine.one.column:first-child, .row .pull_nine.two.columns:first-child, .row .pull_nine.four.columns:first-child, .row .pull_nine.five.columns:first-child, .row .pull_nine.six.columns:first-child, .row .pull_nine.seven.columns:first-child, .row .pull_nine.eight.columns:first-child, .row .pull_nine.nine.columns:first-child, .row .pull_nine.ten.columns:first-child, .row .pull_nine.eleven.columns:first-child, .row .pull_ten.one.column:first-child, .row .pull_ten.three.columns:first-child, .row .pull_ten.four.columns:first-child, .row .pull_ten.five.columns:first-child, .row .pull_ten.six.columns:first-child, .row .pull_ten.seven.columns:first-child, .row .pull_ten.eight.columns:first-child, .row .pull_ten.nine.columns:first-child, .row .pull_ten.ten.columns:first-child, .row .pull_ten.eleven.columns:first-child, .row .pull_eleven.two.columns:first-child, .row .pull_eleven.three.columns:first-child, .row .pull_eleven.four.columns:first-child, .row .pull_eleven.five.columns:first-child, .row .pull_eleven.six.columns:first-child, .row .pull_eleven.seven.columns:first-child, .row .pull_eleven.eight.columns:first-child, .row .pull_eleven.nine.columns:first-child, .row .pull_eleven.ten.columns:first-child, .row .pull_eleven.eleven.columns:first-child, .fourteen.colgrid .row .pull_one.one.column:first-child, .fourteen.colgrid .row .pull_one.two.columns:first-child, .fourteen.colgrid .row .pull_one.three.columns:first-child, .fourteen.colgrid .row .pull_one.four.columns:first-child, .fourteen.colgrid .row .pull_one.five.columns:first-child, .fourteen.colgrid .row .pull_one.six.columns:first-child, .fourteen.colgrid .row .pull_one.seven.columns:first-child, .fourteen.colgrid .row .pull_one.eight.columns:first-child, .fourteen.colgrid .row .pull_one.nine.columns:first-child, .fourteen.colgrid .row .pull_one.ten.columns:first-child, .fourteen.colgrid .row .pull_one.eleven.columns:first-child, .fourteen.colgrid .row .pull_one.twelve.columns:first-child, .fourteen.colgrid .row .pull_two.one.column:first-child, .fourteen.colgrid .row .pull_two.two.columns:first-child, .fourteen.colgrid .row .pull_two.three.columns:first-child, .fourteen.colgrid .row .pull_two.four.columns:first-child, .fourteen.colgrid .row .pull_two.five.columns:first-child, .fourteen.colgrid .row .pull_two.six.columns:first-child, .fourteen.colgrid .row .pull_two.seven.columns:first-child, .fourteen.colgrid .row .pull_two.eight.columns:first-child, .fourteen.colgrid .row .pull_two.nine.columns:first-child, .fourteen.colgrid .row .pull_two.ten.columns:first-child, .fourteen.colgrid .row .pull_two.eleven.columns:first-child, .fourteen.colgrid .row .pull_two.thirteen.columns:first-child, .fourteen.colgrid .row .pull_three.one.column:first-child, .fourteen.colgrid .row .pull_three.two.columns:first-child, .fourteen.colgrid .row .pull_three.three.columns:first-child, .fourteen.colgrid .row .pull_three.four.columns:first-child, .fourteen.colgrid .row .pull_three.five.columns:first-child, .fourteen.colgrid .row .pull_three.six.columns:first-child, .fourteen.colgrid .row .pull_three.seven.columns:first-child, .fourteen.colgrid .row .pull_three.eight.columns:first-child, .fourteen.colgrid .row .pull_three.nine.columns:first-child, .fourteen.colgrid .row .pull_three.ten.columns:first-child, .fourteen.colgrid .row .pull_three.twelve.columns:first-child, .fourteen.colgrid .row .pull_three.thirteen.columns:first-child, .fourteen.colgrid .row .pull_four.one.column:first-child, .fourteen.colgrid .row .pull_four.two.columns:first-child, .fourteen.colgrid .row .pull_four.three.columns:first-child, .fourteen.colgrid .row .pull_four.four.columns:first-child, .fourteen.colgrid .row .pull_four.five.columns:first-child, .fourteen.colgrid .row .pull_four.six.columns:first-child, .fourteen.colgrid .row .pull_four.seven.columns:first-child, .fourteen.colgrid .row .pull_four.eight.columns:first-child, .fourteen.colgrid .row .pull_four.nine.columns:first-child, .fourteen.colgrid .row .pull_four.eleven.columns:first-child, .fourteen.colgrid .row .pull_four.twelve.columns:first-child, .fourteen.colgrid .row .pull_four.thirteen.columns:first-child, .fourteen.colgrid .row .pull_five.one.column:first-child, .fourteen.colgrid .row .pull_five.two.columns:first-child, .fourteen.colgrid .row .pull_five.three.columns:first-child, .fourteen.colgrid .row .pull_five.four.columns:first-child, .fourteen.colgrid .row .pull_five.five.columns:first-child, .fourteen.colgrid .row .pull_five.six.columns:first-child, .fourteen.colgrid .row .pull_five.seven.columns:first-child, .fourteen.colgrid .row .pull_five.eight.columns:first-child, .fourteen.colgrid .row .pull_five.ten.columns:first-child, .fourteen.colgrid .row .pull_five.eleven.columns:first-child, .fourteen.colgrid .row .pull_five.twelve.columns:first-child, .fourteen.colgrid .row .pull_five.thirteen.columns:first-child, .fourteen.colgrid .row .pull_six.one.column:first-child, .fourteen.colgrid .row .pull_six.two.columns:first-child, .fourteen.colgrid .row .pull_six.three.columns:first-child, .fourteen.colgrid .row .pull_six.four.columns:first-child, .fourteen.colgrid .row .pull_six.five.columns:first-child, .fourteen.colgrid .row .pull_six.six.columns:first-child, .fourteen.colgrid .row .pull_six.seven.columns:first-child, .fourteen.colgrid .row .pull_six.nine.columns:first-child, .fourteen.colgrid .row .pull_six.ten.columns:first-child, .fourteen.colgrid .row .pull_six.eleven.columns:first-child, .fourteen.colgrid .row .pull_six.twelve.columns:first-child, .fourteen.colgrid .row .pull_six.thirteen.columns:first-child, .fourteen.colgrid .row .pull_seven.one.column:first-child, .fourteen.colgrid .row .pull_seven.two.columns:first-child, .fourteen.colgrid .row .pull_seven.three.columns:first-child, .fourteen.colgrid .row .pull_seven.four.columns:first-child, .fourteen.colgrid .row .pull_seven.five.columns:first-child, .fourteen.colgrid .row .pull_seven.six.columns:first-child, .fourteen.colgrid .row .pull_seven.eight.columns:first-child, .fourteen.colgrid .row .pull_seven.nine.columns:first-child, .fourteen.colgrid .row .pull_seven.ten.columns:first-child, .fourteen.colgrid .row .pull_seven.eleven.columns:first-child, .fourteen.colgrid .row .pull_seven.twelve.columns:first-child, .fourteen.colgrid .row .pull_seven.thirteen.columns:first-child, .fourteen.colgrid .row .pull_eight.one.column:first-child, .fourteen.colgrid .row .pull_eight.two.columns:first-child, .fourteen.colgrid .row .pull_eight.three.columns:first-child, .fourteen.colgrid .row .pull_eight.four.columns:first-child, .fourteen.colgrid .row .pull_eight.five.columns:first-child, .fourteen.colgrid .row .pull_eight.seven.columns:first-child, .fourteen.colgrid .row .pull_eight.eight.columns:first-child, .fourteen.colgrid .row .pull_eight.nine.columns:first-child, .fourteen.colgrid .row .pull_eight.ten.columns:first-child, .fourteen.colgrid .row .pull_eight.eleven.columns:first-child, .fourteen.colgrid .row .pull_eight.twelve.columns:first-child, .fourteen.colgrid .row .pull_eight.thirteen.columns:first-child, .fourteen.colgrid .row .pull_nine.one.column:first-child, .fourteen.colgrid .row .pull_nine.two.columns:first-child, .fourteen.colgrid .row .pull_nine.three.columns:first-child, .fourteen.colgrid .row .pull_nine.four.columns:first-child, .fourteen.colgrid .row .pull_nine.six.columns:first-child, .fourteen.colgrid .row .pull_nine.seven.columns:first-child, .fourteen.colgrid .row .pull_nine.eight.columns:first-child, .fourteen.colgrid .row .pull_nine.nine.columns:first-child, .fourteen.colgrid .row .pull_nine.ten.columns:first-child, .fourteen.colgrid .row .pull_nine.eleven.columns:first-child, .fourteen.colgrid .row .pull_nine.twelve.columns:first-child, .fourteen.colgrid .row .pull_nine.thirteen.columns:first-child, .fourteen.colgrid .row .pull_ten.one.column:first-child, .fourteen.colgrid .row .pull_ten.two.columns:first-child, .fourteen.colgrid .row .pull_ten.three.columns:first-child, .fourteen.colgrid .row .pull_ten.five.columns:first-child, .fourteen.colgrid .row .pull_ten.six.columns:first-child, .fourteen.colgrid .row .pull_ten.seven.columns:first-child, .fourteen.colgrid .row .pull_ten.eight.columns:first-child, .fourteen.colgrid .row .pull_ten.nine.columns:first-child, .fourteen.colgrid .row .pull_ten.ten.columns:first-child, .fourteen.colgrid .row .pull_ten.eleven.columns:first-child, .fourteen.colgrid .row .pull_ten.twelve.columns:first-child, .fourteen.colgrid .row .pull_ten.thirteen.columns:first-child, .fourteen.colgrid .row .pull_eleven.one.column:first-child, .fourteen.colgrid .row .pull_eleven.two.columns:first-child, .fourteen.colgrid .row .pull_eleven.four.columns:first-child, .fourteen.colgrid .row .pull_eleven.five.columns:first-child, .fourteen.colgrid .row .pull_eleven.six.columns:first-child, .fourteen.colgrid .row .pull_eleven.seven.columns:first-child, .fourteen.colgrid .row .pull_eleven.eight.columns:first-child, .fourteen.colgrid .row .pull_eleven.nine.columns:first-child, .fourteen.colgrid .row .pull_eleven.ten.columns:first-child, .fourteen.colgrid .row .pull_eleven.eleven.columns:first-child, .fourteen.colgrid .row .pull_eleven.twelve.columns:first-child, .fourteen.colgrid .row .pull_eleven.thirteen.columns:first-child, .fourteen.colgrid .row .pull_twelve.one.column:first-child, .fourteen.colgrid .row .pull_twelve.three.columns:first-child, .fourteen.colgrid .row .pull_twelve.four.columns:first-child, .fourteen.colgrid .row .pull_twelve.five.columns:first-child, .fourteen.colgrid .row .pull_twelve.six.columns:first-child, .fourteen.colgrid .row .pull_twelve.seven.columns:first-child, .fourteen.colgrid .row .pull_twelve.eight.columns:first-child, .fourteen.colgrid .row .pull_twelve.nine.columns:first-child, .fourteen.colgrid .row .pull_twelve.ten.columns:first-child, .fourteen.colgrid .row .pull_twelve.eleven.columns:first-child, .fourteen.colgrid .row .pull_twelve.twelve.columns:first-child, .fourteen.colgrid .row .pull_twelve.thirteen.columns:first-child, .fourteen.colgrid .row .pull_thirteen.two.columns:first-child, .fourteen.colgrid .row .pull_thirteen.three.columns:first-child, .fourteen.colgrid .row .pull_thirteen.four.columns:first-child, .fourteen.colgrid .row .pull_thirteen.five.columns:first-child, .fourteen.colgrid .row .pull_thirteen.six.columns:first-child, .fourteen.colgrid .row .pull_thirteen.seven.columns:first-child, .fourteen.colgrid .row .pull_thirteen.eight.columns:first-child, .fourteen.colgrid .row .pull_thirteen.nine.columns:first-child, .fourteen.colgrid .row .pull_thirteen.ten.columns:first-child, .fourteen.colgrid .row .pull_thirteen.eleven.columns:first-child, .fourteen.colgrid .row .pull_thirteen.twelve.columns:first-child, .fourteen.colgrid .row .pull_thirteen.thirteen.columns:first-child {
  margin-left: 0; }

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

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

.row .row {
  min-width: 0;
  padding-left: 0;
  padding-right: 0; }

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

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

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

/* Column Classes */
.row .one.column {
  width: 6.95833%; }

.row .one.columns {
  width: 6.95833%; }

.row .two.columns {
  width: 15.41667%; }

.row .three.columns {
  width: 23.875%; }

.row .four.columns {
  width: 32.33333%; }

.row .five.columns {
  width: 40.79167%; }

.row .six.columns {
  width: 49.25%; }

.row .seven.columns {
  width: 57.70833%; }

.row .eight.columns {
  width: 66.16667%; }

.row .nine.columns {
  width: 74.625%; }

.row .ten.columns {
  width: 83.08333%; }

.row .eleven.columns {
  width: 91.54167%; }

.row .twelve.columns {
  width: 100%; }

/* Push and Pull Classes */
.row .push_one {
  margin-left: 9.95833%; }

.row .push_one:first-child {
  margin-left: 8.45833%; }

.row .pull_one.one.column {
  margin-left: -15.41667%; }

.row .pull_one.two.columns {
  margin-left: -23.875%; }

.row .pull_one.three.columns {
  margin-left: -32.33333%; }

.row .pull_one.four.columns {
  margin-left: -40.79167%; }

.row .pull_one.five.columns {
  margin-left: -49.25%; }

.row .pull_one.six.columns {
  margin-left: -57.70833%; }

.row .pull_one.seven.columns {
  margin-left: -66.16667%; }

.row .pull_one.eight.columns {
  margin-left: -74.625%; }

.row .pull_one.nine.columns {
  margin-left: -83.08333%; }

.row .pull_one.ten.columns {
  margin-left: -91.54167%; }

.row .push_two {
  margin-left: 18.41667%; }

.row .push_two:first-child {
  margin-left: 16.91667%; }

.row .pull_two.one.column {
  margin-left: -23.875%; }

.row .pull_two.two.columns {
  margin-left: -32.33333%; }

.row .pull_two.three.columns {
  margin-left: -40.79167%; }

.row .pull_two.four.columns {
  margin-left: -49.25%; }

.row .pull_two.five.columns {
  margin-left: -57.70833%; }

.row .pull_two.six.columns {
  margin-left: -66.16667%; }

.row .pull_two.seven.columns {
  margin-left: -74.625%; }

.row .pull_two.eight.columns {
  margin-left: -83.08333%; }

.row .pull_two.nine.columns {
  margin-left: -91.54167%; }

.row .pull_two.eleven.columns {
  margin-left: -108.45833%; }

.row .push_three {
  margin-left: 26.875%; }

.row .push_three:first-child {
  margin-left: 25.375%; }

.row .pull_three.one.column {
  margin-left: -32.33333%; }

.row .pull_three.two.columns {
  margin-left: -40.79167%; }

.row .pull_three.three.columns {
  margin-left: -49.25%; }

.row .pull_three.four.columns {
  margin-left: -57.70833%; }

.row .pull_three.five.columns {
  margin-left: -66.16667%; }

.row .pull_three.six.columns {
  margin-left: -74.625%; }

.row .pull_three.seven.columns {
  margin-left: -83.08333%; }

.row .pull_three.eight.columns {
  margin-left: -91.54167%; }

.row .pull_three.ten.columns {
  margin-left: -108.45833%; }

.row .pull_three.eleven.columns {
  margin-left: -116.91667%; }

.row .push_four {
  margin-left: 35.33333%; }

.row .push_four:first-child {
  margin-left: 33.83333%; }

.row .pull_four.one.column {
  margin-left: -40.79167%; }

.row .pull_four.two.columns {
  margin-left: -49.25%; }

.row .pull_four.three.columns {
  margin-left: -57.70833%; }

.row .pull_four.four.columns {
  margin-left: -66.16667%; }

.row .pull_four.five.columns {
  margin-left: -74.625%; }

.row .pull_four.six.columns {
  margin-left: -83.08333%; }

.row .pull_four.seven.columns {
  margin-left: -91.54167%; }

.row .pull_four.nine.columns {
  margin-left: -108.45833%; }

.row .pull_four.ten.columns {
  margin-left: -116.91667%; }

.row .pull_four.eleven.columns {
  margin-left: -125.375%; }

.row .push_five {
  margin-left: 43.79167%; }

.row .push_five:first-child {
  margin-left: 42.29167%; }

.row .pull_five.one.column {
  margin-left: -49.25%; }

.row .pull_five.two.columns {
  margin-left: -57.70833%; }

.row .pull_five.three.columns {
  margin-left: -66.16667%; }

.row .pull_five.four.columns {
  margin-left: -74.625%; }

.row .pull_five.five.columns {
  margin-left: -83.08333%; }

.row .pull_five.six.columns {
  margin-left: -91.54167%; }

.row .pull_five.eight.columns {
  margin-left: -108.45833%; }

.row .pull_five.nine.columns {
  margin-left: -116.91667%; }

.row .pull_five.ten.columns {
  margin-left: -125.375%; }

.row .pull_five.eleven.columns {
  margin-left: -133.83333%; }

.row .push_six {
  margin-left: 52.25%; }

.row .push_six:first-child {
  margin-left: 50.75%; }

.row .pull_six.one.column {
  margin-left: -57.70833%; }

.row .pull_six.two.columns {
  margin-left: -66.16667%; }

.row .pull_six.three.columns {
  margin-left: -74.625%; }

.row .pull_six.four.columns {
  margin-left: -83.08333%; }

.row .pull_six.five.columns {
  margin-left: -91.54167%; }

.row .pull_six.seven.columns {
  margin-left: -108.45833%; }

.row .pull_six.eight.columns {
  margin-left: -116.91667%; }

.row .pull_six.nine.columns {
  margin-left: -125.375%; }

.row .pull_six.ten.columns {
  margin-left: -133.83333%; }

.row .pull_six.eleven.columns {
  margin-left: -142.29167%; }

.row .push_seven {
  margin-left: 60.70833%; }

.row .push_seven:first-child {
  margin-left: 59.20833%; }

.row .pull_seven.one.column {
  margin-left: -66.16667%; }

.row .pull_seven.two.columns {
  margin-left: -74.625%; }

.row .pull_seven.three.columns {
  margin-left: -83.08333%; }

.row .pull_seven.four.columns {
  margin-left: -91.54167%; }

.row .pull_seven.six.columns {
  margin-left: -108.45833%; }

.row .pull_seven.seven.columns {
  margin-left: -116.91667%; }

.row .pull_seven.eight.columns {
  margin-left: -125.375%; }

.row .pull_seven.nine.columns {
  margin-left: -133.83333%; }

.row .pull_seven.ten.columns {
  margin-left: -142.29167%; }

.row .pull_seven.eleven.columns {
  margin-left: -150.75%; }

.row .push_eight {
  margin-left: 69.16667%; }

.row .push_eight:first-child {
  margin-left: 67.66667%; }

.row .pull_eight.one.column {
  margin-left: -74.625%; }

.row .pull_eight.two.columns {
  margin-left: -83.08333%; }

.row .pull_eight.three.columns {
  margin-left: -91.54167%; }

.row .pull_eight.five.columns {
  margin-left: -108.45833%; }

.row .pull_eight.six.columns {
  margin-left: -116.91667%; }

.row .pull_eight.seven.columns {
  margin-left: -125.375%; }

.row .pull_eight.eight.columns {
  margin-left: -133.83333%; }

.row .pull_eight.nine.columns {
  margin-left: -142.29167%; }

.row .pull_eight.ten.columns {
  margin-left: -150.75%; }

.row .pull_eight.eleven.columns {
  margin-left: -159.20833%; }

.row .push_nine {
  margin-left: 77.625%; }

.row .push_nine:first-child {
  margin-left: 76.125%; }

.row .pull_nine.one.column {
  margin-left: -83.08333%; }

.row .pull_nine.two.columns {
  margin-left: -91.54167%; }

.row .pull_nine.four.columns {
  margin-left: -108.45833%; }

.row .pull_nine.five.columns {
  margin-left: -116.91667%; }

.row .pull_nine.six.columns {
  margin-left: -125.375%; }

.row .pull_nine.seven.columns {
  margin-left: -133.83333%; }

.row .pull_nine.eight.columns {
  margin-left: -142.29167%; }

.row .pull_nine.nine.columns {
  margin-left: -150.75%; }

.row .pull_nine.ten.columns {
  margin-left: -159.20833%; }

.row .pull_nine.eleven.columns {
  margin-left: -167.66667%; }

.row .push_ten {
  margin-left: 86.08333%; }

.row .push_ten:first-child {
  margin-left: 84.58333%; }

.row .pull_ten.one.column {
  margin-left: -91.54167%; }

.row .pull_ten.three.columns {
  margin-left: -108.45833%; }

.row .pull_ten.four.columns {
  margin-left: -116.91667%; }

.row .pull_ten.five.columns {
  margin-left: -125.375%; }

.row .pull_ten.six.columns {
  margin-left: -133.83333%; }

.row .pull_ten.seven.columns {
  margin-left: -142.29167%; }

.row .pull_ten.eight.columns {
  margin-left: -150.75%; }

.row .pull_ten.nine.columns {
  margin-left: -159.20833%; }

.row .pull_ten.ten.columns {
  margin-left: -167.66667%; }

.row .pull_ten.eleven.columns {
  margin-left: -176.125%; }

.row .push_eleven {
  margin-left: 94.54167%; }

.row .push_eleven:first-child {
  margin-left: 93.04167%; }

.row .pull_eleven.two.columns {
  margin-left: -108.45833%; }

.row .pull_eleven.three.columns {
  margin-left: -116.91667%; }

.row .pull_eleven.four.columns {
  margin-left: -125.375%; }

.row .pull_eleven.five.columns {
  margin-left: -133.83333%; }

.row .pull_eleven.six.columns {
  margin-left: -142.29167%; }

.row .pull_eleven.seven.columns {
  margin-left: -150.75%; }

.row .pull_eleven.eight.columns {
  margin-left: -159.20833%; }

.row .pull_eleven.nine.columns {
  margin-left: -167.66667%; }

.row .pull_eleven.ten.columns {
  margin-left: -176.125%; }

.row .pull_eleven.eleven.columns {
  margin-left: -184.58333%; }

/* Centered Classes */
.row .one.centered {
  margin-left: 46.52083%; }

.row .two.centered {
  margin-left: 42.29167%; }

.row .three.centered {
  margin-left: 38.0625%; }

.row .four.centered {
  margin-left: 33.83333%; }

.row .five.centered {
  margin-left: 29.60417%; }

.row .six.centered {
  margin-left: 25.375%; }

.row .seven.centered {
  margin-left: 21.14583%; }

.row .eight.centered {
  margin-left: 16.91667%; }

.row .nine.centered {
  margin-left: 12.6875%; }

.row .ten.centered {
  margin-left: 8.45833%; }

.row .eleven.centered {
  margin-left: 4.22917%; }

/* Hybrid Grid Columns */
.fourteen.colgrid .row .one.column {
  width: 5.75%; }

.fourteen.colgrid .row .one.columns {
  width: 5.75%; }

.fourteen.colgrid .row .two.columns {
  width: 13%; }

.fourteen.colgrid .row .three.columns {
  width: 20.25%; }

.fourteen.colgrid .row .four.columns {
  width: 27.5%; }

.fourteen.colgrid .row .five.columns {
  width: 34.75%; }

.fourteen.colgrid .row .six.columns {
  width: 42%; }

.fourteen.colgrid .row .seven.columns {
  width: 49.25%; }

.fourteen.colgrid .row .eight.columns {
  width: 56.5%; }

.fourteen.colgrid .row .nine.columns {
  width: 63.75%; }

.fourteen.colgrid .row .ten.columns {
  width: 71%; }

.fourteen.colgrid .row .eleven.columns {
  width: 78.25%; }

.fourteen.colgrid .row .twelve.columns {
  width: 85.5%; }

.fourteen.colgrid .row .thirteen.columns {
  width: 92.75%; }

.fourteen.colgrid .row .fourteen.columns {
  width: 100%; }

/* Hybrid Push and Pull Classes */
.fourteen.colgrid .row .push_one {
  margin-left: 8.75%; }

.fourteen.colgrid .row .push_one:first-child {
  margin-left: 7.25%; }

.fourteen.colgrid .row .pull_one.one.column {
  margin-left: -13%; }

.fourteen.colgrid .row .pull_one.two.columns {
  margin-left: -20.25%; }

.fourteen.colgrid .row .pull_one.three.columns {
  margin-left: -27.5%; }

.fourteen.colgrid .row .pull_one.four.columns {
  margin-left: -34.75%; }

.fourteen.colgrid .row .pull_one.five.columns {
  margin-left: -42%; }

.fourteen.colgrid .row .pull_one.six.columns {
  margin-left: -49.25%; }

.fourteen.colgrid .row .pull_one.seven.columns {
  margin-left: -56.5%; }

.fourteen.colgrid .row .pull_one.eight.columns {
  margin-left: -63.75%; }

.fourteen.colgrid .row .pull_one.nine.columns {
  margin-left: -71%; }

.fourteen.colgrid .row .pull_one.ten.columns {
  margin-left: -78.25%; }

.fourteen.colgrid .row .pull_one.eleven.columns {
  margin-left: -85.5%; }

.fourteen.colgrid .row .pull_one.twelve.columns {
  margin-left: -92.75%; }

.fourteen.colgrid .row .push_two {
  margin-left: 16%; }

.fourteen.colgrid .row .push_two:first-child {
  margin-left: 14.5%; }

.fourteen.colgrid .row .pull_two.one.column {
  margin-left: -20.25%; }

.fourteen.colgrid .row .pull_two.two.columns {
  margin-left: -27.5%; }

.fourteen.colgrid .row .pull_two.three.columns {
  margin-left: -34.75%; }

.fourteen.colgrid .row .pull_two.four.columns {
  margin-left: -42%; }

.fourteen.colgrid .row .pull_two.five.columns {
  margin-left: -49.25%; }

.fourteen.colgrid .row .pull_two.six.columns {
  margin-left: -56.5%; }

.fourteen.colgrid .row .pull_two.seven.columns {
  margin-left: -63.75%; }

.fourteen.colgrid .row .pull_two.eight.columns {
  margin-left: -71%; }

.fourteen.colgrid .row .pull_two.nine.columns {
  margin-left: -78.25%; }

.fourteen.colgrid .row .pull_two.ten.columns {
  margin-left: -85.5%; }

.fourteen.colgrid .row .pull_two.eleven.columns {
  margin-left: -92.75%; }

.fourteen.colgrid .row .pull_two.thirteen.columns {
  margin-left: -107.25%; }

.fourteen.colgrid .row .push_three {
  margin-left: 23.25%; }

.fourteen.colgrid .row .push_three:first-child {
  margin-left: 21.75%; }

.fourteen.colgrid .row .pull_three.one.column {
  margin-left: -27.5%; }

.fourteen.colgrid .row .pull_three.two.columns {
  margin-left: -34.75%; }

.fourteen.colgrid .row .pull_three.three.columns {
  margin-left: -42%; }

.fourteen.colgrid .row .pull_three.four.columns {
  margin-left: -49.25%; }

.fourteen.colgrid .row .pull_three.five.columns {
  margin-left: -56.5%; }

.fourteen.colgrid .row .pull_three.six.columns {
  margin-left: -63.75%; }

.fourteen.colgrid .row .pull_three.seven.columns {
  margin-left: -71%; }

.fourteen.colgrid .row .pull_three.eight.columns {
  margin-left: -78.25%; }

.fourteen.colgrid .row .pull_three.nine.columns {
  margin-left: -85.5%; }

.fourteen.colgrid .row .pull_three.ten.columns {
  margin-left: -92.75%; }

.fourteen.colgrid .row .pull_three.twelve.columns {
  margin-left: -107.25%; }

.fourteen.colgrid .row .pull_three.thirteen.columns {
  margin-left: -114.5%; }

.fourteen.colgrid .row .push_four {
  margin-left: 30.5%; }

.fourteen.colgrid .row .push_four:first-child {
  margin-left: 29%; }

.fourteen.colgrid .row .pull_four.one.column {
  margin-left: -34.75%; }

.fourteen.colgrid .row .pull_four.two.columns {
  margin-left: -42%; }

.fourteen.colgrid .row .pull_four.three.columns {
  margin-left: -49.25%; }

.fourteen.colgrid .row .pull_four.four.columns {
  margin-left: -56.5%; }

.fourteen.colgrid .row .pull_four.five.columns {
  margin-left: -63.75%; }

.fourteen.colgrid .row .pull_four.six.columns {
  margin-left: -71%; }

.fourteen.colgrid .row .pull_four.seven.columns {
  margin-left: -78.25%; }

.fourteen.colgrid .row .pull_four.eight.columns {
  margin-left: -85.5%; }

.fourteen.colgrid .row .pull_four.nine.columns {
  margin-left: -92.75%; }

.fourteen.colgrid .row .pull_four.eleven.columns {
  margin-left: -107.25%; }

.fourteen.colgrid .row .pull_four.twelve.columns {
  margin-left: -114.5%; }

.fourteen.colgrid .row .pull_four.thirteen.columns {
  margin-left: -121.75%; }

.fourteen.colgrid .row .push_five {
  margin-left: 37.75%; }

.fourteen.colgrid .row .push_five:first-child {
  margin-left: 36.25%; }

.fourteen.colgrid .row .pull_five.one.column {
  margin-left: -42%; }

.fourteen.colgrid .row .pull_five.two.columns {
  margin-left: -49.25%; }

.fourteen.colgrid .row .pull_five.three.columns {
  margin-left: -56.5%; }

.fourteen.colgrid .row .pull_five.four.columns {
  margin-left: -63.75%; }

.fourteen.colgrid .row .pull_five.five.columns {
  margin-left: -71%; }

.fourteen.colgrid .row .pull_five.six.columns {
  margin-left: -78.25%; }

.fourteen.colgrid .row .pull_five.seven.columns {
  margin-left: -85.5%; }

.fourteen.colgrid .row .pull_five.eight.columns {
  margin-left: -92.75%; }

.fourteen.colgrid .row .pull_five.ten.columns {
  margin-left: -107.25%; }

.fourteen.colgrid .row .pull_five.eleven.columns {
  margin-left: -114.5%; }

.fourteen.colgrid .row .pull_five.twelve.columns {
  margin-left: -121.75%; }

.fourteen.colgrid .row .pull_five.thirteen.columns {
  margin-left: -129%; }

.fourteen.colgrid .row .push_six {
  margin-left: 45%; }

.fourteen.colgrid .row .push_six:first-child {
  margin-left: 43.5%; }

.fourteen.colgrid .row .pull_six.one.column {
  margin-left: -49.25%; }

.fourteen.colgrid .row .pull_six.two.columns {
  margin-left: -56.5%; }

.fourteen.colgrid .row .pull_six.three.columns {
  margin-left: -63.75%; }

.fourteen.colgrid .row .pull_six.four.columns {
  margin-left: -71%; }

.fourteen.colgrid .row .pull_six.five.columns {
  margin-left: -78.25%; }

.fourteen.colgrid .row .pull_six.six.columns {
  margin-left: -85.5%; }

.fourteen.colgrid .row .pull_six.seven.columns {
  margin-left: -92.75%; }

.fourteen.colgrid .row .pull_six.nine.columns {
  margin-left: -107.25%; }

.fourteen.colgrid .row .pull_six.ten.columns {
  margin-left: -114.5%; }

.fourteen.colgrid .row .pull_six.eleven.columns {
  margin-left: -121.75%; }

.fourteen.colgrid .row .pull_six.twelve.columns {
  margin-left: -129%; }

.fourteen.colgrid .row .pull_six.thirteen.columns {
  margin-left: -136.25%; }

.fourteen.colgrid .row .push_seven {
  margin-left: 52.25%; }

.fourteen.colgrid .row .push_seven:first-child {
  margin-left: 50.75%; }

.fourteen.colgrid .row .pull_seven.one.column {
  margin-left: -56.5%; }

.fourteen.colgrid .row .pull_seven.two.columns {
  margin-left: -63.75%; }

.fourteen.colgrid .row .pull_seven.three.columns {
  margin-left: -71%; }

.fourteen.colgrid .row .pull_seven.four.columns {
  margin-left: -78.25%; }

.fourteen.colgrid .row .pull_seven.five.columns {
  margin-left: -85.5%; }

.fourteen.colgrid .row .pull_seven.six.columns {
  margin-left: -92.75%; }

.fourteen.colgrid .row .pull_seven.eight.columns {
  margin-left: -107.25%; }

.fourteen.colgrid .row .pull_seven.nine.columns {
  margin-left: -114.5%; }

.fourteen.colgrid .row .pull_seven.ten.columns {
  margin-left: -121.75%; }

.fourteen.colgrid .row .pull_seven.eleven.columns {
  margin-left: -129%; }

.fourteen.colgrid .row .pull_seven.twelve.columns {
  margin-left: -136.25%; }

.fourteen.colgrid .row .pull_seven.thirteen.columns {
  margin-left: -143.5%; }

.fourteen.colgrid .row .push_eight {
  margin-left: 59.5%; }

.fourteen.colgrid .row .push_eight:first-child {
  margin-left: 58%; }

.fourteen.colgrid .row .pull_eight.one.column {
  margin-left: -63.75%; }

.fourteen.colgrid .row .pull_eight.two.columns {
  margin-left: -71%; }

.fourteen.colgrid .row .pull_eight.three.columns {
  margin-left: -78.25%; }

.fourteen.colgrid .row .pull_eight.four.columns {
  margin-left: -85.5%; }

.fourteen.colgrid .row .pull_eight.five.columns {
  margin-left: -92.75%; }

.fourteen.colgrid .row .pull_eight.seven.columns {
  margin-left: -107.25%; }

.fourteen.colgrid .row .pull_eight.eight.columns {
  margin-left: -114.5%; }

.fourteen.colgrid .row .pull_eight.nine.columns {
  margin-left: -121.75%; }

.fourteen.colgrid .row .pull_eight.ten.columns {
  margin-left: -129%; }

.fourteen.colgrid .row .pull_eight.eleven.columns {
  margin-left: -136.25%; }

.fourteen.colgrid .row .pull_eight.twelve.columns {
  margin-left: -143.5%; }

.fourteen.colgrid .row .pull_eight.thirteen.columns {
  margin-left: -150.75%; }

.fourteen.colgrid .row .push_nine {
  margin-left: 66.75%; }

.fourteen.colgrid .row .push_nine:first-child {
  margin-left: 65.25%; }

.fourteen.colgrid .row .pull_nine.one.column {
  margin-left: -71%; }

.fourteen.colgrid .row .pull_nine.two.columns {
  margin-left: -78.25%; }

.fourteen.colgrid .row .pull_nine.three.columns {
  margin-left: -85.5%; }

.fourteen.colgrid .row .pull_nine.four.columns {
  margin-left: -92.75%; }

.fourteen.colgrid .row .pull_nine.six.columns {
  margin-left: -107.25%; }

.fourteen.colgrid .row .pull_nine.seven.columns {
  margin-left: -114.5%; }

.fourteen.colgrid .row .pull_nine.eight.columns {
  margin-left: -121.75%; }

.fourteen.colgrid .row .pull_nine.nine.columns {
  margin-left: -129%; }

.fourteen.colgrid .row .pull_nine.ten.columns {
  margin-left: -136.25%; }

.fourteen.colgrid .row .pull_nine.eleven.columns {
  margin-left: -143.5%; }

.fourteen.colgrid .row .pull_nine.twelve.columns {
  margin-left: -150.75%; }

.fourteen.colgrid .row .pull_nine.thirteen.columns {
  margin-left: -158%; }

.fourteen.colgrid .row .push_ten {
  margin-left: 74%; }

.fourteen.colgrid .row .push_ten:first-child {
  margin-left: 72.5%; }

.fourteen.colgrid .row .pull_ten.one.column {
  margin-left: -78.25%; }

.fourteen.colgrid .row .pull_ten.two.columns {
  margin-left: -85.5%; }

.fourteen.colgrid .row .pull_ten.three.columns {
  margin-left: -92.75%; }

.fourteen.colgrid .row .pull_ten.five.columns {
  margin-left: -107.25%; }

.fourteen.colgrid .row .pull_ten.six.columns {
  margin-left: -114.5%; }

.fourteen.colgrid .row .pull_ten.seven.columns {
  margin-left: -121.75%; }

.fourteen.colgrid .row .pull_ten.eight.columns {
  margin-left: -129%; }

.fourteen.colgrid .row .pull_ten.nine.columns {
  margin-left: -136.25%; }

.fourteen.colgrid .row .pull_ten.ten.columns {
  margin-left: -143.5%; }

.fourteen.colgrid .row .pull_ten.eleven.columns {
  margin-left: -150.75%; }

.fourteen.colgrid .row .pull_ten.twelve.columns {
  margin-left: -158%; }

.fourteen.colgrid .row .pull_ten.thirteen.columns {
  margin-left: -165.25%; }

.fourteen.colgrid .row .push_eleven {
  margin-left: 81.25%; }

.fourteen.colgrid .row .push_eleven:first-child {
  margin-left: 79.75%; }

.fourteen.colgrid .row .pull_eleven.one.column {
  margin-left: -85.5%; }

.fourteen.colgrid .row .pull_eleven.two.columns {
  margin-left: -92.75%; }

.fourteen.colgrid .row .pull_eleven.four.columns {
  margin-left: -107.25%; }

.fourteen.colgrid .row .pull_eleven.five.columns {
  margin-left: -114.5%; }

.fourteen.colgrid .row .pull_eleven.six.columns {
  margin-left: -121.75%; }

.fourteen.colgrid .row .pull_eleven.seven.columns {
  margin-left: -129%; }

.fourteen.colgrid .row .pull_eleven.eight.columns {
  margin-left: -136.25%; }

.fourteen.colgrid .row .pull_eleven.nine.columns {
  margin-left: -143.5%; }

.fourteen.colgrid .row .pull_eleven.ten.columns {
  margin-left: -150.75%; }

.fourteen.colgrid .row .pull_eleven.eleven.columns {
  margin-left: -158%; }

.fourteen.colgrid .row .pull_eleven.twelve.columns {
  margin-left: -165.25%; }

.fourteen.colgrid .row .pull_eleven.thirteen.columns {
  margin-left: -172.5%; }

.fourteen.colgrid .row .push_twelve {
  margin-left: 88.5%; }

.fourteen.colgrid .row .push_twelve:first-child {
  margin-left: 87%; }

.fourteen.colgrid .row .pull_twelve.one.column {
  margin-left: -92.75%; }

.fourteen.colgrid .row .pull_twelve.three.columns {
  margin-left: -107.25%; }

.fourteen.colgrid .row .pull_twelve.four.columns {
  margin-left: -114.5%; }

.fourteen.colgrid .row .pull_twelve.five.columns {
  margin-left: -121.75%; }

.fourteen.colgrid .row .pull_twelve.six.columns {
  margin-left: -129%; }

.fourteen.colgrid .row .pull_twelve.seven.columns {
  margin-left: -136.25%; }

.fourteen.colgrid .row .pull_twelve.eight.columns {
  margin-left: -143.5%; }

.fourteen.colgrid .row .pull_twelve.nine.columns {
  margin-left: -150.75%; }

.fourteen.colgrid .row .pull_twelve.ten.columns {
  margin-left: -158%; }

.fourteen.colgrid .row .pull_twelve.eleven.columns {
  margin-left: -165.25%; }

.fourteen.colgrid .row .pull_twelve.twelve.columns {
  margin-left: -172.5%; }

.fourteen.colgrid .row .pull_twelve.thirteen.columns {
  margin-left: -179.75%; }

.fourteen.colgrid .row .push_thirteen {
  margin-left: 95.75%; }

.fourteen.colgrid .row .push_thirteen:first-child {
  margin-left: 94.25%; }

.fourteen.colgrid .row .pull_thirteen.two.columns {
  margin-left: -107.25%; }

.fourteen.colgrid .row .pull_thirteen.three.columns {
  margin-left: -114.5%; }

.fourteen.colgrid .row .pull_thirteen.four.columns {
  margin-left: -121.75%; }

.fourteen.colgrid .row .pull_thirteen.five.columns {
  margin-left: -129%; }

.fourteen.colgrid .row .pull_thirteen.six.columns {
  margin-left: -136.25%; }

.fourteen.colgrid .row .pull_thirteen.seven.columns {
  margin-left: -143.5%; }

.fourteen.colgrid .row .pull_thirteen.eight.columns {
  margin-left: -150.75%; }

.fourteen.colgrid .row .pull_thirteen.nine.columns {
  margin-left: -158%; }

.fourteen.colgrid .row .pull_thirteen.ten.columns {
  margin-left: -165.25%; }

.fourteen.colgrid .row .pull_thirteen.eleven.columns {
  margin-left: -172.5%; }

.fourteen.colgrid .row .pull_thirteen.twelve.columns {
  margin-left: -179.75%; }

.fourteen.colgrid .row .pull_thirteen.thirteen.columns {
  margin-left: -187%; }

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

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

/* Hybrid Centered Classes */
.fourteen.colgrid .row .one.centered {
  margin-left: 47.125%; }

.fourteen.colgrid .row .two.centered {
  margin-left: 43.5%; }

.fourteen.colgrid .row .three.centered {
  margin-left: 39.875%; }

.fourteen.colgrid .row .four.centered {
  margin-left: 36.25%; }

.fourteen.colgrid .row .five.centered {
  margin-left: 32.625%; }

.fourteen.colgrid .row .six.centered {
  margin-left: 29%; }

.fourteen.colgrid .row .seven.centered {
  margin-left: 25.375%; }

.fourteen.colgrid .row .eight.centered {
  margin-left: 21.75%; }

.fourteen.colgrid .row .nine.centered {
  margin-left: 18.125%; }

.fourteen.colgrid .row .ten.centered {
  margin-left: 14.5%; }

.fourteen.colgrid .row .eleven.centered {
  margin-left: 10.875%; }

.fourteen.colgrid .row .twelve.centered {
  margin-left: 7.25%; }

.fourteen.colgrid .row .thirteen.centered {
  margin-left: 3.625%; }

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

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

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

/* Tile Grid */
.tiles {
  display: block;
  overflow: hidden; }

.tiles > li, .tiles > .tile {
  display: block;
  height: auto;
  float: left;
  padding-bottom: 0; }

.tiles.two_up {
  margin-left: -4%; }

.tiles.two_up > li, .tiles.two_up > .tile {
  margin-left: 4%;
  width: 46%; }

.tiles.three_up, .tiles.four_up {
  margin-left: -2%; }

.tiles.three_up > li, .tiles.three_up > .tile {
  margin-left: 2%;
  width: 31.3%; }

.tiles.four_up > li, .tiles.four_up > .tile {
  margin-left: 2%;
  width: 23%; }

.tiles.five_up {
  margin-left: -1.5%; }

.tiles.five_up > li, .tiles.five_up > .tile {
  margin-left: 1.5%;
  width: 18.5%; }

/* Nicolas Gallagher's micro clearfix */
.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.row {
  *zoom: 1; }

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

.row:after {
  clear: both; }

.valign:before {
  content: ' ';
  display: inline-block;
  height: 400px;
  vertical-align: middle;
  margin-right: -0.25em; }

.valign > div, .valign > article, .valign > section, .valign > figure {
  display: inline-block;
  vertical-align: middle; }

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

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

  .row {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0; }

  .row .row .column, .row .row .columns {
    padding: 0; }

  .row .centered {
    margin-left: 0 !important; }

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

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

  [class*="column"] + [class*="column"]:last-child {
    float: none; }

  [class*="column"]:before {
    display: table; }

  [class*="column"]:after {
    display: table;
    clear: both; }

  [class^="push_"], [class*="push_"], [class^="pull_"], [class*="pull_"] {
    margin-left: 0 !important; } }
/* Tooltips */
.ttip {
  position: relative;
  cursor: pointer; }

.ttip:after {
  display: block;
  background: #3085d6;
  border: 1px solid #3085d6;
  border-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0.5em 0.75em;
  width: auto;
  min-width: 130px;
  max-width: 500px;
  position: absolute;
  left: 0;
  bottom: 101%;
  margin-bottom: 8px;
  text-align: left;
  color: #fff;
  content: attr(data-tooltip);
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #65a4e1), color-stop(100%, #3085d6));
  background-image: -webkit-linear-gradient(top, #65a4e1, #3085d6);
  background-image: -moz-linear-gradient(top, #65a4e1, #3085d6);
  background-image: -o-linear-gradient(top, #65a4e1, #3085d6);
  background-image: linear-gradient(top, #65a4e1, #3085d6);
  -webkit-box-shadow: 0 0 5px 0 rgba(48, 133, 214, 0.25);
  -moz-box-shadow: 0 0 5px 0 rgba(48, 133, 214, 0.25);
  box-shadow: 0 0 5px 0 rgba(48, 133, 214, 0.25); }

.ttip:before {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 101%;
  left: 8px;
  border-top: 9px solid #3085d6 !important;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none; }

.ttip:hover:after, .ttip:hover:before {
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

@media only screen and (max-width: 768px) {
  .ttip:after, .ttip:before {
    display: none; } }
/* SHAME */
.ie8 .xxwide, .ie8 .xwide, .ie8 .wide, .ie8 .normal, .ie8 .narrow, .ie8 .xnarrow {
  display: inline; }

.ie8 .xxwide + input, .ie8 .xwide + input, .ie8 .wide + input, .ie8 .normal + input, .ie8 .narrow + input, .ie8 .xnarrow + input {
  display: inline;
  margin: 0 0 0 -0.25em; }

.ie8 .ttip:before, .ie8 .ttip:after {
  display: none; }

.ie8 .ttip:hover:before, .ie8 .ttip:hover:after {
  display: block; }

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

/* Grid framework */
/* ================================ VARIABLES ================================ */
/* 1. Locations
/* 2. Colors
/* 3. Typography
/* 4. Responsive Sizes
/* =========================================================================== */
/* ================================= LOCATIONS =============================== */
/* ================================== COLORS ================================= */
/* White */
/* Black */
/* Standard light grey */
/* Standard grey */
/* Standard dark grey */
/* Grey */
/* Light grey */
/* Dark grey */
/* Black grey */
/* Extra light grey */
/* Dark grey */
/* Orange */
/* Light Orange Background */
/* Medium Red */
/* Light Brown */
/* Dark Red */
/* Light Grey */
/* Feature - Dark Gray */
/* Feature - Orange */
/* Feature - Yellow */
/* Feature - Medium Gray */
/* Feature - Gunmetal Blue */
/* ================================ TYPOGRAPHY =============================== */
@font-face {
  font-family: 'Flama Bold';
  src: url("../fonts/flama/flama-bold_0-webfont.eot");
  src: url("../fonts/flama/flama-bold_0-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/flama/flama-bold_0-webfont.woff2") format("woff2"), url("../fonts/flama/flama-bold_0-webfont.woff") format("woff"), url("../fonts/flama/flama-bold_0-webfont.ttf") format("truetype"), url("../fonts/flama/flama-bold_0-webfont.svg#flamabold") format("svg"); }
@font-face {
  font-family: 'Flama Book';
  src: url("../fonts/flama/flama-book-webfont.eot");
  src: url("../fonts/flama/flama-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/flama/flama-book-webfont.woff2") format("woff2"), url("../fonts/flama/flama-book-webfont.woff") format("woff"), url("../fonts/flama/flama-book-webfont.ttf") format("truetype"), url("../fonts/flama/flama-book-webfont.svg#flamabook") format("svg"); }
@font-face {
  font-family: 'Flama Med';
  src: url("../fonts/flama/flama-medium-webfont.eot");
  src: url("../fonts/flama/flama-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/flama/flama-medium-webfont.woff2") format("woff2"), url("../fonts/flama/flama-medium-webfont.woff") format("woff"), url("../fonts/flama/flama-medium-webfont.ttf") format("truetype"), url("../fonts/flama/flama-medium-webfont.svg#flamamedium") format("svg"); }
/* ============================= RESPONSIVE SIZES ============================ */
/* Typography, colors, borders */
/* ================================== MIXINS ================================= */
/* CSS3 compatibity for IE */
/* Rounded corners - accepts single numbers and combinations: 5px or 5px 0px 0px 5px */
/* Two color gradient with even color distribution */
/* Two color gradient with glossy look */
/* Creates a box shadow around the element */
/* CSS transitions */
/* Text indent to hide words */
/* Creates a custom bullet - requires parent element to have position:relative */
/* The width and height properties include the padding and border, but not the margin. */
/* Adds a clearfix after to the element for clearing floats */
/* Adds the ability to use inline-block on elements and have them auto-justify. */
/* Maintains aspect ratio of element (For use with 16 x 9 container) */
/* CSS transitions */
/* Sharable mixins */
.row {
  position: relative; }

.cell {
  padding: 65px 1.5% 30px; }

.alt-background {
  background: #000; }
  .alt-background .cell {
    padding: 0; }

.flourish-left {
  background: transparent url("../images/flourish-left.png") no-repeat 0 32px; }
  @media all and (max-width: 999px) {
    .flourish-left {
      background: none; } }

.flourish-right {
  background: transparent url("../images/flourish-right.png") no-repeat right 75%; }
  @media all and (max-width: 999px) {
    .flourish-right {
      background: none; } }

.clear-margin-bottom {
  margin-bottom: 0px !important; }

.uppercase {
  text-transform: uppercase; }

.bold {
  font-weight: bold; }

.gutter {
  padding: 20px; }

.left {
  float: left;
  display: block; }

.right {
  float: right;
  display: block; }

.small-text {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 0; }

.hide {
  display: none; }

.pic-margin {
  margin: 10px 0 60px; }
  @media all and (max-width: 768px) {
    .pic-margin {
      margin: 10px 0 0; }
      .pic-margin.in-cell {
        margin: 10px 0 60px; } }

.no-border {
  border: none; }

@media all and (max-width: 768px) {
  .mobile-center {
    text-align: center; } }

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

/*Helping classes */
/* ================================== SITE =================================== */
/* 1.  Structure
 * 2.  Helpers
 * 3.  Header
 * 5.  Deck
 * 6.  Main Content
 * 7.  Full-Bleed Images
 * 8.  Full-Bleed Video
 * 9.  Advertisement
 * 10. Social Share
 * 11. More Stories
/* =========================================================================== */
/* ================================ STRUCTURE ================================ */
/* === BODY === */
body {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-weight: normal;
  background-color: #FFF;
  color: #000;
  font-size: 14px; }

/* === IMAGES === */
img {
  opacity: 0; }
  img.full-visible {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1.0; }
  img.video-neil {
    height: auto;
    max-width: 460px;
    margin: 0 auto;
    display: block; }
    @media all and (max-width: 768px) {
      img.video-neil {
        margin-top: 40px; } }
    @media all and (max-width: 639px) {
      img.video-neil {
        max-width: 75%;
        padding: 30px 0 0;
        margin: 0 auto; } }

/* === DEFAULT LINKS === */
a {
  color: #a21623;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
    @media all and (max-width: 639px) {
      a:hover {
        text-decoration: none; } }
  a:focus {
    outline: 0; }

/* === HEADINGS === */
h1, h2, h3, h4 {
  margin: 0 0 10px;
  padding: 0px;
  font-weight: bold;
  color: #000; }

h1 {
  font-family: "Flama Bold", Georgia, sans-serif;
  margin: 125px 0 10px;
  text-transform: uppercase;
  color: #FFF;
  font-size: 80px;
  line-height: .88;
  font-weight: 100; }

h2 {
  font-family: "Flama Bold", Georgia, sans-serif;
  font-size: 70px;
  line-height: 0.8;
  color: #000;
  padding: 10px 0 5px;
  display: block;
  text-align: center; }
  h2:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media all and (max-width: 479px) {
    h2 {
      font-size: 50px;
      padding: 10px 0 5px; } }

h3 {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 100;
  clear: both;
  display: block;
  text-align: center; }
  @media all and (max-width: 479px) {
    h3 {
      font-size: 25px;
      padding: 0 25px; } }

h4 {
  font-size: 30px;
  font-family: "Flama Bold", Georgia, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2; }
  @media all and (max-width: 999px) {
    h4 {
      font-size: 22px; } }

h5 {
  font-weight: 700;
  font-size: 30px;
  color: #FDE64C;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  border-top: 1px dotted #999;
  padding: 30px 0 0;
  margin-top: 50px; }
  @media all and (max-width: 639px) {
    h5 {
      font-size: 26px; } }

h6 {
  font-family: "Flama Bold", Georgia, sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 20px; }
  @media all and (max-width: 639px) {
    h6 {
      font-size: 22px; } }

.eyebrow {
  text-align: center;
  margin: -25px 0 0; }
  @media all and (max-width: 768px) {
    .eyebrow {
      margin: 0; } }
  @media all and (max-width: 639px) {
    .eyebrow {
      margin: -15px 25px 0; } }
  .eyebrow span {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    display: inline-block;
    font-family: "Flama Bold";
    font-size: 20px;
    font-weight: 100;
    color: #000;
    padding: 10px 40px;
    margin: 0 auto 20px;
    text-transform: uppercase;
    border: 9px solid #EA4D37; }
    @media all and (max-width: 639px) {
      .eyebrow span {
        margin: 10px auto;
        padding: 10px 15px; } }
  .eyebrow.sm span {
    padding: 7.5px 25px; }

.mobile-only {
  display: none; }
  @media all and (max-width: 639px) {
    .mobile-only {
      display: block;
      font-size: 42px;
      line-height: 1;
      text-align: center; } }
  @media all and (max-width: 479px) {
    .mobile-only {
      font-size: 38px; } }

h2.mobile-only {
  color: #FFF;
  padding: 0; }

.intro h1 {
  text-transform: uppercase;
  color: #000;
  max-width: 55%;
  margin-bottom: 30px; }
  .intro h1 span {
    font-weight: 100;
    font-size: 37px;
    letter-spacing: 1px;
    padding: 0 0 5px;
    border-bottom: 5px solid #EA4D37; }
  .intro h1 strong {
    display: inline-block;
    margin: 45px 0 -10px;
    padding: 5px 15px 15px 10px;
    font-size: 120px;
    line-height: .75;
    font-weight: bold;
    border: 14px solid #EA4D37; }
.intro > span {
  font-family: Georgia;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.25; }

.byline {
  font-size: 16px;
  text-align: center;
  display: block;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  padding: 1px 0 40px; }
  .byline:before {
    content: "";
    height: 1px;
    width: 115px;
    margin: 10px auto 15px;
    top: 0;
    display: block;
    background-color: #000; }

p {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  padding: 10px 0;
  font-weight: 400; }
  @media all and (max-width: 639px) {
    p {
      padding: 10px 25px; } }

.mark {
  font-weight: bold;
  font-size: 24px; }
  .mark.oj {
    color: #EA4D37; }
  @media all and (max-width: 639px) {
    .mark {
      font-size: 21px;
      line-height: 1; } }

.cell {
  padding: 65px 50px 30px;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 910px; }
  @media all and (max-width: 768px) {
    .cell {
      padding: 30px 20px 0;
      max-width: 100%; } }
  @media all and (max-width: 639px) {
    .cell {
      padding: 30px 0 0; } }

/* === Logos === */
.logo {
  margin: 0 auto;
  display: block;
  max-width: 300px; }
  .logo span {
    display: none; }
  .logo.main {
    width: 238px;
    float: left;
    margin: 25px 0 0 10px; }
    @media all and (max-width: 639px) {
      .logo.main {
        float: none !important;
        margin: 14px auto 0;
        padding: 0 15px 0 0; } }
  .logo.sponsor {
    width: 70px;
    float: right; }

/* === Content Media === */
.image,
.video {
  position: relative;
  background: #FFF;
  margin: 7px 0 20px 0; }
  .image img,
  .video img {
    width: 100%; }

.video img {
  max-width: 560px; }

.videoContain {
  padding: 0;
  margin: 45px 0;
  height: 502px;
  width: 805px;
  max-width: 100%; }
  .videoContain object {
    height: 100%;
    width: 100%; }
  @media all and (max-width: 768px) {
    .videoContain {
      height: 451px; } }
  @media all and (max-width: 639px) {
    .videoContain {
      height: 320px; } }
  @media all and (max-width: 479px) {
    .videoContain {
      height: 250px; } }

.eight .videoContain {
  padding: 0;
  margin: 0;
  width: 560px;
  height: 315px; }
  @media all and (max-width: 768px) {
    .eight .videoContain {
      margin: 0 auto 45px; } }

/* === Content Image === */
.image a {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px;
  font-size: 14px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.3); }
  @media all and (max-width: 768px) {
    .image a {
      display: none; } }
  .image a:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #a21623; }

/* === Content Video === */
.video-container {
  position: relative;
  padding-bottom: 56.2%;
  height: 0; }
  .video-container .video-embed {
    display: block;
    position: relative; }
    .video-container .video-embed i {
      position: absolute;
      top: 40%;
      font-size: 60px;
      color: #FFF;
      width: 100%;
      text-align: center; }
  .video-container .bonnier_video_playlist {
    position: absolute;
    z-index: 100;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
    .video-container .bonnier_video_playlist .innerWrapper object {
      background: none;
      border-width: 0;
      height: 100%;
      width: 100%; }
  .video-container iframe {
    position: absolute;
    height: 100%;
    width: 100%; }

/* === INFO GRAPHIC === */
.info {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }
  .info .header {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 10px;
    background: #FFF; }
    .info .header h4 {
      text-transform: uppercase; }
    .info .header h5 {
      color: #666; }
  .info ol {
    background: #FFF;
    counter-reset: li; }
    .info ol li {
      color: #000;
      border-bottom: 1px dotted #999;
      padding: 20px 20px 20px 40px;
      list-style: none;
      position: relative;
      font-family: "Source Sans Pro", Helvetica, sans-serif;
      line-height: 18px; }
      .info ol li:before {
        color: #a21623;
        content: counter(li);
        counter-increment: li;
        position: absolute;
        font-size: 35px;
        left: 10px;
        top: 30px;
        font-family: "Flama Med", Georgia, sans-serif; }

/* === CAPTION === */
.row-wrapper .caption {
  color: #000;
  font-family: "Flama Med", Georgia, sans-serif;
  border-bottom: none; }
  .row-wrapper .caption h6 {
    margin-bottom: 10px; }
  .row-wrapper .caption p {
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold; }
    .row-wrapper .caption p span {
      color: #999; }
  .row-wrapper .caption.notice {
    font-size: 13px;
    margin: 57px 0 72px; }

/* ================================= HEADER ================================== */
.colgrid {
  margin-top: 70px; }
  @media all and (max-width: 768px) {
    .colgrid {
      width: 100%;
      overflow: hidden; } }

.ra1-pw-popup {
  z-index: 99999 !important; }

#masthead {
  position: fixed;
  z-index: 99999;
  top: 0;
  height: 70px;
  width: 100%;
  background: #222529;
  /* === Page title label === */
  /* === Social Button Bar === */
  /* === Progress Bar === */ }
  #masthead:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media all and (max-width: 639px) {
    #masthead {
      height: 50px; } }
  #masthead .cell {
    padding: 0; }
  #masthead a {
    color: #FFF; }
  #masthead h2 {
    color: #FFF;
    text-align: center;
    margin-top: 10px; }
  #masthead .label {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #6e7378;
    font-size: 18px;
    font-family: "Flama Med", Georgia, sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    display: block; }
  #masthead .social {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    float: right;
    padding: 0 15px;
    height: auto; }
    @media all and (max-width: 1045px) {
      #masthead .social {
        padding: 0;
        padding-top: 26px; } }
    @media all and (max-width: 768px) {
      #masthead .social {
        display: none;
        position: absolute;
        right: 0;
        bottom: 0;
        margin-right: 3%;
        margin-bottom: 10px; } }
    @media all and (max-width: 479px) {
      #masthead .social {
        padding: 10px 5px 0;
        float: none;
        margin: 0 auto;
        text-align: center;
        border: 0; } }
  #masthead .masthead-inner {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 0 0 0 15px;
    height: 100px;
    overflow: hidden;
    text-align: center; }
    @media all and (max-width: 639px) {
      #masthead .masthead-inner {
        height: auto;
        padding: 0; } }
    #masthead .masthead-inner .headBlock {
      display: inline-block; }
      #masthead .masthead-inner .headBlock.logo {
        float: left; }
      #masthead .masthead-inner .headBlock.label {
        padding: 26px 0 0; }
        @media all and (max-width: 999px) {
          #masthead .masthead-inner .headBlock.label {
            display: none; } }
      #masthead .masthead-inner .headBlock.social {
        padding: 10px 0 0;
        width: 285px;
        float: right; }
        @media all and (max-width: 768px) {
          #masthead .masthead-inner .headBlock.social {
            width: auto;
            padding: 0;
            margin: 0 20px 20px 0; }
            #masthead .masthead-inner .headBlock.social .share-title {
              display: none; } }
        @media all and (max-width: 639px) {
          #masthead .masthead-inner .headBlock.social {
            display: none; } }
  #masthead .progress-bar {
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 3px;
    border-bottom: 1px solid #222529;
    background: #FFF; }
    #masthead .progress-bar .progress {
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      transition: all 0.1s linear;
      width: 0;
      height: 3px;
      background: #EA4D37; }

/* ================================== DECK =================================== */
.deck {
  z-index: 300; }
  .deck.content {
    margin-bottom: 0; }
  .deck .cell {
    /* === Lead Paragraphs === */ }
    .deck .cell .lead h2 {
      font-size: 160px;
      background: #FFF;
      color: #000;
      padding: 0;
      margin: 0;
      line-height: 1;
      letter-spacing: -10px; }
      @media all and (max-width: 639px) {
        .deck .cell .lead h2 {
          font-size: 130px; } }
      @media all and (max-width: 479px) {
        .deck .cell .lead h2 {
          font-size: 100px; } }
    .deck .cell .lead h3 {
      font-size: 40px;
      font-weight: bold;
      text-transform: uppercase;
      margin-left: 9px;
      letter-spacing: 1px; }
      @media all and (max-width: 639px) {
        .deck .cell .lead h3 {
          font-size: 30px; } }
      @media all and (max-width: 479px) {
        .deck .cell .lead h3 {
          font-size: 25px; } }

/* ============================== MAIN CONTENT =============================== */
.content {
  margin: 0 0 60px;
  position: relative;
  /* === Left Content === */
  /* === Right Rail === */ }
  @media all and (max-width: 479px) {
    .content {
      margin: 60px 0; } }
  .content .cell {
    margin-top: -5px;
    padding-top: 0; }
  .content .image {
    margin-bottom: 0; }
  .content h2 {
    font-family: "Flama Med", Georgia, sans-serif;
    font-size: 60px;
    line-height: 61px;
    text-transform: none;
    margin: 0;
    padding: 0; }
    @media all and (max-width: 639px) {
      .content h2 {
        line-height: 0.8;
        margin: 15px 0 0; } }
  .content .author {
    text-align: center;
    line-height: 1;
    position: relative;
    padding: 40px 0 30px;
    margin: 0; }
    @media all and (max-width: 639px) {
      .content .author {
        padding: 40px 25px 30px; } }
    .content .author strong {
      font-size: 28px;
      text-transform: uppercase;
      font-family: "Flama Bold", Georgia, sans-serif;
      text-align: center;
      display: block;
      padding: 0 0 5px; }
    .content .author em {
      font-size: 24px;
      font-family: "Source Sans Pro", Helvetica, sans-serif;
      font-weight: 100;
      font-style: normal; }
    .content .author:after {
      content: "";
      display: block;
      height: 1px;
      width: 100px;
      background: #222529;
      margin: 13px auto 0; }
  .content.secondary {
    margin: 0; }
    .content.secondary .cell {
      padding: 0 14px 30px; }
  .content .head {
    width: 100%;
    max-width: 1000px;
    min-width: 320px;
    margin: 0 auto; }
    .content .head:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  .content .image img {
    width: 100%;
    height: auto; }
  .content .image .credit {
    font-size: 12px;
    padding: 0;
    margin: 0; }
    @media all and (max-width: 639px) {
      .content .image .credit {
        text-align: right;
        padding-right: 5px; } }
  .content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
    font-family: "Source Sans Pro", Helvetica, sans-serif; }
  .content blockquote {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    border-top: 35px solid #222529;
    border-left: 0;
    padding: 55px 5px 110px;
    margin: 20px 0 0 25px;
    text-align: left;
    font-family: "Flama Bold", Georgia, sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.2;
    float: right;
    position: relative;
    width: 50%; }
    @media all and (max-width: 768px) {
      .content blockquote {
        width: 100%;
        margin: 20px 0 40px;
        padding-bottom: 0; } }
    @media all and (max-width: 639px) {
      .content blockquote {
        width: calc(100% - 50px);
        padding: 55px 0 30px;
        margin: 30px auto 0;
        float: none;
        font-size: 26px; } }
    .content blockquote:before {
      content: "\201C";
      font-size: 100px;
      color: #EA4D37;
      position: absolute;
      top: -10px;
      left: -5px; }
    .content blockquote.right {
      text-align: right;
      float: left;
      margin: 0 25px 0 0; }
      .content blockquote.right:before {
        right: 0;
        left: inherit; }
  .content i {
    font-size: 20px; }
  .content .seven.columns h3 {
    font-family: "Flama Med", Georgia, sans-serif;
    text-transform: uppercase;
    font-size: 61px;
    margin-bottom: 20px; }
  .content .seven.columns .image,
  .content .seven.columns .video {
    margin-top: 60px;
    margin-bottom: 57px; }
    .content .seven.columns .image.first,
    .content .seven.columns .video.first {
      margin-top: 0; }
  .content .four.columns .info .header {
    margin: 10px;
    position: relative;
    top: 10px; }
  .content .four.columns .info .image,
  .content .four.columns .info .video {
    margin-top: 7px;
    padding: 20px;
    margin-bottom: 57px;
    border-color: transparent;
    background: transparent;
    border-width: 0;
    text-align: center;
    margin: 0; }
    .content .four.columns .info .image img,
    .content .four.columns .info .video img {
      width: auto; }
    .content .four.columns .info .image h6,
    .content .four.columns .info .video h6 {
      margin-bottom: 10px; }

.readmore {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #EA4D37;
  position: relative;
  margin: 40px 0 0;
  font-size: 16px;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1; }
  .readmore:after {
    padding-left: 3px;
    content: "\f0a9";
    font-weight: 100;
    font-family: "FontAwesome"; }
  .readmore:hover {
    color: #222529;
    text-decoration: none; }
    .readmore:hover:after {
      color: #222529; }

blockquote {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 35px 0 80px 30px;
  padding: 0 0 0 30px;
  border-left: 11px solid #EA4D37;
  min-width: 300px;
  width: 33%;
  float: right; }
  @media all and (max-width: 639px) {
    blockquote {
      float: none !important;
      width: calc(100% - 50px);
      margin: 30px auto;
      min-width: inherit; }
      blockquote em {
        font-size: 24px; } }
  blockquote span {
    font-family: "Flama Bold", Georgia, sans-serif;
    font-weight: 100;
    border-top: 40px solid #FDE64C;
    display: block;
    padding: 20px 0 0;
    text-transform: uppercase;
    color: #EA4D37;
    font-size: 20px;
    line-height: 1.25; }
  blockquote em {
    font-family: "Flama Book", Georgia, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 28px;
    line-height: 1.25;
    text-transform: uppercase;
    text-decoration: underline; }

.four.columns .caption {
  padding: 25px 0;
  border-bottom: 1px dotted #999; }
  @media all and (max-width: 768px) {
    .four.columns .caption {
      width: 50%;
      margin: 0 auto; } }
  @media all and (max-width: 639px) {
    .four.columns .caption {
      width: 80%; } }
  @media all and (max-width: 479px) {
    .four.columns .caption {
      width: 100%; } }
  .four.columns .caption p {
    color: #000;
    text-transform: none; }
.four.columns .side-ad img {
  opacity: 1; }

.eight.pull_one {
  margin-left: -40px !important; }
  @media all and (max-width: 768px) {
    .eight.pull_one {
      margin: 0 !important; } }

.correct-right .four.columns {
  margin-left: 10px !important; }
  @media all and (max-width: 768px) {
    .correct-right .four.columns {
      margin: 0 0 0 20px !important;
      width: 350px; } }
.correct-right .eight.columns {
  margin: 0 -50px 0 50px !important; }
  @media all and (max-width: 768px) {
    .correct-right .eight.columns {
      margin: 0 !important; } }

@media all and (max-width: 768px) {
  body .row-wrapper .row .eight.columns {
    width: calc(100% - 380px); } }
@media all and (max-width: 639px) {
  body .row-wrapper .row .eight.columns {
    width: 100%; } }

body .row-wrapper .row {
  max-width: 970px; }

@media all and (max-width: 639px) {
  body .row-wrapper .row .columns {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important; }
    body .row-wrapper .row .columns.ad {
      margin: 0 auto !important;
      max-width: 300px; }
      body .row-wrapper .row .columns.ad .cell {
        padding: 0 !important; } }

/* =========================== FULL-BLEED IMAGES ============================= */
.bleed {
  position: relative;
  z-index: 100;
  /* === Full-bleed Parallaxed Image === */ }
  .bleed:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .bleed.alt-background {
    margin-bottom: 68px; }
  .bleed .cell {
    padding: 0 1.5%; }
  .bleed .feature-image {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 0;
    height: 850px;
    position: relative; }
    @media screen and (max-with: 1150px) {
      .bleed .feature-image {
        padding-bottom: 25%; } }
    @media all and (max-width: 999px) {
      .bleed .feature-image {
        height: 700px; } }
    @media all and (max-width: 768px) {
      .bleed .feature-image {
        height: 525px; } }
    @media all and (max-width: 639px) {
      .bleed .feature-image {
        height: 450px; } }
    @media all and (max-width: 479px) {
      .bleed .feature-image {
        height: 340px; } }
    .bleed .feature-image.parallax {
      background-attachment: fixed; }
      @media all and (max-width: 639px) {
        .bleed .feature-image.parallax {
          background-attachment: inherit; } }
    .bleed .feature-image.feature-image-01 {
      background-image: url("../images/Feature-Intro.jpg");
      background-size: 100% auto;
      background-position: right bottom; }
      @media all and (max-width: 639px) {
        .bleed .feature-image.feature-image-01 {
          background-image: url("../images/feature_intro-mobile.jpg"); } }
      @media screen and (min-width: 1150px) {
        .bleed .feature-image.feature-image-01 {
          padding-bottom: 70%; } }
      @media all and (max-width: 999px) {
        .bleed .feature-image.feature-image-01 {
          height: 700px; } }
      @media all and (max-width: 768px) {
        .bleed .feature-image.feature-image-01 {
          height: 530px; } }
      @media all and (max-width: 639px) {
        .bleed .feature-image.feature-image-01 {
          height: 420px; } }
      @media all and (max-width: 479px) {
        .bleed .feature-image.feature-image-01 {
          height: 260px; } }
    .bleed .feature-image.feature-image-02 {
      background-image: url("../images/feature_neil-degrasse-tyson.jpg"); }
    .bleed .feature-image.feature-image-03 {
      background-image: url("../images/feature_limor-fried.jpg"); }
    .bleed .feature-image.feature-image-05 {
      background-image: url("../images/feature_dean-kamen.jpg"); }
  .bleed.video {
    background: url(../images/footer_bg.png) repeat top left;
    margin: 0 0 95px;
    padding: 35px 0 55px;
    position: relative; }
    @media all and (max-width: 768px) {
      .bleed.video {
        text-align: center; }
        .bleed.video .columns {
          width: 100% !important;
          padding: 0 10px; } }
    @media all and (max-width: 639px) {
      .bleed.video {
        padding: 35px 40px 55px; }
        .bleed.video .ad-title {
          margin-top: 40px !important; } }
    @media all and (max-width: 479px) {
      .bleed.video {
        padding: 35px 0; } }
    .bleed.video .ad-title {
      margin-top: -10px; }
      @media all and (max-width: 768px) {
        .bleed.video .ad-title {
          margin-top: 10px; } }
    .bleed.video h3 {
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      padding: 0 0 30px;
      font-family: "Flama Bold", Georgia, sans-serif;
      font-weight: 100;
      color: #FFF;
      font-size: 34px;
      position: relative;
      text-transform: uppercase; }
      @media all and (max-width: 639px) {
        .bleed.video h3 {
          padding: 0 25px 20px; } }
      .bleed.video h3:after {
        content: "";
        display: block;
        height: 1px;
        width: 110px;
        margin: 15px auto 0;
        background-color: #EA4D37; }

/* =========================== FULL-BLEED VIDEO ============================== */
.feature-video {
  position: relative;
  padding-bottom: 56.2%;
  height: 0; }
  .feature-video .ooyala-video {
    opacity: 0;
    position: absolute;
    z-index: 100;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
    .feature-video .ooyala-video.active {
      opacity: 1; }
    .feature-video .ooyala-video .bonnier_video_playlist .innerWrapper object {
      height: 100%;
      width: 100%; }
      .feature-video .ooyala-video .bonnier_video_playlist .innerWrapper object object {
        height: 100%;
        width: 100%; }
  .feature-video h1,
  .feature-video h2 {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    font-family: "Flama Bold", Georgia, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 32px;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 300; }
  .feature-video h1 {
    top: 14%;
    font-size: 106px;
    width: 100%;
    color: #902916; }
    @media all and (max-width: 999px) {
      .feature-video h1 {
        font-size: 80px; } }
    @media all and (max-width: 768px) {
      .feature-video h1 {
        font-size: 70px;
        margin-bottom: 20px; } }
    @media all and (max-width: 639px) {
      .feature-video h1 {
        font-size: 34px; } }
  .feature-video h2 {
    top: 30%;
    background: none;
    font-size: 58px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #989288; }
    @media all and (max-width: 999px) {
      .feature-video h2 {
        font-size: 43px;
        top: 30%; } }
    @media all and (max-width: 768px) {
      .feature-video h2 {
        font-size: 37px;
        margin-bottom: 20px; } }
    @media all and (max-width: 639px) {
      .feature-video h2 {
        font-size: 18px;
        top: 24%; } }
  .feature-video .byline {
    position: absolute;
    bottom: 14%;
    width: 100%;
    text-align: center;
    z-index: 300; }
    @media all and (max-width: 639px) {
      .feature-video .byline {
        bottom: 5%; } }
    .feature-video .byline h3 {
      display: inline-block;
      text-transform: uppercase;
      position: relative;
      color: #FFF;
      letter-spacing: -0.5px;
      text-shadow: 1px 1px 4px #000;
      font-size: 20px; }
      .feature-video .byline h3.storyby {
        margin-right: 10px;
        padding-right: 18px; }
        @media all and (max-width: 639px) {
          .feature-video .byline h3.storyby {
            margin-right: 0;
            padding-right: 0; } }
        .feature-video .byline h3.storyby:after {
          font-family: "FontAwesome";
          content: "\f111";
          position: absolute;
          font-size: 7px;
          right: 0;
          top: 7px; }
          @media all and (max-width: 639px) {
            .feature-video .byline h3.storyby:after {
              content: " "; } }
      @media all and (max-width: 768px) {
        .feature-video .byline h3 {
          font-size: 16px; } }
      @media all and (max-width: 639px) {
        .feature-video .byline h3 {
          font-size: 14px;
          display: block; }
          .feature-video .byline h3.storyby {
            margin-right: 0; }
            .feature-video .byline h3.storyby:after {
              content: " ";
              margin-right: 0; } }
  .feature-video img {
    width: 100%; }

/* === IE Video Reset === */
.ie .feature-video {
  position: relative;
  padding-bottom: 0;
  height: 640px; }
  .ie .feature-video .ooyala-video {
    position: relative;
    z-index: 100;
    height: 100%;
    width: 100%; }

/* === Mobile Video Replacement === */
@media all and (max-width: 639px) {
  .feature-video {
    position: relative;
    padding-bottom: 0;
    height: 340px;
    background: url("../images/video-background.jpg") center center no-repeat;
    background-size: cover; }
    .feature-video .ooyala-video {
      position: relative;
      z-index: 100;
      height: 100%;
      width: 100%; }
      .feature-video .ooyala-video .bonnier_video_playlist,
      .feature-video .ooyala-video .bonnier_video_thumbnail {
        display: none; }
    .feature-video img {
      display: none; } }
/* ============================= ADVERTISEMENT =============================== */
.ad-title {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 10px;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  color: #FFF;
  text-transform: uppercase; }
  .ad-title.bk {
    color: #666;
    padding: 0; }

.row-wrapper.ad {
  text-align: center; }
  .row-wrapper.ad .cell {
    padding: 50px 0 60px; }
  @media all and (max-width: 639px) {
    .row-wrapper.ad {
      background-color: #eee;
      margin: 30px 0; }
      .row-wrapper.ad .cell {
        padding: 30px 0; } }

/* ============================= SOCIAL SHARE ================================ */
.pw-widget {
  margin: 0; }
  .pw-widget a {
    color: #EA4D37; }
  .pw-widget .share-title {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    color: #878c91;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 45px; }
  .pw-widget .pw-button.pw-size-medium {
    position: relative;
    width: 50px;
    height: 50px; }
    @media all and (max-width: 768px) {
      .pw-widget .pw-button.pw-size-medium {
        width: 40px;
        height: 40px !important; } }
    .pw-widget .pw-button.pw-size-medium .pw-icon {
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      background: none;
      font-family: 'FontAwesome';
      font-size: 18px;
      text-align: center;
      width: 50px;
      height: 50px !important;
      position: relative;
      vertical-align: middle; }
      @media all and (max-width: 768px) {
        .pw-widget .pw-button.pw-size-medium .pw-icon {
          width: 40px;
          height: 40px !important; } }
      .pw-widget .pw-button.pw-size-medium .pw-icon:hover:before, .pw-widget .pw-button.pw-size-medium .pw-icon:hover:after {
        color: #FFF; }
      .pw-widget .pw-button.pw-size-medium .pw-icon:before {
        color: #4e5154;
        content: "\f1db";
        font-size: 50px;
        display: block;
        width: 45px;
        height: 45px;
        position: absolute;
        top: 20px;
        left: 0;
        vertical-align: middle; }
        @media all and (max-width: 768px) {
          .pw-widget .pw-button.pw-size-medium .pw-icon:before {
            font-size: 40px;
            width: 40px;
            height: 40px; } }
      .pw-widget .pw-button.pw-size-medium .pw-icon:after {
        color: #4e5154;
        position: absolute;
        top: 20px;
        left: 14px;
        font-size: 17px; }
        @media all and (max-width: 768px) {
          .pw-widget .pw-button.pw-size-medium .pw-icon:after {
            font-size: 18px;
            left: 11px; } }
      .pw-widget .pw-button.pw-size-medium .pw-icon.ra1-pw-icon-facebook:after {
        content: "\f09a";
        left: 18px; }
      .pw-widget .pw-button.pw-size-medium .pw-icon.ra1-pw-icon-twitter:after {
        content: "\f099"; }
      .pw-widget .pw-button.pw-size-medium .pw-icon.ra1-pw-icon-googleplus:after {
        content: "\f0d5"; }
      .pw-widget .pw-button.pw-size-medium .pw-icon.ra1-pw-icon-print:after {
        content: "\f02f";
        top: 19px;
        left: 13px; }
      .pw-widget .pw-button.pw-size-medium .pw-icon.ra1-pw-icon-email:after {
        content: "\f0e0";
        left: 13px;
        top: 19px; }
        @media all and (max-width: 768px) {
          .pw-widget .pw-button.pw-size-medium .pw-icon.ra1-pw-icon-email:after {
            left: 10px !important; } }
    .pw-widget .pw-button.pw-size-medium:hover > .pw-icon {
      color: #FFF; }

@media all and (max-width: 479px) {
  #masthead .pw-widget {
    display: none; } }

.footer-inner .pw-widget {
  float: right;
  margin-left: 30px; }

/* ============================= MORE STORIES ================================ */
.stories {
  background: url(../images/footer_bg.png) repeat top left #222529;
  color: #eee;
  text-align: center; }
  @media all and (max-width: 639px) {
    .stories .inner-cell {
      padding: 0 25px; } }
  .stories .cell {
    padding: 50px 0;
    max-width: none; }
  .stories h3 {
    font-family: "Flama Bold", Georgia, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: bold;
    padding: 0 0 10px;
    margin: 0; }
    @media all and (max-width: 639px) {
      .stories h3 {
        font-size: 38px; } }
  .stories .contrib {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 22px;
    font-weight: 100;
    font-family: "Flama Book", Georgia, sans-serif;
    color: #FFF;
    padding: 0 0 40px; }
    @media all and (max-width: 639px) {
      .stories .contrib {
        padding: 0 40px 40px; } }
    .stories .contrib strong {
      font-family: "Flama Med", Georgia, sans-serif; }
  .stories .social .share-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "Flama Book", Georgia, sans-serif;
    padding: 0 0 10px; }
  .stories ul {
    margin: 35px 0 0; }
    .stories ul:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    @media all and (max-width: 479px) {
      .stories ul {
        margin: 35px -25px 0; } }
    .stories ul li {
      float: left;
      width: 33.33%;
      margin-left: -4px; }
      .stories ul li.last .info {
        border-right: 0; }
      @media all and (max-width: 768px) {
        .stories ul li {
          float: none;
          width: 100%;
          margin: 0; }
          .stories ul li .info {
            border-right: 0; } }
      .stories ul li img {
        width: 100%; }
      .stories ul li a:hover {
        text-decoration: none; }
        .stories ul li a:hover .byline {
          text-decoration: underline; }
  .stories .info {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    padding: 15px 25px;
    height: auto;
    text-align: left; }
    @media all and (max-width: 768px) {
      .stories .info {
        padding: 15px 15px 30px;
        text-align: center; } }
    .stories .info h5 {
      font-family: "Flama Med", Georgia, sans-serif;
      font-weight: 100;
      font-size: 20px;
      line-height: 1.25;
      color: #FFF;
      margin-bottom: 6px;
      text-transform: uppercase;
      border: none;
      padding: 0;
      margin: 0; }
      @media all and (max-width: 639px) {
        .stories .info h5 {
          font-size: 23px;
          line-height: 1; } }
    .stories .info p {
      font-family: "Flama Book", Georgia, sans-serif;
      color: #ccc;
      font-size: 16px;
      font-weight: 100;
      line-height: 1.25; }
  .stories .pw-widget .pw-button.pw-size-medium .pw-icon:before {
    font-size: 46px; }
  .stories .pw-widget .pw-button.pw-size-medium .pw-icon:after {
    font-size: 20px; }

.sidebar {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  min-width: 350px; }
  @media all and (max-width: 768px) {
    .sidebar {
      padding: 20px;
      margin-right: 0; } }
  @media all and (max-width: 639px) {
    .sidebar {
      width: calc(100% - 50px);
      min-width: inherit;
      float: none;
      margin: 45px auto 0; } }
  .sidebar.bordered {
    border: 9px solid #EA4D37;
    padding: 20px; }
    .sidebar.bordered .portrait {
      margin: -50px auto 5px;
      text-align: center; }
    .sidebar.bordered h3 {
      font-family: "Flama Book", Georgia, sans-serif;
      font-weight: bold;
      font-size: 40px;
      line-height: 38px;
      text-align: center;
      margin: 0 0 30px;
      text-transform: uppercase; }
      @media all and (max-width: 639px) {
        .sidebar.bordered h3 {
          font-size: 36px;
          padding: 0; } }
    .sidebar.bordered .sideline {
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      font-family: "Flama Book", Georgia, sans-serif;
      font-size: 16px;
      line-height: 1.2;
      text-align: center;
      padding: 7px 0 0;
      margin: 0 0 25px; }
      .sidebar.bordered .sideline strong {
        font-family: "Flama Bold", Georgia, sans-serif;
        text-transform: uppercase;
        display: block;
        text-align: center;
        color: #EA4D37; }
    .sidebar.bordered .credit {
      font-size: 12px;
      margin: -6px 0 0;
      padding: 0; }
    .sidebar.bordered p, .sidebar.bordered .mark {
      font-size: 16px;
      line-height: 1.4;
      font-family: "Source Sans Pro", Helvetica, sans-serif; }
    .sidebar.bordered .mark {
      font-weight: bold; }
    @media all and (max-width: 639px) {
      .sidebar.bordered p {
        padding: 10px 0; } }
  .sidebar.yellow {
    background-color: #FDE64C;
    padding: 30px;
    color: #222529; }
    .sidebar.yellow h3 {
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      font-family: "Flama Med", Georgia, sans-serif;
      font-size: 32px;
      text-align: left;
      line-height: 0.9;
      font-weight: 100;
      padding: 0 0 15px;
      margin: 0 0 15px;
      border-bottom: 8px solid #EA4D37; }
    .sidebar.yellow .sideline {
      font-family: "Flama Bold", Georgia, sans-serif;
      font-size: 16px;
      line-height: 1.15;
      text-transform: uppercase;
      padding: 0;
      margin: 0 0 35px; }
      .sidebar.yellow .sideline em {
        font-family: "Flama Book", Georgia, sans-serif;
        font-style: normal; }
      .sidebar.yellow .sideline span {
        font-family: "Flama Book", Georgia, sans-serif;
        font-style: normal;
        font-weight: normal;
        text-transform: none;
        font-size: 20px;
        line-height: 1.2;
        position: relative;
        border-bottom: 2px solid #a1922d; }
      .sidebar.yellow .sideline + p {
        font-family: "Source Sans Pro", Helvetica, sans-serif;
        font-size: 16px;
        line-height: 1.425;
        margin: 0;
        padding: 0; }
  .sidebar.orange {
    background-color: #EA4D37;
    padding: 15px 0;
    margin: -45px 5px 0 10px;
    overflow: hidden; }
    @media all and (max-width: 999px) {
      .sidebar.orange {
        margin: -45px 10px 0; } }
    @media all and (max-width: 768px) {
      .sidebar.orange {
        margin: -45px 20px 0; }
        .sidebar.orange .left, .sidebar.orange .right {
          -webkit-box-sizing: border-box;
          /* Safari/Chrome, other WebKit */
          -moz-box-sizing: border-box;
          /* Firefox, other Gecko */
          box-sizing: border-box;
          /* Opera/IE 8+ */
          width: 100% !important;
          float: none !important;
          margin: 0 !important;
          padding: 0 30px !important; }
        .sidebar.orange h3 {
          border-bottom: 8px solid #FDE64C; }
        .sidebar.orange .right {
          border: none !important; } }
    .sidebar.orange p {
      color: #FFF; }
    .sidebar.orange h3 {
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      font-family: "Flama Med", Georgia, sans-serif;
      font-size: 32px;
      text-align: left;
      line-height: 0.9;
      font-weight: 100;
      padding: 15px 0;
      margin: 0 0 15px;
      color: #FFF; }
    .sidebar.orange .sideline {
      font-family: "Flama Bold", Georgia, sans-serif;
      font-size: 16px;
      line-height: 1.15;
      text-transform: uppercase;
      padding: 0;
      margin: 0 0 35px; }
      .sidebar.orange .sideline em {
        font-family: "Flama Book", Georgia, sans-serif;
        font-style: normal; }
      .sidebar.orange .sideline span {
        font-family: "Flama Book", Georgia, sans-serif;
        font-style: normal;
        font-weight: normal;
        text-transform: none;
        font-size: 20px;
        line-height: 1.2;
        position: relative;
        border-bottom: 2px solid #eee; }
    .sidebar.orange .left, .sidebar.orange .right {
      display: inline-block;
      margin: 0 -4px 0 0; }
    .sidebar.orange .left {
      float: left;
      width: 275px;
      padding: 0 30px; }
    .sidebar.orange .right {
      border-left: 8px solid #FDE64C;
      font-size: 16px;
      width: calc(100% - 405px);
      padding: 15px 40px 15px 30px; }
    .sidebar.orange .readmore {
      color: #FDE64C;
      margin-top: 20px; }
      .sidebar.orange .readmore:hover {
        color: #000; }
  .sidebar + .sidebar {
    margin-top: 45px; }
    @media all and (max-width: 768px) {
      .sidebar + .sidebar {
        margin: 45px auto 55px; } }

.border-bot {
  margin-bottom: 20px; }
  .border-bot .row {
    border-bottom: 10px solid #000;
    padding-bottom: 60px; }
  @media all and (max-width: 639px) {
    .border-bot .row {
      padding-bottom: 0; } }

/* ================================ FOOTER =================================== */
footer {
  background: #222529; }
  footer .footer-inner {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 20px 15px; }
    footer .footer-inner:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    footer .footer-inner .logo {
      float: left;
      display: inline-block;
      padding: 0  30px 14px 0; }
      @media all and (max-width: 999px) {
        footer .footer-inner .logo {
          margin-top: 10px; } }
    footer .footer-inner p {
      color: #EA4D37;
      font-size: 12px;
      line-height: 20px;
      font-family: "Source Sans Pro", Helvetica, sans-serif; }
    @media all and (max-width: 999px) {
      footer .footer-inner .social {
        margin-top: 10px; } }

.copyright {
  border-top: 2px solid #EA4D37;
  margin: 0;
  padding: 40px 0 50px;
  width: 100%; }
  @media all and (max-width: 639px) {
    .copyright {
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      /* Opera/IE 8+ */
      padding: 45px 25px; }
      .copyright img {
        max-width: 100% !important; } }
  .copyright img {
    max-width: 310px; }
  .copyright p {
    padding: 10px 0 0;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 13px;
    color: #ccc; }

.darkness {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  background: url(../images/footer_bg.png) repeat top left;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: none; }
  @media all and (max-width: 639px) {
    .darkness {
      padding: 30px; }
      .darkness .cell {
        padding: 0 !important; }
        .darkness .cell p {
          padding: 15px 0 !important; }
      .darkness p, .darkness p .mark {
        font-size: 19px !important; } }
  .darkness .cell {
    padding: 50px; }
  .darkness p {
    color: #FFF;
    font-size: 26px;
    font-family: "Flama Book", Georgia, sans-serif;
    line-height: 1.2; }
    .darkness p + p {
      padding-top: 25px; }
    .darkness p .mark {
      font-size: 26px;
      font-family: "Flama Bold", Georgia, sans-serif; }

/* feature wide styles */

/*# sourceMappingURL=structure.css.map */
