/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */

.toast-center-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */

.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .toast {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .toast:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */

.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */

.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */

.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */

.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}

.toast-container.toast-top-center .toast,
.toast-container.toast-bottom-center .toast {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .toast,
.toast-container.toast-bottom-full-width .toast {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */

@media all and (max-width: 240px) {
  .toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .toast.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

@charset "UTF-8";
/*!
 *  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-face{font-family:'FontAwesome';src:url('fontawesome-webfont.674f50d287a8c48dc19b.eot?v=4.7.0');src:url('fontawesome-webfont.674f50d287a8c48dc19b.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fontawesome-webfont.af7ae505a9eed503f8b8.woff2?v=4.7.0') format('woff2'),url('fontawesome-webfont.fee66e712a8a08eef580.woff?v=4.7.0') format('woff'),url('fontawesome-webfont.b06871f281fee6b241d6.ttf?v=4.7.0') format('truetype'),url('fontawesome-webfont.912ec66d7572ff821749.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}
.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
.fa-4x{font-size:4em}
.fa-5x{font-size:5em}
.fa-fw{width:1.28571429em;text-align:center}
.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}
.fa-ul>li{position:relative}
.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}
.fa-li.fa-lg{left:-1.85714286em}
.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}
.fa-pull-left{float:left}
.fa-pull-right{float:right}
.fa.fa-pull-left{margin-right:.3em}
.fa.fa-pull-right{margin-left:.3em}
.pull-right{float:right}
.pull-left{float:left}
.fa.pull-left{margin-right:.3em}
.fa.pull-right{margin-left:.3em}
.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}
.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}
.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}
.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);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}
.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}
@font-face {
  font-family: 'Founders Grotesk';
  src: url("/assets/fonts/foundersgroteskweb-bold-webfont.eot");
  src: url("/assets/fonts/foundersgroteskweb-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/foundersgroteskweb-bold-webfont.woff2") format("woff2"), url("/assets/fonts/foundersgroteskweb-bold-webfont.woff") format("woff"), url("/assets/fonts/foundersgroteskweb-bold-webfont.ttf") format("truetype"), url("/assets/fonts/foundersgroteskweb-bold-webfont.svg#webfontregular") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Founders Grotesk';
  src: url("/assets/fonts/foundersgroteskweb-light-webfont.eot");
  src: url("/assets/fonts/foundersgroteskweb-light-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/foundersgroteskweb-light-webfont.woff2") format("woff2"), url("/assets/fonts/foundersgroteskweb-light-webfont.woff") format("woff"), url("/assets/fonts/foundersgroteskweb-light-webfont.ttf") format("truetype"), url("/assets/fonts/foundersgroteskweb-light-webfont.svg#webfontregular") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Founders Grotesk';
  src: url("/assets/fonts/foundersgroteskweb-lightitalic-webfont.eot");
  src: url("/assets/fonts/foundersgroteskweb-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/foundersgroteskweb-lightitalic-webfont.woff2") format("woff2"), url("/assets/fonts/foundersgroteskweb-lightitalic-webfont.woff") format("woff"), url("/assets/fonts/foundersgroteskweb-lightitalic-webfont.ttf") format("truetype"), url("/assets/fonts/foundersgroteskweb-lightitalic-webfont.svg#webfontregular") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Founders Grotesk';
  src: url("/assets/fonts/foundersgroteskweb-regular-webfont.eot");
  src: url("/assets/fonts/foundersgroteskweb-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/foundersgroteskweb-regular-webfont.woff2") format("woff2"), url("/assets/fonts/foundersgroteskweb-regular-webfont.woff") format("woff"), url("/assets/fonts/foundersgroteskweb-regular-webfont.ttf") format("truetype"), url("/assets/fonts/foundersgroteskweb-regular-webfont.svg#webfontregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Founders Grotesk';
  src: url("/assets/fonts/foundersgroteskweb-regularitalic-webfont.eot");
  src: url("/assets/fonts/foundersgroteskweb-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/foundersgroteskweb-regularitalic-webfont.woff2") format("woff2"), url("/assets/fonts/foundersgroteskweb-regularitalic-webfont.woff") format("woff"), url("/assets/fonts/foundersgroteskweb-regularitalic-webfont.ttf") format("truetype"), url("/assets/fonts/foundersgroteskweb-regularitalic-webfont.svg#webfontregular") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Founders Grotesk';
  src: url("/assets/fonts/foundersgroteskweb-medium-webfont.eot");
  src: url("/assets/fonts/foundersgroteskweb-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/foundersgroteskweb-medium-webfont.woff2") format("woff2"), url("/assets/fonts/foundersgroteskweb-medium-webfont.woff") format("woff"), url("/assets/fonts/foundersgroteskweb-medium-webfont.ttf") format("truetype"), url("/assets/fonts/foundersgroteskweb-medium-webfont.svg#webfontregular") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/assets/fonts/glyphicons-halflings-regular.eot");
  src: url("/assets/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/assets/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/assets/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.glyphicon-asterisk:before {
  content: "\002a"; }
.glyphicon-plus:before {
  content: "\002b"; }
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }
.glyphicon-minus:before {
  content: "\2212"; }
.glyphicon-cloud:before {
  content: "\2601"; }
.glyphicon-envelope:before {
  content: "\2709"; }
.glyphicon-pencil:before {
  content: "\270f"; }
.glyphicon-glass:before {
  content: "\e001"; }
.glyphicon-music:before {
  content: "\e002"; }
.glyphicon-search:before {
  content: "\e003"; }
.glyphicon-heart:before {
  content: "\e005"; }
.glyphicon-star:before {
  content: "\e006"; }
.glyphicon-star-empty:before {
  content: "\e007"; }
.glyphicon-user:before {
  content: "\e008"; }
.glyphicon-film:before {
  content: "\e009"; }
.glyphicon-th-large:before {
  content: "\e010"; }
.glyphicon-th:before {
  content: "\e011"; }
.glyphicon-th-list:before {
  content: "\e012"; }
.glyphicon-ok:before {
  content: "\e013"; }
.glyphicon-remove:before {
  content: "\e014"; }
.glyphicon-zoom-in:before {
  content: "\e015"; }
.glyphicon-zoom-out:before {
  content: "\e016"; }
.glyphicon-off:before {
  content: "\e017"; }
.glyphicon-signal:before {
  content: "\e018"; }
.glyphicon-cog:before {
  content: "\e019"; }
.glyphicon-trash:before {
  content: "\e020"; }
.glyphicon-home:before {
  content: "\e021"; }
.glyphicon-file:before {
  content: "\e022"; }
.glyphicon-time:before {
  content: "\e023"; }
.glyphicon-road:before {
  content: "\e024"; }
.glyphicon-download-alt:before {
  content: "\e025"; }
.glyphicon-download:before {
  content: "\e026"; }
.glyphicon-upload:before {
  content: "\e027"; }
.glyphicon-inbox:before {
  content: "\e028"; }
.glyphicon-play-circle:before {
  content: "\e029"; }
.glyphicon-repeat:before {
  content: "\e030"; }
.glyphicon-refresh:before {
  content: "\e031"; }
.glyphicon-list-alt:before {
  content: "\e032"; }
.glyphicon-lock:before {
  content: "\e033"; }
.glyphicon-flag:before {
  content: "\e034"; }
.glyphicon-headphones:before {
  content: "\e035"; }
.glyphicon-volume-off:before {
  content: "\e036"; }
.glyphicon-volume-down:before {
  content: "\e037"; }
.glyphicon-volume-up:before {
  content: "\e038"; }
.glyphicon-qrcode:before {
  content: "\e039"; }
.glyphicon-barcode:before {
  content: "\e040"; }
.glyphicon-tag:before {
  content: "\e041"; }
.glyphicon-tags:before {
  content: "\e042"; }
.glyphicon-book:before {
  content: "\e043"; }
.glyphicon-bookmark:before {
  content: "\e044"; }
.glyphicon-print:before {
  content: "\e045"; }
.glyphicon-camera:before {
  content: "\e046"; }
.glyphicon-font:before {
  content: "\e047"; }
.glyphicon-bold:before {
  content: "\e048"; }
.glyphicon-italic:before {
  content: "\e049"; }
.glyphicon-text-height:before {
  content: "\e050"; }
.glyphicon-text-width:before {
  content: "\e051"; }
.glyphicon-align-left:before {
  content: "\e052"; }
.glyphicon-align-center:before {
  content: "\e053"; }
.glyphicon-align-right:before {
  content: "\e054"; }
.glyphicon-align-justify:before {
  content: "\e055"; }
.glyphicon-list:before {
  content: "\e056"; }
.glyphicon-indent-left:before {
  content: "\e057"; }
.glyphicon-indent-right:before {
  content: "\e058"; }
.glyphicon-facetime-video:before {
  content: "\e059"; }
.glyphicon-picture:before {
  content: "\e060"; }
.glyphicon-map-marker:before {
  content: "\e062"; }
.glyphicon-adjust:before {
  content: "\e063"; }
.glyphicon-tint:before {
  content: "\e064"; }
.glyphicon-edit:before {
  content: "\e065"; }
.glyphicon-share:before {
  content: "\e066"; }
.glyphicon-check:before {
  content: "\e067"; }
.glyphicon-move:before {
  content: "\e068"; }
.glyphicon-step-backward:before {
  content: "\e069"; }
.glyphicon-fast-backward:before {
  content: "\e070"; }
.glyphicon-backward:before {
  content: "\e071"; }
.glyphicon-play:before {
  content: "\e072"; }
.glyphicon-pause:before {
  content: "\e073"; }
.glyphicon-stop:before {
  content: "\e074"; }
.glyphicon-forward:before {
  content: "\e075"; }
.glyphicon-fast-forward:before {
  content: "\e076"; }
.glyphicon-step-forward:before {
  content: "\e077"; }
.glyphicon-eject:before {
  content: "\e078"; }
.glyphicon-chevron-left:before {
  content: "\e079"; }
.glyphicon-chevron-right:before {
  content: "\e080"; }
.glyphicon-plus-sign:before {
  content: "\e081"; }
.glyphicon-minus-sign:before {
  content: "\e082"; }
.glyphicon-remove-sign:before {
  content: "\e083"; }
.glyphicon-ok-sign:before {
  content: "\e084"; }
.glyphicon-question-sign:before {
  content: "\e085"; }
.glyphicon-info-sign:before {
  content: "\e086"; }
.glyphicon-screenshot:before {
  content: "\e087"; }
.glyphicon-remove-circle:before {
  content: "\e088"; }
.glyphicon-ok-circle:before {
  content: "\e089"; }
.glyphicon-ban-circle:before {
  content: "\e090"; }
.glyphicon-arrow-left:before {
  content: "\e091"; }
.glyphicon-arrow-right:before {
  content: "\e092"; }
.glyphicon-arrow-up:before {
  content: "\e093"; }
.glyphicon-arrow-down:before {
  content: "\e094"; }
.glyphicon-share-alt:before {
  content: "\e095"; }
.glyphicon-resize-full:before {
  content: "\e096"; }
.glyphicon-resize-small:before {
  content: "\e097"; }
.glyphicon-exclamation-sign:before {
  content: "\e101"; }
.glyphicon-gift:before {
  content: "\e102"; }
.glyphicon-leaf:before {
  content: "\e103"; }
.glyphicon-fire:before {
  content: "\e104"; }
.glyphicon-eye-open:before {
  content: "\e105"; }
.glyphicon-eye-close:before {
  content: "\e106"; }
.glyphicon-warning-sign:before {
  content: "\e107"; }
.glyphicon-plane:before {
  content: "\e108"; }
.glyphicon-calendar:before {
  content: "\e109"; }
.glyphicon-random:before {
  content: "\e110"; }
.glyphicon-comment:before {
  content: "\e111"; }
.glyphicon-magnet:before {
  content: "\e112"; }
.glyphicon-chevron-up:before {
  content: "\e113"; }
.glyphicon-chevron-down:before {
  content: "\e114"; }
.glyphicon-retweet:before {
  content: "\e115"; }
.glyphicon-shopping-cart:before {
  content: "\e116"; }
.glyphicon-folder-close:before {
  content: "\e117"; }
.glyphicon-folder-open:before {
  content: "\e118"; }
.glyphicon-resize-vertical:before {
  content: "\e119"; }
.glyphicon-resize-horizontal:before {
  content: "\e120"; }
.glyphicon-hdd:before {
  content: "\e121"; }
.glyphicon-bullhorn:before {
  content: "\e122"; }
.glyphicon-bell:before {
  content: "\e123"; }
.glyphicon-certificate:before {
  content: "\e124"; }
.glyphicon-thumbs-up:before {
  content: "\e125"; }
.glyphicon-thumbs-down:before {
  content: "\e126"; }
.glyphicon-hand-right:before {
  content: "\e127"; }
.glyphicon-hand-left:before {
  content: "\e128"; }
.glyphicon-hand-up:before {
  content: "\e129"; }
.glyphicon-hand-down:before {
  content: "\e130"; }
.glyphicon-circle-arrow-right:before {
  content: "\e131"; }
.glyphicon-circle-arrow-left:before {
  content: "\e132"; }
.glyphicon-circle-arrow-up:before {
  content: "\e133"; }
.glyphicon-circle-arrow-down:before {
  content: "\e134"; }
.glyphicon-globe:before {
  content: "\e135"; }
.glyphicon-wrench:before {
  content: "\e136"; }
.glyphicon-tasks:before {
  content: "\e137"; }
.glyphicon-filter:before {
  content: "\e138"; }
.glyphicon-briefcase:before {
  content: "\e139"; }
.glyphicon-fullscreen:before {
  content: "\e140"; }
.glyphicon-dashboard:before {
  content: "\e141"; }
.glyphicon-paperclip:before {
  content: "\e142"; }
.glyphicon-heart-empty:before {
  content: "\e143"; }
.glyphicon-link:before {
  content: "\e144"; }
.glyphicon-phone:before {
  content: "\e145"; }
.glyphicon-pushpin:before {
  content: "\e146"; }
.glyphicon-usd:before {
  content: "\e148"; }
.glyphicon-gbp:before {
  content: "\e149"; }
.glyphicon-sort:before {
  content: "\e150"; }
.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }
.glyphicon-sort-by-order:before {
  content: "\e153"; }
.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }
.glyphicon-sort-by-attributes:before {
  content: "\e155"; }
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }
.glyphicon-unchecked:before {
  content: "\e157"; }
.glyphicon-expand:before {
  content: "\e158"; }
.glyphicon-collapse-down:before {
  content: "\e159"; }
.glyphicon-collapse-up:before {
  content: "\e160"; }
.glyphicon-log-in:before {
  content: "\e161"; }
.glyphicon-flash:before {
  content: "\e162"; }
.glyphicon-log-out:before {
  content: "\e163"; }
.glyphicon-new-window:before {
  content: "\e164"; }
.glyphicon-record:before {
  content: "\e165"; }
.glyphicon-save:before {
  content: "\e166"; }
.glyphicon-open:before {
  content: "\e167"; }
.glyphicon-saved:before {
  content: "\e168"; }
.glyphicon-import:before {
  content: "\e169"; }
.glyphicon-export:before {
  content: "\e170"; }
.glyphicon-send:before {
  content: "\e171"; }
.glyphicon-floppy-disk:before {
  content: "\e172"; }
.glyphicon-floppy-saved:before {
  content: "\e173"; }
.glyphicon-floppy-remove:before {
  content: "\e174"; }
.glyphicon-floppy-save:before {
  content: "\e175"; }
.glyphicon-floppy-open:before {
  content: "\e176"; }
.glyphicon-credit-card:before {
  content: "\e177"; }
.glyphicon-transfer:before {
  content: "\e178"; }
.glyphicon-cutlery:before {
  content: "\e179"; }
.glyphicon-header:before {
  content: "\e180"; }
.glyphicon-compressed:before {
  content: "\e181"; }
.glyphicon-earphone:before {
  content: "\e182"; }
.glyphicon-phone-alt:before {
  content: "\e183"; }
.glyphicon-tower:before {
  content: "\e184"; }
.glyphicon-stats:before {
  content: "\e185"; }
.glyphicon-sd-video:before {
  content: "\e186"; }
.glyphicon-hd-video:before {
  content: "\e187"; }
.glyphicon-subtitles:before {
  content: "\e188"; }
.glyphicon-sound-stereo:before {
  content: "\e189"; }
.glyphicon-sound-dolby:before {
  content: "\e190"; }
.glyphicon-sound-5-1:before {
  content: "\e191"; }
.glyphicon-sound-6-1:before {
  content: "\e192"; }
.glyphicon-sound-7-1:before {
  content: "\e193"; }
.glyphicon-copyright-mark:before {
  content: "\e194"; }
.glyphicon-registration-mark:before {
  content: "\e195"; }
.glyphicon-cloud-download:before {
  content: "\e197"; }
.glyphicon-cloud-upload:before {
  content: "\e198"; }
.glyphicon-tree-conifer:before {
  content: "\e199"; }
.glyphicon-tree-deciduous:before {
  content: "\e200"; }
.glyphicon-cd:before {
  content: "\e201"; }
.glyphicon-save-file:before {
  content: "\e202"; }
.glyphicon-open-file:before {
  content: "\e203"; }
.glyphicon-level-up:before {
  content: "\e204"; }
.glyphicon-copy:before {
  content: "\e205"; }
.glyphicon-paste:before {
  content: "\e206"; }
.glyphicon-alert:before {
  content: "\e209"; }
.glyphicon-equalizer:before {
  content: "\e210"; }
.glyphicon-king:before {
  content: "\e211"; }
.glyphicon-queen:before {
  content: "\e212"; }
.glyphicon-pawn:before {
  content: "\e213"; }
.glyphicon-bishop:before {
  content: "\e214"; }
.glyphicon-knight:before {
  content: "\e215"; }
.glyphicon-baby-formula:before {
  content: "\e216"; }
.glyphicon-tent:before {
  content: "\26fa"; }
.glyphicon-blackboard:before {
  content: "\e218"; }
.glyphicon-bed:before {
  content: "\e219"; }
.glyphicon-apple:before {
  content: "\f8ff"; }
.glyphicon-erase:before {
  content: "\e221"; }
.glyphicon-hourglass:before {
  content: "\231b"; }
.glyphicon-lamp:before {
  content: "\e223"; }
.glyphicon-duplicate:before {
  content: "\e224"; }
.glyphicon-piggy-bank:before {
  content: "\e225"; }
.glyphicon-scissors:before {
  content: "\e226"; }
.glyphicon-bitcoin:before {
  content: "\e227"; }
.glyphicon-btc:before {
  content: "\e227"; }
.glyphicon-xbt:before {
  content: "\e227"; }
.glyphicon-yen:before {
  content: "\00a5"; }
.glyphicon-jpy:before {
  content: "\00a5"; }
.glyphicon-ruble:before {
  content: "\20bd"; }
.glyphicon-rub:before {
  content: "\20bd"; }
.glyphicon-scale:before {
  content: "\e230"; }
.glyphicon-ice-lolly:before {
  content: "\e231"; }
.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }
.glyphicon-education:before {
  content: "\e233"; }
.glyphicon-option-horizontal:before {
  content: "\e234"; }
.glyphicon-option-vertical:before {
  content: "\e235"; }
.glyphicon-menu-hamburger:before {
  content: "\e236"; }
.glyphicon-modal-window:before {
  content: "\e237"; }
.glyphicon-oil:before {
  content: "\e238"; }
.glyphicon-grain:before {
  content: "\e239"; }
.glyphicon-sunglasses:before {
  content: "\e240"; }
.glyphicon-text-size:before {
  content: "\e241"; }
.glyphicon-text-color:before {
  content: "\e242"; }
.glyphicon-text-background:before {
  content: "\e243"; }
.glyphicon-object-align-top:before {
  content: "\e244"; }
.glyphicon-object-align-bottom:before {
  content: "\e245"; }
.glyphicon-object-align-horizontal:before {
  content: "\e246"; }
.glyphicon-object-align-left:before {
  content: "\e247"; }
.glyphicon-object-align-vertical:before {
  content: "\e248"; }
.glyphicon-object-align-right:before {
  content: "\e249"; }
.glyphicon-triangle-right:before {
  content: "\e250"; }
.glyphicon-triangle-left:before {
  content: "\e251"; }
.glyphicon-triangle-bottom:before {
  content: "\e252"; }
.glyphicon-triangle-top:before {
  content: "\e253"; }
.glyphicon-console:before {
  content: "\e254"; }
.glyphicon-superscript:before {
  content: "\e255"; }
.glyphicon-subscript:before {
  content: "\e256"; }
.glyphicon-menu-left:before {
  content: "\e257"; }
.glyphicon-menu-right:before {
  content: "\e258"; }
.glyphicon-menu-down:before {
  content: "\e259"; }
.glyphicon-menu-up:before {
  content: "\e260"; }
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }
/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }
/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }
/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }
/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }
/**
     * Add the correct display in IE.
     */
main {
  display: block; }
/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }
/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }
/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }
/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }
/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }
/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }
/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }
/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }
/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sub {
  bottom: -0.25em; }
sup {
  top: -0.5em; }
/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }
/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }
/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }
/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }
/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }
/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }
/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }
button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }
/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }
/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }
/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }
/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }
/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }
/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }
/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }
/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }
/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }
/**
     * Add the correct display in IE.
     */
template {
  display: none; }
/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }
.foundation-mq {
  font-family: "small=0em&medium=30em&large=45em&xlarge=60em&xxlarge=75em"; }
html {
  box-sizing: border-box;
  font-size: 106.25%; }
*,
*::before,
*::after {
  box-sizing: inherit; }
body {
  margin: 0;
  padding: 0;
  background: #cfcfcf;
  font-family: "Founders Grotesk", "Helvetica Neue", Helvetica, Roboto, Arial, Verdana, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }
select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }
button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
[data-whatinput='mouse'] button {
    outline: 0; }
pre {
  overflow: auto; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }
.is-visible {
  display: block !important; }
.is-hidden {
  display: none !important; }
.row {
  max-width: 70.58823529rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
.row .row {
    margin-right: -0.58823529rem;
    margin-left: -0.58823529rem; }
@media print, screen and (min-width: 30em) {
      .row .row {
        margin-right: -0.88235294rem;
        margin-left: -0.88235294rem; } }
@media print, screen and (min-width: 45em) {
      .row .row {
        margin-right: -0.88235294rem;
        margin-left: -0.88235294rem; } }
@media screen and (min-width: 60em) {
      .row .row {
        margin-right: -0.88235294rem;
        margin-left: -0.88235294rem; } }
@media screen and (min-width: 75em) {
      .row .row {
        margin-right: -0.88235294rem;
        margin-left: -0.88235294rem; } }
.row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
.row.expanded {
    max-width: none; }
.row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
.row:not(.expanded) .row {
    max-width: none; }
.row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
.row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }
.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.58823529rem;
  padding-left: 0.58823529rem;
  min-width: 0; }
@media print, screen and (min-width: 30em) {
    .column, .columns {
      padding-right: 0.88235294rem;
      padding-left: 0.88235294rem; } }
.column.row.row, .row.row.columns {
  float: none;
  display: block; }
.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }
.small-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%; }
.small-offset-0 {
  margin-left: 0%; }
.small-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%; }
.small-offset-1 {
  margin-left: 8.33333333%; }
.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }
.small-offset-2 {
  margin-left: 16.66666667%; }
.small-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%; }
.small-offset-3 {
  margin-left: 25%; }
.small-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%; }
.small-offset-4 {
  margin-left: 33.33333333%; }
.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }
.small-offset-5 {
  margin-left: 41.66666667%; }
.small-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%; }
.small-offset-6 {
  margin-left: 50%; }
.small-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%; }
.small-offset-7 {
  margin-left: 58.33333333%; }
.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }
.small-offset-8 {
  margin-left: 66.66666667%; }
.small-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%; }
.small-offset-9 {
  margin-left: 75%; }
.small-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%; }
.small-offset-10 {
  margin-left: 83.33333333%; }
.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }
.small-offset-11 {
  margin-left: 91.66666667%; }
.small-up-1 {
  flex-wrap: wrap; }
.small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }
.small-up-2 {
  flex-wrap: wrap; }
.small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }
.small-up-3 {
  flex-wrap: wrap; }
.small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
.small-up-4 {
  flex-wrap: wrap; }
.small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }
.small-up-5 {
  flex-wrap: wrap; }
.small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }
.small-up-6 {
  flex-wrap: wrap; }
.small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
.small-up-7 {
  flex-wrap: wrap; }
.small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%; }
.small-up-8 {
  flex-wrap: wrap; }
.small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.58823529rem;
  padding-left: 0.58823529rem; }
@media print, screen and (min-width: 30em) {
  .medium-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .medium-offset-1 {
    margin-left: 8.33333333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66666667%; }
  .medium-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .medium-offset-4 {
    margin-left: 33.33333333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66666667%; }
  .medium-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .medium-offset-7 {
    margin-left: 58.33333333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66666667%; }
  .medium-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .medium-offset-10 {
    margin-left: 83.33333333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66666667%; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.28571429%;
      max-width: 14.28571429%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }
@media print, screen and (min-width: 30em) and (min-width: 30em) {
  .medium-expand {
    flex: 1 1 0px; } }
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
@media print, screen and (min-width: 30em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }
@media print, screen and (min-width: 30em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.88235294rem;
    padding-left: 0.88235294rem; } }
@media print, screen and (min-width: 45em) {
  .large-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .large-offset-1 {
    margin-left: 8.33333333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66666667%; }
  .large-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .large-offset-4 {
    margin-left: 33.33333333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66666667%; }
  .large-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .large-offset-7 {
    margin-left: 58.33333333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66666667%; }
  .large-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .large-offset-10 {
    margin-left: 83.33333333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66666667%; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.28571429%;
      max-width: 14.28571429%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }
@media print, screen and (min-width: 45em) and (min-width: 45em) {
  .large-expand {
    flex: 1 1 0px; } }
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
@media print, screen and (min-width: 45em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }
@media print, screen and (min-width: 45em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.88235294rem;
    padding-left: 0.88235294rem; } }
@media screen and (min-width: 60em) {
  .xlarge-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333333%; }
  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66666667%; }
  .xlarge-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333333%; }
  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66666667%; }
  .xlarge-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333333%; }
  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66666667%; }
  .xlarge-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333333%; }
  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66666667%; }
  .xlarge-up-1 {
    flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%; }
  .xlarge-up-4 {
    flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%; }
  .xlarge-up-7 {
    flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      flex: 0 0 14.28571429%;
      max-width: 14.28571429%; }
  .xlarge-up-8 {
    flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }
@media screen and (min-width: 60em) and (min-width: 60em) {
  .xlarge-expand {
    flex: 1 1 0px; } }
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%; }
@media screen and (min-width: 60em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      flex: 1 1 0px; } }
@media screen and (min-width: 60em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.88235294rem;
    padding-left: 0.88235294rem; } }
@media screen and (min-width: 75em) {
  .xxlarge-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333333%; }
  .xxlarge-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66666667%; }
  .xxlarge-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333333%; }
  .xxlarge-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66666667%; }
  .xxlarge-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333333%; }
  .xxlarge-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66666667%; }
  .xxlarge-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333333%; }
  .xxlarge-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66666667%; }
  .xxlarge-up-1 {
    flex-wrap: wrap; }
    .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .xxlarge-up-2 {
    flex-wrap: wrap; }
    .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .xxlarge-up-3 {
    flex-wrap: wrap; }
    .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%; }
  .xxlarge-up-4 {
    flex-wrap: wrap; }
    .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .xxlarge-up-5 {
    flex-wrap: wrap; }
    .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .xxlarge-up-6 {
    flex-wrap: wrap; }
    .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%; }
  .xxlarge-up-7 {
    flex-wrap: wrap; }
    .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
      flex: 0 0 14.28571429%;
      max-width: 14.28571429%; }
  .xxlarge-up-8 {
    flex-wrap: wrap; }
    .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }
@media screen and (min-width: 75em) and (min-width: 75em) {
  .xxlarge-expand {
    flex: 1 1 0px; } }
.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  flex: 0 0 100%; }
@media screen and (min-width: 75em) {
    .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
      flex: 1 1 0px; } }
@media screen and (min-width: 75em) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.88235294rem;
    padding-left: 0.88235294rem; } }
.shrink {
  flex: 0 0 auto;
  max-width: 100%; }
.column-block {
  margin-bottom: 1.17647059rem; }
.column-block > :last-child {
    margin-bottom: 0; }
@media print, screen and (min-width: 30em) {
    .column-block {
      margin-bottom: 1.76470588rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.5;
  text-rendering: optimizeLegibility; }
em,
i {
  font-style: italic;
  line-height: inherit; }
strong,
b {
  font-weight: 500;
  line-height: inherit; }
small {
  font-size: 80%;
  line-height: inherit; }
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Founders Grotesk", "Helvetica Neue", Helvetica, Roboto, Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: inherit;
  text-rendering: optimizeLegibility; }
h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }
h1, .h1 {
  font-size: 1.41176471rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }
h2, .h2 {
  font-size: 1.17647059rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }
h3, .h3 {
  font-size: 1.11764706rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }
h4, .h4 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }
h5, .h5 {
  font-size: 0.88235294rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }
h6, .h6 {
  font-size: 0.76470588rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }
@media print, screen and (min-width: 30em) {
  h1, .h1 {
    font-size: 2.82352941rem; }
  h2, .h2 {
    font-size: 2.11764706rem; }
  h3, .h3 {
    font-size: 1.41176471rem; }
  h4, .h4 {
    font-size: 1rem; }
  h5, .h5 {
    font-size: 0.88235294rem; }
  h6, .h6 {
    font-size: 0.76470588rem; } }
a {
  line-height: inherit;
  color: #000000;
  text-decoration: underline;
  cursor: pointer; }
a:hover, a:focus {
    color: #ff6300; }
a img {
    border: 0; }
hr {
  clear: both;
  max-width: 70.58823529rem;
  height: 0;
  margin: 1.17647059rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }
ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.5; }
li {
  font-size: inherit; }
ul {
  margin-left: 1.25rem;
  list-style-type: disc; }
ol {
  margin-left: 1.25rem; }
ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
dl {
  margin-bottom: 1rem; }
dl dt {
    margin-bottom: 0.3rem;
    font-weight: 500; }
blockquote {
  margin: 0 0 1rem;
  padding: 0.52941176rem 1.17647059rem 0 1.11764706rem;
  border-left: 1px solid #cacaca; }
blockquote, blockquote p {
    line-height: 1.5;
    color: #8a8a8a; }
cite {
  display: block;
  font-size: 0.76470588rem;
  color: #8a8a8a; }
cite:before {
    content: "— "; }
abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none; }
figure {
  margin: 0; }
code {
  padding: 0.11764706rem 0.29411765rem 0.05882353rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 300;
  color: #000000; }
kbd {
  margin: 0;
  padding: 0.11764706rem 0.23529412rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000; }
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.4;
  color: #8a8a8a; }
.lead {
  font-size: 132.8125%;
  line-height: 1.6; }
.stat {
  font-size: 2.5rem;
  line-height: 1; }
p + .stat {
    margin-top: -1rem; }
ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }
.text-left {
  text-align: left; }
.text-right {
  text-align: right; }
.text-center {
  text-align: center; }
.text-justify {
  text-align: justify; }
@media print, screen and (min-width: 30em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }
@media print, screen and (min-width: 45em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }
@media screen and (min-width: 60em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }
@media screen and (min-width: 75em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }
.show-for-print {
  display: none !important; }
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.29411765rem;
  margin: 0 0 0.94117647rem;
  padding: 0.47058824rem;
  border: 1px solid #000000;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: "Founders Grotesk", "Helvetica Neue", Helvetica, Roboto, Arial, Verdana, sans-serif;
  font-size: 0.94117647rem;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #000000;
    background-color: #ffffff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
textarea {
  max-width: 100%; }
textarea[rows] {
    height: auto; }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #cacaca; }
input::placeholder,
textarea::placeholder {
  color: #cacaca; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }
[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }
input[type='search'] {
  box-sizing: border-box; }
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 0.94117647rem; }
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.47058824rem;
  margin-right: 0.94117647rem;
  margin-bottom: 0; }
[type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }
label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.47058824rem; }
[type='file'] {
  width: 100%; }
label {
  display: block;
  margin: 0;
  font-size: 0.94117647rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000000; }
label.middle {
    margin: 0 0 0.94117647rem;
    padding: 0.52941176rem 0; }
.help-text {
  margin-top: -0.47058824rem;
  font-size: 0.82352941rem;
  font-style: italic;
  color: #000000; }
.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 0.94117647rem;
  align-items: stretch; }
.input-group > :first-child {
    border-radius: 0 0 0 0; }
.input-group > :last-child > * {
    border-radius: 0 0 0 0; }
.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
.input-group-label:first-child {
    border-right: 0; }
.input-group-label:last-child {
    border-left: 0; }
.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
.input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: auto;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.94117647rem; }
fieldset {
  margin: 0;
  padding: 0;
  border: 0; }
legend {
  max-width: 100%;
  margin-bottom: 0.47058824rem; }
.fieldset {
  margin: 1.05882353rem 0;
  padding: 1.17647059rem;
  border: 1px solid #cacaca; }
.fieldset legend {
    margin: 0;
    margin-left: -0.17647059rem;
    padding: 0 0.17647059rem; }
select {
  height: 2.29411765rem;
  margin: 0 0 0.94117647rem;
  padding: 0.47058824rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000000;
  border-radius: 0;
  background-color: #ffffff;
  font-family: "Founders Grotesk", "Helvetica Neue", Helvetica, Roboto, Arial, Verdana, sans-serif;
  font-size: 0.94117647rem;
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%280, 0, 0%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -0.94117647rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.41176471rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
@media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
select:focus {
    outline: none;
    border: 1px solid #000000;
    background-color: #ffffff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
select::-ms-expand {
    display: none; }
select[multiple] {
    height: auto;
    background-image: none; }
.is-invalid-input:not(:focus) {
  border-color: #ff0000;
  background-color: #ffe6e6; }
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #ff0000; }
.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #ff0000; }
.is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #ff0000; }
.is-invalid-input:not(:focus)::placeholder {
    color: #ff0000; }
.is-invalid-label {
  color: #ff0000; }
.form-error {
  display: none;
  margin-top: -0.47058824rem;
  margin-bottom: 0.94117647rem;
  font-size: 0.82352941rem;
  font-weight: 500;
  color: #ff0000; }
.form-error.is-visible {
    display: block; }
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ff6300;
  color: #ffffff; }
[data-whatinput='mouse'] .button {
    outline: 0; }
.button:hover, .button:focus {
    background-color: #d95400;
    color: #ffffff; }
.button.tiny {
    font-size: 0.6rem; }
.button.small {
    font-size: 0.75rem; }
.button.large {
    font-size: 1.25rem; }
.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
.button.primary {
    background-color: #ff6300;
    color: #000000; }
.button.primary:hover, .button.primary:focus {
      background-color: #cc4f00;
      color: #000000; }
.button.secondary {
    background-color: #767676;
    color: #000000; }
.button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #000000; }
.button.success {
    background-color: #3adb76;
    color: #000000; }
.button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #000000; }
.button.warning {
    background-color: #ffae00;
    color: #000000; }
.button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #000000; }
.button.alert {
    background-color: #ff0000;
    color: #000000; }
.button.alert:hover, .button.alert:focus {
      background-color: #cc0000;
      color: #000000; }
.button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #ff6300;
      color: #ffffff; }
.button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #ff6300;
        color: #000000; }
.button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #000000; }
.button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #000000; }
.button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #000000; }
.button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ff0000;
        color: #000000; }
.button.hollow {
    border: 1px solid #ff6300;
    color: #ff6300; }
.button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
.button.hollow:hover, .button.hollow:focus {
      border-color: #803200;
      color: #803200; }
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #ff6300;
        color: #ff6300; }
.button.hollow.primary {
      border: 1px solid #ff6300;
      color: #ff6300; }
.button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #803200;
        color: #803200; }
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #ff6300;
          color: #ff6300; }
.button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
.button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
.button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
.button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
.button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
.button.hollow.alert {
      border: 1px solid #ff0000;
      color: #ff0000; }
.button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: maroon;
        color: maroon; }
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #ff0000;
          color: #ff0000; }
.button.clear {
    border: 1px solid #ff6300;
    color: #ff6300; }
.button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
.button.clear:hover, .button.clear:focus {
      border-color: #803200;
      color: #803200; }
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #ff6300;
        color: #ff6300; }
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
.button.clear.primary {
      border: 1px solid #ff6300;
      color: #ff6300; }
.button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #803200;
        color: #803200; }
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #ff6300;
          color: #ff6300; }
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
.button.clear.secondary {
      border: 1px solid #767676;
      color: #767676; }
.button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
.button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
.button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
.button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
.button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
.button.clear.alert {
      border: 1px solid #ff0000;
      color: #ff0000; }
.button.clear.alert:hover, .button.clear.alert:focus {
        border-color: maroon;
        color: maroon; }
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #ff0000;
          color: #ff0000; }
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
.button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
.button.dropdown.hollow::after {
    border-top-color: #ff6300; }
.button.dropdown.hollow.primary::after {
    border-top-color: #ff6300; }
.button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
.button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
.button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
.button.dropdown.hollow.alert::after {
    border-top-color: #ff0000; }
.button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }
a.button:hover, a.button:focus {
  text-decoration: none; }
.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none; }
.accordion[disabled] .accordion-title {
    cursor: not-allowed; }
.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }
.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.70588235rem;
  line-height: 1;
  color: #ff6300; }
:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
.accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
.is-active > .accordion-title::before {
    content: '\2013'; }
.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #ffffff;
  color: #000000; }
:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }
.accordion-menu li {
  width: 100%; }
.accordion-menu a {
  padding: 0.7rem 1rem; }
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ff6300 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }
.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }
.is-accordion-submenu-parent {
  position: relative; }
.has-submenu-toggle > a {
  margin-right: 40px; }
.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
.submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ff6300 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }
.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }
.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #000000; }
.callout > :first-child {
    margin-top: 0; }
.callout > :last-child {
    margin-bottom: 0; }
.callout.primary {
    background-color: #ffe8d9;
    color: #000000; }
.callout.secondary {
    background-color: #eaeaea;
    color: #000000; }
.callout.success {
    background-color: #e1faea;
    color: #000000; }
.callout.warning {
    background-color: #fff3d9;
    color: #000000; }
.callout.alert {
    background-color: #ffd9d9;
    color: #000000; }
.callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }
.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: none;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
  color: #000000; }
.card > :last-child {
    margin-bottom: 0; }
.card-divider {
  flex: 0 1 auto;
  display: flex;
  padding: 0.9375rem;
  background: #e6e6e6; }
.card-divider > :last-child {
    margin-bottom: 0; }
.card-section {
  flex: 1 0 auto;
  padding: 0.9375rem; }
.card-section > :last-child {
    margin-bottom: 0; }
.card-image {
  min-height: 1px; }
.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
[data-whatinput='mouse'] .close-button {
    outline: 0; }
.close-button:hover, .close-button:focus {
    color: #000000; }
.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
.close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
[data-whatinput='mouse'] .menu li {
    outline: 0; }
.menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
.menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
.menu input {
    display: inline-block; }
.menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
.menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
.menu.expanded li {
    flex: 1 1 0px; }
.menu.simple {
    align-items: center; }
.menu.simple li + li {
      margin-left: 1rem; }
.menu.simple a {
      padding: 0; }
@media print, screen and (min-width: 30em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
@media print, screen and (min-width: 45em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
@media screen and (min-width: 60em) {
    .menu.xlarge-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.xlarge-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.xlarge-expanded li {
      flex: 1 1 0px; }
    .menu.xlarge-simple li {
      flex: 1 1 0px; } }
@media screen and (min-width: 75em) {
    .menu.xxlarge-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.xxlarge-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.xxlarge-expanded li {
      flex: 1 1 0px; }
    .menu.xxlarge-simple li {
      flex: 1 1 0px; } }
.menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
.menu.icons a {
    display: flex; }
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex; }
.menu.icon-left li a {
    flex-flow: row nowrap; }
.menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
.menu.icon-right li a {
    flex-flow: row nowrap; }
.menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
.menu.icon-top li a {
    flex-flow: column nowrap; }
.menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      -ms-grid-row-align: stretch;
          align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
.menu.icon-bottom li a {
    flex-flow: column nowrap; }
.menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      -ms-grid-row-align: stretch;
          align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
.menu .is-active > a {
    background: #ff6300;
    color: #ffffff; }
.menu .active > a {
    background: #ff6300;
    color: #ffffff; }
.menu.align-left {
    justify-content: flex-start; }
.menu.align-right li {
    display: flex;
    justify-content: flex-end; }
.menu.align-right li .submenu li {
      justify-content: flex-start; }
.menu.align-right.vertical li {
    display: block;
    text-align: right; }
.menu.align-right.vertical li .submenu li {
      text-align: right; }
.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
.menu.align-center li {
    display: flex;
    justify-content: center; }
.menu.align-center li .submenu li {
      justify-content: flex-start; }
.menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }
.menu-centered > .menu {
  justify-content: center; }
.menu-centered > .menu li {
    display: flex;
    justify-content: center; }
.menu-centered > .menu li .submenu li {
      justify-content: flex-start; }
.no-js [data-responsive-menu] ul {
  display: none; }
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #ff6300;
  color: #ffffff; }
.label.primary {
    background: #ff6300;
    color: #000000; }
.label.secondary {
    background: #767676;
    color: #000000; }
.label.success {
    background: #3adb76;
    color: #000000; }
.label.warning {
    background: #ffae00;
    color: #000000; }
.label.alert {
    background: #ff0000;
    color: #000000; }
.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
.media-object img {
    max-width: none; }
@media screen and (max-width: 29.9375em) {
    .media-object.stack-for-small {
      flex-wrap: wrap; } }
@media screen and (max-width: 29.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 0.9375rem;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }
.media-object-section {
  flex: 0 1 auto; }
.media-object-section:first-child {
    padding-right: 0.9375rem; }
.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 0.9375rem; }
.media-object-section > :last-child {
    margin-bottom: 0; }
.media-object-section.main-section {
    flex: 1 1 0px; }
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
thead,
  tbody,
  tfoot {
    border: none;
    background-color: transparent; }
caption {
    padding: 0.47058824rem 0.58823529rem 0.58823529rem;
    font-weight: 500; }
thead {
    background: #ffffff;
    color: #000000; }
tfoot {
    background: rgba(13, 13, 13, 0);
    color: #000000; }
thead tr,
  tfoot tr {
    background: transparent; }
thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.47058824rem 0.58823529rem 0.58823529rem;
    font-weight: 500;
    text-align: left; }
tbody th,
  tbody td {
    padding: 0.47058824rem 0.58823529rem 0.58823529rem; }
tbody tr {
    border-bottom: 0;
    border-bottom: none;
    background-color: transparent; }
table.striped tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: rgba(13, 13, 13, 0); }
@media screen and (max-width: 44.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }
table.hover thead tr:hover {
  background-color: #fafafa; }
table.hover tfoot tr:hover {
  background-color: rgba(8, 8, 8, 0); }
table.hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0); }
table.hover.striped tr:nth-of-type(even):hover {
  background-color: rgba(0, 0, 0, 0); }
.table-scroll {
  overflow-x: auto; }
.table-scroll table {
    width: auto; }
.hide {
  display: none !important; }
.invisible {
  visibility: hidden; }
@media screen and (max-width: 29.9375em) {
  .hide-for-small-only {
    display: none !important; } }
@media screen and (max-width: 0em), screen and (min-width: 30em) {
  .show-for-small-only {
    display: none !important; } }
@media print, screen and (min-width: 30em) {
  .hide-for-medium {
    display: none !important; } }
@media screen and (max-width: 29.9375em) {
  .show-for-medium {
    display: none !important; } }
@media screen and (min-width: 30em) and (max-width: 44.9375em) {
  .hide-for-medium-only {
    display: none !important; } }
@media screen and (max-width: 29.9375em), screen and (min-width: 45em) {
  .show-for-medium-only {
    display: none !important; } }
@media print, screen and (min-width: 45em) {
  .hide-for-large {
    display: none !important; } }
@media screen and (max-width: 44.9375em) {
  .show-for-large {
    display: none !important; } }
@media screen and (min-width: 45em) and (max-width: 59.9375em) {
  .hide-for-large-only {
    display: none !important; } }
@media screen and (max-width: 44.9375em), screen and (min-width: 60em) {
  .show-for-large-only {
    display: none !important; } }
@media screen and (min-width: 60em) {
  .hide-for-xlarge {
    display: none !important; } }
@media screen and (max-width: 59.9375em) {
  .show-for-xlarge {
    display: none !important; } }
@media screen and (min-width: 60em) and (max-width: 74.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }
@media screen and (max-width: 59.9375em), screen and (min-width: 75em) {
  .show-for-xlarge-only {
    display: none !important; } }
@media screen and (min-width: 75em) {
  .hide-for-xxlarge {
    display: none !important; } }
@media screen and (max-width: 74.9375em) {
  .show-for-xxlarge {
    display: none !important; } }
@media screen and (min-width: 75em) {
  .hide-for-xxlarge-only {
    display: none !important; } }
@media screen and (max-width: 74.9375em) {
  .show-for-xxlarge-only {
    display: none !important; } }
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }
.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
@media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
@media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }
.float-left {
  float: left !important; }
.float-right {
  float: right !important; }
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }
.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }
.clearfix::after {
  clear: both; }
.align-right {
  justify-content: flex-end; }
.align-center {
  justify-content: center; }
.align-justify {
  justify-content: space-between; }
.align-spaced {
  justify-content: space-around; }
.align-right.vertical.menu > li > a {
  justify-content: flex-end; }
.align-center.vertical.menu > li > a {
  justify-content: center; }
.align-top {
  align-items: flex-start; }
.align-self-top {
  align-self: flex-start; }
.align-bottom {
  align-items: flex-end; }
.align-self-bottom {
  align-self: flex-end; }
.align-middle {
  align-items: center; }
.align-self-middle {
  -ms-grid-row-align: center;
      align-self: center; }
.align-stretch {
  align-items: stretch; }
.align-self-stretch {
  -ms-grid-row-align: stretch;
      align-self: stretch; }
.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }
.small-order-1 {
  order: 1; }
.small-order-2 {
  order: 2; }
.small-order-3 {
  order: 3; }
.small-order-4 {
  order: 4; }
.small-order-5 {
  order: 5; }
.small-order-6 {
  order: 6; }
@media print, screen and (min-width: 30em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }
@media print, screen and (min-width: 45em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }
@media screen and (min-width: 60em) {
  .xlarge-order-1 {
    order: 1; }
  .xlarge-order-2 {
    order: 2; }
  .xlarge-order-3 {
    order: 3; }
  .xlarge-order-4 {
    order: 4; }
  .xlarge-order-5 {
    order: 5; }
  .xlarge-order-6 {
    order: 6; } }
@media screen and (min-width: 75em) {
  .xxlarge-order-1 {
    order: 1; }
  .xxlarge-order-2 {
    order: 2; }
  .xxlarge-order-3 {
    order: 3; }
  .xxlarge-order-4 {
    order: 4; }
  .xxlarge-order-5 {
    order: 5; }
  .xxlarge-order-6 {
    order: 6; } }
.flex-container {
  display: flex; }
.flex-child-auto {
  flex: 1 1 auto; }
.flex-child-grow {
  flex: 1 0 auto; }
.flex-child-shrink {
  flex: 0 1 auto; }
.flex-dir-row {
  flex-direction: row; }
.flex-dir-row-reverse {
  flex-direction: row-reverse; }
.flex-dir-column {
  flex-direction: column; }
.flex-dir-column-reverse {
  flex-direction: column-reverse; }
@media print, screen and (min-width: 30em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }
@media print, screen and (min-width: 45em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }
@media screen and (min-width: 60em) {
  .xlarge-flex-container {
    display: flex; }
  .xlarge-flex-child-auto {
    flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto; }
  .xlarge-flex-dir-row {
    flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; } }
@media screen and (min-width: 75em) {
  .xxlarge-flex-container {
    display: flex; }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto; }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto; }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto; }
  .xxlarge-flex-dir-row {
    flex-direction: row; }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .xxlarge-flex-dir-column {
    flex-direction: column; }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; } }
.dropup,
.dropdown {
  position: relative; }
.dropdown-toggle:focus {
  outline: 0; }
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
.dropdown-menu.pull-right {
  right: 0;
  left: auto; }
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #000000;
  white-space: nowrap;
  text-decoration: none; }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none; }
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }
.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }
.dropdown-menu-right {
  left: auto;
  right: 0; }
.dropdown-menu-left {
  left: 0;
  right: auto; }
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }
.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.modal-open {
  overflow: hidden; }
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }
.modal-content {
  position: relative;
  background-color: #e6e6e6;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }
.modal-header {
  padding: 15px 5px;
  border-bottom: 0; }
.modal-header .close {
  font-size: 30px;
  font-weight: 500;
  margin-top: -2px;
  cursor: pointer; }
.modal-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.42857143; }
.modal-body {
  position: relative;
  padding: 15px 5px; }
.modal-footer {
  padding: 15px 5px;
  text-align: right;
  border-top: 0; }
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }
.modal-footer .btn-block + .btn-block {
  margin-left: 0; }
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 700px;
    /* 900 */ } }
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both; }
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.pull-right {
  float: right !important; }
.pull-left {
  float: left !important; }
.hide {
  display: none !important; }
.show {
  display: block !important; }
.invisible {
  visibility: hidden; }
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }
.hidden {
  display: none !important; }
.affix {
  position: fixed; }
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
.alert h4 {
  margin-top: 0;
  color: inherit; }
.alert .alert-link {
  font-weight: 500; }
.alert > p,
.alert > ul {
  margin-bottom: 0; }
.alert > p + p {
  margin-top: 5px; }
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
.alert-success hr {
  border-top-color: #c9e2b3; }
.alert-success .alert-link {
  color: #2b542c; }
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
.alert-info hr {
  border-top-color: #a6e1ec; }
.alert-info .alert-link {
  color: #245269; }
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
.alert-warning hr {
  border-top-color: #f7e1b5; }
.alert-warning .alert-link {
  color: #66512c; }
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
.alert-danger hr {
  border-top-color: #e4b9c0; }
.alert-danger .alert-link {
  color: #843534; }
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
.alert-error hr {
  border-top-color: #e4b9c0; }
.alert-error .alert-link {
  color: #843534; }
/*!
 * Quill Editor v1.0.0
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px 0px 16px 0px;
  position: relative; }
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%; }
.ql-clipboard p {
  margin: 0;
  padding: 0; }
.ql-editor {
  box-sizing: border-box;
  cursor: text;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word; }
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em; }
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none; }
.ql-editor ul > li::before {
  content: '\25CF'; }
.ql-editor li::before {
  display: inline-block;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em; }
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em; }
.ql-editor ol li,
.ql-editor ul li {
  padding-left: 1.5em; }
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-num; }
.ql-editor ol li:before {
  content: counter(list-num, decimal) ". "; }
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1; }
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". "; }
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2; }
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". "; }
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; }
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3; }
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". "; }
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; }
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4; }
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". "; }
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9; }
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5; }
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". "; }
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9; }
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6; }
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". "; }
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9; }
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7; }
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". "; }
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9; }
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8; }
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". "; }
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9; }
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9; }
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". "; }
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em; }
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em; }
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em; }
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em; }
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em; }
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em; }
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em; }
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em; }
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em; }
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em; }
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em; }
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em; }
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em; }
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em; }
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em; }
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em; }
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em; }
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em; }
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em; }
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em; }
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em; }
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em; }
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em; }
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em; }
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em; }
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em; }
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em; }
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em; }
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em; }
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em; }
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em; }
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em; }
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em; }
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em; }
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em; }
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em; }
.ql-editor .ql-video {
  display: block;
  max-width: 100%; }
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto; }
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto; }
.ql-editor .ql-bg-black {
  background-color: #000; }
.ql-editor .ql-bg-red {
  background-color: #e60000; }
.ql-editor .ql-bg-orange {
  background-color: #f90; }
.ql-editor .ql-bg-yellow {
  background-color: #ff0; }
.ql-editor .ql-bg-green {
  background-color: #008a00; }
.ql-editor .ql-bg-blue {
  background-color: #06c; }
.ql-editor .ql-bg-purple {
  background-color: #93f; }
.ql-editor .ql-color-white {
  color: #fff; }
.ql-editor .ql-color-red {
  color: #e60000; }
.ql-editor .ql-color-orange {
  color: #f90; }
.ql-editor .ql-color-yellow {
  color: #ff0; }
.ql-editor .ql-color-green {
  color: #008a00; }
.ql-editor .ql-color-blue {
  color: #06c; }
.ql-editor .ql-color-purple {
  color: #93f; }
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif; }
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace; }
.ql-editor .ql-size-small {
  font-size: 0.75em; }
.ql-editor .ql-size-large {
  font-size: 1.5em; }
.ql-editor .ql-size-huge {
  font-size: 2.5em; }
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit; }
.ql-editor .ql-align-center {
  text-align: center; }
.ql-editor .ql-align-justify {
  text-align: justify; }
.ql-editor .ql-align-right {
  text-align: right; }
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute; }
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table; }
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  outline: none;
  padding: 3px 5px;
  width: 28px; }
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%; }
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none; }
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #ff6300; }
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #ff6300; }
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar button:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-mitter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter {
  stroke: #ff6300; }
.ql-snow {
  box-sizing: border-box; }
.ql-snow * {
  box-sizing: border-box; }
.ql-snow .ql-hidden {
  display: none; }
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden; }
.ql-snow .ql-tooltip {
  position: absolute; }
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none; }
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle; }
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table; }
.ql-snow .ql-toolbar.snow,
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2; }
.ql-snow .ql-stroke-mitter {
  fill: none;
  stroke: #444;
  stroke-mitterlimit: 10;
  stroke-width: 2; }
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444; }
.ql-snow .ql-empty {
  fill: none; }
.ql-snow .ql-even {
  fill-rule: evenodd; }
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1; }
.ql-snow .ql-transparent {
  opacity: 0.4; }
.ql-snow .ql-direction svg:last-child {
  display: none; }
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline; }
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none; }
.ql-snow .ql-editor h1 {
  font-size: 2em; }
.ql-snow .ql-editor h2 {
  font-size: 1.5em; }
.ql-snow .ql-editor h3 {
  font-size: 1.17em; }
.ql-snow .ql-editor h4 {
  font-size: 1em; }
.ql-snow .ql-editor h5 {
  font-size: 0.83em; }
.ql-snow .ql-editor h6 {
  font-size: 0.67em; }
.ql-snow .ql-editor a {
  text-decoration: underline; }
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px; }
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px; }
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px; }
.ql-snow .ql-editor code {
  font-size: 85%;
  padding-bottom: 2px;
  padding-top: 2px; }
.ql-snow .ql-editor code:before,
.ql-snow .ql-editor code:after {
  content: "\A0";
  letter-spacing: -2px; }
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible; }
.ql-snow .ql-editor img {
  max-width: 100%; }
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle; }
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%; }
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px; }
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap; }
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px; }
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2; }
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc; }
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc; }
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1; }
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px; }
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px; }
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px; }
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px; }
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px; }
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px; }
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px; }
.ql-snow .ql-color-picker .ql-picker-item.ql-primary-color {
  margin-bottom: toolbarPadding; }
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px; }
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label); }
.ql-snow .ql-picker.ql-header {
  width: 98px; }
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal'; }
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1'; }
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2'; }
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3'; }
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4'; }
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5'; }
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6'; }
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em; }
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em; }
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em; }
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em; }
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em; }
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em; }
.ql-snow .ql-picker.ql-font {
  width: 108px; }
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif'; }
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif'; }
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace'; }
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif; }
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace; }
.ql-snow .ql-picker.ql-size {
  width: 98px; }
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal'; }
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small'; }
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large'; }
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge'; }
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px; }
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px; }
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px; }
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff; }
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000; }
.ql-toolbar.ql-snow {
  border: 1px solid #000;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
  background-color: #e6e6e6; }
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px; }
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent; }
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px; }
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc; }
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc; }
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000; }
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px; }
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  margin-top: 10px;
  padding: 5px 12px;
  white-space: nowrap; }
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px; }
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px; }
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top; }
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px; }
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px; }
.ql-snow .ql-tooltip a {
  line-height: 26px; }
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none; }
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block; }
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px; }
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:"; }
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:"; }
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:"; }
.ql-snow a {
  color: #06c; }
.ql-container.ql-snow {
  border: 1px solid #000; }
#print_header {
  display: none; }
.disabled {
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  pointer-events: none;
  cursor: initial; }
#site {
  margin-top: 8.11764706rem;
  background-color: #e6e6e6; }
.content-block {
  margin: 1.76470588rem 0; }
.color-red {
  color: red; }
.color-green {
  color: green; }
.ng-toast {
  font-weight: 700; }
.ie9 select {
  background: none;
  padding-right: 0.5rem; }
.loader-spinner {
  color: #ff6300;
  display: inline-block;
  position: relative;
  width: 3.76470588rem;
  height: 3.76470588rem; }
.loader-spinner div {
  -webkit-transform-origin: 1.88235294rem 1.88235294rem;
          transform-origin: 1.88235294rem 1.88235294rem;
  -webkit-animation: loader-spinner 1.2s linear infinite;
          animation: loader-spinner 1.2s linear infinite; }
.loader-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0.17647059rem;
  left: 1.70588235rem;
  width: 0.29411765rem;
  height: 0.82352941rem;
  border-radius: 30%;
  background: #ff6300; }
.loader-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.loader-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.loader-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.loader-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.loader-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.loader-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.loader-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.loader-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.loader-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.loader-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.loader-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }
.loader-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
@-webkit-keyframes loader-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes loader-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.btn {
  display: inline-block;
  padding: 0.58823529rem 1.17647059rem;
  border-radius: 0;
  font-size: 0.88235294rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-weight: 500;
  border: 2px solid transparent;
  transition: background-color 300ms, color 300ms;
  cursor: pointer; }
.btn-fullwidth {
  width: 100%;
  text-align: center;
  padding: 0.58823529rem 0; }
.btn-halfwidth {
  width: calc(50% - 0.625rem);
  text-align: center;
  padding: 0.58823529rem 0;
  margin: 0 0.29411765rem 0 0.29411765rem; }
.btn-primary {
  background-color: #FF6300;
  color: #FFFFFF;
  border-color: #FF6300; }
.btn-primary:focus, .btn-primary:hover {
    background-color: transparent;
    color: #FF6300;
    border-color: #FF6300; }
.btn-secondary {
  background-color: #000000;
  color: #FFFFFF;
  border-color: #000000; }
.btn-secondary:focus, .btn-secondary:hover {
    background-color: transparent;
    color: #000000;
    border-color: #000000; }
.btn-hollow {
  background-color: transparent;
  color: #000000;
  border-color: #000000; }
.btn-hollow:focus, .btn-hollow:hover {
    background-color: #000000;
    color: #FFFFFF;
    border-color: #000000; }
.btn-stats {
  background-color: #e5ce00;
  color: #000000;
  border-color: #e5ce00; }
.btn-stats:focus, .btn-stats:hover {
    background-color: transparent;
    color: #e5ce00;
    border-color: #e5ce00; }
.btn-gray {
  background-color: #939598;
  color: #FFFFFF;
  border-color: #939598; }
.btn-gray:focus, .btn-gray:hover {
    background-color: transparent;
    color: #939598;
    border-color: #939598; }
.btn-stats.btn-fullwidth {
  text-align: left;
  padding: 0.58823529rem 1.17647059rem; }
.btn-stats.btn-fullwidth .glyphicon {
    float: right;
    top: 4px; }
.table {
  font-size: 1rem;
  font-weight: 300;
  border-collapse: collapse; }
.table.table-bordered thead {
    background-color: #e6e6e6;
    border-bottom: 1px solid #000000; }
.table.table-bordered .table-body-row:not(:last-child) {
    border-bottom: 1px solid #000000; }
.table.table-bordered.table-orders thead {
    height: 2.94117647rem;
    background-color: #e6e6e6;
    border-bottom: 1px solid #000000; }
.table.table-bordered.table-orders .table-body-row:not(:last-child) {
    border-bottom: 1px solid #cccccc; }
.table .link {
    color: #cacaca;
    text-decoration: none; }
.table .link .glyphicon {
      font-size: 0.70588235rem;
      margin-left: 5px; }
.table .link:focus, .table .link:hover {
      color: #ff6300; }
.table .link-underlined {
    color: #000000;
    text-decoration: underline; }
.table .models-admin-btn-wrapper .btn {
    float: right; }
.table .models-admin-btn-wrapper .btn + .btn {
    margin-right: 10px; }
@media screen and (min-width: 75em) {
    .table .models-admin-btn-wrapper .btn:last-child {
      float: none; }
    .table .models-admin-btn-wrapper .btn + .btn {
      margin-right: 0; } }
.tabs-wrapper {
  border-bottom: 1px solid #000000;
  background-color: #FFFFFF; }
.tabs-wrapper.no-border {
    border: 0; }
.tabs-wrapper .tabs-nav {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0; }
.tabs-wrapper .tabs-nav::before, .tabs-wrapper .tabs-nav::after {
      display: table;
      content: ' ';
      flex-basis: 0;
      order: 1; }
.tabs-wrapper .tabs-nav::after {
      clear: both; }
.tabs-wrapper .tabs-nav .tab-item {
      display: block;
      float: left;
      padding: 0.58823529rem 1.76470588rem;
      font-weight: 500;
      line-height: 1;
      color: #000000;
      text-decoration: none;
      transition: all 200ms; }
.tabs-wrapper .tabs-nav .tab-item.tab-item-active {
        color: #ffffff;
        background-color: #000000; }
.tabs-wrapper .tabs-nav .tab-item:hover {
        background-color: #ff6300;
        color: #ffffff; }
.tabs-wrapper .tabs-content {
    padding-top: 1.17647059rem; }
.tabs-wrapper .tabs-content form {
      padding-bottom: 1.17647059rem; }
/*PAGINATION*/
.pagination-wrapper {
  padding: 1.17647059rem 0.58823529rem; }
.pagination-wrapper .pagination {
  float: right; }
.pagination a {
  box-sizing: border-box;
  display: block;
  float: left;
  color: #000000;
  background-color: transparent;
  height: 2.35294118rem;
  min-width: 1.76470588rem;
  font-weight: 500;
  line-height: 2.29411765rem;
  text-align: center;
  border: 0;
  margin: 0 1px;
  text-decoration: none;
  transition: all 200ms; }
.pagination a .glyphicon {
    line-height: 2.23529412rem; }
.pagination a:focus,
.pagination a:hover,
.pagination .pagination-current {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000; }
.pagination-rpp .rpp-label,
.pagination-rpp .rpp-select {
  display: block;
  float: left;
  width: auto;
  margin-bottom: 0; }
.pagination-rpp .rpp-label {
  margin-right: 1.17647059rem; }
.supplies-wrapper {
  font-size: 0.88235294rem; }
.supplies-wrapper .empty-state {
    margin-top: 3.52941176rem; }
.supplies-wrapper .row-relative {
    position: relative; }
.supplies-wrapper .row-relative .tabs-nav {
      position: absolute;
      bottom: 0; }
.supplies-wrapper .supply-item-label {
    position: relative;
    height: 4.23529412rem;
    padding: 0.58823529rem; }
.supplies-wrapper .supply-item-label.supply-item-label-bg {
      background-color: #F1F2F2; }
.supplies-wrapper .supply-item-label .title {
      position: absolute;
      bottom: 0; }
.supplies-wrapper .supply-item {
    border-bottom: 0.05882353rem solid #000000; }
.supplies-wrapper .supply-item .supply-item-data-wrapper {
      padding: 0.58823529rem 0; }
.supplies-wrapper .supply-item .supply-item-data-wrapper h5.title {
        margin-bottom: 0; }
.supplies-wrapper .supply-item .edit-item-link {
      display: block;
      width: 5.58823529rem;
      color: #cacaca;
      text-decoration: none; }
.supplies-wrapper .supply-item .edit-item-link:focus, .supplies-wrapper .supply-item .edit-item-link:hover {
        color: #ff6300; }
.supplies-wrapper .supply-item .edit-item-link .glyphicon {
        font-size: 0.82352941rem;
        margin-left: 0.58823529rem; }
.supplies-wrapper .supply-item .full-height {
      height: 100%; }
.supplies-wrapper .supply-item .full-height > .column, .supplies-wrapper .supply-item .full-height > .columns {
        height: 100%; }
.supplies-wrapper .supply-item .supply-item-action {
      position: relative;
      padding: 0.58823529rem;
      height: 6.47058824rem; }
.supplies-wrapper .supply-item .supply-item-action .btn-align-bottom,
      .supplies-wrapper .supply-item .supply-item-action .supply-item-btn-group {
        position: absolute;
        bottom: 0.58823529rem;
        left: 0.58823529rem; }
.supplies-wrapper .supply-item .supply-item-action select {
        width: auto;
        height: 2.35294118rem;
        margin: 0;
        font-weight: 500; }
.supplies-wrapper .supply-item .supply-item-action .btn {
        line-height: 1;
        height: 2.35294118rem;
        padding: 0 1.17647059rem; }
.supplies-wrapper .supply-item .supply-item-action .btn.btn-secondary.btn-disabled {
        color: #000000;
        background-color: #ffffff;
        border-color: #000000;
        opacity: 0.5;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        cursor: initial; }
.supplies-wrapper .supply-item .supply-item-action .supply-item-btn-group select,
      .supplies-wrapper .supply-item .supply-item-action .supply-item-btn-group .supply-item-amount-wrapper,
      .supplies-wrapper .supply-item .supply-item-action .supply-item-btn-group .btn {
        float: left; }
.supplies-wrapper .supply-item .supply-item-action .supply-item-btn-group .btn {
        line-height: 1;
        margin-left: 0.29411765rem;
        padding: 0 0.70588235rem; }
.supplies-wrapper .supply-item .supply-item-action .supply-item-amount-wrapper {
        border: 0.05882353rem solid #000000;
        height: 2.35294118rem;
        line-height: 2.35294118rem;
        font-weight: 500;
        padding: 0 0.88235294rem; }
.supplies-wrapper .supply-item .supply-item-action-bg {
      background-color: #F1F2F2; }
.supplies-wrapper .supplies-loader {
    margin-top: 2.35294118rem; }
.modal.modal-form .article-title,
.modal .modal-form .article-title {
  display: inline-block; }
.modal.modal-form .article-number,
.modal .modal-form .article-number {
  margin-left: 0.58823529rem; }
.modal.modal-form .article-config-wrapper select,
.modal .modal-form .article-config-wrapper select {
  float: left;
  width: calc(28% - 0.29411765rem);
  margin-right: 0.29411765rem; }
.modal.modal-form .article-config-wrapper select:first-of-type,
.modal .modal-form .article-config-wrapper select:first-of-type {
  width: calc(44% - 0.29411765rem); }
.modal.modal-form .btn-counter,
.modal .modal-form .btn-counter {
  padding: 0.625rem 0.5rem; }
.modal.modal-form .btn-counter:focus, .modal.modal-form .btn-counter:hover,
  .modal .modal-form .btn-counter:focus,
  .modal .modal-form .btn-counter:hover {
    background-color: #000000;
    color: #ffffff; }
.modal.modal-form .btn-counter .glyphicon,
.modal .modal-form .btn-counter .glyphicon {
  display: block;
  color: #ffffff;
  text-decoration: none; }
.modal.modal-form .btn-counter span,
.modal .modal-form .btn-counter span {
  display: table-cell;
  vertical-align: middle; }
.modal.modal-form .btn-counter .counter,
.modal .modal-form .btn-counter .counter {
  padding-right: 0.29411765rem;
  width: 1.41176471rem; }
.modal.modal-form .row.form-row-bordered,
.modal .modal-form .row.form-row-bordered {
  padding-top: 0.58823529rem;
  padding-bottom: 0.58823529rem;
  border-bottom: 1px solid #000000; }
.modal.modal-form .uploaded-image-preview,
.modal .modal-form .uploaded-image-preview {
  position: relative;
  float: left;
  margin: 0.29411765rem 0.58823529rem 0.58823529rem 0; }
.modal.modal-form .uploaded-image-remove,
.modal .modal-form .uploaded-image-remove {
  display: block;
  position: absolute;
  width: 1.76470588rem;
  height: 1.76470588rem;
  top: -0.58823529rem;
  right: -0.58823529rem;
  background: url("/assets/pics/close.png") no-repeat;
  cursor: pointer;
  opacity: 0;
  transition: opacity 200ms; }
.modal.modal-form .uploaded-image-remove:focus, .modal.modal-form .uploaded-image-remove:hover,
  .modal .modal-form .uploaded-image-remove:focus,
  .modal .modal-form .uploaded-image-remove:hover {
    opacity: 1; }
.modal.modal-form .crop-area,
.modal .modal-form .crop-area {
  position: relative;
  width: 100%;
  height: 23.52941176rem;
  background-color: #e6e6e6;
  margin-bottom: 1.17647059rem; }
.modal.modal-form .spacer,
.modal .modal-form .spacer {
  height: 0.58823529rem; }
.modal.modal-form .img-upload-wrapper,
.modal .modal-form .img-upload-wrapper {
  margin: 0.58823529rem 0; }
.modal.modal-form .select-inverted,
.modal .modal-form .select-inverted {
  background-color: #000000;
  color: #ffffff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28255, 255, 255%29'></polygon></svg>"); }
@media screen and (min-width: 0\0) {
    .modal.modal-form .select-inverted,
    .modal .modal-form .select-inverted {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg=="); } }
.modal.modal-form .select-inverted:focus,
  .modal .modal-form .select-inverted:focus {
    border-color: #000000; }
.modal.modal-form .model-selector,
.modal .modal-form .model-selector {
  position: relative;
  width: 100%; }
.modal.modal-form .model-selector .dropdown,
  .modal .modal-form .model-selector .dropdown {
    width: 100%; }
.modal.modal-form .model-selector .dropdown-menu,
  .modal .modal-form .model-selector .dropdown-menu {
    position: absolute;
    height: auto;
    width: 100%;
    margin-top: 0.29411765rem;
    margin-left: 0;
    left: 0;
    z-index: 1000;
    background-color: #ffffff;
    border: 0.05882353rem solid #999999;
    max-height: 23.52941176rem;
    overflow-y: auto; }
.modal.modal-form .model-selector .dropdown-menu li,
  .modal .modal-form .model-selector .dropdown-menu li {
    width: 100%;
    font-size: 0.82352941rem;
    line-height: 1.2;
    padding: 0.47058824rem;
    margin-right: 0; }
.modal.modal-form .model-selector .dropdown-menu li.active,
  .modal .modal-form .model-selector .dropdown-menu li.active {
    background-color: #ff6300; }
.modal.modal-form .model-selector .dropdown-menu li.active a,
    .modal .modal-form .model-selector .dropdown-menu li.active a {
      color: #ffffff;
      text-decoration: none; }
.modal.modal-form .amount-selector,
.modal .modal-form .amount-selector {
  width: 3.82352941rem;
  float: right; }
.outlet-intro h2.title {
  line-height: 2.94117647rem; }
.outlet-intro h3.title {
  line-height: 3.41176471rem; }
.outlet-info .btn {
  line-height: 1;
  height: 2.35294118rem;
  padding: 0 1.17647059rem; }
.supplies-wrapper.supplies-wrapper-outlet .tabs-wrapper .supply-item-label .title {
  width: calc(100% - 1.17647059rem); }
.supplies-wrapper.supplies-wrapper-outlet .supply-item-data-wrapper {
  padding: 0.58823529rem 0.58823529rem 0.58823529rem 0; }
.supplies-wrapper.supplies-wrapper-outlet .article-data-wrapper {
  padding: 0 0.58823529rem 0 0.58823529rem; }
.supplies-wrapper.supplies-wrapper-outlet .article-data-wrapper .price-wrapper {
    min-width: 3.82352941rem; }
.supplies-wrapper.supplies-wrapper-outlet .article-set-wrapper {
  margin-top: 0.58823529rem;
  padding: 0.58823529rem;
  background-color: #F1F2F2; }
.supplies-wrapper.supplies-wrapper-outlet .supply-item-action .btn-align-bottom,
.supplies-wrapper.supplies-wrapper-outlet .supply-item-action .supply-item-btn-group {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.supplies-wrapper.supplies-wrapper-outlet .equalized .supply-item-action {
  height: 100%; }
.supplies-wrapper.supplies-wrapper-outlet .remove-padding-left {
  padding-left: 0; }
.supplies-wrapper.supplies-wrapper-outlet .double-padding-left {
  padding-left: 1.875rem; }
.supply-item-info {
  cursor: pointer;
  color: #cacaca; }
.supply-item-info:focus, .supply-item-info:hover {
    color: #ff6300; }
.header {
  width: 100%;
  height: 8.11764706rem;
  background-color: #000000; }
.header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
.header .header-topbar {
    height: 1.6875rem;
    background-color: #000000;
    border-bottom: none;
    color: #ffffff;
    font-size: 0.76470588rem;
    font-weight: 400; }
.header .header-topbar .menu li {
      margin-right: 0.58823529rem; }
.header .header-topbar .menu li.lang {
        margin: 0 0 0 0.58823529rem; }
.header .header-topbar .menu li.lang.active > a > span {
          border: 0.05882353rem solid #ffffff; }
.header .header-topbar .menu a,
    .header .header-topbar .menu .stripe {
      line-height: 1.6875rem;
      color: #ffffff;
      text-decoration: none; }
.header .header-topbar .languages-selection {
      float: right; }
.header .header-topbar .languages-selection .lang-image-ch,
      .header .header-topbar .languages-selection .lang-image-be,
      .header .header-topbar .languages-selection .lang-image-nl-NL,
      .header .header-topbar .languages-selection .lang-image-fr-FR,
      .header .header-topbar .languages-selection .lang-image-en-US,
      .header .header-topbar .languages-selection .lang-image-de-DE {
        margin: 0.41176471rem 0.35294118rem 0.35294118rem 0.35294118rem;
        width: 0.94117647rem;
        height: 0.76470588rem;
        float: left;
        border: 0.05882353rem solid #606060;
        overflow: hidden; }
.header .header-topbar .languages-selection .lang-image-ch {
        background: url("/assets/pics/sprite_v2.png") -645px -66px; }
.header .header-topbar .languages-selection .lang-image-be {
        background: url("/assets/pics/sprite_v2.png") -645px -52px; }
.header .header-topbar .languages-selection .lang-image-nl-NL {
        background: url("/assets/pics/sprite_v2.png") -645px -39px; }
.header .header-topbar .languages-selection .lang-image-fr-FR {
        background: url("/assets/pics/sprite_v2.png") -645px -26px; }
.header .header-topbar .languages-selection .lang-image-en-US {
        background: url("/assets/pics/sprite_v2.png") -645px -13px; }
.header .header-topbar .languages-selection .lang-image-de-DE {
        background: url("/assets/pics/sprite_v2.png") -645px 0px; }
.header .header-topbar .languages-selection a:hover .lang-image-ch,
      .header .header-topbar .languages-selection a:hover .lang-image-be,
      .header .header-topbar .languages-selection a:hover .lang-image-nl-NL,
      .header .header-topbar .languages-selection a:hover .lang-image-fr-FR,
      .header .header-topbar .languages-selection a:hover .lang-image-en-EN,
      .header .header-topbar .languages-selection a:hover .lang-image-de-DE {
        border: 0.05882353rem solid #ffffff; }
.header .header-navbar {
    height: 5.9375rem; }
.header .header-navbar .menu li {
      margin-right: 0.52941176rem; }
.header .header-navbar .menu li + li {
        margin-left: 0.52941176rem; }
.header .header-navbar .menu a {
      font-weight: 400;
      color: #ffffff;
      text-decoration: none; }
.header .header-navbar .menu a:focus, .header .header-navbar .menu a:hover {
        color: #ffffff; }
.header .header-navbar .menu .current a,
    .header .header-navbar .menu a:focus,
    .header .header-navbar .menu a:hover {
      color: #ffffff; }
.header .header-navbar .account-navigation {
      margin: 0.29411765rem 0;
      font-size: 0.94117647rem; }
.header .header-navbar .account-navigation .account-nav-item.account-nav-item-lighter {
        color: #ffffff; }
.header .header-navbar .account-navigation .account-nav-item > a {
        line-height: 2.35294118rem; }
.header .header-navbar .account-navigation .account-nav-item.dropdown-wrapper {
        position: relative; }
.header .header-navbar .account-navigation .account-nav-item,
      .header .header-navbar .account-navigation .stripe {
        color: #ffffff;
        line-height: 2.35294118rem; }
.header .header-navbar .account-navigation .dropdown-toggle {
        font-weight: 400; }
.header .header-navbar .account-navigation .dropdown-toggle > .glyphicon {
          font-size: 0.70588235rem;
          margin-left: 0.58823529rem; }
.header .header-navbar .account-navigation .dropdown-toggle > .account-icon {
          position: relative;
          top: 0.82352941rem;
          display: block;
          width: 0.70588235rem;
          height: 0.70588235rem;
          float: left;
          margin-right: 0.52941176rem;
          background-image: url("/assets/pics/account-icon.png");
          background-size: contain;
          background-position: center center; }
.header .header-navbar .account-navigation .dropdown-menu {
        padding: 0.29411765rem 0; }
.header .header-navbar .account-navigation .dropdown-menu > .dropdown-menu-item {
          width: 100%;
          padding: 0;
          margin: 0; }
.header .header-navbar .account-navigation .dropdown-menu > .dropdown-menu-item > a {
            padding: 0.29411765rem 0.58823529rem;
            color: #000000;
            font-weight: 400; }
.header .header-navbar .account-navigation .dropdown-menu > .dropdown-menu-item > a:focus, .header .header-navbar .account-navigation .dropdown-menu > .dropdown-menu-item > a:hover {
              color: #ff6300;
              background: transparent; }
.header .header-navbar .main-navigation {
      padding-top: 0.58823529rem; }
.header .header-navbar .main-navigation a {
        padding-bottom: 0.35294118rem;
        font-size: 1.25rem;
        font-weight: 500;
        border-bottom: 0.11764706rem solid transparent; }
.header .header-navbar .main-navigation a:hover,
      .header .header-navbar .main-navigation .current a {
        border-color: #ffffff; }
.header .header-navbar .main-navigation .dropdown-menu li {
        padding: 0 0.58823529rem;
        margin: 0.29411765rem 0; }
.header .header-navbar .main-navigation .dropdown-menu li.current a,
        .header .header-navbar .main-navigation .dropdown-menu li > a:hover {
          border-color: #ffffff; }
.header .header-navbar .main-navigation .dropdown-menu a {
        padding: 0.29411765rem 0 0.41176471rem 0.29411765rem;
        font-size: 1rem;
        font-weight: 300;
        border-bottom: 0.11764706rem solid transparent; }
.header .header-navbar .main-navigation .dropdown-menu.dropdown-menu-dark {
        background-color: #000000; }
.header .logo {
    display: block;
    width: 7.47058824rem;
    height: 3.76470588rem;
    margin: 0.88235294rem 0;
    background: url("/assets/pics/sprite.png") -33px 0px;
    cursor: pointer; }
.header .dealer-selector {
    position: relative; }
.header .dealer-selector input[type='text'] {
      width: 11.76470588rem;
      height: 2.35294118rem;
      padding: 0.29411765rem 0.58823529rem; }
.header .dealer-selector .dropdown {
      width: 100%; }
.header .dealer-selector .dropdown-menu {
      position: absolute;
      height: auto;
      width: 100%;
      margin-top: 0.29411765rem;
      margin-left: 0;
      left: 0;
      z-index: 1000;
      background-color: #ffffff;
      border: 0.05882353rem solid #999999;
      max-height: 23.52941176rem;
      overflow-y: auto;
      overflow-x: hidden; }
.header .dealer-selector .dropdown-menu li {
      width: 100%;
      font-size: 0.82352941rem;
      line-height: 1.2;
      padding: 0.47058824rem;
      margin-right: 0; }
.header .dealer-selector .dropdown-menu li + li {
        margin: 0; }
.header .dealer-selector .dropdown-menu li a {
        color: #000000;
        font-weight: 300; }
.header .dealer-selector .dropdown-menu li a:focus, .header .dealer-selector .dropdown-menu li a:hover {
          background-color: transparent; }
.header .dealer-selector .dropdown-menu li.active {
      background-color: #ff6300; }
.header .dealer-selector .dropdown-menu li.active a {
        color: #ffffff; }
.footer {
  width: 100%;
  background-color: #cfcfcf;
  color: #000000; }
.footer .logo {
    margin-top: 2.17647059rem; }
.footer .logo a {
      display: block;
      width: 7.47058824rem;
      height: 3.76470588rem;
      margin: 0;
      background: url("/assets/pics/sprite.png") -163px 0px; }
.footer .footer-content {
    margin: 4.41176471rem 0; }
.footer a {
    color: #000000; }
.footer a:focus, .footer a:hover {
      color: #ff6300; }
.form-wrapper .form-error {
  display: block;
  color: #ff0000; }
.form-wrapper .form-label {
  margin-bottom: 0.29411765rem; }
.form-wrapper.form-wrapper-bordered {
  border: 1px solid #000000; }
.form-wrapper.form-wrapper-padded {
  padding: 1.17647059rem; }
.form-wrapper.form-wrapper-account {
  padding: 1.17647059rem;
  background-color: #ececec; }
.form-wrapper input.ng-touched.ng-invalid,
.form-wrapper textarea.ng-touched.ng-invalid {
  border-color: red; }
.form-wrapper input.ng-touched.ng-valid,
.form-wrapper textarea.ng-touched.ng-valid {
  border-color: green; }
.form-wrapper .input-loader-wrapper {
  position: relative; }
.form-wrapper .input-loader {
  position: absolute;
  top: 0.82352941rem;
  right: 0.58823529rem;
  width: 4rem;
  margin: auto; }
.modal-form input.ng-touched.ng-invalid,
.modal-form textarea.ng-touched.ng-invalid {
  border-color: red; }
.modal-form input.ng-touched.ng-valid,
.modal-form textarea.ng-touched.ng-valid {
  border-color: green; }
.dealerdata .form-wrapper {
  margin-top: 2.11764706rem; }
.dealerdata .form-wrapper.form-wrapper-account {
  margin-top: 0; }
.dealerdata .form-wrapper.form-wrapper-account .title {
    line-height: 1.5; }
.input_field.plaintext {
  background-color: transparent !important;
  border: solid transparent !important;
  border-width: 0 0 !important;
  box-shadow: none !important; }
typeahead-container li::first-letter {
  text-transform: uppercase; }
.circleG {
  background-color: transparent;
  float: left;
  height: 0.70588235rem;
  margin-left: 0.47058824rem;
  width: 0.70588235rem;
  animation-name: bounce_circleG;
  -o-animation-name: bounce_circleG;
  -ms-animation-name: bounce_circleG;
  -webkit-animation-name: bounce_circleG;
  -moz-animation-name: bounce_circleG;
  animation-duration: 2s;
  -o-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  border-radius: 0.58823529rem;
  -o-border-radius: 0.58823529rem;
  -ms-border-radius: 0.58823529rem;
  -webkit-border-radius: 0.58823529rem;
  -moz-border-radius: 0.58823529rem; }
.circleG_1 {
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s; }
.circleG_2 {
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s; }
.circleG_3 {
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s; }
@keyframes bounce_circleG {
  0% { }
  50% {
    background-color: black; }
  100% { } }
@-webkit-keyframes bounce_circleG {
  0% { }
  50% {
    background-color: black; }
  100% { } }
.stats-wrapper {
  background-color: #333333;
  color: #999999;
  padding: 1.17647059rem 0;
  font-size: 0.88235294rem;
  font-weight: 400; }
.stats-wrapper .stat-item .stat-text,
  .stats-wrapper .stat-item .stat-title {
    text-transform: uppercase;
    margin-left: 1.25rem; }
.stats-wrapper .stat-item .stat-title {
    display: inline-block;
    color: #ffffff;
    font-size: 1.17647059rem;
    line-height: 1;
    margin-top: 0.11764706rem;
    margin-bottom: 0.11764706rem; }
.stats-wrapper .stat-item .btn-stats {
    margin-top: 1.17647059rem; }
app-dashboard .card .card-section:first-child {
  min-height: 18.23529412rem; }
app-login,
app-new-account,
app-reset-password,
app-password-reset {
  display: block;
  padding-top: 1rem; }
@media print, screen and (min-width: 30em) {
    app-login .btn-primary,
    app-new-account .btn-primary,
    app-reset-password .btn-primary,
    app-password-reset .btn-primary {
      float: right; } }
.login-error,
.ww-reset-success > h5 {
  font-weight: 700; }
.messages-tab-search {
  position: relative;
  float: right;
  width: 18.82352941rem;
  top: -2.64705882rem; }
.messages-tab-search label,
  .messages-tab-search input[type="text"] {
    display: block;
    width: auto;
    float: right; }
.messages-tab-search label {
    margin-right: 0.58823529rem; }
.messages-tab-search input[type="text"] {
    padding-right: 1.17647059rem; }
.messages-tab-search .search-input-clear {
    position: absolute;
    right: 0.58823529rem;
    top: 0.35294118rem;
    cursor: pointer; }
.messagebox-actions-wrapper::before, .messagebox-actions-wrapper::after, .tracktrace-actions-wrapper::before, .tracktrace-actions-wrapper::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }
.messagebox-actions-wrapper::after, .tracktrace-actions-wrapper::after {
  clear: both; }
.messagebox-actions-wrapper .action, .tracktrace-actions-wrapper .action {
  display: block;
  float: left;
  padding: 0.58823529rem 1.17647059rem;
  text-decoration: none; }
.messagebox-actions-wrapper .action .glyphicon, .tracktrace-actions-wrapper .action .glyphicon {
    font-size: 0.70588235rem;
    margin-right: 0.29411765rem; }
.messagebox-actions-wrapper .action.action-disabled, .tracktrace-actions-wrapper .action.action-disabled {
    color: #cacaca; }
.messagebox-actions-wrapper .action.action-dark, .tracktrace-actions-wrapper .action.action-dark {
    background-color: #000000;
    color: #ffffff; }
.messagebox-actions-wrapper.messagebox-actions-wrapper-bordered, .tracktrace-actions-wrapper.messagebox-actions-wrapper-bordered {
  margin: 0;
  border-bottom: 0.05882353rem solid #000000; }
.messagebox-divider {
  margin: 0 0.9375rem;
  border-bottom: 0.05882353rem solid #000000; }
.messagebox-msg-content p {
  margin: 0; }
.attachments {
  list-style: none;
  margin: 0;
  padding: 0; }
.messagebox-table tr {
  border-bottom: 0.05882353rem solid #cacaca; }
.messagebox-table td,
.messagebox-table th {
  line-height: 1;
  vertical-align: middle; }
.messagebox-table td input[type="checkbox"],
  .messagebox-table th input[type="checkbox"] {
    margin-bottom: 0; }
.messagebox-table ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.messagebox-table ul > li:last-of-type {
    margin-bottom: 0; }
.messagebox-table thead tr:first-of-type {
  border-bottom-color: #000000; }
.messagebox-table th {
  background-color: #e6e6e6;
  height: 2.94117647rem;
  text-transform: uppercase; }
.messagebox-table .sortable-table-header {
  cursor: pointer; }
.messagebox-table .sortable-table-header .glyphicon {
    top: 0.05882353rem;
    left: 0.58823529rem;
    font-size: 0.82352941rem; }
.messagebox-table .remove-attachment {
  text-decoration: none; }
.messagebox-table .attachments-col {
  width: 23.52941176rem; }
.messagebox-table .attachments {
  line-height: 1; }
.messagebox-table .attachments li {
    margin-bottom: 0.58823529rem; }
.recipients-wrapper {
  padding: 1.17647059rem;
  margin-bottom: 1.17647059rem;
  background-color: #e6e6e6; }
.recipients-wrapper .messagebox-recipients-filename {
    line-height: 2.70588235rem;
    font-weight: 500; }
.recipients-wrapper .recipients-divider {
    height: 0.05882353rem;
    background-color: silver;
    margin-top: 1.17647059rem;
    margin-bottom: 1.17647059rem; }
.recipients-wrapper .messagebox-recipients {
    margin: 0.29411765rem 0; }
.recipients-wrapper .messagebox-recipients.messagebox-valid-recipients {
      color: #3adb76; }
.recipients-wrapper .messagebox-recipients.messagebox-invalid-recipients {
      color: #ff0000; }
.recipients-wrapper .messagebox-recipients > .fa {
      margin-right: 0.41176471rem; }
dropzone > .dropzone.dz-wrapper .dz-message {
  max-width: inherit !important;
  width: 100% !important;
  margin: 0.47058824rem 0 !important;
  min-height: 2.94117647rem !important; }
.message-unread {
  font-weight: 700; }
.message-action .btn-margin-left {
  margin-left: 0.58823529rem; }
app-messages .tabs-wrapper .tabs-nav .tab-item {
  background-color: #e6e6e6; }
app-messages .tabs-wrapper .tabs-nav .tab-item:hover {
    background-color: #000000; }
.tab-content-stats .messagebox-table tr:hover {
  background-color: #e6e6e6;
  cursor: pointer; }
.screen-warning-backdrop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 0.58823529rem;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999; }
.screen-warning {
  position: relative;
  width: 18.82352941rem;
  height: auto;
  top: 50%;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.screen-warning-header {
  background-color: #000000;
  color: #ffffff;
  padding: 0.58823529rem 1.17647059rem; }
.screen-warning-header.screen-warning-header-mobile {
    display: none; }
.screen-warning-content {
  padding: 1.17647059rem; }
.screen-warning-content .tablet-icon {
    display: block;
    background-image: url("/assets/pics/icon-tablet.png");
    background-repeat: no-repeat;
    width: 91px;
    height: 63px;
    display: block;
    margin: 34px auto 5px; }
.screen-warning-content.screen-warning-content-mobile {
    display: none; }
@media all and (min-width: 480px) and (max-width: 1023px) {
  .screen-warning-backdrop {
    display: block; } }
@media all and (min-width: 0) and (max-width: 479px) {
  .screen-warning-header,
  .screen-warning-content {
    display: none; }
  .screen-warning-backdrop,
  .screen-warning-header.screen-warning-header-mobile,
  .screen-warning-content.screen-warning-content-mobile {
    display: block; } }
.tabs-content .tabs-panel {
  display: none; }
.tabs-content .tabs-panel .tab-panel-padding-top {
    padding-top: 20px; }
.tabs-content .tabs-panel.show {
    display: block; }
.product-overview,
.collection-overview,
.history-overview {
  margin: 0; }
.product-overview .padding,
  .collection-overview .padding,
  .history-overview .padding {
    padding: 1.76470588rem 0.88235294rem; }
.product-overview .product-overview-title,
  .collection-overview .product-overview-title,
  .history-overview .product-overview-title {
    font-size: 1.17647059rem;
    line-height: 2.35294118rem;
    padding-left: 1.17647059rem;
    padding-top: 1.17647059rem; }
.product-overview .product-overview-title.no-margin,
    .collection-overview .product-overview-title.no-margin,
    .history-overview .product-overview-title.no-margin {
      margin-bottom: 0; }
.product-overview .product-overview-filter-select,
  .collection-overview .product-overview-filter-select,
  .history-overview .product-overview-filter-select {
    height: 2.35294118rem;
    background: #e6e6e6 url("/assets/img/arrow-down.svg") 95% 55% no-repeat;
    border: 0;
    font-size: 1rem;
    margin-bottom: 1.17647059rem; }
.product-overview .product-group .product-group-header,
  .collection-overview .product-group .product-group-header,
  .history-overview .product-group .product-group-header {
    margin-bottom: 1.76470588rem;
    border-bottom: 0.05882353rem solid #000000; }
.product-overview .product-group .product-group-header h3,
    .collection-overview .product-group .product-group-header h3,
    .history-overview .product-group .product-group-header h3 {
      font-size: 1.76470588rem;
      margin-bottom: 0.58823529rem; }
.product-overview .product,
  .collection-overview .product,
  .history-overview .product {
    margin-bottom: 3.52941176rem;
    position: relative; }
.product-overview .product .product-image,
    .collection-overview .product .product-image,
    .history-overview .product .product-image {
      position: relative;
      overflow: hidden;
      border: 0.05882353rem solid #e6e6e6;
      height: 10rem;
      border-radius: 0; }
@media print, screen and (min-width: 45em) {
        .product-overview .product .product-image,
        .collection-overview .product .product-image,
        .history-overview .product .product-image {
          height: 8.82352941rem; } }
@media screen and (min-width: 60em) {
        .product-overview .product .product-image,
        .collection-overview .product .product-image,
        .history-overview .product .product-image {
          height: 7.64705882rem; } }
@media screen and (min-width: 75em) {
        .product-overview .product .product-image,
        .collection-overview .product .product-image,
        .history-overview .product .product-image {
          height: 11.76470588rem; } }
.product-overview .product .product-image .custom-checkbox,
      .collection-overview .product .product-image .custom-checkbox,
      .history-overview .product .product-image .custom-checkbox {
        height: 100%; }
.product-overview .product .product-image .custom-checkbox .custom-checkbox-box,
        .collection-overview .product .product-image .custom-checkbox .custom-checkbox-box,
        .history-overview .product .product-image .custom-checkbox .custom-checkbox-box {
          top: 0.58823529rem;
          right: 0.58823529rem;
          width: 1.17647059rem;
          height: 1.17647059rem; }
.product-overview .product .product-image .custom-checkbox .custom-checkbox-box:after,
          .collection-overview .product .product-image .custom-checkbox .custom-checkbox-box:after,
          .history-overview .product .product-image .custom-checkbox .custom-checkbox-box:after {
            width: 0.70588235rem;
            height: 0.41176471rem;
            top: 0.23529412rem;
            left: 0.17647059rem; }
.product-overview .product .product-image .custom-checkbox label,
        .collection-overview .product .product-image .custom-checkbox label,
        .history-overview .product .product-image .custom-checkbox label {
          margin: 0;
          width: 100%;
          height: 100%; }
.product-overview .product .product-image .custom-checkbox input[type='checkbox'],
        .collection-overview .product .product-image .custom-checkbox input[type='checkbox'],
        .history-overview .product .product-image .custom-checkbox input[type='checkbox'] {
          display: none; }
.product-overview .product .product-image img,
      .collection-overview .product .product-image img,
      .history-overview .product .product-image img {
        max-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
.product-overview .product .product-image .product-image-document,
      .collection-overview .product .product-image .product-image-document,
      .history-overview .product .product-image .product-image-document {
        display: block;
        width: 100%;
        height: 100%;
        background: #e6e6e6; }
.product-overview .product .product-image .product-image-document > .fa,
        .collection-overview .product .product-image .product-image-document > .fa,
        .history-overview .product .product-image .product-image-document > .fa {
          position: absolute;
          top: 50%;
          left: 50%;
          display: block;
          font-size: 3.52941176rem;
          color: #666666;
          -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
.product-overview .product .product-image .product-image-document > .fa.fa-file-pdf-o,
          .collection-overview .product .product-image .product-image-document > .fa.fa-file-pdf-o,
          .history-overview .product .product-image .product-image-document > .fa.fa-file-pdf-o {
            color: #ff0000; }
.product-overview .product .product-image .product-image-document > .fa.fa-file-word-o,
          .collection-overview .product .product-image .product-image-document > .fa.fa-file-word-o,
          .history-overview .product .product-image .product-image-document > .fa.fa-file-word-o {
            color: #2a5696; }
.product-overview .product .product-image .product-image-document > .fa.fa-file-excel-o,
          .collection-overview .product .product-image .product-image-document > .fa.fa-file-excel-o,
          .history-overview .product .product-image .product-image-document > .fa.fa-file-excel-o {
            color: #1d7044; }
.product-overview .product .product-image .product-image-document > .fa.fa-file-powerpoint-o,
          .collection-overview .product .product-image .product-image-document > .fa.fa-file-powerpoint-o,
          .history-overview .product .product-image .product-image-document > .fa.fa-file-powerpoint-o {
            color: #d04424; }
.product-overview .product .product-image .product-image-document > .fa.fa-file-image-o,
          .collection-overview .product .product-image .product-image-document > .fa.fa-file-image-o,
          .history-overview .product .product-image .product-image-document > .fa.fa-file-image-o {
            color: #0696d7; }
.product-overview .product .product-title,
    .collection-overview .product .product-title,
    .history-overview .product .product-title {
      font-size: 1rem;
      font-weight: 500;
      margin: 0.58823529rem 0 0 0;
      line-height: 1;
      display: block; }
.product-overview .product .product-download,
    .collection-overview .product .product-download,
    .history-overview .product .product-download {
      color: #ffffff;
      position: absolute;
      left: 0.58823529rem;
      bottom: 0.58823529rem;
      width: 1.76470588rem;
      height: 1.76470588rem;
      background-color: #000000;
      cursor: pointer;
      text-align: center; }
.product-overview .product .product-download:hover, .product-overview .product .product-download:focus,
      .collection-overview .product .product-download:hover,
      .collection-overview .product .product-download:focus,
      .history-overview .product .product-download:hover,
      .history-overview .product .product-download:focus {
        background-color: #ff6300; }
.product-overview .product .product-download > svg,
      .collection-overview .product .product-download > svg,
      .history-overview .product .product-download > svg {
        position: relative;
        top: 0.29411765rem;
        width: 0.94117647rem;
        height: 0.94117647rem;
        fill: #ffffff; }
.product-overview .sidebar-container {
  position: relative; }
.product-overview .sidebar-container.sidebar-filters-container {
    background-color: #e6e6e6; }
.product-overview .sidebar-container.sidebar-basket-container {
    border-left: 0.05882353rem solid #e6e6e6; }
.product-overview .sidebar-container .sidebar .sidebar-title {
    font-size: 1.76470588rem;
    border-bottom: 0.05882353rem solid #000000; }
.product-overview .sidebar-container .sidebar .attribute-filter {
    position: relative;
    padding: 1.17647059rem 0 2.35294118rem 0;
    overflow: hidden;
    transition: all 0.2s;
    border-bottom: 0.05882353rem solid #000000; }
.product-overview .sidebar-container .sidebar .attribute-filter.open {
      max-height: 10.88235294rem; }
.product-overview .sidebar-container .sidebar .attribute-filter.close {
      height: 2.94117647rem;
      padding: 0.94117647rem 1.17647059rem 1rem 1.17647059rem; }
.product-overview .sidebar-container .sidebar .attribute-filter.close .show-less, .product-overview .sidebar-container .sidebar .attribute-filter.close .show-more {
        visibility: hidden;
        opacity: 0; }
.product-overview .sidebar-container .sidebar .attribute-filter.close .custom-checkbox {
        display: none; }
.product-overview .sidebar-container .sidebar .attribute-filter.show-all {
      height: initial; }
.product-overview .sidebar-container .sidebar .show-more,
  .product-overview .sidebar-container .sidebar .show-less {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ff6300;
    background-color: #e6e6e6;
    font-weight: 300;
    width: 100%;
    padding: 0.29411765rem 0 0.58823529rem 1.35294118rem;
    visibility: visible;
    opacity: 1;
    cursor: pointer;
    transition: visibility, opacity 0.2s; }
.product-overview .sidebar-container .sidebar .show-more.hidden,
    .product-overview .sidebar-container .sidebar .show-less.hidden {
      display: none; }
.product-overview .sidebar-container .sidebar .show-more:before,
    .product-overview .sidebar-container .sidebar .show-less:before {
      background: url("/assets/pics/arrow-down-orange.svg") no-repeat;
      content: '';
      position: absolute;
      top: 0.94117647rem;
      left: 0;
      width: 0.76470588rem;
      height: 0.76470588rem; }
.product-overview .sidebar-container .sidebar .show-more.show-less:before,
    .product-overview .sidebar-container .sidebar .show-less.show-less:before {
      background: url("/assets/pics/arrow-up-orange.svg") no-repeat; }
.product-overview .sidebar-container .sidebar .attribute-filter-title {
    position: relative;
    display: block;
    margin-bottom: 0.41176471rem;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500; }
.product-overview .sidebar-container .sidebar input[type="checkbox"] {
    visibility: hidden;
    margin: 0; }
.product-overview .sidebar-container .sidebar .attribute-filter-input {
    width: 100%;
    height: 2.11764706rem;
    border: solid 0.05882353rem #8a8a8a;
    margin: 0.29411765rem 0 0.58823529rem 0; }
.product-overview .sidebar-container .sidebar .custom-checkbox {
    margin: 0; }
.product-overview .sidebar-container .sidebar .custom-checkbox .custom-checkbox-box {
      top: 0.35294118rem;
      left: 0;
      width: 0.82352941rem;
      height: 0.82352941rem; }
.product-overview .sidebar-container .sidebar .custom-checkbox .custom-checkbox-box:after {
        width: 0.52941176rem;
        height: 0.29411765rem;
        top: 0.17647059rem;
        left: 0.11764706rem; }
.product-overview .sidebar-container .sidebar .custom-checkbox .custom-checkbox-box span {
        margin-left: 1.17647059rem; }
.product-overview .sidebar-container .sidebar label {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 0 0.58823529rem; }
.product-overview .sidebar-container .sidebar.location-sidebar .attribute-filter {
    padding: 1.17647059rem; }
.product-overview .sidebar-container .sidebar.location-sidebar .attribute-filter.close {
    padding: 0.88235294rem 1.17647059rem 1.17647059rem 1.17647059rem; }
.product-overview .sidebar-container .sidebar.location-sidebar .attribute-filter.open {
    height: 10.58823529rem; }
.product-overview .sidebar-container .sidebar.location-sidebar .attribute-filter-input,
  .product-overview .sidebar-container .sidebar.location-sidebar select {
    margin-top: 1rem; }
.product-overview .sidebar-container .sidebar.basket .basket-item {
    border-bottom: 0.05882353rem solid #cacaca;
    padding: 0.88235294rem 0; }
@media screen and (min-width: 45em) and (max-width: 59.9375em) {
      .product-overview .sidebar-container .sidebar.basket .basket-item .product-title, .product-overview .sidebar-container .sidebar.basket .basket-item .basket-delete {
        margin-top: 0.58823529rem; } }
.product-overview .sidebar-container .sidebar.basket .basket-item .basket-delete {
      color: #ffffff;
      background-color: #FF0000;
      width: 1.17647059rem;
      height: 1.17647059rem;
      display: block;
      position: relative;
      border-radius: 100%;
      cursor: pointer;
      margin: 0 auto; }
.product-overview .sidebar-container .sidebar.basket .basket-item .basket-delete .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
.product-overview .sidebar-container .sidebar.basket .basket-item .basket-item-document {
      font-size: 1.88235294rem; }
.product-overview .sidebar-container .sidebar.basket .basket-item .basket-item-document.fa-file-pdf-o {
        color: #ff0000; }
.product-overview .sidebar-container .sidebar.basket .basket-item .basket-item-document.fa-file-word-o {
        color: #2a5696; }
.product-overview .sidebar-container .sidebar.basket .basket-item .basket-item-document.fa-file-excel-o {
        color: #1d7044; }
.product-overview .sidebar-container .sidebar.basket .basket-item .basket-item-document.fa-file-powerpoint-o {
        color: #d04424; }
.product-overview .sidebar-container .sidebar.basket .basket-item .basket-item-document.fa-file-image-o {
        color: #0696d7; }
.collection-overview .product,
.history-overview .product {
  padding-bottom: 0.88235294rem;
  margin-bottom: 2.64705882rem;
  border-bottom: 0.05882353rem solid #000000; }
.collection-overview .product::before, .collection-overview .product::after,
  .history-overview .product::before,
  .history-overview .product::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
.collection-overview .product::after,
  .history-overview .product::after {
    clear: both; }
.collection-overview .product .product-image,
  .collection-overview .product .product-info,
  .history-overview .product .product-image,
  .history-overview .product .product-info {
    width: 50%; }
.collection-overview .product .product-info,
  .history-overview .product .product-info {
    position: absolute;
    right: 0;
    bottom: 0.88235294rem;
    padding: 0.46875rem; }
.collection-overview .product .product-info .download-title,
    .collection-overview .product .product-info .file-title,
    .history-overview .product .product-info .download-title,
    .history-overview .product .product-info .file-title {
      line-height: 1.2;
      margin-bottom: 0.29411765rem;
      word-break: break-all; }
.collection-overview .product .product-info .download-name,
    .collection-overview .product .product-info .file-name,
    .history-overview .product .product-info .download-name,
    .history-overview .product .product-info .file-name {
      line-height: 1.1;
      word-break: break-all; }
.collection-overview .product .product-info .file-size,
    .history-overview .product .product-info .file-size {
      margin-top: 1.17647059rem;
      font-weight: 300; }
.collection-overview .product .basket-delete,
  .history-overview .product .basket-delete {
    position: absolute;
    top: 0.58823529rem;
    right: 0.88235294rem;
    width: 1.41176471rem;
    height: 1.41176471rem;
    text-align: center;
    background-color: #FF0000;
    cursor: pointer;
    border-radius: 50%; }
.collection-overview .product .basket-delete .icon,
    .history-overview .product .basket-delete .icon {
      color: #ffffff;
      font-size: 1.17647059rem;
      line-height: 1.41176471rem; }
.history-overview .product-info {
  height: 100%; }
.history-overview .product-info .download-date {
    margin-bottom: 1.17647059rem; }
@media screen and (min-width: 75em) {
      .history-overview .product-info .download-date {
        margin-bottom: 2.35294118rem; } }
.history-overview .product-info .download-size {
    position: absolute;
    bottom: 0; }
.inline-loader-wrapper {
  padding: 5.88235294rem 0; }
.loader-overlay {
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999; }
.loader-overlay .spinner-wrapper {
    position: absolute;
    width: 5.88235294rem;
    height: 5.88235294rem;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
.loader-overlay .spinner-wrapper > img {
      margin: 1.17647059rem 0 0 1.17647059rem; }
.custom-checkbox {
  position: relative; }
.custom-checkbox .custom-checkbox-box {
    cursor: pointer;
    position: absolute;
    border-radius: 0.17647059rem;
    background: #ffffff;
    border: 0.05882353rem solid #8a8a8a; }
.custom-checkbox .custom-checkbox-box:after {
      opacity: 0;
      content: '';
      position: absolute;
      background: transparent;
      border: 0.17647059rem solid #000000;
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
.custom-checkbox .custom-checkbox-box:hover::after {
      opacity: 0.5; }
.custom-checkbox input[type=checkbox]:checked + label .custom-checkbox-box:after {
    opacity: 1; }
.custom-checkbox input[type=checkbox]:checked + label .custom-checkbox-box {
    background: #ffc725;
    border: 0.05882353rem solid #ffc725; }
@media screen and (min-width: 60em) {
  .has-slideshow .search-filter {
    position: absolute;
    top: -3.52941176rem;
    height: 3.52941176rem !important;
    left: 0;
    z-index: 10;
    border: none !important;
    padding-left: 1.17647059rem;
    padding-right: 2.64705882rem;
    background-position: center right 1.47058824rem;
    border-radius: 0 !important; } }
.search-filter-wrapper {
  position: relative;
  width: 100%;
  z-index: 10; }
.search-filter-wrapper .search-filter-icon {
    position: absolute;
    top: 0.58823529rem;
    right: 0.70588235rem;
    cursor: pointer; }
.search-filter-wrapper .search-filter-no-results {
    position: absolute;
    top: calc(100% + 0.29411765rem);
    left: 0;
    width: 100%;
    padding: 0.58823529rem;
    background-color: #ffffff;
    border: 0.05882353rem solid #000000; }
input[type='search'].search-filter {
  padding-right: 1.52941176rem; }
app-catalog typeahead-container.dropdown.open {
  background-color: #ffffff;
  width: 100%;
  margin-top: 0.17647059rem;
  border: 0.05882353rem solid #333333; }
app-catalog typeahead-container.dropdown.open .dropdown-menu {
    margin: 0; }
app-catalog typeahead-container.dropdown.open .dropdown-menu li {
      width: 100%;
      padding: 0.29411765rem 0.58823529rem; }
app-catalog typeahead-container.dropdown.open .dropdown-menu li > a {
        text-decoration: none; }
app-catalog typeahead-container.dropdown.open .dropdown-menu li.active {
        background-color: #ff6300; }
app-catalog typeahead-container.dropdown.open .dropdown-menu li.active > a {
          color: #333333; }
.sidebar-basket-container .button.download-button {
  margin-top: 1.17647059rem; }
.sidebar-basket-container .button.download-button > .fa {
    font-size: 0.88235294rem;
    margin-left: 0.58823529rem;
    margin-top: 0.05882353rem; }

