<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Reenie+Beanie);@charset "UTF-8";
/**
 * Built using Imarc Boilerplate v3.0
 *
 * Copyright 2017 Imarc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * = Table of Contents =
 * Variables
 * Mixins
 * Components
 * Base
 * Layout
 * Typography
 * Forms
 * Iconography
 * Messaging
 * Tables
 * Section Specific
 * Page Specific
 * Media Queries
 * Print Styles
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul &gt; 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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  -webkit-filter: none;
          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: "\F000";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

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

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

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

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

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

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

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

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

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

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

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

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

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

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

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

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

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

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

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

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

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

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

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

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

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

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

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

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

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

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

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

.fa-edge:before {
  content: "\F282";
}

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

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

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

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

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

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

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

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

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

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

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

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

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

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

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

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

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

.fa-linode:before {
  content: "\F2B8";
}

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

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

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

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

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

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#responsive-tester {
  bottom: 0.5rem;
  display: block;
  font-size: 0.85rem;
  left: 0.5rem;
  padding-left: 1.5rem;
  position: fixed;
}
#responsive-tester span {
  background-color: #999;
  border-radius: 3rem;
  color: rgba(255, 255, 255, 0);
  display: inline-block;
  height: 1rem;
  left: 0;
  line-height: 1;
  margin-top: -0.5rem;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 1rem;
  z-index: 10000;
}
#responsive-tester::before, #responsive-tester::after {
  background-color: black;
  color: #FFF;
  display: inline;
  opacity: 0.8;
  padding: 0.15rem;
}
#responsive-tester::before {
  content: "Base: 0px\2013";
}
#responsive-tester::after {
  content: "576px";
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

/* = Variables = */
/* Grays */
/* The brand colors (name them the color) */
/* Messaging colors */
/* Applied colors */
/* Social Network Colors */
/* Breakpoint values */
/* = Mixins = */
/* = Animations = */
@-webkit-keyframes scooter {
  0% {
    transform-origin: 50% 50%;
    transform: translate3d(0, 0, 0);
  }
  20% {
    transform: translate3d(-75%, 0, 0);
  }
  40% {
    z-index: -1;
    transform: translate3d(75%, 0, 0);
  }
  60% {
    z-index: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes scooter {
  0% {
    transform-origin: 50% 50%;
    transform: translate3d(0, 0, 0);
  }
  20% {
    transform: translate3d(-75%, 0, 0);
  }
  40% {
    z-index: -1;
    transform: translate3d(75%, 0, 0);
  }
  60% {
    z-index: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes hammer {
  0% {
    transform: rotate(0);
  }
  30% {
    transform: rotate(-50deg);
  }
  40% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(0);
  }
  70% {
    transform: rotate(-5deg);
  }
  80% {
    transform: rotate(0);
  }
}
@keyframes hammer {
  0% {
    transform: rotate(0);
  }
  30% {
    transform: rotate(-50deg);
  }
  40% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(0);
  }
  70% {
    transform: rotate(-5deg);
  }
  80% {
    transform: rotate(0);
  }
}
@-webkit-keyframes coin {
  0% {
    transform: perspective(200px) rotate3d(1, 5, 0, 0deg);
  }
  100% {
    transform: perspective(200px) rotate3d(1, 5, 0, 360deg);
  }
}
@keyframes coin {
  0% {
    transform: perspective(200px) rotate3d(1, 5, 0, 0deg);
  }
  100% {
    transform: perspective(200px) rotate3d(1, 5, 0, 360deg);
  }
}
@-webkit-keyframes reset {}
@keyframes reset {}
/* = Components = */
.accordion &gt; div.open .header {
  background: #d0d0d0;
}
.accordion &gt; div.open .header::after {
  font: normal normal normal 1em / 1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  content: "\F068";
}
.accordion &gt; div.close .header::after {
  font: normal normal normal 1em / 1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  content: "\F067";
}
.accordion &gt; div.initially-hidden .content {
  display: none;
}
.accordion &gt; div .header {
  background-color: #dddddd;
  color: #10253c;
  cursor: pointer;
  font-size: 1em;
  margin-top: 0.5em;
  padding: 0.5em 1em;
  position: relative;
  text-align: left;
  width: 100%;
}
.accordion &gt; div .header:hover {
  background-color: #d0d0d0;
}
.accordion &gt; div .header::after {
  bottom: 0;
  height: 1em;
  margin: auto 0;
  position: absolute;
  right: 1em;
  top: 0;
  width: 1em;
}
.accordion &gt; div .content {
  padding: 1em 0;
}

.responsive {
  overflow-x: scroll;
  width: 100%;
  margin-bottom: 30px;
}
.responsive::before {
  content: url(/img/swipe.jpg);
  font-size: 1rem;
  height: 3.125rem;
  left: 0;
  text-transform: uppercase;
}
.responsive .submit {
  text-align: right;
}

.backgroundvideo {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.backgroundvideo .mold {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2em;
  text-align: center;
  z-index: 2;
}
.backgroundvideo video {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.backgroundvideo::before {
  content: "";
  display: block;
  padding-top: 30%;
}

.dossier &gt; * {
  text-align: center;
}
.dossier &gt; * .photo {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 669px) {
  .dossier &gt; * {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 4rem;
    text-align: left;
  }
  .dossier &gt; * .photo {
    flex: 0 0 25%;
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .dossier &gt; * .bio .title {
    color: #727272;
    text-transform: uppercase;
  }
}

.header-content &gt; .dropdown,
.mobile {
  background-color: #10253c;
  bottom: 0;
  display: none;
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  padding: 1rem;
  position: fixed;
  top: 0;
  transition: transform 0.25s;
  width: 80%;
  z-index: 1000;
}
.header-content &gt; .dropdown.left,
.mobile.left {
  display: block;
  left: 0;
  right: auto;
  transform: translateX(-100%);
}
.header-content &gt; .dropdown.right,
.mobile.right {
  display: block;
  left: auto;
  right: 0;
  transform: translateX(100%);
}
.header-content &gt; .dropdown.left.open, .header-content &gt; .dropdown.right.open,
.mobile.left.open,
.mobile.right.open {
  transform: translateX(0);
  transition: transform 0.25s;
}
.header-content &gt; .dropdown.init,
.mobile.init {
  display: block;
  opacity: 1;
}
.header-content &gt; .dropdown.init .menu &gt; div + div,
.mobile.init .menu &gt; div + div {
  display: none;
}
.header-content &gt; .dropdown nav.utility ul li a,
.mobile nav.utility ul li a {
  padding: 0.75rem 0;
}
.header-content &gt; .dropdown ul,
.mobile ul {
  display: block;
  padding-left: 0;
}
.header-content &gt; .dropdown ul li,
.mobile ul li {
  align-items: center;
  border-bottom: 1px solid #333333;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 0;
  text-align: left;
}
.header-content &gt; .dropdown ul li a,
.mobile ul li a {
  color: #fff;
  display: block;
  padding: 1rem 0;
}
.header-content &gt; .dropdown ul li a &gt; i.fa,
.mobile ul li a &gt; i.fa {
  display: none;
}
.header-content &gt; .dropdown ul li i.fa,
.mobile ul li i.fa {
  display: inline-block;
}
.header-content &gt; .dropdown button.sub-menu-toggle:hover,
.header-content &gt; .dropdown button.sub-menu-toggle:focus,
.mobile button.sub-menu-toggle:hover,
.mobile button.sub-menu-toggle:focus {
  color: #306fb5;
}
@media only screen and (min-width: 1175px) {
  .header-content &gt; .dropdown.open.left,
.mobile.open.left {
    transform: translateX(-100%);
  }
  .header-content &gt; .dropdown.open.right,
.mobile.open.right {
    transform: translateX(100%);
  }
}
.header-content &gt; .dropdown button,
.mobile button {
  background-color: transparent;
}

.features &gt; * {
  background-color: #EEE;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  text-align: center;
}
.features &gt; * img,
.features &gt; * h3,
.features &gt; * p {
  margin-bottom: 1rem;
}
.features &gt; * .button {
  margin-bottom: 0;
}
@media only screen and (min-width: 1175px) {
  .features {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .features &gt; * {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-left: 3rem;
    margin-right: 0;
  }
  .features &gt; * .button {
    align-self: center;
    margin-top: auto;
  }
  .features &gt; *:first-child {
    margin-left: 0;
  }
}

header.primary.sticky {
  position: fixed;
  top: 0;
  transition: top 0.16s cubic-bezier(0, 0.4, 0.7, 1);
  width: 100%;
  z-index: 100;
}

.listing {
  margin-bottom: 2rem;
}
.listing form .search {
  display: flex;
}
.listing form .search label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.listing form .search .text {
  flex-grow: 1;
}
.listing form .search .submit {
  flex-basis: 120px;
  flex-shrink: 0;
}
.listing form .search .submit input {
  height: 100%;
  width: 100%;
}
.listing form .filters {
  margin-bottom: 2rem;
}
.listing form .filters label {
  display: inline;
}
.listing form .filters span {
  background-color: black;
  border-radius: 0.5rem;
  color: #fff;
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.5rem 1rem;
}
.listing form .filters input[type=checkbox]:checked + span {
  background-color: #10253c;
}
.listing form .filters input[type=checkbox] {
  display: none;
}
.listing ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.listing ul li {
  border-top: 4px solid #e5e5e5;
  margin-bottom: 0;
  padding: 2rem 0;
}
.listing ul li .meta {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 1em;
}
.listing ul li h2 + .meta {
  margin-top: -1em;
}
.listing ul li .summary p:last-of-type {
  margin-bottom: 0;
}

.login {
  background-color: #EEE;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  padding: 3rem;
}
.login input:focus {
  box-shadow: 0 0 5px rgba(114, 164, 0, 0.7);
}
.login .submit {
  text-align: center;
}
.login .actions {
  text-align: center;
}
@media only screen and (min-width: 669px) {
  .login .actions {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .login .actions &gt; * {
    margin: 0;
    padding: 0;
  }
  .login .actions label {
    margin-left: 1em;
  }
  .login .actions a {
    display: block;
    margin-left: auto;
    text-align: right;
  }
}

nav.pagination {
  display: flex;
  justify-content: center;
}
nav.pagination ul {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  display: flex;
  justify-content: center;
}
nav.pagination li {
  margin-bottom: 0;
}
nav.pagination a {
  color: #10253c;
  padding: 0.5rem 1rem;
  position: relative;
}
nav.pagination li:not(:last-child) a {
  border-right: 1px solid #e5e5e5;
}
nav.pagination li.active a {
  background-color: #10253c;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
nav.pagination li.active a::before, nav.pagination li.active a::after {
  background-color: #10253c;
}
nav.pagination li.active a:hover {
  color: #fff;
  background-color: #204a78;
}
nav.pagination li.active a:hover::before, nav.pagination li.active a:hover::after {
  background-color: #204a78;
}
nav.pagination li.disabled a {
  color: #e5e5e5;
  cursor: default;
  pointer-events: none;
}
nav.pagination li.previous a::before {
  font: normal normal normal 1em / 1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  content: "\F100";
}
nav.pagination li.next a::before {
  font: normal normal normal 1em / 1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  content: "\F101";
}
nav.pagination li:hover:not(.active):not(.disabled) a {
  background-color: #10253c;
  color: #FFF;
}
nav.pagination li:hover:not(.active):not(.disabled) a::before {
  background-color: #10253c;
  color: #FFF;
}

@media only screen and (max-width: 1174px) {
  .desktop nav.primary .dropdown,
.desktop nav.primary i.fa {
    display: none;
  }
}
@media only screen and (min-width: 1175px) {
  .desktop nav.primary i.fa {
    display: inline-block;
  }
  .desktop nav.primary .dropdown {
    background-color: #2A2A2A;
    color: #FFF;
    display: block;
    font-size: 1rem;
    min-width: 260px;
    opacity: 0;
    padding: 2rem 0;
    position: absolute;
    top: 100%;
    transition: opacity 300ms;
    visibility: hidden;
    z-index: 1;
  }
  .desktop nav.primary .dropdown ul {
    display: block;
  }
  .desktop nav.primary .dropdown .menu &gt; * {
    padding: 0 1rem;
  }
  .desktop nav.primary .dropdown .menu li {
    margin-bottom: 0.4em;
  }
  .desktop nav.primary .dropdown .menu a {
    color: #0C96DD;
  }
  .desktop nav.primary .dropdown .menu a:hover,
.desktop nav.primary .dropdown .menu a:focus {
    color: #0975ad;
  }
  .desktop nav.primary .dropdown.open {
    opacity: 1;
    visibility: visible;
  }
}
.desktop nav.primary li.mega {
  position: static;
}
@media only screen and (min-width: 1175px) {
  .desktop nav.primary li.mega .dropdown {
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 200;
  }
  .desktop nav.primary li.mega .dropdown .menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1168px;
  }
  .desktop nav.primary li.mega .dropdown .menu &gt; * {
    border-left: 1px solid #777;
    flex-basis: 0;
    flex-grow: 1;
    padding: 0 3rem;
  }
  .desktop nav.primary li.mega .dropdown .menu &gt; *:first-child {
    border-left: none;
    padding-left: 0;
  }
  .desktop nav.primary li.mega .dropdown .menu &gt; *:last-child {
    padding-right: 0;
  }
}

.tabs {
  position: relative;
}
.tabs nav {
  border-bottom: 1px solid;
}
.tabs nav ul {
  list-style: none;
  margin-left: 20px;
  padding: 0;
  text-align: center;
}
.tabs nav li {
  background-color: #CBBFB4;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0.5em;
  padding: 0.5em 1em;
}
.tabs nav li.active {
  background-color: #FFF;
  border: 1px solid;
  border-bottom: none;
  position: relative;
}
.tabs nav li.active::after {
  background-color: #FFF;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.tabs .panel {
  display: none;
  padding: 20px;
}
.tabs .panel.active {
  display: inherit;
}
@media only screen and (min-width: 1175px) {
  .tabs nav ul {
    margin-left: 20px;
    text-align: left;
  }
}

.testimonial {
  background-color: #191919;
  margin-bottom: 4rem;
  padding: 4rem 0 4rem;
  text-align: center;
}
.testimonial .asset {
  margin-bottom: 2rem;
}
.testimonial .asset img {
  max-width: 280px;
}
.testimonial blockquote {
  border: none;
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  padding: 0 2.5rem;
  position: relative;
}
.testimonial blockquote::before, .testimonial blockquote::after {
  color: #727272;
  font-family: Georgia, serif;
  font-size: 3.375rem;
  position: absolute;
}
.testimonial blockquote::before {
  content: "\201C";
  left: 0;
  line-height: 1;
  top: 0;
}
.testimonial blockquote::after {
  content: "\201D";
  line-height: 0;
  right: 0;
  bottom: 0;
}
.testimonial blockquote ~ p {
  color: #727272;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 0 2.5rem;
}
@media only screen and (min-width: 1175px) {
  .testimonial {
    text-align: left;
  }
  .testimonial .wrapper {
    display: flex;
    justify-content: space-between;
  }
  .testimonial .asset {
    flex-basis: 33%;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 4rem;
  }
  .testimonial .asset img {
    max-width: 100%;
  }
  .testimonial blockquote {
    font-size: 1.5rem;
    padding: 0 6rem;
  }
  .testimonial blockquote::before, .testimonial blockquote::after {
    font-size: 7rem;
  }
  .testimonial blockquote ~ p {
    font-size: 1rem;
    padding: 0 6rem;
  }
}

.tiles &gt; * {
  background-color: #EEE;
  margin-bottom: 2rem;
  text-align: left;
}
.tiles &gt; * *:last-child {
  margin-bottom: 0;
}
.tiles .tile &gt; * {
  padding: 2rem;
}
@media only screen and (min-width: 669px) {
  .tiles {
    display: flex;
    flex-flow: row wrap;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .tiles &gt; * {
    flex-basis: calc(50% - 2rem);
    flex-shrink: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 1175px) {
  .tiles &gt; * {
    flex-basis: calc((100% / 4) - (2rem));
  }
}

/* = Base = */
a, abbr, address, article, aside, audio, b, blockquote, body, button, canvas, caption, cite, code, datalist, dd, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, hr, i, iframe, img, input, label, legend, li, main, meter, nav, object, ol, option, p, pre, progress, q, section, select, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, u, ul, video {
  border: 0;
  box-sizing: border-box;
  font: inherit;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

html {
  background-color: #ffffff;
  color: #10253c;
  font-family: "p22-underground", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  min-width: 300px;
}

.shell {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

::-moz-selection {
  background: #e5e5e5;
}

::selection {
  background: #e5e5e5;
}

::-moz-selection {
  background: #e5e5e5;
}

/* = Layout = */
.group::before, .group::after {
  content: "";
  display: table;
}
.group::after {
  clear: both;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.columns &gt; hr {
  border: 0;
  display: none;
}
@media only screen and (min-width: 669px) {
  .columns {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .columns &gt; * {
    display: table-cell;
    vertical-align: top;
  }
  .columns &gt; hr {
    display: table-cell;
    width: 3rem;
  }
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.search-drawer {
  background-color: #4a4a4a;
}
.search-drawer &gt; div {
  max-height: 0;
  overflow: hidden;
  transition: max-height 150ms ease;
}
.search-drawer &gt; div.open {
  max-height: 80px;
}
.search-drawer form {
  display: flex;
  padding: 1rem 0;
}
.search-drawer form &gt; * {
  margin-bottom: 0;
}
.search-drawer form .text {
  flex: 1 1 auto;
}
.search-drawer form .submit input {
  height: 100%;
}

.branding img {
  max-width: 180px;
}

header.primary {
  background-color: #10253c;
  padding: 1rem 0;
  left: 0;
  right: 0;
  border-bottom: 10px solid #821e18;
}
header.primary .container {
  position: relative;
}
header.primary .branding {
  flex-basis: 180px;
  flex-shrink: 0;
}

header.secondary {
  padding: 0.5rem 1em;
  text-align: right;
}

header.intro {
  margin-bottom: 3rem;
}

nav {
  margin-bottom: 2rem;
}
nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
}
nav ul li::before {
  display: none;
}
nav ul li {
  margin-bottom: 0;
}
nav a {
  color: #10253c;
  display: block;
  padding: 0 0.5rem;
}
nav li.active a,
nav li.active:hover a {
  color: #191919;
}
nav.tabs {
  position: relative;
}
nav.tabs nav {
  border-bottom: 1px solid;
}
nav.tabs nav ul {
  list-style: none;
  margin-left: 20px;
  padding: 0;
  text-align: center;
}
nav.tabs nav li {
  background-color: #CBBFB4;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0.5em;
  padding: 0.5em 1em;
}
nav.tabs nav li.active {
  background-color: #FFF;
  border: 1px solid;
  border-bottom: none;
  position: relative;
}
nav.tabs nav li.active::after {
  background-color: #FFF;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
nav.tabs .panel {
  display: none;
  padding: 20px;
}
nav.tabs .panel.active {
  display: inherit;
}
@media only screen and (min-width: 1175px) {
  nav.tabs nav ul {
    margin-left: 20px;
    text-align: left;
  }
}
nav.breadcrumbs li:not(:last-child) a {
  padding-right: 0;
}
nav.breadcrumbs li:not(:last-child) a::after {
  font: normal normal normal 1em / 1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  content: "\F105";
  padding-left: 0.5rem;
}
nav.progress ul {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  display: block;
  width: 100%;
}
nav.progress a {
  padding: 0.5rem 1rem;
  position: relative;
  text-align: center;
}
nav.progress a:hover {
  color: #204a78;
}
nav.progress li:not(:last-child) a {
  border-right: 1px solid #e5e5e5;
}
nav.progress li.active a {
  background-color: #10253c;
  color: #FFF;
  cursor: default;
  pointer-events: none;
}
nav.progress li.active a:hover {
  background-color: #204a78;
  color: #FFF;
}
nav.progress li.disabled a {
  color: #e5e5e5;
  cursor: default;
  pointer-events: none;
}
nav.progress li:hover:not(.active, .disabled) a {
  color: #204a78;
}
nav.progress li:not(:last-child) a {
  border: 0;
}
nav.progress li.complete a {
  background-color: #FFF;
  color: #ccc;
}
nav.progress li.complete a::before {
  background-color: #FFF;
}
nav.progress li.complete a:hover {
  color: #10253c;
}
@media only screen and (min-width: 669px) {
  nav.progress ul {
    display: flex;
  }
  nav.progress li {
    flex: 1 1 auto;
    position: relative;
  }
  nav.progress li:last-child a::before {
    display: none;
  }
  nav.progress a::after, nav.progress a::before {
    border: 0 solid transparent;
    border-bottom: 1.25rem solid rgba(0, 0, 0, 0);
    border-left: 1rem solid #FFF;
    border-top: 1.25rem solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  nav.progress a::after {
    border-left-color: #FFF;
  }
  nav.progress a::before {
    border-left-color: #cccccc;
    margin-right: -1px;
  }
  nav.progress li.active {
    margin-left: -1rem;
    z-index: 2;
  }
  nav.progress li.active::before {
    border-bottom: 1.25rem solid #10253c;
    border-left: 1rem solid #FFF;
    border-top: 1.25rem solid #10253c;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  nav.progress li.active a::after, nav.progress li.active a::before {
    background-color: #10253c;
    border-bottom-color: #FFF;
    border-left-color: #10253c;
    border-top-color: #FFF;
  }
  nav.progress li.active a::before {
    margin-right: 0;
  }
  nav.progress li.active a:hover::after, nav.progress li.active a:hover::before {
    background-color: #204a78;
  }
}

nav.primary {
  margin-bottom: 0.7rem;
}
nav.primary a {
  color: #ffffff;
}
nav.primary &gt; ul &gt; li {
  margin-bottom: 0;
  text-transform: uppercase;
  z-index: 200;
}
nav.primary &gt; ul &gt; li &gt; a {
  letter-spacing: 2px;
}
nav.primary li a {
  color: #ffffff;
}

nav.utility {
  margin-bottom: 0.7rem;
}
nav.utility a {
  color: #ffffff;
  font-size: 0.8rem;
}

.header-content {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.header-content button.menu-toggle,
.header-content button.sub-menu-toggle {
  color: #ffffff;
  border: none;
}
.header-content button.menu-toggle:hover, .header-content button.menu-toggle:focus,
.header-content button.sub-menu-toggle:hover,
.header-content button.sub-menu-toggle:focus {
  color: #306fb5;
}
.header-content &gt; .dropdown {
  background-color: #0b1928;
  z-index: 1001;
}
.header-content &gt; .dropdown a {
  text-transform: uppercase;
}
.header-content &gt; .dropdown.sub-menu {
  background-color: #050c14;
  z-index: 1002;
}
.header-content &gt; .dropdown button.sub-menu-toggle {
  padding-left: 0;
  text-transform: uppercase;
}

.desktop {
  display: none;
}

form.search {
  display: flex;
}
form.search .text,
form.search .submit {
  margin-bottom: 0;
}
form.search .text {
  width: 100%;
}
form.search label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
form.search .submit {
  flex-basis: 33%;
  flex-shrink: 0;
}
form.search input {
  border: none;
  width: 100%;
}

.torso {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.hero {
  background-image: url(/img/hero.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 220px;
  position: relative;
}
.hero .established {
  position: relative;
  font-size: 1.25em;
  font-weight: 100;
  letter-spacing: 2px;
}
.hero .established::after, .hero .established::before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5rem;
  height: 1px;
}
.hero .established::after {
  left: auto;
  right: 0;
}
.hero::before {
  background: linear-gradient(to bottom, #36312c -50%, transparent 50%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
}
.hero::after {
  background: url("/img/charles-st-70-years-logo.png") no-repeat center center/cover;
  bottom: 1rem;
  content: "";
  height: 50px;
  position: absolute;
  right: -100%;
  width: 50px;
}
.hero .copy {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
.hero .copy h1 {
  font-size: 2em;
  line-height: 1.3;
  margin-bottom: 5px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
.hero .copy .established {
  font-size: 0.75em;
}
.hero .copy .established::after, .hero .copy .established::before {
  width: 38%;
}
.hero .copy * {
  color: #ffffff;
}

.document-loaded .hero::after {
  -webkit-animation-name: stamp-mobile;
          animation-name: stamp-mobile;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .document-loaded .hero::after {
    right: 2rem;
  }
}

@-webkit-keyframes stamp-mobile {
  0% {
    right: -150px;
    transform: rotate(0deg) scale(0.8);
  }
  98% {
    transform: rotate(-360deg) scale(1.2);
  }
  100% {
    right: 1rem;
    transform: scale(1);
  }
}

@keyframes stamp-mobile {
  0% {
    right: -150px;
    transform: rotate(0deg) scale(0.8);
  }
  98% {
    transform: rotate(-360deg) scale(1.2);
  }
  100% {
    right: 1rem;
    transform: scale(1);
  }
}
main section {
  background-color: #ffffff;
}
main section:not(:last-child) {
  margin-bottom: 2.5rem;
}
main section.callout {
  margin-bottom: 0;
}

aside.primary {
  margin-bottom: 2rem;
}

nav.supplemental {
  margin-bottom: 0;
}
nav.supplemental ul {
  display: block;
}
nav.supplemental ul li {
  display: block;
  float: none;
  margin-bottom: 0;
}
nav.supplemental ul li a {
  color: #10253c;
  display: block;
  padding: 0.25em 0;
}
nav.supplemental ul li a:hover {
  color: #10253c;
}
nav.supplemental ul ul a {
  color: #727272;
  font-size: 0.8rem;
  line-height: 2;
  padding: 0;
}
nav.supplemental &gt; ul &gt; li {
  padding-bottom: 0.5em;
}
nav.supplemental &gt; ul &gt; li ~ li {
  border-top: 1px solid #e5e5e5;
  padding-top: 0.5em;
}

footer.primary {
  background-color: #ffffff;
  font-size: 1rem;
  padding: 3rem 0 0;
}
footer.primary .footer-items &gt; div {
  margin-bottom: 1em;
}
footer.primary .footer-items header {
  border-bottom: 1px solid #10253c;
  margin-bottom: 1.5em;
}
footer.primary .branding {
  margin-top: 0;
}
footer.primary .branding a {
  margin-bottom: 1rem;
}
footer.primary a {
  color: #10253c;
  display: inline-block;
}
footer.primary a:hover {
  color: #050c14;
}
footer.primary nav ul {
  justify-content: center;
  margin-bottom: 2rem;
  text-align: center;
}
footer.primary .legal {
  text-align: center;
}
footer.primary .legal p {
  margin-bottom: 0.25rem;
}
footer.primary .legal a {
  margin-left: 0.35rem;
  margin-right: 0.35rem;
}
footer.primary table {
  border: none;
}
footer.primary table tr:nth-child(even) td {
  background-color: #ffffff;
}
footer.primary table td, footer.primary table th {
  padding: 0.5em;
  border: none;
  background-color: #ffffff;
}
footer.primary table td:last-of-type, footer.primary table th:last-of-type {
  text-align: right;
}
footer.primary .footer-image {
  background-image: url(/img/footer.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
  overflow: hidden;
}
footer.primary .scooter {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: scooter;
  animation-name: scooter;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.social {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin: 3rem 0 1rem;
}
.social li::before {
  display: none;
}
.social li {
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-right: 1rem;
}
.social a {
  color: #10253c;
  font-size: 1.15em;
}
.social .facebook a {
  color: #3664a2;
}
.social .linkedin a {
  color: #0077b5;
}
.social .twitter a {
  color: #55acee;
}
.social a:hover {
  opacity: 0.7;
}

/* = Typography = */
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2;
  margin-bottom: 0.6em;
  font-family: "Suez One", serif;
}
h1[align=left], h1.text-left,
h2[align=left],
h2.text-left,
h3[align=left],
h3.text-left,
h4[align=left],
h4.text-left,
h5[align=left],
h5.text-left {
  text-align: left;
}
h1[align=center], h1.text-center,
h2[align=center],
h2.text-center,
h3[align=center],
h3.text-center,
h4[align=center],
h4.text-center,
h5[align=center],
h5.text-center {
  text-align: center;
}
h1[align=right], h1.text-right,
h2[align=right],
h2.text-right,
h3[align=right],
h3.text-right,
h4[align=right],
h4.text-right,
h5[align=right],
h5.text-right {
  text-align: right;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.3rem;
}

h3.checkbox label.inline {
  display: block;
  font-family: "p22-underground", sans-serif;
  font-size: 1rem;
  font-weight: 1rem;
  padding: 1rem 0;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 1px solid #e5e5e5;
  color: #727272;
  font-style: italic;
  margin-bottom: 1.5em;
  padding-left: 1rem;
}

.intro p {
  font-size: 1.3rem;
  margin-bottom: 0.8em;
}

.guide {
  color: #727272;
  font-size: 1.25rem;
}

.meta {
  color: #727272;
}

hr {
  border: 0;
  border-top: 1px solid #727272;
  display: block;
  height: 0;
  margin: 2em auto 3em;
  width: 100%;
}

a {
  color: #10253c;
  cursor: pointer;
  text-decoration: none;
  transition: all 250ms ease-in-out;
}
a:hover, a:active {
  color: #204a78;
}
a:focus {
  outline: thin dotted;
}
a.disabled, a[disabled] {
  color: #cccccc;
  cursor: default;
  pointer-events: none;
}

p,
ol,
ul,
dl {
  margin-bottom: 2rem;
}

ol,
ul {
  padding-left: 2rem;
}
ol li,
ol dt,
ol dd,
ul li,
ul dt,
ul dd {
  margin-bottom: 0.5em;
}

ul {
  list-style: none;
}
ul li {
  position: relative;
}
ul li::before {
  color: #821e18;
  font: normal normal normal 1em / 1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  display: inline-block;
  content: "\F0AD";
  height: 100%;
  left: -28px;
  position: absolute;
  width: 20px;
}

ol {
  list-style: none;
  counter-reset: number-increment;
}
ol li {
  counter-increment: number-increment;
}
ol li::before {
  content: counter(number-increment) ". ";
  color: #821e18;
  font-weight: bold;
}

dt {
  font-weight: bold;
  padding-left: 0.5em;
}

dd {
  padding-left: 2em;
}

pre {
  background-color: #4a4a4a;
  padding: 1em;
  white-space: pre-wrap;
  word-wrap: break-word;
}

pre, code {
  font-family: Menlo, "Ubuntu Mono", Consolas, "Courier New", monospace;
}

pre {
  background-color: #4a4a4a;
  padding: 1em;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background-color: #f4f4f4;
  display: block;
  margin-bottom: 1.5em;
  padding: 1em;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* = Forms = */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

.button,
.checkboxes,
.file,
.password,
.radios,
.reset,
.select,
.submit,
.text,
.textarea {
  margin-bottom: 2rem;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.25em;
}

.required {
  color: #ce2a2a;
}

fieldset .help {
  color: #727272;
  display: block;
  font-size: 0.8rem;
  margin: 0;
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea, select {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-sizing: border-box;
  color: #10253c;
  display: block;
  font-family: "p22-underground", sans-serif;
  margin: 0;
  padding: 0.4em 0.6em;
  width: 100%;
}

input[type=reset],
input[type=search],
input[type=text],
input[type=submit] {
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-input-placeholder {
  color: #4a4a4a;
}

::ms-input-placeholder {
  color: #4a4a4a;
}

::-moz-placeholder {
  color: #4a4a4a;
}

::-placeholder {
  color: #4a4a4a;
}

.text {
  display: block;
}

.inputs {
  display: flex;
  flex-wrap: wrap;
}
.inputs label {
  flex-grow: 1;
  min-width: 25%;
  padding: 0 1em 1em 0;
}

.multiple select {
  padding-left: 5px;
  padding-right: 10px;
}

textarea {
  height: 8em;
  overflow: auto;
  resize: vertical;
}

.radio,
.checkbox {
  font-weight: normal;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

.expiration select {
  width: auto;
}

p.button a {
  transition: all 250ms ease-in-out;
  border: 2px solid #10253c;
  display: inline-block;
  font-family: "p22-underground", sans-serif;
  font-weight: bold;
  padding: 1em 1em 0.75em;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0;
}
p.button a:hover, p.button a:focus {
  border-color: #204a78;
  color: #204a78;
  background-color: transparent;
}
p.button a.disabled, p.button a[disabled] {
  background-color: #8c8c8c;
  color: #cccccc;
  pointer-events: none;
}
p.button a.primary {
  color: #ffffff;
  background-color: #10253c;
}
p.button a.primary:hover, p.button a.primary:focus {
  color: #204a78;
  background-color: transparent;
  transition: 0.1s;
}
p.button.disabled a, p.button.disabled button, p.button[disabled] a, p.button[disabled] button {
  border-color: #8c8c8c;
  color: #8c8c8c;
  pointer-events: none;
}
p.button.cta a, p.button.cta button {
  color: #821e18;
  border-color: #821e18;
}
p.button.cta a:hover, p.button.cta button:hover {
  color: #ffffff;
  background-color: #6c1914;
}
p.button.ok a, p.button.ok button {
  color: #48ac2c;
  border-color: #48ac2c;
}
p.button.ok a:hover, p.button.ok button:hover {
  color: #ffffff;
  background-color: #409827;
}
p.button.alert a, p.button.alert button {
  color: #ce2a2a;
  border-color: #ce2a2a;
}
p.button.alert a:hover, p.button.alert button:hover {
  color: #ffffff;
  background-color: #b92626;
}

a.button {
  transition: all 250ms ease-in-out;
  border: 2px solid #10253c;
  display: inline-block;
  font-family: "p22-underground", sans-serif;
  font-weight: bold;
  padding: 1em 1em 0.75em;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0;
}
a.button:hover, a.button:focus {
  border-color: #204a78;
  color: #204a78;
  background-color: transparent;
}
a.button.disabled, a.button[disabled] {
  background-color: #8c8c8c;
  color: #cccccc;
  pointer-events: none;
}
a.button.primary {
  color: #ffffff;
  background-color: #10253c;
}
a.button.primary:hover, a.button.primary:focus {
  color: #204a78;
  background-color: transparent;
  transition: 0.1s;
}

button:not(.link), input[type=button]:not(.link), input[type=reset]:not(.link), input[type=submit]:not(.link) {
  transition: all 250ms ease-in-out;
  border: 2px solid #10253c;
  display: inline-block;
  font-family: "p22-underground", sans-serif;
  font-weight: bold;
  padding: 1em 1em 0.75em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
button:not(.link):hover, button:not(.link):focus, input[type=button]:not(.link):hover, input[type=button]:not(.link):focus, input[type=reset]:not(.link):hover, input[type=reset]:not(.link):focus, input[type=submit]:not(.link):hover, input[type=submit]:not(.link):focus {
  border-color: #204a78;
  color: #204a78;
  background-color: transparent;
}
button:not(.link).disabled, button:not(.link)[disabled], input[type=button]:not(.link).disabled, input[type=button]:not(.link)[disabled], input[type=reset]:not(.link).disabled, input[type=reset]:not(.link)[disabled], input[type=submit]:not(.link).disabled, input[type=submit]:not(.link)[disabled] {
  background-color: #8c8c8c;
  color: #cccccc;
  pointer-events: none;
}
button:not(.link).primary, input[type=button]:not(.link).primary, input[type=reset]:not(.link).primary, input[type=submit]:not(.link).primary {
  color: #ffffff;
  background-color: #10253c;
}
button:not(.link).primary:hover, button:not(.link).primary:focus, input[type=button]:not(.link).primary:hover, input[type=button]:not(.link).primary:focus, input[type=reset]:not(.link).primary:hover, input[type=reset]:not(.link).primary:focus, input[type=submit]:not(.link).primary:hover, input[type=submit]:not(.link).primary:focus {
  color: #204a78;
  background-color: transparent;
  transition: 0.1s;
}

button.link, input[type=button].link, input[type=button].link, input[type=reset].link, input[type=submit].link {
  color: #10253c;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
}
button.link:hover, button.link:active, input[type=button].link:hover, input[type=button].link:active, input[type=button].link:hover, input[type=button].link:active, input[type=reset].link:hover, input[type=reset].link:active, input[type=submit].link:hover, input[type=submit].link:active {
  color: #204a78;
}
button.link:focus, input[type=button].link:focus, input[type=button].link:focus, input[type=reset].link:focus, input[type=submit].link:focus {
  outline: thin dotted;
}
button.link.disabled, button.link[disabled], input[type=button].link.disabled, input[type=button].link[disabled], input[type=button].link.disabled, input[type=button].link[disabled], input[type=reset].link.disabled, input[type=reset].link[disabled], input[type=submit].link.disabled, input[type=submit].link[disabled] {
  color: #cccccc;
  cursor: default;
  pointer-events: none;
}

a.button.cta,
button:not(.link).cta {
  color: #821e18;
  border-color: #821e18;
}
a.button.cta:hover,
button:not(.link).cta:hover {
  color: #ffffff;
  background-color: #6c1914;
}
a.button.cta:hover a,
button:not(.link).cta:hover a {
  color: #fff;
}
a.button.ok,
button:not(.link).ok {
  color: #48ac2c;
  border-color: #48ac2c;
}
a.button.ok:hover,
button:not(.link).ok:hover {
  color: #ffffff;
  background-color: #409827;
}
a.button.alert,
button:not(.link).alert {
  color: #ce2a2a;
  border-color: #ce2a2a;
}
a.button.alert:hover,
button:not(.link).alert:hover {
  color: #ffffff;
  background-color: #b92626;
}

.action {
  text-align: center;
  margin: 5rem 0;
}
.action a span {
  font-weight: normal;
}
.action.button {
  margin: 0 0 2rem;
  text-align: left;
}

.actions {
  margin: 2rem 0;
}

.search-inline, .input-inline, .select-inline {
  display: block;
  width: 100%;
}
.search-inline input, .search-inline select, .search-inline .select, .input-inline input, .input-inline select, .input-inline .select, .select-inline input, .select-inline select, .select-inline .select {
  display: block;
  margin: 0.25em 0 0.25em 0;
  border-radius: 0;
}
.search-inline button, .input-inline button, .select-inline button {
  display: block;
}

.select-inline .select2-container {
  margin-bottom: 0;
}
.select-inline .select2-container .select2-selection {
  padding: 0.5em;
}
.select-inline .select::after {
  color: #10253c;
  background-color: #f4f4f4;
}
.select-inline ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.select-inline ul li::before {
  display: none;
}

.select {
  transition: all 500ms ease-in-out;
  background: #ffffff;
  border: none;
  cursor: pointer;
  display: block;
  font-family: "p22-underground", sans-serif;
  margin: 0.25em 0 0;
  overflow: hidden;
  position: relative;
}
.select.select.active select {
  width: 100%;
}
.select.select.active::after {
  display: none;
}
.select::after {
  align-items: center;
  background: #10253c;
  bottom: 0;
  color: #ffffff;
  content: "\F107";
  display: flex;
  font-family: FontAwesome;
  height: 100%;
  justify-content: center;
  margin: auto 0;
  padding: 0 0.75em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  background-image: none;
  border-radius: 0;
  border: 1px #10253c solid;
  box-shadow: none;
  cursor: pointer;
  display: block;
  font-family: "p22-underground", sans-serif;
  padding: 0.4em 0.8em;
  position: relative;
  width: 100%;
  z-index: 2;
}
.select select:focus {
  outline: none;
}
.select select::-ms-expand {
  display: none;
}

.multiple select {
  background: #ffffff;
  border: 2px solid #dddddd;
  margin: 0.25em 0 0;
  padding: 0.75em;
  width: 100%;
}
.multiple select select {
  width: 100%;
}
.multiple select select option {
  padding: 0.5em 0;
}

/* = Iconography = */
.thumbs-up::before {
  font: normal normal normal 1em / 1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  content: "\F087";
  margin-right: 0.5em;
}

/* = Messaging = */
.success {
  margin-bottom: 2rem;
  padding: 1em 3em;
  position: relative;
  background-color: #48ac2c;
}
.success p:last-of-type,
.success ul:last-of-type {
  margin-bottom: 0;
}
.success a {
  text-decoration: underline;
}
.success::before {
  font: normal normal normal 1em / 1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  display: inline-block;
  content: "";
  display: block;
  font-size: 20px;
  height: 23px;
  left: 1em;
  position: absolute;
  top: 1em;
  width: 23px;
}
.success::before {
  content: "\F00C";
}
.success a {
  color: #ffffff;
}
.success a:hover {
  color: #d9d9d9;
}

.info {
  margin-bottom: 2rem;
  padding: 1em 3em;
  position: relative;
  background-color: #dddddd;
}
.info p:last-of-type,
.info ul:last-of-type {
  margin-bottom: 0;
}
.info a {
  text-decoration: underline;
}
.info::before {
  font: normal normal normal 1em / 1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  display: inline-block;
  content: "";
  display: block;
  font-size: 20px;
  height: 23px;
  left: 1em;
  position: absolute;
  top: 1em;
  width: 23px;
}
.info::before {
  content: "\F129";
}

.warning {
  margin-bottom: 2rem;
  padding: 1em 3em;
  position: relative;
  background-color: #FFFF66;
  color: #191919;
}
.warning p:last-of-type,
.warning ul:last-of-type {
  margin-bottom: 0;
}
.warning a {
  text-decoration: underline;
}
.warning::before {
  font: normal normal normal 1em / 1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  display: inline-block;
  content: "";
  display: block;
  font-size: 20px;
  height: 23px;
  left: 1em;
  position: absolute;
  top: 1em;
  width: 23px;
}
.warning::before {
  content: "\F129";
}

.error {
  margin-bottom: 2rem;
  padding: 1em 3em;
  position: relative;
  background-color: #ce2a2a;
  color: #dddddd;
}
.error p:last-of-type,
.error ul:last-of-type {
  margin-bottom: 0;
}
.error a {
  text-decoration: underline;
}
.error::before {
  font: normal normal normal 1em / 1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  display: inline-block;
  content: "";
  display: block;
  font-size: 20px;
  height: 23px;
  left: 1em;
  position: absolute;
  top: 1em;
  width: 23px;
}
.error::before {
  content: "\F12A";
}
.error a {
  color: #dddddd;
}
.error a:hover {
  color: #b7b7b7;
}

#payment-errors {
  margin-bottom: 2rem;
  padding: 1em 3em;
  position: relative;
  background-color: #ce2a2a;
  padding: 0 2rem;
  color: #ffffff;
  font-weight: bold;
}
#payment-errors p:last-of-type,
#payment-errors ul:last-of-type {
  margin-bottom: 0;
}
#payment-errors a {
  text-decoration: underline;
}
#payment-errors::before {
  font: normal normal normal 1em / 1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  display: inline-block;
  content: "";
  display: block;
  font-size: 20px;
  height: 23px;
  left: 1em;
  position: absolute;
  top: 1em;
  width: 23px;
}
#payment-errors::before {
  content: "";
}
#payment-errors a {
  color: #ffffff;
}
#payment-errors a:hover {
  color: #d9d9d9;
}

/* = Tables = */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 2rem;
  width: 100%;
}
table caption {
  font-size: 0.9rem;
  margin-bottom: 0.75em;
}
table td,
table th {
  font-size: 0.875rem;
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}
table th {
  background-color: #10253c;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
table td {
  border: 1px solid #e5e5e5;
}
table tr:nth-child(even) td {
  background-color: #f3f3f3;
}

/* = Section Specific = */
.component-dark {
  background: #10253c;
  padding: 1em;
}

.embed, .video-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.embed iframe, .embed object, .embed embed, .video-container iframe, .video-container object, .video-container embed {
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.videoWithText .video {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.videoWithText .video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.imageWithText img {
  margin-bottom: 2rem;
}

.company .image {
  height: 400px;
  width: 100%;
  background-image: url(/img/company-info-hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.company .image.delivery {
  background-image: url(/img/delivery-carousel-hero.png);
}
.company .image.handyman-services {
  background-image: url(/img/handyman-services-hero.png);
}
.company .company-info {
  background-position: center top;
}
.company .tabs {
  margin-top: -1.5rem;
}
.company .tabs nav {
  border-bottom: 0;
}
.company .tabs nav ul {
  display: flex;
  align-items: stretch;
  margin-left: 0;
  justify-content: center;
}
.company .tabs nav ul li {
  margin-right: 0;
  border-radius: 0;
  border-top: 1px solid #821e18;
  border-bottom: 1px solid #821e18;
  background-color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  color: #821e18;
  min-width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
}
.company .tabs nav ul li::after {
  display: none;
}
.company .tabs nav ul li.active {
  background-color: #821e18;
  color: #ffffff;
  border: 1px solid #821e18;
  position: relative;
}
.company .tabs nav ul li.active:hover::before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: hammer;
  animation-name: hammer;
}
.company .tabs nav ul li.active::before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: reset;
  animation-name: reset;
  transform-origin: left bottom;
  position: absolute;
  display: block;
  content: "";
  background-image: url(/img/hammer.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 75%;
  height: 100px;
  left: 0;
  right: 0;
  bottom: 7;
  margin: auto;
}
.company .tabs nav ul li:first-of-type {
  border-left: 1px solid #821e18;
}
.company .tabs nav ul li:last-of-type {
  border-right: 1px solid #821e18;
}
.company .tabs .panel {
  padding-top: 3rem;
}

.socialmedia-grid {
  margin-right: -4px;
}
.socialmedia-grid:not(:last-child) {
  margin-bottom: 0;
}
.socialmedia-grid .heading {
  margin-bottom: 2rem;
  text-align: center;
}
.socialmedia-grid .heading h3 {
  color: #821e18;
  margin: 0;
  padding: 0.5rem;
}
.socialmedia-grid .heading a {
  color: #10253c;
  display: block;
  font-weight: bold;
  padding: 0.5rem;
}
.socialmedia-grid .grid-wrapper {
  height: calc((50vw + 10px) * 3);
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  width: 100vw;
}
.socialmedia-grid .socialmedia-item {
  margin: 0 5px 5px 0;
  width: calc(50% - 5px);
  height: 50vw;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding: 10px;
}
.socialmedia-grid .socialmedia-item p {
  text-align: center;
  position: absolute;
  height: 90px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  margin: auto;
  z-index: 3;
  font-weight: 200;
  font-size: 1em;
  opacity: 0;
}
.socialmedia-grid .socialmedia-item p strong {
  font-weight: 500;
}
.socialmedia-grid .socialmedia-item i {
  position: absolute;
  bottom: 20px;
  right: 10px;
  color: white;
  font-size: 32px;
  z-index: 2;
}
.socialmedia-grid .socialmedia-item .social-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  transition: transform 0.2s ease-out;
}
.socialmedia-grid .socialmedia-item::after {
  content: "";
  opacity: 0;
}
.socialmedia-grid .socialmedia-item:hover .social-image {
  transform: scale(1.0125);
}
.socialmedia-grid .socialmedia-item:hover::after {
  content: "";
  background-color: rgba(16, 37, 60, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0.35;
  transition-duration: 0.1s;
}
.socialmedia-grid .socialmedia-item:hover p {
  opacity: 1;
}

.location-and-hours {
  position: relative;
}
.location-and-hours .sticky-note {
  display: none;
  text-align: center;
}
.location-and-hours .sticky-note address {
  font-size: 1.4em;
  margin-bottom: 1em;
}
.location-and-hours .sticky-note address h4 {
  font-size: 1.4em;
}
.location-and-hours .sticky-note table {
  border: none;
  width: 230px;
  margin: auto;
}
.location-and-hours .sticky-note table tr:nth-child(even) td {
  background-color: transparent;
}
.location-and-hours .sticky-note table td, .location-and-hours .sticky-note table th {
  text-transform: uppercase;
  font-size: 1.25em;
  padding: 0 0.5em;
  border: none;
  background-color: transparent;
  font-weight: bold;
}
.location-and-hours .sticky-note table td:last-of-type, .location-and-hours .sticky-note table th:last-of-type {
  text-align: right;
}

#map {
  height: 300px;
  position: relative;
  width: 100%;
}
#map iframe {
  height: 100%;
  width: 100%;
}

.image-with-text {
  margin-bottom: 2em;
}

/* = Page Specific = */
body#home .hero {
  min-height: 350px;
}
body#home .hero h1 {
  font-size: 2em;
}
body#home .hero .bricks::after {
  background: url(/img/bricks.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
}
body#home .panel a[href^=tel] {
  display: inline;
  color: inherit;
  padding: 0;
  text-decoration: none;
  white-space: nowrap;
}
body.about .hero {
  background-image: url(/img/about-us-hero-bg.jpg);
}
body.services .hero {
  background-image: url(/img/delivery-hero-bg.jpg);
}
body.plaster-washers .hero {
  background-image: url(/img/plaster-washers-hero-bg2.jpg);
  background-position: 50% bottom;
}
body.plaster-washers .fullWidth,
body.plaster-washers .fullWidth,
body.plaster-washers .twoColumns,
body.plaster-washers .imageWithText,
body.plaster-washers .videoWithText {
  margin-bottom: 4rem;
  padding: 2rem 0;
}
body.plaster-washers .imageWithText,
body.plaster-washers .videoWithText {
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}
body.plaster-washers .fullWidth {
  text-align: center;
}
body#shop .hero {
  background-image: url(/img/shop-hero-bg.jpg);
}
body.shop .hero {
  background-image: url(/img/shop-hero-bg-5.jpg);
  background-position: 50% bottom;
}

.shop .image-with-text .image img,
.about .image-with-text .image img {
  transform: rotate(2deg);
  margin-bottom: 2rem;
}

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

.logo-holder img {
  margin-bottom: 2rem;
}

/* == Checkout progress bar == */
.steps {
  margin: 2rem 0 2rem;
  position: relative;
}
.steps ul {
  list-style-type: none;
  counter-reset: progress-counter;
  display: block;
  margin-left: 24px;
}
.steps ul li {
  color: #AFAFAF;
  counter-increment: progress-counter;
  position: relative;
}
.steps ul li::before {
  background: none;
  color: #AFAFAF;
  content: counter(progress-counter);
  font-size: 1rem;
  left: -1.5rem;
  position: absolute;
}
.steps ul li a {
  color: #AFAFAF;
  font-size: 1rem;
}
.steps ul li a:hover {
  font-weight: bold;
}
.steps ul li.done, .steps ul li.active {
  color: #10253c;
}
.steps ul li.done a, .steps ul li.active a {
  color: #10253c;
}
.steps ul li.done::before {
  color: #10253c;
  content: "\F00C";
  font-family: "FontAwesome";
}
.steps ul li.active {
  font-weight: bold;
}
.steps ul li.active a {
  color: #821e18;
}
.steps ul li.active::before {
  color: #821e18;
  content: "\F111";
  font-family: "FontAwesome";
}
.steps .meter {
  display: none;
}
@media only screen and (min-width: 669px) {
  .steps {
    margin-top: 6rem;
  }
  .steps ul {
    display: flex;
    margin-bottom: 0;
  }
  .steps ul li {
    display: block;
    flex: 1;
    list-style: none;
    text-align: center;
  }
  .steps ul li::before {
    align-items: center;
    background-color: #fff;
    border: 4px solid #AFAFAF;
    border-radius: 50%;
    color: #AFAFAF;
    content: counter(progress-counter);
    display: flex;
    font-weight: 400;
    font-size: 1.2rem;
    justify-content: center;
    height: 50px;
    left: calc(50% - 25px);
    position: absolute;
    top: -70px;
    width: 50px;
  }
  .steps ul li.done::before {
    background-color: #10253c;
    border-color: #10253c;
    color: #fff;
    content: "\F00C";
  }
  .steps ul li.active::before {
    border-color: #821e18;
    color: #821e18;
    content: counter(progress-counter);
    font-family: "p22-underground", sans-serif;
  }
  .steps .meter {
    background-color: #AFAFAF;
    border-radius: 10px;
    display: block;
    height: 5px;
    padding: 0;
    position: absolute;
    top: -40px;
    width: 100%;
  }
  .steps .meter &gt; span {
    background-color: #821e18;
    border-radius: 10px;
    display: block;
    height: 5px;
    position: relative;
  }
}

.about h1,
.about h2 {
  font-size: 2.2em;
  margin-bottom: 1em;
  text-align: center;
}

.retail h2::first-of-type {
  font-size: 2.6em;
  margin-bottom: 1em;
}

.button-holder {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.button-holder a {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.button-holder button:last-child {
  margin-right: 0;
}

label.inline {
  font-weight: normal;
}
label.inline input {
  margin-right: 0.5rem;
}

span.help,
label.disabled,
td.total.disabled {
  color: #808080;
}

.checkout {
  font-size: 1em;
  margin-bottom: 15px;
}
.checkout input {
  border: solid #10253c 1px;
}
.checkout th {
  font-size: 0.75em;
}
.checkout span {
  font-size: 0.75em;
}
.checkout input[type=submit] {
  margin-left: 0em;
  width: 100%;
}
.checkout input[type=submit]:hover, .checkout input[type=submit]:focus {
  background-color: #821e18;
  color: #ffffff;
}
.checkout td span {
  display: block;
}
.checkout td.checkout-input input {
  margin: 0 auto;
  max-width: 60px;
  text-align: right;
  width: 60px;
}
.checkout td.numeric {
  text-align: right;
}
.checkout td.numeric .error {
  display: inline-block;
  margin-bottom: 0.4rem;
  text-align: left;
}
.checkout td.total {
  max-width: 200px;
  width: 200px;
}
.checkout td.shipping .tooltip {
  align-items: center;
  background: #10253c;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 0;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 0.5rem;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 40px;
  visbility: hidden;
  width: 200px;
}
.checkout td.shipping .tooltip::before {
  content: "";
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #10253c transparent;
  height: 0;
  left: calc(50% - 10px);
  position: absolute;
  top: -10px;
  width: 0;
}
.checkout td.shipping label {
  display: inline-block;
  position: relative;
}
.checkout td.shipping label:hover .tooltip {
  height: 100px;
  opacity: 1;
  visibility: visible;
}
.checkout td.shipping i {
  color: #808080;
}
.checkout tr.foot &gt; td {
  background-color: white;
  border: none;
  text-align: right;
}
.checkout tr.foot &gt; td input.primary {
  width: auto;
}

.addresses .address {
  margin-bottom: 1rem;
}

.payment-block {
  background-color: #eee;
  padding: 1rem;
}

.billing-address h3 {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px #10253c solid;
}
.billing-address input {
  border: 1px #10253c solid;
}
.billing-address input:focus {
  background-color: rgba(0, 0, 0, 0.05);
  transition-duration: 0.2s;
}
.billing-address .address-group,
.billing-address .contact-group {
  margin-bottom: 50px;
  overflow: hidden;
  transition: 1s;
}
.billing-address .address-statezipwrapper {
  display: flex;
  flex-direction: row;
}
.billing-address .address-statezipwrapper &gt; div {
  flex-basis: 50%;
  padding: 0 1rem 0 0;
}
.billing-address .address-statezipwrapper &gt; div:last-child {
  padding-right: 0;
}
.billing-address select {
  margin-top: 0;
  margin-left: 1px;
  height: 38px;
}

.billing-and-shipping .col {
  margin-bottom: 1rem;
}

div.form-action {
  padding: 1rem 0;
  text-align: right;
}

div.order-info div {
  margin: 1rem 0;
  border: 1px #10253c solid;
  text-align: center;
}
div.order-info div h4 {
  background-color: #10253c;
  color: #ffffff;
  line-height: 2em;
}
div.order-info div.canadian {
  border-color: #821e18;
}
div.order-info div.canadian h4 {
  background-color: #821e18;
}
div.order-info div p {
  margin-bottom: 0;
  padding: 0 2rem 1rem 2rem;
}

/* = Components = */
.carousel {
  padding: 2rem 0;
}
.carousel .slick-slide {
  color: #FFF;
  height: auto;
  padding: 0 3rem;
}
.carousel .slick-prev,
.carousel .slick-next {
  z-index: 1;
}
.carousel .slick-prev {
  left: 2rem;
}
.carousel .slick-next {
  right: 2rem;
}
.carousel .slick-slide &gt; div {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100px;
  justify-content: center;
}

.logo-carousel button.slick-prev {
  left: 0;
}
.logo-carousel button.slick-next {
  right: 0;
}
.logo-carousel a.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}

button.slick-prev, button.slick-next, .slick-dots li button {
  padding: 0;
}
button.slick-prev:hover, button.slick-prev:focus, button.slick-next:hover, button.slick-next:focus, .slick-dots li button:hover, .slick-dots li button:focus {
  background: transparent;
}

button.slick-prev, button.slick-next {
  border: none;
}

button.slick-prev {
  background-color: transparent;
  left: 0;
  z-index: 3;
}
button.slick-prev:before {
  color: #10253c;
  content: "\F104";
  font-family: FontAwesome;
}

button.slick-next {
  background-color: transparent;
  right: 0;
  z-index: 3;
}
button.slick-next:before {
  color: #10253c;
  content: "\F105";
  font-family: FontAwesome;
}

.full-callout {
  background-color: #821e18;
  padding: 2rem 0;
  box-shadow: inset 0 0 17px 3px rgba(0, 0, 0, 0.4);
}
.full-callout h2, .full-callout p {
  color: #ffffff;
}
.full-callout a.button {
  border-color: #ffffff;
  color: #ffffff;
}
.full-callout a.button.alt {
  color: #821e18;
  background-color: #ffffff;
}
.full-callout a.button.alt:hover {
  color: #ffffff;
  border-color: #10253c;
  background-color: #10253c;
}
.full-callout a.button:hover {
  color: #821e18;
  background-color: #ffffff;
}
.full-callout .columns &gt; div {
  padding: 1em;
}
.full-callout .washers {
  position: relative;
  display: none;
}
.full-callout .washers img {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.full-callout .washers .single-1 {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  top: -5rem;
  right: -24%;
  width: 115px;
}
.full-callout .washers .single-2 {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  top: 2rem;
  right: -50%;
  width: 115px;
}
.full-callout .washers .single-3 {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  top: 9rem;
  right: -18%;
  width: 115px;
}

.callout {
  background-color: #393530;
  color: #fff;
  font-size: 1.25rem;
  margin: 0;
  padding: 2rem 1rem;
  text-align: center;
}
.callout p {
  margin-bottom: 1rem;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout a {
  color: #fff;
}
.callout a:hover {
  color: #204a78;
}

.featured-items &gt; a {
  width: 100%;
  display: block;
  transition: transform 500ms;
  transform: translateY(0);
  background-image: url(/img/blue-texture.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 1em;
}
.featured-items .image {
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-size 1s;
}
.featured-items .description {
  padding: 1em;
}
.featured-items .description h3, .featured-items .description p {
  color: #ffffff;
}

/* = Media Queries = */
@media only screen and (min-width: 669px) {
  main section:not(:last-child) {
    margin-bottom: 5rem;
  }
  main section.callout {
    margin-bottom: 0;
  }

  h3.checkbox label.inline {
    display: inline-block;
    float: right;
    padding: 0;
  }

  header.intro {
    text-align: center;
    padding: 0 15%;
  }

  footer.primary .footer-items {
    display: flex;
    justify-content: space-between;
  }
  footer.primary .footer-items &gt; div {
    flex-basis: 30%;
    max-width: 30%;
  }
  footer.primary .footer-image {
    height: 560px;
  }

  .hero {
    padding: 0 10%;
  }
  .hero .copy {
    margin-bottom: 30px;
  }
  .hero .copy h1 {
    font-size: 3em;
  }
  .hero .copy .established {
    font-size: 1em;
  }
  .hero .copy .established::after, .hero .copy .established::before {
    width: 38%;
  }
  .hero::before {
    background: linear-gradient(to bottom, #36312c -50%, transparent 90%);
  }
  .hero::after {
    height: 100px;
    width: 100px;
  }

  /* = Tables = */
  table td,
table th {
    font-size: 1rem;
    padding: 0.5em 1em;
  }

  /* = Forms = */
  .search-inline, .input-inline, .select-inline {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    width: 100%;
  }
  .search-inline input, .search-inline select, .search-inline .select, .input-inline input, .input-inline select, .input-inline .select, .select-inline input, .select-inline select, .select-inline .select {
    display: block;
    flex-basis: 70%;
    margin: 0;
    max-width: 70%;
  }
  .search-inline input[type=search], .search-inline input[type=text], .search-inline select[type=search], .search-inline select[type=text], .search-inline .select[type=search], .search-inline .select[type=text], .input-inline input[type=search], .input-inline input[type=text], .input-inline select[type=search], .input-inline select[type=text], .input-inline .select[type=search], .input-inline .select[type=text], .select-inline input[type=search], .select-inline input[type=text], .select-inline select[type=search], .select-inline select[type=text], .select-inline .select[type=search], .select-inline .select[type=text] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .search-inline input ~ input, .search-inline input ~ input[type=submit], .search-inline input ~ button, .search-inline select ~ input, .search-inline select ~ input[type=submit], .search-inline select ~ button, .search-inline .select ~ input, .search-inline .select ~ input[type=submit], .search-inline .select ~ button, .input-inline input ~ input, .input-inline input ~ input[type=submit], .input-inline input ~ button, .input-inline select ~ input, .input-inline select ~ input[type=submit], .input-inline select ~ button, .input-inline .select ~ input, .input-inline .select ~ input[type=submit], .input-inline .select ~ button, .select-inline input ~ input, .select-inline input ~ input[type=submit], .select-inline input ~ button, .select-inline select ~ input, .select-inline select ~ input[type=submit], .select-inline select ~ button, .select-inline .select ~ input, .select-inline .select ~ input[type=submit], .select-inline .select ~ button {
    flex-basis: 45%;
    max-width: 45%;
  }
  .search-inline input ~ input[type=submit], .search-inline input ~ button, .search-inline select ~ input[type=submit], .search-inline select ~ button, .search-inline .select ~ input[type=submit], .search-inline .select ~ button, .input-inline input ~ input[type=submit], .input-inline input ~ button, .input-inline select ~ input[type=submit], .input-inline select ~ button, .input-inline .select ~ input[type=submit], .input-inline .select ~ button, .select-inline input ~ input[type=submit], .select-inline input ~ button, .select-inline select ~ input[type=submit], .select-inline select ~ button, .select-inline .select ~ input[type=submit], .select-inline .select ~ button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-sizing: border-box;
    margin-bottom: 0;
    margin-right: 0;
  }
  .search-inline select, .input-inline select, .select-inline select {
    flex-basis: 100%;
    max-width: 100%;
  }

  .search-inline input, .search-inline select, .search-inline .select {
    flex-basis: 85%;
    max-width: 85%;
  }
  .search-inline input ~ input, .search-inline input ~ input[type=submit], .search-inline input ~ button, .search-inline select ~ input, .search-inline select ~ input[type=submit], .search-inline select ~ button, .search-inline .select ~ input, .search-inline .select ~ input[type=submit], .search-inline .select ~ button {
    flex-basis: 15%;
    max-width: 15%;
  }

  .image-with-text {
    margin-bottom: 2em;
  }
  .image-with-text div.content {
    width: 60%;
  }

  .imageWithText img {
    margin-bottom: 0;
  }

  /* = Section Specific = */
  .company .tabs nav ul {
    align-items: center;
  }
  .company .tabs nav ul li {
    min-width: 200px;
    display: block;
    font-size: 1em;
  }
  .company .tabs nav ul li.active::before {
    bottom: 80%;
  }

  #map {
    height: 600px;
  }

  .location-and-hours {
    position: relative;
  }
  .location-and-hours .sticky-note {
    display: block;
    position: absolute;
    top: 4rem;
    width: 500px;
    text-align: center;
    padding: 5em 6em 10em;
    background-image: url(/img/post-it.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .location-and-hours .sticky-note address {
    font-size: 1.2em;
    margin-bottom: 1em;
  }
  .location-and-hours .sticky-note address h4 {
    font-size: 1.25em;
  }
  .location-and-hours .sticky-note table {
    border: none;
    width: 230px;
    margin: auto;
  }
  .location-and-hours .sticky-note table tr:nth-child(even) td {
    background-color: transparent;
  }
  .location-and-hours .sticky-note table td, .location-and-hours .sticky-note table th {
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 0 0.5em;
    border: none;
    background-color: transparent;
    font-weight: bold;
  }
  .location-and-hours .sticky-note table td:last-of-type, .location-and-hours .sticky-note table th:last-of-type {
    text-align: right;
  }

  body#home .hero h1 {
    font-size: 2.5em;
  }

  body.plaster-washers .imageWithText,
body.plaster-washers .videoWithText {
    margin-bottom: 9rem;
  }
  body.plaster-washers .imageWithText .image,
body.plaster-washers .imageWithText .video,
body.plaster-washers .videoWithText .image,
body.plaster-washers .videoWithText .video {
    margin-top: -9rem;
  }

  body#shop-washers main section:not(:last-child) {
    margin-bottom: 2rem;
  }

  .img-float-right {
    float: right;
    margin-left: 2em;
  }

  .img-float-left {
    float: left;
    margin-right: 2em;
  }

  .order-container {
    display: flex;
    justify-content: space-between;
  }

  .online h1 {
    text-align: center;
  }

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

  .logo-holder img {
    width: 30%;
  }

  .order-instructions {
    margin-top: 3em;
    margin-bottom: 2rem;
  }

  .order-online .ace-holder {
    background-image: url(/img/post-it.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    padding: 25em 6em 10em;
    text-align: center;
    width: 550px;
  }
  .order-online .ace-holder .ace-content {
    position: absolute;
    top: 142px;
    transform: skewX(-5deg);
  }
  .order-online .ace-holder .ace-content ol {
    font-size: 1.2em;
    padding: 0;
    text-align: left;
  }
  .order-online .ace-holder .ace-content li {
    font-weight: bold;
    margin-bottom: 1em;
    max-width: 385px;
  }

  .intro-para ul {
    -moz-column-count: 2;
         column-count: 2;
    list-style-position: inside;
    padding-left: 0;
    width: 600px;
  }

  .column-holder {
    display: flex;
    justify-content: space-between;
  }
  .column-holder div {
    flex: 0 0 47%;
  }

  .checkout {
    width: 100%;
    font-size: 1.1em;
  }
  .checkout span {
    font-size: 0.85em;
  }
  .checkout td {
    text-overflow: ellipsis;
  }

  .addresses {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding-left: 30%;
  }
  .addresses .address {
    margin-bottom: 2rem;
  }

  .billing-address .address-group .address-citystatezip {
    display: flex;
    flex-direction: row;
  }
  .billing-address .address-group .address-citystatezip &gt; .text {
    flex-basis: 40%;
  }
  .billing-address .address-group .address-citystatezip &gt; .address-statezipwrapper {
    flex-basis: 60%;
  }
  .billing-address .address-statezipwrapper &gt; div {
    padding: 0 0 0 1rem;
  }
  .billing-address .address-group,
.billing-address .contact-group {
    max-width: 600px;
  }

  .billing-and-shipping {
    display: flex;
    flex-basis: 30%;
  }
  .billing-and-shipping .col {
    margin-right: 3rem;
  }
  .billing-and-shipping .col::last-of-type {
    margin-right: 0;
  }

  div.fieldset {
    margin-bottom: 1rem;
  }

  div.order-info div {
    min-height: 8rem;
    margin: 1rem auto;
    max-width: 70%;
  }

  /* =  Components = */
  .full-callout .columns &gt; div {
    padding: 0;
  }
  .full-callout .washers {
    display: block;
  }
  .full-callout h2,
.full-callout p {
    padding-right: 3rem;
  }

  .callout {
    font-size: 2rem;
  }

  .featured-items {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    margin-top: 5em;
  }
  .featured-items &gt; a {
    flex-basis: 32%;
    max-width: 32%;
    transition: transform 500ms;
    transform: translateY(0);
    background-image: url(/img/blue-texture.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.25);
  }
  .featured-items &gt; a:hover {
    transition: transform 500ms;
    transform: translateY(-2rem);
  }

  .responsive:before {
    content: none;
  }

  .socialmedia-grid .heading {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .socialmedia-grid .heading a:last-child {
    position: relative;
  }
  .socialmedia-grid .heading a:last-child::before {
    background-color: #ddd;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .socialmedia-grid .grid-wrapper {
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    height: 70vw;
    max-height: 750px;
    margin: auto;
  }
  .socialmedia-grid .socialmedia-item {
    height: calc(50% - 5px);
    width: calc(37.5% - 5px);
  }
  .socialmedia-grid .socialmedia-item:nth-child(6), .socialmedia-grid .socialmedia-item:nth-child(2) {
    width: calc(25% - 5px);
  }
  .socialmedia-grid .socialmedia-item p {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 1175px) {
  /* = Layout = */
  header.primary {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    z-index: 2;
    border-bottom: none;
  }
  header.primary .branding {
    display: none;
  }

  header.secondary {
    display: none;
  }

  .hero {
    background-attachment: fixed;
    padding: 250px 180px 50px;
    min-height: 300px;
  }
  .hero .copy h1 {
    color: white;
    font-size: 4em;
    padding-top: 30px;
  }

  body#home .hero {
    padding: 300px 180px 200px;
    min-height: 500px;
  }

  nav ul {
    text-align: left;
  }

  nav.primary {
    margin-bottom: 0;
  }
  nav.primary &gt; ul &gt; li {
    font-size: 0.9rem;
    padding-bottom: 1rem;
    position: relative;
  }
  nav.primary &gt; ul &gt; li:first-child {
    margin-left: 0;
  }
  nav.primary ul {
    text-align: left;
  }
  nav.primary ul li li {
    display: block;
    float: none;
  }

  .utilities nav.utility {
    margin-bottom: 0.4rem;
  }
  .utilities nav.utility ul {
    text-align: right;
  }

  .desktop {
    align-items: flex-end;
    display: flex;
    flex: 1 1 auto;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .desktop nav.primary {
    align-self: flex-start;
    flex-basis: 100%;
    max-width: 100%;
  }
  .desktop nav.primary ul {
    justify-content: flex-end;
  }
  .desktop nav.primary ul li {
    cursor: pointer;
    margin-top: 2em;
    text-align: center;
    padding: 0;
  }
  .desktop nav.primary ul li.mega {
    z-index: 10;
  }
  .desktop nav.primary ul li.mega::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .desktop nav.primary ul li a {
    display: block;
    padding: 1em 1.5em 0.75em;
  }
  .desktop nav.primary ul li:hover a {
    background: #10253c;
  }
  .desktop nav.primary ul li:nth-child(1) i, .desktop nav.primary ul li:nth-child(2) i {
    margin: 0 0 0 0.5em;
  }
  .desktop nav.primary ul li:nth-child(6) i {
    margin: 0 0.5em 0 0;
  }
  .desktop nav.primary ul li.branding-centered {
    width: 375px;
    margin-top: 0;
    margin-left: 1.7em;
    z-index: 1;
  }
  .desktop nav.primary ul li.branding-centered img {
    display: none;
    width: 100%;
  }
  .desktop nav.primary ul li.branding-centered a {
    padding: 0;
    position: absolute;
  }
  .desktop nav.primary ul li.branding-centered:hover a {
    background: transparent;
  }
  .desktop nav.primary .dropdown {
    background: #10253c;
  }
  .desktop nav.primary .dropdown .menu {
    cursor: default;
  }
  .desktop nav.primary .dropdown .menu p, .desktop nav.primary .dropdown .menu address {
    text-transform: none;
  }
  .desktop nav.primary .dropdown .menu p strong {
    text-transform: uppercase;
  }
  .desktop nav.primary .dropdown .menu a {
    color: #ffffff;
    display: block;
    padding: 0;
    text-decoration: underline;
  }
  .desktop nav.primary .dropdown .menu a:hover {
    color: #306fb5;
  }
  .desktop nav.primary .dropdown .menu img {
    width: 25%;
    text-align: right;
    float: right;
  }
  .desktop nav.primary .dropdown .menu img.ace {
    text-align: left;
    width: 35%;
    float: none;
  }
  .desktop nav.primary .dropdown .menu &gt; * {
    display: flex;
    flex-flow: row nowrap;
    text-align: left;
  }
  .desktop nav.primary .dropdown .menu &gt; * &gt; div {
    flex-basis: 33.33%;
    max-width: 33.33%;
    padding: 0 2em;
  }
  .desktop nav.primary .dropdown .menu &gt; * &gt; div ~ div {
    border-left: 2px solid #808080;
  }

  body.document-loaded .desktop nav.primary ul li.branding-centered {
    display: block;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }
  body.document-loaded .desktop nav.primary ul li.branding-centered img {
    display: block;
  }

  button.menu-toggle {
    display: none;
  }

  .torso .wrap {
    display: flex;
    justify-content: space-between;
  }
  .torso .wrap main {
    flex: 1 1 auto;
  }
  .torso .wrap aside.primary {
    flex: 0 0 25%;
  }

  aside.primary {
    margin-bottom: 0;
  }
  aside.primary nav ul {
    text-align: left;
  }

  footer.primary .wrapper {
    display: flex;
  }
  footer.primary .wrapper &gt; * {
    flex: 1 0 0;
  }
  footer.primary .wrapper &gt; nav {
    flex-grow: 2;
    margin-bottom: 0;
  }
  footer.primary .wrapper &gt; nav &gt; ul {
    justify-content: center;
  }
  footer.primary .branding {
    margin-right: 0;
    max-width: none;
    text-align: left;
  }
  footer.primary .footer-image {
    background-size: 100% 100%;
    background-position: bottom right;
  }

  /* = Section Specific = */
  body#home .hero h1 {
    font-size: 4em;
  }

  .document-loaded .hero::after {
    -webkit-animation-name: stamp;
            animation-name: stamp;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    bottom: 2rem;
    height: 150px;
    transition: all 0.2s ease-in-out;
    width: 150px;
  }

  @-webkit-keyframes stamp {
    0% {
      right: -150px;
      transform: rotate(0deg) scale(0.8);
    }
    98% {
      transform: rotate(-360deg) scale(1.2);
    }
    100% {
      right: 5rem;
      transform: scale(1);
    }
  }

  @keyframes stamp {
    0% {
      right: -150px;
      transform: rotate(0deg) scale(0.8);
    }
    98% {
      transform: rotate(-360deg) scale(1.2);
    }
    100% {
      right: 5rem;
      transform: scale(1);
    }
  }
  .intro-para ul {
    -moz-column-count: 2;
         column-count: 2;
    list-style-position: inside;
    padding-left: 0;
    width: 600px;
  }

  .billing-address input {
    margin-bottom: 20px;
  }
  .billing-address .address-group &gt; div {
    display: flex;
    flex-direction: row;
  }
  .billing-address .address-group &gt; .text {
    display: block;
  }
  .billing-address .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .billing-address .row .col {
    width: 550px;
  }

  div.order-info div {
    max-width: 50%;
  }

  /* = Typography = */
  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  h3 {
    font-size: 1.6rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.15rem;
  }

  /* = Components = */
  .featured-items &gt; a {
    flex-basis: 350px;
    max-width: 350px;
  }

  .responsive:before {
    content: none;
  }
}
@media only screen and (max-height: 900px) and (min-width: 769px) {
  .desktop nav.primary ul li.branding-centered {
    width: 300px;
  }

  .desktop nav.primary ul li.branding-centered img {
    width: 100%;
  }

  body#home .hero {
    min-height: 300px;
    padding: 200px 100px 100px;
  }
  body#home .hero h1 {
    font-size: 3rem;
  }

  .carousel {
    padding: 0;
  }
}
/* = Print Styles = */
@media print {
  * {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }

  a {
    text-decoration: underline;
  }

  pre,
blockquote,
tr,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
}</pre></body></html>