@charset "UTF-8";
/*! Compass */
/*! Mixins */
/*! Mixins.scss */
/*! Font Awesome */
/*! Font Awesome */
/* FONT PATH
 * -------------------------- */
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600);
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@keyframes 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);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

/* -------------------------
//
//	App Specific Styles:
//
------------------------- */
/*! Functions */
/*! Variables */
/*! vars.scss */
/*! Foundation Tweaks */
[data-magellan-expedition] {
  border-radius: 0.3125rem;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35); }

.sub-nav dd a {
  color: #666666;
  transition: color 200ms ease-in; }
  .sub-nav dd a:hover {
    color: #6fbf34; }

.fixed {
  top: 100px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  background: #6fbf34;
  transition: all 300ms ease-in; }
  .fixed dd a {
    color: white;
    transition: all 300ms ease-in; }
    .fixed dd a:hover {
      color: white;
      background: #7ccb41; }
  .fixed dd.active a {
    background: #2284a1; }

.panel {
  background: transparent; }

/*! Fonts */
/*! Typography.scss */
@font-face {
  font-family: 'jenna_sueregular';
  src: url("../fonts/jennasue-webfont.eot");
  src: url("../fonts/jennasue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/jennasue-webfont.woff") format("woff"), url("../fonts/jennasue-webfont.ttf") format("truetype"), url("../fonts/jennasue-webfont.svg#jenna_sueregular") format("svg");
  font-weight: normal;
  font-style: normal; }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300; }

.button {
  font-family: "Source Sans Pro", sans-serif; }

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px; }

/*! Font Awesome */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@keyframes 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);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

/*! social-icons.scss */
@font-face {
  font-family: "social-icons";
  src: url("../fonts/social-icon-font.eot");
  src: url("../fonts/social-icon-font.eot?#iefix") format("embedded-opentype"), url("../fonts/social-icon-font.woff") format("woff"), url("../fonts/social-icon-font.ttf") format("truetype"), url("../fonts/social-icon-font.svg#social-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon-aim:before,
.icon-amazon:before,
.icon-appstore:before,
.icon-basecamp:before,
.icon-behance:before,
.icon-blogger:before,
.icon-cargo:before,
.icon-cloudapp:before,
.icon-creativecommons:before,
.icon-delicious:before,
.icon-designmoo:before,
.icon-digg:before,
.icon-dribbble:before,
.icon-dropbox:before,
.icon-email:before,
.icon-envato:before,
.icon-etsy:before,
.icon-evernote:before,
.icon-facebook:before,
.icon-flickr:before,
.icon-forrst:before,
.icon-foursquare:before,
.icon-github:before,
.icon-goodreads:before,
.icon-googleplus:before,
.icon-instagram:before,
.icon-instapaper:before,
.icon-linkedin:before,
.icon-path:before,
.icon-paypal:before,
.icon-pinboard:before,
.icon-pinterest:before,
.icon-quora:before,
.icon-readernaut:before,
.icon-reddit:before,
.icon-rss:before,
.icon-skype:before,
.icon-soundcloud:before,
.icon-spotify:before,
.icon-squarespace:before,
.icon-tumblr:before,
.icon-twitter:before,
.icon-vimeo:before,
.icon-vsco:before,
.icon-wikipedia:before,
.icon-wordpress:before,
.icon-xbox:before,
.icon-yahoomessenger:before,
.icon-youtube:before,
.icon-zerply:before,
.icon-zootool:before {
  font-family: "social-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit; }

.icon-aim:before {
  content: "\f100"; }

.icon-amazon:before {
  content: "\f101"; }

.icon-appstore:before {
  content: "\f102"; }

.icon-basecamp:before {
  content: "\f103"; }

.icon-behance:before {
  content: "\f104"; }

.icon-blogger:before {
  content: "\f105"; }

.icon-cargo:before {
  content: "\f106"; }

.icon-cloudapp:before {
  content: "\f107"; }

.icon-creativecommons:before {
  content: "\f108"; }

.icon-delicious:before {
  content: "\f109"; }

.icon-designmoo:before {
  content: "\f10a"; }

.icon-digg:before {
  content: "\f10b"; }

.icon-dribbble:before {
  content: "\f10c"; }

.icon-dropbox:before {
  content: "\f10d"; }

.icon-email:before {
  content: "\f10e"; }

.icon-envato:before {
  content: "\f10f"; }

.icon-etsy:before {
  content: "\f110"; }

.icon-evernote:before {
  content: "\f111"; }

.icon-facebook:before {
  content: "\f112"; }

.icon-flickr:before {
  content: "\f113"; }

.icon-forrst:before {
  content: "\f114"; }

.icon-foursquare:before {
  content: "\f115"; }

.icon-github:before {
  content: "\f116"; }

.icon-goodreads:before {
  content: "\f117"; }

.icon-googleplus:before {
  content: "\f118"; }

.icon-instagram:before {
  content: "\f119"; }

.icon-instapaper:before {
  content: "\f11a"; }

.icon-linkedin:before {
  content: "\f11b"; }

.icon-path:before {
  content: "\f11c"; }

.icon-paypal:before {
  content: "\f11d"; }

.icon-pinboard:before {
  content: "\f11e"; }

.icon-pinterest:before {
  content: "\f11f"; }

.icon-quora:before {
  content: "\f120"; }

.icon-readernaut:before {
  content: "\f121"; }

.icon-reddit:before {
  content: "\f122"; }

.icon-rss:before {
  content: "\f123"; }

.icon-skype:before {
  content: "\f124"; }

.icon-soundcloud:before {
  content: "\f125"; }

.icon-spotify:before {
  content: "\f126"; }

.icon-squarespace:before {
  content: "\f127"; }

.icon-tumblr:before {
  content: "\f128"; }

.icon-twitter:before {
  content: "\f129"; }

.icon-vimeo:before {
  content: "\f12a"; }

.icon-vsco:before {
  content: "\f12b"; }

.icon-wikipedia:before {
  content: "\f12c"; }

.icon-wordpress:before {
  content: "\f12d"; }

.icon-xbox:before {
  content: "\f12e"; }

.icon-yahoomessenger:before {
  content: "\f12f"; }

.icon-youtube:before {
  content: "\f130"; }

.icon-zerply:before {
  content: "\f131"; }

.icon-zootool:before {
  content: "\f132"; }

/*! Common Styles */
/*! Common.scss */
body {
  background-color: #FFF;
  background-image: url(../img/colorstreak.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 0; }

.body-container {
  margin-bottom: 4.0625rem; }

.background {
  position: absolute;
  z-index: 0;
  top: -6.25rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 0; }
  .background.aleenes {
    background-image: url(../img/colorstreak-aleenes.jpg); }
  .background.tulip {
    background-image: url(../img/colorstreak-tulip.jpg); }
  .background.tulip-one-step-tie-dye {
    background-image: url(../img/colorstreak-tulip.jpg); }
  .background.tulip-body-art {
    background-image: url(../img/colorstreak-tulip.jpg); }
  .background.duncan {
    background-image: url(../img/colorstreak-duncan.jpg); }
  .background.fabric-fusion {
    background-image: url(../img/colorstreak-fabric-fusion.jpg); }
  .background.scribbles {
    background-image: url(../img/colorstreak-scribbles.jpg); }
  .background.puffy {
    background-image: url(../img/colorstreak-puffy.jpg); }
  .background.liquid-fusion {
    background-image: url(../img/colorstreak-liquid-fusion.jpg); }
  .background.the-ultimate {
    background-image: url(../img/colorstreak-theultimate.jpg); }

.first-content-row {
  margin-top: 1.875rem; }

.no-subnav {
  padding-top: 8.125rem; }

.last-row {
  margin-bottom: 4.0625rem; }

.margin-top {
  margin-top: 1.875rem; }

.mt10 {
  margin-top: 0.625rem; }

.mt15 {
  margin-top: 0.9375rem; }

.mt30 {
  margin-top: 1.875rem; }

.mr10 {
  margin-right: 0.625rem; }

.mb10 {
  margin-bottom: 0.625rem; }

.mb15 {
  margin-bottom: 0.9375rem; }

.mb30 {
  margin-bottom: 1.875rem; }

a {
  transition: color ease 250; }

.blog-blocks .post-summary,
.item-blocks .post-summary {
  min-height: 21.875rem; }
.blog-blocks .product-summary,
.item-blocks .product-summary {
  min-height: 22.5rem; }
.blog-blocks .post-summary,
.blog-blocks .product-summary,
.blog-blocks .category,
.item-blocks .post-summary,
.item-blocks .product-summary,
.item-blocks .category {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  background-color: rgba(255, 255, 255, 0.85);
  border-top-style: solid;
  border-width: 0.1875rem;
  padding-top: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 2rem;
  padding-left: 0.9375rem;
  position: relative; }
  .blog-blocks .post-summary h4,
  .blog-blocks .product-summary h4,
  .blog-blocks .category h4,
  .item-blocks .post-summary h4,
  .item-blocks .product-summary h4,
  .item-blocks .category h4 {
    color: #666666 !important; }
    .blog-blocks .post-summary h4 a,
    .blog-blocks .product-summary h4 a,
    .blog-blocks .category h4 a,
    .item-blocks .post-summary h4 a,
    .item-blocks .product-summary h4 a,
    .item-blocks .category h4 a {
      color: #666666 !important; }
  .blog-blocks .post-summary p,
  .blog-blocks .product-summary p,
  .blog-blocks .category p,
  .item-blocks .post-summary p,
  .item-blocks .product-summary p,
  .item-blocks .category p {
    color: gray; }
  .blog-blocks .post-summary img,
  .blog-blocks .product-summary img,
  .blog-blocks .category img,
  .item-blocks .post-summary img,
  .item-blocks .product-summary img,
  .item-blocks .category img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .blog-blocks .post-summary .post-interactions,
  .blog-blocks .product-summary .post-interactions,
  .blog-blocks .category .post-interactions,
  .item-blocks .post-summary .post-interactions,
  .item-blocks .product-summary .post-interactions,
  .item-blocks .category .post-interactions {
    position: absolute;
    bottom: 0.3125rem;
    color: gray;
    width: 100%;
    font-size: 0.9rem; }
    .blog-blocks .post-summary .post-interactions i,
    .blog-blocks .product-summary .post-interactions i,
    .blog-blocks .category .post-interactions i,
    .item-blocks .post-summary .post-interactions i,
    .item-blocks .product-summary .post-interactions i,
    .item-blocks .category .post-interactions i {
      color: #6fbf34; }
    .blog-blocks .post-summary .post-interactions span,
    .blog-blocks .product-summary .post-interactions span,
    .blog-blocks .category .post-interactions span,
    .item-blocks .post-summary .post-interactions span,
    .item-blocks .product-summary .post-interactions span,
    .item-blocks .category .post-interactions span {
      font-weight: 600;
      text-transform: uppercase; }
    .blog-blocks .post-summary .post-interactions .artist,
    .blog-blocks .product-summary .post-interactions .artist,
    .blog-blocks .category .post-interactions .artist,
    .item-blocks .post-summary .post-interactions .artist,
    .item-blocks .product-summary .post-interactions .artist,
    .item-blocks .category .post-interactions .artist {
      font-size: 0.8rem;
      text-transform: capitalize;
      font-weight: 400; }
.blog-blocks .product-summary,
.item-blocks .product-summary {
  min-height: 350px; }

.homepage .post-summary {
  min-height: 17.1875rem; }

.shadow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35); }

.button {
  background-color: #6fbf34; }
  .button:hover {
    background-color: #01a2b2; }

.aleenes .post-summary,
.aleenes .product-summary {
  border-color: #532f90; }
.aleenes a, .aleenes h1, .aleenes h2, .aleenes h3, .aleenes h4, .aleenes h5 {
  color: #532f90; }

.crafty-chica .post-summary,
.crafty-chica .product-summary {
  border-color: #ea1f49; }
.crafty-chica a, .crafty-chica h1, .crafty-chica h2, .crafty-chica h3, .crafty-chica h4, .crafty-chica h5 {
  color: #ea1f49; }

.duncan .post-summary,
.duncan .product-summary {
  border-color: #01a2b2; }
.duncan a, .duncan h1, .duncan h2, .duncan h3, .duncan h4, .duncan h5 {
  color: #01a2b2; }

.puffy .post-summary,
.puffy .product-summary {
  border-color: #FEDC22; }
.puffy a, .puffy h1, .puffy h2, .puffy h3, .puffy h4, .puffy h5 {
  color: #FEDC22; }

.rainbow-rock .post-summary,
.rainbow-rock .product-summary {
  border-color: #e4018b; }
.rainbow-rock a, .rainbow-rock h1, .rainbow-rock h2, .rainbow-rock h3, .rainbow-rock h4, .rainbow-rock h5 {
  color: #e4018b; }

.scribbles .post-summary,
.scribbles .product-summary {
  border-color: #ec2526; }
.scribbles a, .scribbles h1, .scribbles h2, .scribbles h3, .scribbles h4, .scribbles h5 {
  color: #ec2526; }

.tulip .post-summary,
.tulip .product-summary {
  border-color: #e4018b; }
.tulip a, .tulip h1, .tulip h2, .tulip h3, .tulip h4, .tulip h5 {
  color: #e4018b; }

.tulip-diy .post-summary,
.tulip-diy .product-summary {
  border-color: #e4018b; }
.tulip-diy a, .tulip-diy h1, .tulip-diy h2, .tulip-diy h3, .tulip-diy h4, .tulip-diy h5 {
  color: #e4018b; }

.iltc .post-summary,
.iltc .product-summary {
  border-color: #6fbf34; }
.iltc a, .iltc h1, .iltc h2, .iltc h3, .iltc h4, .iltc h5 {
  color: #6fbf34; }

.homepage .post-summary,
.homepage .product-summary {
  border-color: #666666; }
.homepage a, .homepage h1, .homepage h2, .homepage h3, .homepage h4, .homepage h5 {
  color: #000; }
.homepage a:hover {
  color: #6fbf34; }

.button {
  color: white !important; }

.ds1 {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35); }

.social-interactions {
  font-size: 1.75rem; }
  .social-interactions a {
    color: #6fbf34;
    transition: all ease 300ms; }
    .social-interactions a:hover {
      color: #01a2b2; }
  .social-interactions.blogger a {
    color: #666666; }
    .social-interactions.blogger a:hover {
      color: #01a2b2; }

.sidenav li a:not(.button):focus {
  color: #666666; }

.strikethrough {
  color: #DDD;
  text-decoration: line-through; }

.sale {
  color: red; }

.price {
  font-size: 1.25rem; }

.btc {
  color: #666666 !important; }

.tabs-content {
  border-top: solid 1px #DDD; }

small {
  color: gray;
  font-size: 0.75rem; }

.underline {
  border-bottom: solid 1px #666666; }

.bold {
  font-weight: bold; }

.text-replace {
  text-indent: -9999em;
  display: none; }

.fancy-text {
  font-family: "jenna_sueregular", sans-serif;
  font-size: 140%;
  color: #000; }

.homepage h3,
.homepage-alt h3 {
  font-size: 250%; }

h3.share {
  font-size: 250%;
  display: inline-block; }

h3 span.more {
  display: inline-block;
  text-align: right;
  position: absolute;
  right: 1em;
  top: 0.6em;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem !important; }

h2 {
  position: relative; }
  h2 small {
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 1em;
    bottom: 1em; }
  h2 img {
    display: inline-block;
    max-width: 8.125rem;
    margin-top: -1.25rem; }

.panel.locator {
  background: white; }

.inline {
  display: inline-block; }

.accordion-navigation a {
  background: none !important; }
  .accordion-navigation a h2 {
    border-bottom: solid 1px #333; }
    .accordion-navigation a h2:before {
      content: "+ "; }
    .accordion-navigation a h2:hover {
      color: #01a2b2;
      transition: color 0.3s ease; }
.accordion-navigation .content {
  transition: height 0.5s ease-in;
  height: 0; }
.accordion-navigation.active a {
  background: none; }
  .accordion-navigation.active a h2:before {
    content: "- "; }
.accordion-navigation.active .content {
  height: auto; }

/*! Module Styles */
/*! Modules.scss */
header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 0.85); }

.top-bar-section ul li {
  background: transparent; }

.top-bar-section .dropdown {
  background: white; }

.top-bar-section ul li > a {
  font-weight: 300; }

.top-bar {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  font-family: "Source Sans Pro", sans-serif;
  height: 6.25rem;
  color: #666666;
  background: transparent; }
  .top-bar a {
    transition: color 0.35s ease-out;
    color: #666666;
    display: inline-block; }
    .top-bar a:hover {
      color: #ffd54d; }
  .top-bar h1 {
    display: none; }
  .top-bar .logo img {
    max-height: 6.25rem; }
  .top-bar .menu-icon a {
    color: #666666 !important; }
  .top-bar .button, .top-bar button {
    top: 0; }

.top-bar-section {
  position: relative; }
  .top-bar-section ul.primary-nav {
    left: 6.25rem; }
    .top-bar-section ul.primary-nav.non-mobile {
      position: absolute; }
  .top-bar-section .dropdown li.title h5 a {
    color: #666; }
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: transparent;
    color: #666666;
    line-height: 1rem;
    padding: 0.8125rem 0.9375rem 0.4375rem 0.9375rem;
    font-family: "Source Sans Pro", sans-serif; }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
      color: #6fbf34;
      background-color: transparent; }
  .top-bar-section li.has-dropdown a {
    line-height: 2.8125rem;
    background: transparent !important; }
  .top-bar-section li.has-form {
    background: transparent;
    margin-left: 6.25rem; }
  .top-bar-section p {
    margin: 0; }
  .top-bar-section .has-dropdown > a:after {
    border: none; }
  .top-bar-section .has-dropdown > a {
    padding-right: 15px !important; }
  .top-bar-section .primary-nav {
    top: 45px; }
    .top-bar-section .primary-nav .top-level {
      font-family: "jenna_sueregular", sans-serif !important;
      font-size: 2.5rem !important; }
  .top-bar-section .secondary-nav, .top-bar-section .cart-controls {
    text-transform: uppercase;
    color: #6fbf34;
    top: 0; }
    .top-bar-section .secondary-nav li:not(.has-form) a:not(.button), .top-bar-section .cart-controls li:not(.has-form) a:not(.button) {
      text-transform: uppercase;
      color: #6fbf34;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 600;
      border-right: solid 1px #6fbf34;
      padding: 0.1875rem 0.9375rem 0.1875rem 0.9375rem;
      margin: 0.625rem 0 0.3125rem 0; }
      .top-bar-section .secondary-nav li:not(.has-form) a:not(.button):hover, .top-bar-section .cart-controls li:not(.has-form) a:not(.button):hover {
        color: #01a2b2;
        background-color: transparent; }
    .top-bar-section .secondary-nav li:last-child a:not(.button), .top-bar-section .cart-controls li:last-child a:not(.button) {
      border-right: none; }
  .top-bar-section .has-dropdown .dropdown {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35); }
  .top-bar-section .right {
    right: 3.125rem;
    top: 0;
    position: absolute; }
    .top-bar-section .right input:not(.submit) {
      margin-top: 1px; }
    .top-bar-section .right .search-instructions {
      line-height: 1.1em;
      margin-right: -1.875rem;
      margin-top: 0.9375rem;
      font-size: 0.8rem;
      opacity: 0.7; }
      .top-bar-section .right .search-instructions i {
        font-size: 2em; }

li.active a {
  color: yellow; }

footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 4.0625rem;
  padding: 0.9375rem;
  background-color: #FFF;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.35);
  color: #666666;
  z-index: 2; }
  footer .housekeeping {
    padding-top: .45em;
    text-align: right;
    display: inline-block; }
  footer a {
    color: #666666; }

.interactions {
  font-size: 1.25rem;
  border-right: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  border-left: solid 1px #CCC;
  border-radius: 0 0 0.3125rem 0.3125rem;
  background-color: #EEE;
  padding: 0.3125rem 0 0.3125rem 0; }

div.selectBox {
  position: relative;
  display: inline-block;
  cursor: default;
  text-align: left;
  line-height: 30px;
  clear: both;
  color: #888; }

span.selected {
  width: 167px;
  text-indent: 20px;
  border: 1px solid #ccc;
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff;
  overflow: hidden; }

span.selectArrow {
  width: 30px;
  border: 1px solid #6fbf34;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  font-size: 1.125rem;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #6fbf34;
  color: white; }

span.selectArrow, span.selected {
  position: relative;
  float: left;
  height: 30px;
  z-index: 1; }

div.selectOptions {
  position: absolute;
  top: 28px;
  left: 0;
  width: 198px;
  border: 1px solid #ccc;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
  background: #f6f6f6;
  padding-top: 2px;
  display: none;
  z-index: 3; }

span.selectOption {
  display: block;
  width: 80%;
  line-height: 1.25rem;
  padding: 5px 10%; }

span.selectOption:hover {
  color: #f6f6f6;
  background: #4096ee; }

/* -------------------

Side Nav Module

------------------- */
.side-nav input[type=checkbox] {
  margin-bottom: 0.25rem; }
.side-nav li {
  transition: color 150ms ease; }
  .side-nav li:hover {
    color: #01a2b2; }

/* -------------------

Off-Canvas Nav Module

------------------- */
.off-canvas-wrap {
  margin-top: 6.25rem; }

.right-off-canvas-menu {
  background: transparent; }
  .right-off-canvas-menu h2,
  .right-off-canvas-menu h3,
  .right-off-canvas-menu ul {
    padding-left: 1.25rem; }
  .right-off-canvas-menu .side-nav {
    margin-left: 0.75em; }

.move-left .exit-off-canvas {
  box-shadow: rgba(0, 0, 0, 0.25) -4px 0px 4px 0px, rgba(0, 0, 0, 0.25) 4px 0px 4px 0px;
  background: rgba(0, 0, 0, 0.15); }

.right-off-canvas-toggle {
  background: #6fbf34;
  width: 4.375rem;
  padding: 0 0 1.25rem 0.9375rem;
  position: absolute;
  top: 1.25rem;
  right: -1px;
  z-index: 2;
  font-size: 4em;
  color: white;
  line-height: 0;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 5px 0;
  transition: all 200ms ease-out;
  border-radius: 0.3125rem 0.125rem 0.125rem 0.3125rem; }
  .right-off-canvas-toggle span {
    font-size: 0.25em !important;
    line-height: 0;
    position: absolute;
    top: 3.875rem;
    right: 1.1875rem; }

.off-canvas-filter-box {
  background: #6fbf34;
  margin-top: 1.4375rem;
  display: block;
  padding: 1.25rem 0.3125rem 0.4375rem 0.3125rem; }

/* -------------------
Blog Artist Module
------------------- */
.author-bio-img {
  padding-bottom: -0.3125rem; }
  .author-bio-img i {
    color: #6fbf34;
    font-size: 2rem;
    padding-top: 0.25rem; }
  .author-bio-img .postfix {
    background: #6fbf34;
    color: white;
    font-size: 1rem;
    font-weight: bold; }

/* -------------------
Locator Module
------------------- */
.locator-result {
  margin-top: 0.9375rem !important; }
  .locator-result:first-child {
    margin-top: none !important; }

/* -------------------

Homepage Brand Module

------------------- */
.resolute {
  position: relative; }
  .resolute .brand-container {
    position: absolute;
    z-index: 2; }
    .resolute .brand-container.duncan {
      max-width: 18.75%;
      left: 20%;
      top: 13.75%; }
    .resolute .brand-container.tulip {
      max-width: 20.31%;
      left: 40.5%;
      top: 28.125%; }
    .resolute .brand-container.aleenes {
      max-width: 18.75%;
      left: 62%;
      top: 13.75%; }
    .resolute .brand-container.rainbow-rock {
      max-width: 18.75%;
      left: 41%;
      top: 70.625%; }
    .resolute .brand-container.scribbles {
      max-width: 15.625%;
      left: 62%;
      top: 51.25%; }
    .resolute .brand-container.puffy {
      max-width: 12.5%;
      left: 44%;
      top: 1.25%; }
    .resolute .brand-container.liquid-fusion {
      max-width: 15.625%;
      left: 23.5%;
      top: 51.25%; }

/* -------------------

Homepage

------------------- */
.homepage .discover-alt {
  font-size: 120%; }
.homepage .discover {
  padding-top: 0.3125rem;
  position: relative;
  top: 28.125rem;
  z-index: 2; }
  .homepage .discover > .columns {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0.9375rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35); }
.homepage .overlay {
  padding-top: 3.4375rem;
  position: relative;
  z-index: 2; }
.homepage .culture {
  position: relative;
  top: 4.6875rem;
  margin-bottom: -7.8125rem; }
.homepage img.duncan {
  transition: background-color ease 500ms; }
.homepage img.tulip {
  transition: background-color ease 500ms; }
.homepage img.scribbles {
  transition: background-color ease 500ms; }
.homepage img.aleenes {
  transition: background-color ease 500ms; }
.homepage img.puffy {
  transition: background-color ease 500ms; }
.homepage img.liquid-fusion {
  transition: background-color ease 500ms; }
.homepage img.fabric-fusion {
  transition: background-color ease 500ms; }
.homepage img.iltc {
  transition: background-color ease 500ms; }

/* -------------------

Homepage Alternate

------------------- */
.homepage-alt {
  background: #FFF; }
  .homepage-alt .overlay {
    padding-top: 5.625rem;
    position: relative;
    z-index: 2; }
  .homepage-alt .culture {
    position: absolute;
    top: 7.8125rem; }
  .homepage-alt .brands-overlay {
    position: relative; }
    .homepage-alt .brands-overlay .brands {
      position: absolute;
      top: -9.375rem; }

/* -------------------

Homepage Film Roll Module

------------------- */
.film_roll_wrapper {
  display: block;
  text-align: center;
  float: none;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  width: 100%; }

.film_roll_shuttle {
  text-align: left;
  float: none;
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  margin: 0 !important;
  padding: 0 !important;
  z-index: auto; }

.film_roll_shuttle.vertical_center:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.film_roll_child {
  position: relative;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 1; }
  .film_roll_child img {
    margin: 0.625rem;
    opacity: 0.5;
    transition: opacity ease 3s;
    max-width: 53.75rem; }
  .film_roll_child .film_roll_overlay {
    transition: all ease 2s;
    visibility: hidden;
    position: absolute;
    bottom: -3.125rem;
    left: 10rem; }
    .film_roll_child .film_roll_overlay h3 {
      margin: 0 0 -0.9375rem 0;
      padding: 0; }
    .film_roll_child .film_roll_overlay p {
      font-size: 150%;
      margin: 0;
      padding: 0; }
    .film_roll_child .film_roll_overlay.dark span,
    .film_roll_child .film_roll_overlay.dark p {
      color: white !important; }
  .film_roll_child.active img {
    opacity: 1; }
  .film_roll_child.active .film_roll_overlay {
    visibility: visible;
    bottom: 3.125rem; }

.film_roll_prev,
.film_roll_next {
  position: absolute;
  top: 48%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 0;
  padding: 0;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: white;
  text-align: center;
  background: #222;
  border: 3px solid white;
  border-radius: 23px;
  opacity: 0.5; }

.film_roll_prev:hover,
.film_roll_next:hover {
  color: white;
  text-decoration: none;
  opacity: 0.9; }

.film_roll_next {
  left: auto;
  right: 15px; }

.film_roll_pager {
  text-align: center; }

.film_roll_pager a {
  width: 5px;
  height: 5px;
  border: 2px solid #333;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px 0 0;
  transition: all 1s ease; }

.film_roll_pager a:hover {
  background: #666; }

.film_roll_pager a.active {
  background: #333; }

.film_roll_pager span {
  display: none; }

.film_roll_pager a,
a.film_roll_prev,
a.film_roll_next {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.facebook-button {
  background-color: #45619D; }

/*! Section Styles */
/*! Homepage.scss */
.main-feature {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); }
  .main-feature:after {
    clear: both; }
  .main-feature a {
    display: inline-block;
    float: left;
    background-size: cover;
    transition: all ease-in-out 350ms;
    height: 650px; }
    .main-feature a.intro {
      background-image: url("../img/homepage/brand-slices_01.jpg");
      width: 220px; }
    .main-feature a.duncan {
      background-image: url("../img/homepage/brand-slices_02.jpg");
      width: 210px; }
      .main-feature a.duncan:hover {
        background-image: url("../img/homepage/duncan-brand-slice-2.jpg"); }
    .main-feature a.tulip {
      background-image: url("../img/homepage/brand-slices_03.jpg");
      width: 223px; }
      .main-feature a.tulip:hover {
        background-image: url("../img/homepage/tulip-brand-slices_03.jpg"); }
    .main-feature a.aleenes {
      background-image: url("../img/homepage/brand-slices_04.jpg");
      width: 210px; }
      .main-feature a.aleenes:hover {
        background-image: url("../img/homepage/aleenes-brand-slices_04.jpg"); }
    .main-feature a.scribbles {
      background-image: url("../img/homepage/brand-slices_05.jpg");
      width: 220px; }
      .main-feature a.scribbles:hover {
        background-image: url("../img/homepage/scribbles-brand-slices_05.jpg"); }
    .main-feature a.craftychica {
      background-image: url("../img/homepage/brand-slices_06.jpg");
      width: 220px; }
      .main-feature a.craftychica:hover {
        background-image: url("../img/homepage/crafty-chica-brand-slice06.jpg"); }

/* Slick Image Slider */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: #fff url("../imgassets/img/ajax-loader.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/assets/fonts/slick.eot");
  src: url("../fonts/assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/assets/fonts/slick.woff") format("woff"), url("../fonts/assets/fonts/slick.ttf") format("truetype"), url("../fonts/assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #333;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: "←"; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: "→"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: 0.75; }

/* Printer Styles */
