@charset "UTF-8";
/*!
 *  Font Awesome 4.3.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("assets/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("assets/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.3.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;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  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);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-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-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

/*
<link href="https://fonts.googleapis.com/css?family=Work+Sans:100,300,400,700" rel="stylesheet" />
font-family: 'Work Sans', sans-serif;
thin 100
light 300
regular 400
bold 700
*/
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'brandon_grotesquemedium';
  src: url("../fonts/brandon_med-webfont.eot");
  src: url("../fonts/brandon_med-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_med-webfont.woff2") format("woff2"), url("../fonts/brandon_med-webfont.woff") format("woff"), url("../fonts/brandon_med-webfont.ttf") format("truetype"), url("../fonts/brandon_med-webfont.svg#brandon_grotesquemedium") format("svg");
  font-weight: normal;
  font-style: normal; }
/* BEGIN reset css */
/* remove and neutralize the inconsistent default styling of HTML elements */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

/* END reset css */
html, body {
  background-color: #F2F2F2;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none; }

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0pt;
  visibility: hidden; }

img, video {
  border: none; }
  img.responsive, video.responsive {
    max-width: 100%;
    height: auto; }
  img.responsive-full, video.responsive-full {
    max-width: none;
    width: 100%;
    height: auto; }

::selection {
  background: #000;
  color: #FFF;
  /* Safari */ }

::-moz-selection {
  background: #000;
  color: #FFF;
  /* Firefox */ }

input, textarea, select {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Work Sans", Georgia, sans-serif;
  margin: 0; }

p {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  color: #666;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
  font-weight: 400; }

strong, b {
  font-weight: 700; }

a {
  color: #000;
  text-decoration: underline;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease; }
  a:hover, a:focus {
    text-decoration: none;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease; }

.fleft {
  float: left; }

.fright {
  float: right; }

.no-padding {
  padding: 0; }

.hidden {
  display: none; }

.hidden-xs {
  display: none; }

@media (min-width: 768px) {
  .hidden-xs {
    display: block; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none; } }
@media (min-width: 992px) and (max-width: 1023px) {
  .hidden-md {
    display: none; } }
@media (min-width: 1024px) and (max-width: 1259px) {
  .hidden-lg {
    display: none; } }
@media (min-width: 1260px) {
  .hidden-xl {
    display: none; } }
body.in-popup {
  /*overflow: hidden;*/ }

#mainWrapper, #main {
  min-width: 320px;
  padding-top: 50px; }
  @media (min-width: 992px) {
    #mainWrapper, #main {
      padding-top: 150px; } }

.container {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 20px; }

a.button, a.button:visited, .button {
  display: inline-block;
  border: 1px solid #666;
  color: #666;
  text-decoration: none;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 10px 15px; }
  @media (min-width: 992px) {
    a.button:hover, a.button:visited:hover, .button:hover {
      background-color: #666;
      color: #FFF; } }

.btn-wrapper {
  text-align: center; }

input::-webkit-input-placeholder {
  color: #B3B3B3 !important;
  text-transform: lowercase; }

input:-moz-placeholder {
  color: #B3B3B3 !important;
  text-transform: lowercase; }

/* FF 4-18 */
input::-moz-placeholder {
  color: #B3B3B3 !important;
  text-transform: lowercase; }

/* FF 19+ */
input:-ms-input-placeholder {
  color: #B3B3B3 !important;
  text-transform: lowercase; }

/* IE 10+ */
input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important; }

/* IE 10+ */
textarea::-webkit-input-placeholder {
  color: #B3B3B3 !important;
  text-transform: lowercase; }

textarea:-moz-placeholder {
  color: #B3B3B3 !important;
  text-transform: lowercase; }

/* FF 4-18 */
textarea::-moz-placeholder {
  color: #B3B3B3 !important;
  text-transform: lowercase; }

/* FF 19+ */
textarea:-ms-input-placeholder {
  color: #B3B3B3 !important;
  text-transform: lowercase; }

/* IE 10+ */
textarea:focus::-webkit-input-placeholder {
  color: transparent !important; }

textarea:focus:-moz-placeholder {
  color: transparent !important; }

/* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent !important; }

/* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent !important; }

/* IE 10+ */
.section-content {
  /*
  	margin: 0 auto;
  	max-width: 1260px;
  	padding: 0 30px;
  	margin-bottom: 40px;
  	.section-title {}
  */ }

.slogan-wrapper {
  padding: 0 20px; }
  .slogan-wrapper h2 {
    text-align: center;
    font-family: "brandon_grotesquemedium", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000; }
  .slogan-wrapper.hp-slogan {
    padding-top: 35px;
    margin-bottom: 35px; }
  @media (min-width: 768px) {
    .slogan-wrapper h2 {
      /*font-size: 19px; line-height: 24px;*/ }
    .slogan-wrapper.hp-slogan {
      padding-top: 35px;
      margin-bottom: 55px; } }
  @media (min-width: 992px) {
    .slogan-wrapper h2 {
      /*font-size: 24px; line-height: 28px;*/ }
    .slogan-wrapper.hp-slogan {
      padding-top: 35px;
      margin-bottom: 75px; } }

.top-article-banner {
  margin-bottom: 25px; }
  .top-article-banner .article-banner {
    position: relative; }
    .top-article-banner .article-banner .image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .top-article-banner .article-banner .image-wrapper .image {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
    .top-article-banner .article-banner .info {
      position: relative;
      z-index: 2;
      padding: 40px 20px;
      padding-top: 60px;
      text-align: center; }
      .top-article-banner .article-banner .info h2 {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        font-size: 22px;
        line-height: 26px;
        font-weight: 300;
        color: #FFF; }
        .top-article-banner .article-banner .info h2 a, .top-article-banner .article-banner .info h2 a:visited {
          color: #FFF;
          text-decoration: none; }
      .top-article-banner .article-banner .info h3.date {
        position: absolute;
        width: 100%;
        left: 0;
        top: 20px;
        color: #FFF;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px; }
  .top-article-banner.no-img .article-banner .info h2, .top-article-banner.img-light .article-banner .info h2 {
    color: #000; }
    .top-article-banner.no-img .article-banner .info h2 a, .top-article-banner.no-img .article-banner .info h2 a:visited, .top-article-banner.img-light .article-banner .info h2 a, .top-article-banner.img-light .article-banner .info h2 a:visited {
      color: #000; }
  .top-article-banner.no-img .article-banner .info h3.date, .top-article-banner.img-light .article-banner .info h3.date {
    color: #000; }
  .top-article-banner .article-banner-description {
    padding: 25px 20px;
    text-align: center;
    max-width: 610px;
    margin-left: auto;
    margin-right: auto; }
    .top-article-banner .article-banner-description p {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 20px; }
  @media (min-width: 768px) {
    .top-article-banner {
      margin-bottom: 40px; }
      .top-article-banner .article-banner .info {
        padding-top: 90px; }
        .top-article-banner .article-banner .info h2 {
          font-size: 33px;
          line-height: 39px; }
        .top-article-banner .article-banner .info h3.date {
          top: 35px; }
      .top-article-banner .article-banner-description p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .top-article-banner {
      margin-bottom: 60px; }
      .top-article-banner .article-banner .info {
        padding-top: 115px; }
        .top-article-banner .article-banner .info h2 {
          font-size: 44px;
          line-height: 52px; }
        .top-article-banner .article-banner .info h3.date {
          top: 50px; }
      .top-article-banner .article-banner-description {
        padding: 30px 20px; }
        .top-article-banner .article-banner-description p {
          /*font-size: 19px; line-height: 22px;*/
          margin-bottom: 40px; } }

.archive-pagination {
  padding: 0 20px;
  max-width: 970px;
  margin: 0 auto;
  margin-bottom: 50px; }
  .archive-pagination ul {
    font-size: 0;
    text-align: center; }
    .archive-pagination ul li {
      display: inline-block;
      vertical-align: middle;
      font-size: 30px;
      line-height: 36px;
      font-weight: 300;
      margin: 0 10px; }
      .archive-pagination ul li a, .archive-pagination ul li a:visited {
        color: #CCC;
        text-decoration: none; }
      .archive-pagination ul li.active a, .archive-pagination ul li.active a:visited {
        color: #7F7F7F; }
  @media (min-width: 768px) {
    .archive-pagination {
      margin-bottom: 0; }
      .archive-pagination ul li {
        font-weight: 100;
        font-size: 50px;
        line-height: 60px;
        margin: 0 20px; } }
  @media (min-width: 992px) {
    .archive-pagination {
      margin-bottom: 0; }
      .archive-pagination ul li {
        font-weight: 100;
        font-size: 100px;
        line-height: 110px;
        margin: 0 30px; } }

.mobile-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 3;
  background-color: #F2F2F2;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease; }
  .mobile-layer.opened {
    height: 100%;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease; }
  @media (min-width: 992px) {
    .mobile-layer {
      display: none !important; } }

#headerWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  padding-bottom: 15px;
  overflow-y: auto;
  background-color: #F2F2F2; }
  #headerWrapper .header {
    z-index: 2;
    position: relative; }
    #headerWrapper .header h1 {
      float: left;
      margin-top: 20px;
      margin-left: 15px;
      width: 240px;
      height: 8px;
      background: url("../img/svg/logo.svg") center center no-repeat transparent;
      background-size: contain;
      line-height: 500px;
      overflow: hidden; }
      #headerWrapper .header h1 a, #headerWrapper .header h1 a:visited {
        display: block;
        width: 100%;
        height: 100%; }
    #headerWrapper .header .nav-toggle {
      float: right;
      z-index: 10;
      margin-top: 15px;
      /*.hamburger-inner::before { top: -11px; }
      .hamburger-inner::after { bottom: -11px; }
      &.is-active {
      	.hamburger-inner::before { top: -2px; }
      	.hamburger-inner::after { bottom: -1px; }
      }*/ }
      #headerWrapper .header .nav-toggle .hamburger, #headerWrapper .header .nav-toggle .hamburger-box {
        width: 47px; }
      #headerWrapper .header .nav-toggle .hamburger-inner, #headerWrapper .header .nav-toggle .hamburger-inner::before, #headerWrapper .header .nav-toggle .hamburger-inner::after {
        background-color: #B3B3B3 !important;
        /*height: 1px; width: 47px;*/ }
      @media (min-width: 992px) {
        #headerWrapper .header .nav-toggle {
          display: none; } }
  #headerWrapper .nav-wrapper {
    z-index: 3;
    position: relative;
    display: none;
    clear: both;
    padding: 24px 20px; }
    #headerWrapper .nav-wrapper .nav {
      margin-bottom: 35px; }
      #headerWrapper .nav-wrapper .nav ul li {
        font-size: 12px;
        line-height: 18px;
        font-family: "brandon_grotesquemedium", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 5px; }
        #headerWrapper .nav-wrapper .nav ul li a, #headerWrapper .nav-wrapper .nav ul li a:visited {
          color: #878787;
          text-decoration: none; }
        #headerWrapper .nav-wrapper .nav ul li.active a, #headerWrapper .nav-wrapper .nav ul li.active a:visited, #headerWrapper .nav-wrapper .nav ul li.current-menu-item a, #headerWrapper .nav-wrapper .nav ul li.current-menu-item a:visited, #headerWrapper .nav-wrapper .nav ul li.current_page_parent a, #headerWrapper .nav-wrapper .nav ul li.current_page_parent a:visited {
          background-color: #E6E6E6;
          color: #878787; }
  #headerWrapper.opened {
    position: fixed;
    height: 100vh; }
    #headerWrapper.opened .mobile-layer {
      height: 100%;
      z-index: 2;
      -moz-transition: 0.4s ease;
      -ms-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease;
      -webkit-transition: 0.4s ease; }
    #headerWrapper.opened .scrolled-layer {
      display: none !important; }
  #headerWrapper.scrolled .scrolled-layer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url("../img/header-scroll-layer.png") bottom center repeat-x transparent;
    pointer-events: none; }
  @media (min-width: 992px) {
    #headerWrapper {
      padding-bottom: 0; }
      #headerWrapper .header h1 {
        margin: 0 auto;
        margin-top: 50px;
        float: none;
        width: 715px;
        height: 25px; }
      #headerWrapper .nav-wrapper {
        display: block !important;
        text-align: center;
        padding: 0;
        padding-top: 25px; }
        #headerWrapper .nav-wrapper .nav ul li {
          margin: 0 12px;
          display: inline-block; }
      #headerWrapper.scrolled {
        overflow-y: visible;
        background-color: transparent; }
        #headerWrapper.scrolled .scrolled-layer {
          display: block;
          height: 190px;
          background: url("../img/header-scroll-layer.png") bottom center repeat-x transparent; }
        #headerWrapper.scrolled .nav-wrapper .nav ul li a, #headerWrapper.scrolled .nav-wrapper .nav ul li a:visited {
          color: #F2F2F2; }
        #headerWrapper.scrolled .nav-wrapper .nav ul li.active a, #headerWrapper.scrolled .nav-wrapper .nav ul li.active a:visited, #headerWrapper.scrolled .nav-wrapper .nav ul li.current-menu-item a, #headerWrapper.scrolled .nav-wrapper .nav ul li.current-menu-item a:visited, #headerWrapper.scrolled .nav-wrapper .nav ul li.current_page_parent a, #headerWrapper.scrolled .nav-wrapper .nav ul li.current_page_parent a:visited {
          background-color: #E6E6E6;
          color: #878787; } }

body.in-popup #footer {
  /*display: block;*/ }

#footer {
  position: relative;
  padding-bottom: 50px; }
  #footer:after {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/footer-layer.png") bottom center repeat-x transparent;
    pointer-events: none; }
  #footer .footer {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 20px; }
  @media (min-width: 768px) {
    #footer {
      padding-bottom: 210px; }
      #footer:after {
        display: block; } }

.footer-container-1 {
  border-top: 1px solid #000;
  padding: 15px;
  font-size: 0; }
  .footer-container-1 h2 {
    font-family: "brandon_grotesquemedium", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 9px;
    line-height: 16px;
    margin-bottom: 20px; }
  .footer-container-1 .themes-nav {
    margin-bottom: 40px; }
    .footer-container-1 .themes-nav .theme-nav {
      font-size: 0; }
      .footer-container-1 .themes-nav .theme-nav.show-desktop {
        display: none; }
      .footer-container-1 .themes-nav .theme-nav ul {
        display: inline-block;
        vertical-align: top;
        width: 50%; }
        .footer-container-1 .themes-nav .theme-nav ul li {
          font-size: 14px;
          line-height: 18px;
          text-transform: lowercase; }
          .footer-container-1 .themes-nav .theme-nav ul li a, .footer-container-1 .themes-nav .theme-nav ul li a:visited {
            text-decoration: none; }
  .footer-container-1 .dates-nav .dates-group {
    margin-bottom: 15px; }
    .footer-container-1 .dates-nav .dates-group h3 {
      font-size: 15px;
      line-height: 18px; }
    .footer-container-1 .dates-nav .dates-group .dates-lists {
      margin-bottom: 15px; }
      .footer-container-1 .dates-nav .dates-group .dates-lists ul {
        font-size: 0; }
        .footer-container-1 .dates-nav .dates-group .dates-lists ul li {
          display: inline-block;
          vertical-align: middle;
          width: 50%;
          font-size: 14px;
          line-height: 18px;
          text-transform: lowercase; }
          .footer-container-1 .dates-nav .dates-group .dates-lists ul li a, .footer-container-1 .dates-nav .dates-group .dates-lists ul li a:visited {
            color: #B3B3B3;
            text-decoration: none; }
      .footer-container-1 .dates-nav .dates-group .dates-lists:last-child {
        margin-bottom: 0; }
  @media (min-width: 768px) {
    .footer-container-1 .themes-nav {
      display: inline-block;
      vertical-align: top;
      width: 50%; }
    .footer-container-1 .dates-nav {
      display: inline-block;
      vertical-align: top;
      width: 50%; } }
  @media (min-width: 992px) {
    .footer-container-1 {
      padding-right: 0;
      padding-left: 30px; }
      .footer-container-1 h2 {
        margin-bottom: 60px; }
      .footer-container-1 .themes-nav .theme-nav.show-desktop {
        display: block; }
      .footer-container-1 .themes-nav .theme-nav.show-mobile {
        display: none; }
      .footer-container-1 .themes-nav .theme-nav ul {
        width: auto;
        margin-right: 30px; }
      .footer-container-1 .dates-nav .dates-group .dates-lists ul li {
        width: 25%; } }

.footer.page-with-bg .footer-container-1 {
  border-top: 0; }

.footer-container-2 {
  border-top: 1px solid #000;
  padding: 30px 15px;
  font-size: 0; }
  .footer-container-2 .footer-nav, .footer-container-2 .footer-social {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 30px; }
    .footer-container-2 .footer-nav ul li, .footer-container-2 .footer-social ul li {
      text-transform: lowercase;
      font-weight: 300;
      font-size: 20px;
      line-height: 24px; }
      .footer-container-2 .footer-nav ul li a, .footer-container-2 .footer-nav ul li a:visited, .footer-container-2 .footer-social ul li a, .footer-container-2 .footer-social ul li a:visited {
        text-decoration: none; }
  @media (min-width: 768px) {
    .footer-container-2 .footer-nav, .footer-container-2 .footer-social {
      width: 33.33%; } }
  @media (min-width: 992px) {
    .footer-container-2 {
      padding-right: 0;
      padding-top: 45px;
      padding-left: 30px; }
      .footer-container-2 .footer-nav, .footer-container-2 .footer-social {
        margin-bottom: 70px; }
      .footer-container-2 .footer-social {
        width: 10%; }
      .footer-container-2 .footer-nav {
        width: 30%; }
        .footer-container-2 .footer-nav:first-child {
          width: 60%; } }

.footer-container-3 {
  padding: 0 15px;
  font-size: 0; }
  .footer-container-3 .subscribe-newsletter-wrapper {
    font-size: 0;
    margin-bottom: 30px; }
    .footer-container-3 .subscribe-newsletter-wrapper label {
      display: block;
      margin-bottom: 5px;
      text-transform: lowercase;
      font-weight: 300;
      font-size: 20px;
      line-height: 24px; }
    .footer-container-3 .subscribe-newsletter-wrapper input#mce-EMAIL {
      display: inline-block;
      vertical-align: middle;
      border: 0;
      background-color: transparent;
      border: 1px solid #000;
      height: 26px;
      line-height: 26px;
      padding: 0 10px;
      font-family: "Work Sans", Helvetica, Arial, sans-serif;
      font-size: 12px;
      color: #000;
      font-weight: 400;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 200px; }
    .footer-container-3 .subscribe-newsletter-wrapper a.send-newsletter-popup, .footer-container-3 .subscribe-newsletter-wrapper a.send-newsletter-popup:visited {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      vertical-align: middle;
      width: 50px;
      height: 26px;
      border: 1px solid #000;
      border-left: 0;
      position: relative; }
      .footer-container-3 .subscribe-newsletter-wrapper a.send-newsletter-popup:before, .footer-container-3 .subscribe-newsletter-wrapper a.send-newsletter-popup:visited:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -4px;
        width: 30px;
        height: 10px;
        background: url("../img/svg/submit-arrow.svg") center center no-repeat transparent;
        background-size: contain; }
  .footer-container-3 p.copyright {
    font-size: 10px;
    line-height: 18px;
    margin: 0;
    font-weight: 300; }
    .footer-container-3 p.copyright a, .footer-container-3 p.copyright a:visited {
      text-decoration: none; }
  @media (min-width: 768px) {
    .footer-container-3 .left-side, .footer-container-3 .right-side {
      display: inline-block;
      vertical-align: top;
      width: 50%; }
    .footer-container-3 .left-side {
      width: 60%; }
    .footer-container-3 .right-side {
      width: 40%; }
    .footer-container-3 .subscribe-newsletter-wrapper label {
      position: relative;
      top: -3px;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0;
      line-height: 26px;
      margin-right: 30px; }
    .footer-container-3 .subscribe-newsletter-wrapper input#mce-EMAIL {
      width: 260px; }
    .footer-container-3 p.copyright {
      line-height: 26px;
      text-align: right; } }
  @media (min-width: 992px) {
    .footer-container-3 {
      padding-right: 0;
      padding-left: 30px; }
      .footer-container-3 .left-side {
        width: 80%; }
      .footer-container-3 .right-side {
        width: 20%; }
      .footer-container-3 .subscribe-newsletter-wrapper input#mce-EMAIL {
        width: 545px; } }

.error-404.not-found {
  padding: 50px 20px;
  text-align: center; }

/*

			<h3 class="secondary-bg-color primary-color"><?=__( 'Oops!', 'transcendence_theme' )?></h3>
			<h4><?=__( 'The page you are looking for doesn\'t exist.', 'transcendence_theme' )?></h4>
			<p><?=__( 'You may have mistyped the address or the page may have moved.', 'transcendence_theme' )?></p>
			<p><a class="button" href="<?php echo home_url() ?>"><?=__( 'Back', 'transcendence_theme' )?></a></p>

*/
.archive-list-wrapper.hp-list .btn-wrapper {
  padding: 35px 0; }
@media (min-width: 768px) {
  .archive-list-wrapper.hp-list .btn-wrapper {
    padding: 55px 0; } }
@media (min-width: 992px) {
  .archive-list-wrapper.hp-list .btn-wrapper {
    padding: 75px 0; } }

.archive-list-wrapper .archive-list {
  font-size: 0;
  /*margin-bottom: 35px;*/ }
.archive-list-wrapper .list-post-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .archive-list-wrapper .list-post-item .image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .archive-list-wrapper .list-post-item .info-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .archive-list-wrapper .list-post-item .info-wrapper h2 {
      padding-top: 30px;
      font-size: 40px;
      line-height: 44px;
      text-transform: uppercase;
      font-weight: 300;
      letter-spacing: 1px;
      color: #2D2D2D; }
      .archive-list-wrapper .list-post-item .info-wrapper h2 a, .archive-list-wrapper .list-post-item .info-wrapper h2 a:visited {
        color: #2D2D2D;
        text-decoration: none; }
    .archive-list-wrapper .list-post-item .info-wrapper h2.quote {
      padding-top: 0;
      font-size: 22px;
      line-height: 33px; }
    .archive-list-wrapper .list-post-item .info-wrapper h2.video-title {
      font-size: 22px;
      line-height: 33px; }
    .archive-list-wrapper .list-post-item .info-wrapper h3.categories {
      position: absolute;
      top: 0;
      left: 0;
      color: #2D2D2D;
      font-size: 11px;
      line-height: 16px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .archive-list-wrapper .list-post-item .info-wrapper h3.categories a, .archive-list-wrapper .list-post-item .info-wrapper h3.categories a:visited {
        color: #2D2D2D;
        text-decoration: none; }
    .archive-list-wrapper .list-post-item .info-wrapper h3.quote-author {
      position: absolute;
      bottom: 0;
      left: 0;
      font-weight: 100;
      /*text-transform: lowercase;*/
      letter-spacing: 1px;
      color: #2D2D2D;
      font-size: 13px;
      line-height: 18px; }
    .archive-list-wrapper .list-post-item .info-wrapper h4.date {
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 12px;
      line-height: 20px;
      color: #2D2D2D; }
    .archive-list-wrapper .list-post-item .info-wrapper .video-link {
      text-align: center;
      letter-spacing: 2px;
      font-family: "brandon_grotesquemedium", Helvetica, Arial, sans-serif;
      font-size: 13px;
      line-height: 18px;
      text-transform: uppercase; }
    .archive-list-wrapper .list-post-item .info-wrapper .info {
      position: relative;
      height: 100%; }
  .archive-list-wrapper .list-post-item.format-image .info-wrapper .info h2 {
    display: none; }
  .archive-list-wrapper .list-post-item.format-image .info-wrapper .info h3.categories {
    display: none; }
  .archive-list-wrapper .list-post-item.img-dark .info-wrapper h2, .archive-list-wrapper .list-post-item.img-dark .info-wrapper h3.categories, .archive-list-wrapper .list-post-item.img-dark .info-wrapper h4.date, .archive-list-wrapper .list-post-item.img-dark .info-wrapper h3.quote-author, .archive-list-wrapper .list-post-item.img-dark .info-wrapper .video-link {
    color: #F9F9F9; }
    .archive-list-wrapper .list-post-item.img-dark .info-wrapper h2 a, .archive-list-wrapper .list-post-item.img-dark .info-wrapper h2 a:visited, .archive-list-wrapper .list-post-item.img-dark .info-wrapper h3.categories a, .archive-list-wrapper .list-post-item.img-dark .info-wrapper h3.categories a:visited, .archive-list-wrapper .list-post-item.img-dark .info-wrapper h4.date a, .archive-list-wrapper .list-post-item.img-dark .info-wrapper h4.date a:visited, .archive-list-wrapper .list-post-item.img-dark .info-wrapper h3.quote-author a, .archive-list-wrapper .list-post-item.img-dark .info-wrapper h3.quote-author a:visited, .archive-list-wrapper .list-post-item.img-dark .info-wrapper .video-link a, .archive-list-wrapper .list-post-item.img-dark .info-wrapper .video-link a:visited {
      color: #F9F9F9; }
  .archive-list-wrapper .list-post-item.no-img.no-img-1:before, .archive-list-wrapper .list-post-item.no-img.no-img-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .archive-list-wrapper .list-post-item.no-img.no-img-1:before {
    background: url("../img/no-img-1.png") center center no-repeat transparent;
    background-size: cover; }
  .archive-list-wrapper .list-post-item.no-img.no-img-2:before {
    background: url("../img/no-img-2.png") center center no-repeat transparent;
    background-size: cover; }
@media (min-width: 500px) {
  .archive-list-wrapper .archive-list {
    /*margin-bottom: 35px;*/ }
  .archive-list-wrapper .list-post-item {
    /*width: 50%;*/ }
    .archive-list-wrapper .list-post-item .info-wrapper {
      padding: 60px 60px; } }
@media (min-width: 768px) {
  .archive-list-wrapper .archive-list {
    /*margin-bottom: 55px;*/ }
  .archive-list-wrapper .list-post-item {
    width: 50%; } }
@media (min-width: 992px) {
  .archive-list-wrapper .archive-list {
    /*margin-bottom: 75px;*/ }
  .archive-list-wrapper .list-post-item {
    /*width: 25%;*/
    width: 33.33%; }
    .archive-list-wrapper .list-post-item .info-wrapper {
      padding: 30px 30px; } }
@media (min-width: 1024px) {
  .archive-list-wrapper .list-post-item .info-wrapper {
    padding: 40px 40px; } }
@media (min-width: 1260px) {
  .archive-list-wrapper .list-post-item .info-wrapper {
    padding: 50px 50px; } }
@media (min-width: 1400px) {
  .archive-list-wrapper .list-post-item .info-wrapper {
    padding: 60px 60px; } }
@media (min-width: 1600px) {
  .archive-list-wrapper .list-post-item {
    /*width: 20%;*/
    width: 25%; }
    .archive-list-wrapper .list-post-item .info-wrapper {
      padding: 70px 70px; } }
@media (min-width: 2250px) {
  .archive-list-wrapper .list-post-item {
    width: 20%; }
    .archive-list-wrapper .list-post-item .info-wrapper {
      padding: 80px 80px; } }
@media (min-width: 3000px) {
  .archive-list-wrapper .list-post-item {
    width: 16.66%; }
    .archive-list-wrapper .list-post-item .info-wrapper {
      padding: 100px 100px; } }
.archive-list-wrapper .btn-wrapper {
  padding-top: 35px;
  padding-bottom: 35px; }
@media (min-width: 768px) {
  .archive-list-wrapper .btn-wrapper {
    padding-top: 55px;
    padding-bottom: 55px; } }
@media (min-width: 992px) {
  .archive-list-wrapper .btn-wrapper {
    padding-bottom: 75px; } }

.content-sep {
  height: 10px; }

.post-video-wrapper {
  max-width: 545px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  margin-bottom: 30px; }
  .post-video-wrapper .image-layer {
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .post-video-wrapper .image-layer .video-play {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      left: 0;
      width: 100%;
      text-align: center; }
      .post-video-wrapper .image-layer .video-play a, .post-video-wrapper .image-layer .video-play a:visited {
        display: inline-block;
        font-size: 13px;
        line-height: 19px;
        font-family: "brandon_grotesquemedium", Helvetica, Arial, sans-serif;
        letter-spacing: 2px;
        text-transform: uppercase; }
  @media (min-width: 768px) {
    .post-video-wrapper {
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .post-video-wrapper {
      margin-bottom: 50px; } }
  .post-video-wrapper .fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    min-height: 1px;
    padding-top: 56.25%; }
  .post-video-wrapper .fluid-width-video-wrapper iframe, .post-video-wrapper .fluid-width-video-wrapper object, .post-video-wrapper .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.post-content-wrapper {
  padding-top: 20px;
  padding-bottom: 50px;
  max-width: 1030px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .post-content-wrapper {
      padding-top: 40px; }
      .post-content-wrapper .post-content .entry {
        padding-left: 20%; }
        .post-content-wrapper .post-content .entry h4 {
          margin-left: -20%; } }
  @media (min-width: 992px) {
    .post-content-wrapper {
      padding: 0 20px;
      padding-top: 10px; }
      .post-content-wrapper .post-content {
        padding: 0;
        float: left;
        width: 69%;
        padding-right: 7%; }
        .post-content-wrapper .post-content .entry {
          padding-left: 35%; }
          .post-content-wrapper .post-content .entry h4 {
            margin-left: -35%; }
      .post-content-wrapper .post-sidebar {
        padding: 0;
        float: right;
        width: 24%; } }

.post-content {
  padding: 0 20px;
  margin-bottom: 70px; }
  .post-content .entry p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px; }
  .post-content .entry h2 {
    text-align: center;
    font-family: "brandon_grotesquemedium", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 35px; }
  .post-content .entry h3, .post-content .entry h4 {
    font-weight: 300;
    color: #B3B3B3;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 30px; }
    .post-content .entry h3:first-child, .post-content .entry h4:first-child {
      margin-top: 0; }
  .post-content .entry h5, .post-content .entry h6 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    color: #4D4D4D; }
  .post-content .entry *:last-child {
    margin-bottom: 0; }
  .post-content .entry *:first-child {
    margin-top: 0; }
  @media (min-width: 768px) {
    .post-content .entry h2 {
      /*font-size: 19px; line-height: 24px;*/
      margin-bottom: 45px; }
    .post-content .entry h3, .post-content .entry h4 {
      max-width: 480px;
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 40px;
      margin-top: 40px; }
      .post-content .entry h3:first-child, .post-content .entry h4:first-child {
        margin-top: 0; }
    .post-content .entry h5, .post-content .entry h6 {
      font-size: 20px;
      line-height: 30px; }
    .post-content .entry p {
      font-size: 16px;
      line-height: 20px; } }
  @media (min-width: 992px) {
    .post-content .entry h2 {
      margin-bottom: 55px; }
    .post-content .entry h5, .post-content .entry h6 {
      font-size: 20px;
      line-height: 30px; } }

.post-sidebar {
  padding: 0 20px; }
  .post-sidebar .show-desktop {
    display: none; }
  .post-sidebar .sidebar-group {
    margin-bottom: 35px; }
  .post-sidebar h3.sidebar-title {
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #B3B3B3;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px; }
  .post-sidebar ul.related-articles li {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    letter-spacing: 1px; }
    .post-sidebar ul.related-articles li a, .post-sidebar ul.related-articles li a:visited {
      text-decoration: none; }
    .post-sidebar ul.related-articles li:last-child {
      margin-bottom: 0; }
  .post-sidebar ul.theme-nav li {
    font-size: 15px;
    line-height: 20px;
    text-transform: lowercase; }
    .post-sidebar ul.theme-nav li a, .post-sidebar ul.theme-nav li a:visited {
      text-decoration: none; }
  .post-sidebar h4 {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 20px;
    color: #B3B3B3;
    letter-spacing: 1px; }
  .post-sidebar ul.dates-nav {
    margin-bottom: 20px; }
    .post-sidebar ul.dates-nav li {
      font-size: 15px;
      line-height: 20px;
      text-transform: lowercase; }
      .post-sidebar ul.dates-nav li a, .post-sidebar ul.dates-nav li a:visited {
        text-decoration: none; }
    .post-sidebar ul.dates-nav:last-child {
      margin-bottom: 0; }
  @media (min-width: 992px) {
    .post-sidebar .show-desktop {
      display: block; }
    .post-sidebar .sidebar-group {
      margin-bottom: 70px; } }

.comments-form-wrapper {
  padding: 0 20px;
  max-width: 970px;
  margin: 0 auto;
  margin-bottom: 50px; }
  .comments-form-wrapper .comment-text-field {
    margin-bottom: 20px; }
    .comments-form-wrapper .comment-text-field textarea {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      height: 110px;
      max-height: 110px;
      min-height: 110px;
      padding: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 0;
      border: 1px solid #000;
      background-color: transparent;
      font-weight: 300;
      font-family: "Work Sans", Helvetica, Arial, sans-serif;
      font-size: 16px; }
  .comments-form-wrapper .comment-name-field {
    margin-bottom: 20px; }
    .comments-form-wrapper .comment-name-field input {
      display: inline-block;
      vertical-align: middle;
      border: 0;
      background-color: transparent;
      border: 1px solid #000;
      height: 46px;
      line-height: 26px;
      padding: 10px;
      font-family: "Work Sans", Helvetica, Arial, sans-serif;
      font-size: 16px;
      color: #000;
      font-weight: 300;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; }
  .comments-form-wrapper .form-submit {
    text-align: right; }
    .comments-form-wrapper .form-submit a, .comments-form-wrapper .form-submit a:visited {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      vertical-align: middle;
      width: 50px;
      height: 26px;
      border: 1px solid #000;
      position: relative;
      line-height: 500px;
      overflow: hidden; }
      .comments-form-wrapper .form-submit a:before, .comments-form-wrapper .form-submit a:visited:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -4px;
        width: 30px;
        height: 10px;
        background: url("../img/svg/submit-arrow.svg") center center no-repeat transparent;
        background-size: contain; }
  @media (min-width: 768px) {
    .comments-form-wrapper {
      padding-top: 70px; } }
  @media (min-width: 992px) {
    .comments-form-wrapper {
      padding-top: 170px;
      margin-bottom: 70px; }
      .comments-form-wrapper .comment-text-field {
        float: left;
        width: 70%; }
        .comments-form-wrapper .comment-text-field textarea {
          font-size: 20px;
          line-height: 28px; }
      .comments-form-wrapper .comment-name-field {
        float: right;
        width: 27%; }
        .comments-form-wrapper .comment-name-field input {
          padding-bottom: 90px;
          padding-top: 18px;
          font-size: 20px;
          line-height: 28px; }
      .comments-form-wrapper .form-submit {
        clear: both; } }

.comments-list-wrapper {
  padding: 0 20px;
  max-width: 970px;
  margin: 0 auto;
  margin-bottom: 70px; }
  .comments-list-wrapper h4 {
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px; }
  .comments-list-wrapper .comments-list .comment-item {
    border-top: 1px solid #000;
    padding: 20px; }
    .comments-list-wrapper .comments-list .comment-item h5 {
      font-size: 20px;
      line-height: 28px;
      font-weight: 300;
      margin-bottom: 10px;
      text-transform: lowercase; }
    .comments-list-wrapper .comments-list .comment-item p {
      font-size: 13px;
      line-height: 18px;
      font-weight: 300;
      color: #878787;
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .comments-list-wrapper {
      margin-bottom: 85px; }
      .comments-list-wrapper h4 {
        margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .comments-list-wrapper {
      margin-bottom: 105px; }
      .comments-list-wrapper .comments-list .comment-item {
        padding: 30px; }
        .comments-list-wrapper .comments-list .comment-item h5 {
          float: right;
          width: 20%; }
        .comments-list-wrapper .comments-list .comment-item p {
          float: left;
          width: 75%;
          /*font-size: 18px; line-height: 22px;*/ } }

#main.page-with-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.page-with-bg-wrapper {
  padding: 0 20px;
  padding-top: 30px;
  padding-bottom: 150px;
  text-align: center;
  max-width: 760px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .page-with-bg-wrapper {
      padding-bottom: 250px; } }
  @media (min-width: 992px) {
    .page-with-bg-wrapper {
      padding-bottom: 350px; } }
  .page-with-bg-wrapper .entry p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px; }
  .page-with-bg-wrapper .entry h2 {
    text-align: center;
    font-family: "brandon_grotesquemedium", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 35px; }
  .page-with-bg-wrapper .entry h3, .page-with-bg-wrapper .entry h4 {
    font-weight: 300;
    color: #B3B3B3;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 30px; }
    .page-with-bg-wrapper .entry h3:first-child, .page-with-bg-wrapper .entry h4:first-child {
      margin-top: 0; }
  .page-with-bg-wrapper .entry h5, .page-with-bg-wrapper .entry h6 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    color: #4D4D4D; }
  .page-with-bg-wrapper .entry *:last-child {
    margin-bottom: 0; }
  .page-with-bg-wrapper .entry *:first-child {
    margin-top: 0; }
  @media (min-width: 768px) {
    .page-with-bg-wrapper .entry h2 {
      /*font-size: 19px; line-height: 24px;*/
      margin-bottom: 45px; }
    .page-with-bg-wrapper .entry p {
      font-size: 16px;
      line-height: 20px; } }
  @media (min-width: 992px) {
    .page-with-bg-wrapper .entry h2 {
      margin-bottom: 55px; }
    .page-with-bg-wrapper .entry h5, .page-with-bg-wrapper .entry h6 {
      font-size: 20px;
      line-height: 30px; } }

.questions-list-wrapper {
  padding: 0 20px;
  padding-top: 30px;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) {
    .questions-list-wrapper {
      padding-top: 0; } }

.questions-list {
  font-size: 0; }
  .questions-list .question-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    font-size: 20px;
    margin-bottom: 50px; }
    .questions-list .question-item .info h2 {
      font-size: 20px;
      line-height: 24px;
      font-weight: 300;
      margin-bottom: 10px; }
      .questions-list .question-item .info h2 a, .questions-list .question-item .info h2 a:visited {
        color: #4D4D4D;
        text-decoration: none; }
    .questions-list .question-item .info h3.question-author {
      margin-bottom: 10px;
      font-size: 13px;
      color: #B3B3B3;
      line-height: 18px;
      text-transform: uppercase; }
    .questions-list .question-item .info .answer-link {
      text-align: left;
      padding-top: 18px; }
      .questions-list .question-item .info .answer-link a, .questions-list .question-item .info .answer-link a:visited {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        width: 50px;
        height: 26px;
        border: 1px solid #000;
        position: relative; }
        .questions-list .question-item .info .answer-link a span, .questions-list .question-item .info .answer-link a:visited span {
          position: absolute;
          top: -20px;
          font-size: 13px;
          color: #B3B3B3;
          line-height: 18px;
          text-transform: lowercase; }
        .questions-list .question-item .info .answer-link a:before, .questions-list .question-item .info .answer-link a:visited:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          margin-left: -15px;
          margin-top: -4px;
          width: 30px;
          height: 10px;
          background: url("../img/svg/submit-arrow.svg") center center no-repeat transparent;
          background-size: contain; }
  @media (min-width: 768px) {
    .questions-list .question-item {
      width: 50%;
      margin-bottom: 70px; } }
  @media (min-width: 992px) {
    .questions-list .question-item {
      width: 33.33%;
      margin-bottom: 90px; }
      .questions-list .question-item .info h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px; }
      .questions-list .question-item .info h3.question-author {
        margin-bottom: 20px; } }

.question-item-wrapper {
  padding: 0 20px;
  padding-top: 30px;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto; }
  .question-item-wrapper .question-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    font-size: 20px; }
    .question-item-wrapper .question-item h2 {
      font-size: 20px;
      line-height: 24px;
      font-weight: 300;
      margin-bottom: 10px;
      color: #4D4D4D; }
    .question-item-wrapper .question-item h3.question-author {
      margin-bottom: 10px;
      font-size: 13px;
      color: #B3B3B3;
      line-height: 18px;
      text-transform: uppercase; }
  @media (min-width: 992px) {
    .question-item-wrapper .question-item h2 {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 20px; }
    .question-item-wrapper .question-item h3.question-author {
      margin-bottom: 20px; } }

.answers-form-wrapper {
  padding: 0 20px;
  max-width: 970px;
  margin: 0 auto;
  margin-bottom: 50px; }
  .answers-form-wrapper .answer-text-field {
    margin-bottom: 20px; }
    .answers-form-wrapper .answer-text-field textarea {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      height: 110px;
      max-height: 110px;
      min-height: 110px;
      padding: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 0;
      border: 1px solid #000;
      background-color: transparent;
      font-weight: 300;
      font-family: "Work Sans", Helvetica, Arial, sans-serif;
      font-size: 16px; }
  .answers-form-wrapper .answer-name-field {
    margin-bottom: 20px; }
    .answers-form-wrapper .answer-name-field input {
      display: inline-block;
      vertical-align: middle;
      border: 0;
      background-color: transparent;
      border: 1px solid #000;
      height: 46px;
      line-height: 26px;
      padding: 10px;
      font-family: "Work Sans", Helvetica, Arial, sans-serif;
      font-size: 16px;
      color: #000;
      font-weight: 300;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; }
  .answers-form-wrapper .form-submit {
    text-align: right; }
    .answers-form-wrapper .form-submit a, .answers-form-wrapper .form-submit a:visited {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      vertical-align: middle;
      width: 50px;
      height: 26px;
      border: 1px solid #000;
      position: relative;
      line-height: 500px;
      overflow: hidden; }
      .answers-form-wrapper .form-submit a:before, .answers-form-wrapper .form-submit a:visited:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -4px;
        width: 30px;
        height: 10px;
        background: url("../img/svg/submit-arrow.svg") center center no-repeat transparent;
        background-size: contain; }
  @media (min-width: 768px) {
    .answers-form-wrapper {
      padding-top: 70px; } }
  @media (min-width: 992px) {
    .answers-form-wrapper {
      /*padding-top: 170px;*/
      margin-bottom: 70px; }
      .answers-form-wrapper .answer-text-field {
        float: left;
        width: 70%; }
        .answers-form-wrapper .answer-text-field textarea {
          font-size: 20px;
          line-height: 28px; }
      .answers-form-wrapper .answer-name-field {
        float: right;
        width: 27%; }
        .answers-form-wrapper .answer-name-field input {
          padding-bottom: 90px;
          padding-top: 18px;
          font-size: 20px;
          line-height: 28px; }
      .answers-form-wrapper .form-submit {
        clear: both; } }

.answers-list-wrapper {
  padding: 0 20px;
  max-width: 970px;
  margin: 0 auto;
  margin-bottom: 70px; }
  .answers-list-wrapper h4 {
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px; }
  .answers-list-wrapper .answers-list .answer-item {
    border-top: 1px solid #000;
    padding: 20px; }
    .answers-list-wrapper .answers-list .answer-item h5 {
      font-size: 20px;
      line-height: 28px;
      font-weight: 300;
      margin-bottom: 10px;
      text-transform: lowercase; }
    .answers-list-wrapper .answers-list .answer-item p {
      font-size: 13px;
      line-height: 18px;
      font-weight: 300;
      color: #878787;
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .answers-list-wrapper {
      margin-bottom: 85px; }
      .answers-list-wrapper h4 {
        margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .answers-list-wrapper {
      margin-bottom: 105px; }
      .answers-list-wrapper .answers-list .answer-item {
        padding: 30px; }
        .answers-list-wrapper .answers-list .answer-item h5 {
          float: right;
          width: 20%; }
        .answers-list-wrapper .answers-list .answer-item p {
          float: left;
          width: 75%;
          /*font-size: 18px; line-height: 22px;*/ } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 25px;
  height: 17px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 3px;
    background-color: #FFF;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 50px; }
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 50px; }
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 50px; }
.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 50px; }
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 14px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-270deg);
    transition-delay: 0.1s; }

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 14px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(270deg);
    transition-delay: 0.1s; }

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 7px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -50px;
      top: -50px;
      transform: translate3d(50px, 50px, 0) rotate(45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -50px;
      top: -50px;
      transform: translate3d(-50px, 50px, 0) rotate(-45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 7px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -50px;
      top: 50px;
      transform: translate3d(50px, -50px, 0) rotate(-45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -50px;
      top: 50px;
      transform: translate3d(-50px, -50px, 0) rotate(45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner::after {
    top: 14px; }
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.5714285714px, -4px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg); }

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 14px; }
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(3.5714285714px, -4px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(90deg); }

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.15s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 7px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(-45deg); }

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */

/*# sourceMappingURL=global.css.map */
