@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 PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("./fontawesome-webfont-G5YE5S7X.eot?v=4.7.0");
  src: url("./fontawesome-webfont-G5YE5S7X.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("./fontawesome-webfont-B-jkhYfk.woff2?v=4.7.0") format("woff2"), url("./fontawesome-webfont-CDK5bt4p.woff?v=4.7.0") format("woff"), url("./fontawesome-webfont-CQDK8MU3.ttf?v=4.7.0") format("truetype"), url("./fontawesome-webfont-D13rzr4g.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* -----------------------------------------------------
Foundation
----------------------------------------------------- */
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
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;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}
[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #2e3541;
  -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;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}
pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-x {
  display: flex;
  flex-flow: row wrap;
}
.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}
.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}
.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}
.grid-x > .small-1 {
  width: 8.3333333333%;
}
.grid-x > .small-2 {
  width: 16.6666666667%;
}
.grid-x > .small-3 {
  width: 25%;
}
.grid-x > .small-4 {
  width: 33.3333333333%;
}
.grid-x > .small-5 {
  width: 41.6666666667%;
}
.grid-x > .small-6 {
  width: 50%;
}
.grid-x > .small-7 {
  width: 58.3333333333%;
}
.grid-x > .small-8 {
  width: 66.6666666667%;
}
.grid-x > .small-9 {
  width: 75%;
}
.grid-x > .small-10 {
  width: 83.3333333333%;
}
.grid-x > .small-11 {
  width: 91.6666666667%;
}
.grid-x > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}
.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}
.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.small-up-1 > .cell {
  width: 100%;
}
.small-up-2 > .cell {
  width: 50%;
}
.small-up-3 > .cell {
  width: 33.3333333333%;
}
.small-up-4 > .cell {
  width: 25%;
}
.small-up-5 > .cell {
  width: 20%;
}
.small-up-6 > .cell {
  width: 16.6666666667%;
}
.small-up-7 > .cell {
  width: 14.2857142857%;
}
.small-up-8 > .cell {
  width: 12.5%;
}
@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}
.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}
.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}
.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}
.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}
.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
.small-offset-0 {
  margin-left: 0%;
}
.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}
.small-offset-1 {
  margin-left: 8.3333333333%;
}
.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}
.small-offset-2 {
  margin-left: 16.6666666667%;
}
.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}
.small-offset-3 {
  margin-left: 25%;
}
.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}
.small-offset-4 {
  margin-left: 33.3333333333%;
}
.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}
.small-offset-5 {
  margin-left: 41.6666666667%;
}
.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}
.small-offset-6 {
  margin-left: 50%;
}
.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}
.small-offset-7 {
  margin-left: 58.3333333333%;
}
.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}
.small-offset-8 {
  margin-left: 66.6666666667%;
}
.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}
.small-offset-9 {
  margin-left: 75%;
}
.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}
.small-offset-10 {
  margin-left: 83.3333333333%;
}
.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}
.small-offset-11 {
  margin-left: 91.6666666667%;
}
.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}
@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}
.cell .grid-frame {
  width: 100%;
}
.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}
@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.align-left {
  justify-content: flex-start;
}
.align-right {
  justify-content: flex-end;
}
.align-center {
  justify-content: center;
}
.align-justify {
  justify-content: space-between;
}
.align-spaced {
  justify-content: space-around;
}
.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}
.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 {
  align-self: center;
}
.align-stretch {
  align-items: stretch;
}
.align-self-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: 40em) {
  .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: 64em) {
  .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;
  }
}
.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: 40em) {
  .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: 64em) {
  .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;
  }
}
.button, .external-auth__actions button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button, [data-whatinput=mouse] .external-auth__actions button, .external-auth__actions [data-whatinput=mouse] button {
  outline: 0;
}
.button.tiny, .external-auth__actions button.tiny {
  font-size: 0.6rem;
}
.button.small, .external-auth__actions button.small {
  font-size: 0.75rem;
}
.button.large, .external-auth__actions button.large {
  font-size: 1.25rem;
}
.button.expanded, .external-auth__actions button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .external-auth__actions button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button:hover, .external-auth__actions button:hover, .button:focus, .external-auth__actions button:focus {
  background-color: #14679e;
  color: #fefefe;
}
.button.primary, .external-auth__actions button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .external-auth__actions button.primary:hover, .button.primary:focus, .external-auth__actions button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}
.button.secondary, .external-auth__actions button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .external-auth__actions button.secondary:hover, .button.secondary:focus, .external-auth__actions button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success, .external-auth__actions button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .external-auth__actions button.success:hover, .button.success:focus, .external-auth__actions button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning, .external-auth__actions button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .external-auth__actions button.warning:hover, .button.warning:focus, .external-auth__actions button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert, .external-auth__actions button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .external-auth__actions button.alert:hover, .button.alert:focus, .external-auth__actions button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.hollow, .external-auth__actions button.hollow, .button.hollow:hover, .button.hollow:focus, .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, .external-auth__actions button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .external-auth__actions button.hollow:hover, .button.hollow:focus, .external-auth__actions button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary, .external-auth__actions button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .external-auth__actions button.hollow.primary:hover, .button.hollow.primary:focus, .external-auth__actions button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.secondary, .external-auth__actions button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .external-auth__actions button.hollow.secondary:hover, .button.hollow.secondary:focus, .external-auth__actions button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .external-auth__actions button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .external-auth__actions button.hollow.success:hover, .button.hollow.success:focus, .external-auth__actions button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, .external-auth__actions button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .external-auth__actions button.hollow.warning:hover, .button.hollow.warning:focus, .external-auth__actions button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .external-auth__actions button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .external-auth__actions button.hollow.alert:hover, .button.hollow.alert:focus, .external-auth__actions button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear, .external-auth__actions button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .external-auth__actions button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}
.button.clear:hover, .external-auth__actions button.clear:hover, .button.clear:focus, .external-auth__actions button.clear:focus {
  color: #0c3d5d;
}
.button.clear.primary, .external-auth__actions button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .external-auth__actions button.clear.primary:hover, .button.clear.primary:focus, .external-auth__actions button.clear.primary:focus {
  color: #0c3d5d;
}
.button.clear.secondary, .external-auth__actions button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .external-auth__actions button.clear.secondary:hover, .button.clear.secondary:focus, .external-auth__actions button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .external-auth__actions button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .external-auth__actions button.clear.success:hover, .button.clear.success:focus, .external-auth__actions button.clear.success:focus {
  color: #157539;
}
.button.clear.warning, .external-auth__actions button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .external-auth__actions button.clear.warning:hover, .button.clear.warning:focus, .external-auth__actions button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .external-auth__actions button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .external-auth__actions button.clear.alert:hover, .button.clear.alert:focus, .external-auth__actions button.clear.alert:focus {
  color: #67251a;
}
.button.disabled, .external-auth__actions button.disabled, .button[disabled], .external-auth__actions button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after, .external-auth__actions button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .external-auth__actions button.dropdown.hollow::after, .button.dropdown.clear::after, .external-auth__actions button.dropdown.clear::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after, .external-auth__actions button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after, .external-auth__actions button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .external-auth__actions button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after, .external-auth__actions button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .external-auth__actions button.dropdown.hollow.success::after, .button.dropdown.clear.success::after, .external-auth__actions button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .external-auth__actions button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after, .external-auth__actions button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .external-auth__actions button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after, .external-auth__actions button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after, .external-auth__actions button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}
a.button:hover, a.button:focus {
  text-decoration: none;
}
.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button, .button-group .external-auth__actions button, .external-auth__actions .button-group button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child, .button-group .external-auth__actions button:last-child, .external-auth__actions .button-group button:last-child {
  margin-right: 0;
}
.button-group.tiny .button, .button-group.tiny .external-auth__actions button, .external-auth__actions .button-group.tiny button {
  font-size: 0.6rem;
}
.button-group.small .button, .button-group.small .external-auth__actions button, .external-auth__actions .button-group.small button {
  font-size: 0.75rem;
}
.button-group.large .button, .button-group.large .external-auth__actions button, .external-auth__actions .button-group.large button {
  font-size: 1.25rem;
}
.button-group.expanded .button, .button-group.expanded .external-auth__actions button, .external-auth__actions .button-group.expanded button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .external-auth__actions button, .external-auth__actions .button-group.primary button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .external-auth__actions button:hover, .external-auth__actions .button-group.primary button:hover, .button-group.primary .button:focus, .button-group.primary .external-auth__actions button:focus, .external-auth__actions .button-group.primary button:focus {
  background-color: #126195;
  color: #fefefe;
}
.button-group.secondary .button, .button-group.secondary .external-auth__actions button, .external-auth__actions .button-group.secondary button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .external-auth__actions button:hover, .external-auth__actions .button-group.secondary button:hover, .button-group.secondary .button:focus, .button-group.secondary .external-auth__actions button:focus, .external-auth__actions .button-group.secondary button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button-group.success .button, .button-group.success .external-auth__actions button, .external-auth__actions .button-group.success button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .external-auth__actions button:hover, .external-auth__actions .button-group.success button:hover, .button-group.success .button:focus, .button-group.success .external-auth__actions button:focus, .external-auth__actions .button-group.success button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button-group.warning .button, .button-group.warning .external-auth__actions button, .external-auth__actions .button-group.warning button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .external-auth__actions button:hover, .external-auth__actions .button-group.warning button:hover, .button-group.warning .button:focus, .button-group.warning .external-auth__actions button:focus, .external-auth__actions .button-group.warning button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert .external-auth__actions button, .external-auth__actions .button-group.alert button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .external-auth__actions button:hover, .external-auth__actions .button-group.alert button:hover, .button-group.alert .button:focus, .button-group.alert .external-auth__actions button:focus, .external-auth__actions .button-group.alert button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button-group.hollow .button, .button-group.hollow .external-auth__actions button, .external-auth__actions .button-group.hollow button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .external-auth__actions button, .external-auth__actions .button-group.hollow button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow .button:hover, .button-group.hollow .external-auth__actions button:hover, .external-auth__actions .button-group.hollow button:hover, .button-group.hollow .button:focus, .button-group.hollow .external-auth__actions button:focus, .external-auth__actions .button-group.hollow button:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .external-auth__actions button, .external-auth__actions .button-group.hollow.primary button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .external-auth__actions button.primary, .external-auth__actions .button-group.hollow button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .external-auth__actions button:hover, .external-auth__actions .button-group.hollow.primary button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow.primary .external-auth__actions button:focus, .external-auth__actions .button-group.hollow.primary button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .external-auth__actions button.primary:hover, .external-auth__actions .button-group.hollow button.primary:hover, .button-group.hollow .button.primary:focus, .button-group.hollow .external-auth__actions button.primary:focus, .external-auth__actions .button-group.hollow button.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .external-auth__actions button, .external-auth__actions .button-group.hollow.secondary button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .external-auth__actions button.secondary, .external-auth__actions .button-group.hollow button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .external-auth__actions button:hover, .external-auth__actions .button-group.hollow.secondary button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow.secondary .external-auth__actions button:focus, .external-auth__actions .button-group.hollow.secondary button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .external-auth__actions button.secondary:hover, .external-auth__actions .button-group.hollow button.secondary:hover, .button-group.hollow .button.secondary:focus, .button-group.hollow .external-auth__actions button.secondary:focus, .external-auth__actions .button-group.hollow button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button-group.hollow.success .button, .button-group.hollow.success .external-auth__actions button, .external-auth__actions .button-group.hollow.success button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .external-auth__actions button.success, .external-auth__actions .button-group.hollow button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .external-auth__actions button:hover, .external-auth__actions .button-group.hollow.success button:hover, .button-group.hollow.success .button:focus, .button-group.hollow.success .external-auth__actions button:focus, .external-auth__actions .button-group.hollow.success button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .external-auth__actions button.success:hover, .external-auth__actions .button-group.hollow button.success:hover, .button-group.hollow .button.success:focus, .button-group.hollow .external-auth__actions button.success:focus, .external-auth__actions .button-group.hollow button.success:focus {
  border-color: #157539;
  color: #157539;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .external-auth__actions button, .external-auth__actions .button-group.hollow.warning button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .external-auth__actions button.warning, .external-auth__actions .button-group.hollow button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .external-auth__actions button:hover, .external-auth__actions .button-group.hollow.warning button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow.warning .external-auth__actions button:focus, .external-auth__actions .button-group.hollow.warning button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .external-auth__actions button.warning:hover, .external-auth__actions .button-group.hollow button.warning:hover, .button-group.hollow .button.warning:focus, .button-group.hollow .external-auth__actions button.warning:focus, .external-auth__actions .button-group.hollow button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .external-auth__actions button, .external-auth__actions .button-group.hollow.alert button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .external-auth__actions button.alert, .external-auth__actions .button-group.hollow button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .external-auth__actions button:hover, .external-auth__actions .button-group.hollow.alert button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow.alert .external-auth__actions button:focus, .external-auth__actions .button-group.hollow.alert button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .external-auth__actions button.alert:hover, .external-auth__actions .button-group.hollow button.alert:hover, .button-group.hollow .button.alert:focus, .button-group.hollow .external-auth__actions button.alert:focus, .external-auth__actions .button-group.hollow button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button-group.clear .button, .button-group.clear .external-auth__actions button, .external-auth__actions .button-group.clear button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .external-auth__actions button, .external-auth__actions .button-group.clear button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #1779ba;
}
.button-group.clear .button:hover, .button-group.clear .external-auth__actions button:hover, .external-auth__actions .button-group.clear button:hover, .button-group.clear .button:focus, .button-group.clear .external-auth__actions button:focus, .external-auth__actions .button-group.clear button:focus {
  color: #0c3d5d;
}
.button-group.clear.primary .button, .button-group.clear.primary .external-auth__actions button, .external-auth__actions .button-group.clear.primary button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .external-auth__actions button.primary, .external-auth__actions .button-group.clear button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #1779ba;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .external-auth__actions button:hover, .external-auth__actions .button-group.clear.primary button:hover, .button-group.clear.primary .button:focus, .button-group.clear.primary .external-auth__actions button:focus, .external-auth__actions .button-group.clear.primary button:focus, .button-group.clear .button.primary:hover, .button-group.clear .external-auth__actions button.primary:hover, .external-auth__actions .button-group.clear button.primary:hover, .button-group.clear .button.primary:focus, .button-group.clear .external-auth__actions button.primary:focus, .external-auth__actions .button-group.clear button.primary:focus {
  color: #0c3d5d;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .external-auth__actions button, .external-auth__actions .button-group.clear.secondary button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .external-auth__actions button.secondary, .external-auth__actions .button-group.clear button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .external-auth__actions button:hover, .external-auth__actions .button-group.clear.secondary button:hover, .button-group.clear.secondary .button:focus, .button-group.clear.secondary .external-auth__actions button:focus, .external-auth__actions .button-group.clear.secondary button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .external-auth__actions button.secondary:hover, .external-auth__actions .button-group.clear button.secondary:hover, .button-group.clear .button.secondary:focus, .button-group.clear .external-auth__actions button.secondary:focus, .external-auth__actions .button-group.clear button.secondary:focus {
  color: #3b3b3b;
}
.button-group.clear.success .button, .button-group.clear.success .external-auth__actions button, .external-auth__actions .button-group.clear.success button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .external-auth__actions button.success, .external-auth__actions .button-group.clear button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .external-auth__actions button:hover, .external-auth__actions .button-group.clear.success button:hover, .button-group.clear.success .button:focus, .button-group.clear.success .external-auth__actions button:focus, .external-auth__actions .button-group.clear.success button:focus, .button-group.clear .button.success:hover, .button-group.clear .external-auth__actions button.success:hover, .external-auth__actions .button-group.clear button.success:hover, .button-group.clear .button.success:focus, .button-group.clear .external-auth__actions button.success:focus, .external-auth__actions .button-group.clear button.success:focus {
  color: #157539;
}
.button-group.clear.warning .button, .button-group.clear.warning .external-auth__actions button, .external-auth__actions .button-group.clear.warning button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .external-auth__actions button.warning, .external-auth__actions .button-group.clear button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .external-auth__actions button:hover, .external-auth__actions .button-group.clear.warning button:hover, .button-group.clear.warning .button:focus, .button-group.clear.warning .external-auth__actions button:focus, .external-auth__actions .button-group.clear.warning button:focus, .button-group.clear .button.warning:hover, .button-group.clear .external-auth__actions button.warning:hover, .external-auth__actions .button-group.clear button.warning:hover, .button-group.clear .button.warning:focus, .button-group.clear .external-auth__actions button.warning:focus, .external-auth__actions .button-group.clear button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .external-auth__actions button, .external-auth__actions .button-group.clear.alert button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .external-auth__actions button.alert, .external-auth__actions .button-group.clear button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .external-auth__actions button:hover, .external-auth__actions .button-group.clear.alert button:hover, .button-group.clear.alert .button:focus, .button-group.clear.alert .external-auth__actions button:focus, .external-auth__actions .button-group.clear.alert button:focus, .button-group.clear .button.alert:hover, .button-group.clear .external-auth__actions button.alert:hover, .external-auth__actions .button-group.clear button.alert:hover, .button-group.clear .button.alert:focus, .button-group.clear .external-auth__actions button.alert:focus, .external-auth__actions .button-group.clear button.alert:focus {
  color: #67251a;
}
.button-group.no-gaps .button, .button-group.no-gaps .external-auth__actions button, .external-auth__actions .button-group.no-gaps button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button, .button-group.no-gaps .external-auth__actions button + .button, .external-auth__actions .button-group.no-gaps button + .button, .button-group.no-gaps .external-auth__actions .button + button, .external-auth__actions .button-group.no-gaps .button + button, .button-group.no-gaps .external-auth__actions button + button, .external-auth__actions .button-group.no-gaps button + button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked .external-auth__actions button, .external-auth__actions .button-group.stacked button, .button-group.stacked-for-small .button, .button-group.stacked-for-small .external-auth__actions button, .external-auth__actions .button-group.stacked-for-small button, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .external-auth__actions button, .external-auth__actions .button-group.stacked-for-medium button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked .external-auth__actions button:last-child, .external-auth__actions .button-group.stacked button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small .external-auth__actions button:last-child, .external-auth__actions .button-group.stacked-for-small button:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium .external-auth__actions button:last-child, .external-auth__actions .button-group.stacked-for-medium button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked.expanded .external-auth__actions button, .external-auth__actions .button-group.stacked.expanded button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .external-auth__actions button, .external-auth__actions .button-group.stacked-for-small.expanded button, .button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-medium.expanded .external-auth__actions button, .external-auth__actions .button-group.stacked-for-medium.expanded button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button, .button-group.stacked-for-small .external-auth__actions button, .external-auth__actions .button-group.stacked-for-small button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .external-auth__actions button, .external-auth__actions .button-group.stacked-for-medium button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .external-auth__actions button, .external-auth__actions .button-group.stacked-for-small.expanded button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-medium.expanded .external-auth__actions button, .external-auth__actions .button-group.stacked-for-medium.expanded button {
    display: block;
    margin-right: 0;
  }
}
[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.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  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 #8a8a8a;
  background-color: #fefefe;
  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:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}
input[type=search] {
  box-sizing: border-box;
}
::placeholder {
  color: #cacaca;
}
[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}
[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}
label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}
[type=file] {
  width: 100%;
}
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}
.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  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;
  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 {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}
.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}
select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  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%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  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 #8a8a8a;
  background-color: #fefefe;
  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;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}
.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}
.is-invalid-label {
  color: #cc4b37;
}
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}
.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;
  }
}
.show-for-dark-mode {
  display: none;
}
.hide-for-dark-mode {
  display: block;
}
@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}
.is-stuck .show-for-sticky {
  display: block;
}
.is-stuck .hide-for-sticky {
  display: none;
}
.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;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.ui-view-container,
.animate-wrapper {
  position: relative;
}
.ui-view-container > .animated.ng-enter, .ui-view-container > .animated.ng-leave,
.ui-view-container [ui-view].ng-enter,
.ui-view-container [ui-view].ng-leave,
.animate-wrapper > .animated.ng-enter,
.animate-wrapper > .animated.ng-leave,
.animate-wrapper [ui-view].ng-enter,
.animate-wrapper [ui-view].ng-leave {
  position: absolute;
  left: 0;
  right: 0;
}
.animated {
  animation-duration: 0.5s;
  /* Fade */
  /* Fade Down */
  /* Fade Up */
  /* Fade Left */
  /* Fade Right */
  /* Bounce */
  /* Bounce Down */
  /* Bounce Up */
  /* Bounce Left */
  /* Bounce Right */
  /* Slide Down */
  /* Slide Up */
  /* Slide Left */
  /* Slide Right */
  /* Zoom */
  /* Zoom Down */
  /* Zoom Up */
  /* Zoom Left */
  /* Zoom Right */
  /* Flip X */
  /* Flip Y */
  /* Bounce Fade */
}
.animated.animate-fast {
  animation-duration: 0.3s;
}
.animated.animate-fade.ng-enter, .animated.animate-fade.ng-hide-remove {
  animation-name: fadeIn;
}
.animated.animate-fade.ng-leave, .animated.animate-fade.ng-hide-add {
  animation-name: fadeOut;
}
.animated.animate-fade-down.ng-enter, .animated.animate-fade-down.ng-hide-remove {
  animation-name: fadeInDown;
}
.animated.animate-fade-down.ng-leave, .animated.animate-fade-down.ng-hide-add {
  animation-name: fadeOutUp;
}
.animated.animate-fade-up.ng-enter, .animated.animate-fade-up.ng-hide-remove {
  animation-name: fadeInUp;
}
.animated.animate-fade-up.ng-leave, .animated.animate-fade-up.ng-hide-add {
  animation-name: fadeOutDown;
}
.animated.animate-fade-left.ng-enter, .animated.animate-fade-left.ng-hide-remove {
  animation-name: fadeInLeft;
}
.animated.animate-fade-left.ng-leave, .animated.animate-fade-left.ng-hide-add {
  animation-name: fadeOutLeft;
}
.animated.animate-fade-right.ng-enter, .animated.animate-fade-right.ng-hide-remove {
  animation-name: fadeInRight;
}
.animated.animate-fade-right.ng-leave, .animated.animate-fade-right.ng-hide-add {
  animation-name: fadeOutLeft;
}
.animated.animate-bounce.ng-enter, .animated.animate-bounce.ng-hide-remove {
  animation-name: bounceIn;
}
.animated.animate-bounce.ng-leave, .animated.animate-bounce.ng-hide-add {
  animation-name: bounceOut;
}
.animated.animate-bounce-down.ng-enter, .animated.animate-bounce-down.ng-hide-remove {
  animation-name: bounceInDown;
}
.animated.animate-bounce-down.ng-leave, .animated.animate-bounce-down.ng-hide-add {
  animation-name: bounceOutUp;
}
.animated.animate-bounce-up.ng-enter, .animated.animate-bounce-up.ng-hide-remove {
  animation-name: bounceInUp;
}
.animated.animate-bounce-up.ng-leave, .animated.animate-bounce-up.ng-hide-add {
  animation-name: bounceOutDown;
}
.animated.animate-bounce-left.ng-enter, .animated.animate-bounce-left.ng-hide-remove {
  animation-name: bounceInLeft;
}
.animated.animate-bounce-left.ng-leave, .animated.animate-bounce-left.ng-hide-add {
  animation-name: bounceOutRight;
}
.animated.animate-bounce-right.ng-enter, .animated.animate-bounce-right.ng-hide-remove {
  animation-name: bounceInRight;
}
.animated.animate-bounce-right.ng-leave, .animated.animate-bounce-right.ng-hide-add {
  animation-name: bounceOutLeft;
}
.animated.animate-slide-down.ng-enter, .animated.animate-slide-down.ng-hide-remove {
  animation-name: slideInDown;
}
.animated.animate-slide-down.ng-leave, .animated.animate-slide-down.ng-hide-add {
  animation-name: slideOutUp;
}
.animated.animate-slide-up.ng-enter, .animated.animate-slide-up.ng-hide-remove {
  animation-name: slideInUp;
}
.animated.animate-slide-up.ng-leave, .animated.animate-slide-up.ng-hide-add {
  animation-name: slideOutDown;
}
.animated.animate-slide-left.ng-enter, .animated.animate-slide-left.ng-hide-remove {
  animation-name: slideInLeft;
}
.animated.animate-slide-left.ng-leave, .animated.animate-slide-left.ng-hide-add {
  animation-name: slideOutLeft;
}
.animated.animate-slide-right.ng-enter, .animated.animate-slide-right.ng-hide-remove {
  animation-name: slideInLeft;
}
.animated.animate-slide-right.ng-leave, .animated.animate-slide-right.ng-hide-add {
  animation-name: slideOutLeft;
}
.animated.animate-zoom.ng-enter, .animated.animate-zoom.ng-hide-remove {
  animation-name: zoomIn;
}
.animated.animate-zoom.ng-leave, .animated.animate-zoom.ng-hide-add {
  animation-name: zoomOut;
}
.animated.animate-zoom-down.ng-enter, .animated.animate-zoom-down.ng-hide-remove {
  animation-name: zoomInDown;
}
.animated.animate-zoom-down.ng-leave, .animated.animate-zoom-down.ng-hide-add {
  animation-name: zoomOutUp;
}
.animated.animate-zoom-up.ng-enter, .animated.animate-zoom-up.ng-hide-remove {
  animation-name: zoomInUp;
}
.animated.animate-zoom-up.ng-leave, .animated.animate-zoom-up.ng-hide-add {
  animation-name: zoomOutDown;
}
.animated.animate-zoom-left.ng-enter, .animated.animate-zoom-left.ng-hide-remove {
  animation-name: zoomInLeft;
}
.animated.animate-zoom-left.ng-leave, .animated.animate-zoom-left.ng-hide-add {
  animation-name: zoomOutRight;
}
.animated.animate-zoom-right.ng-enter, .animated.animate-zoom-right.ng-hide-remove {
  animation-name: zoomInRight;
}
.animated.animate-zoom-right.ng-leave, .animated.animate-zoom-right.ng-hide-add {
  animation-name: zoomOutLeft;
}
.animated.animate-flip-x.ng-enter, .animated.animate-flip-x.ng-hide-remove {
  animation-name: flipInX;
}
.animated.animate-flip-x.ng-leave, .animated.animate-flip-x.ng-hide-add {
  animation-name: flipOutX;
}
.animated.animate-flip-y.ng-enter, .animated.animate-flip-y.ng-hide-remove {
  animation-name: flipInY;
}
.animated.animate-flip-y.ng-leave, .animated.animate-flip-y.ng-hide-add {
  animation-name: flipOutY;
}
.animated.animate-bounce-fade.ng-enter, .animated.animate-bounce-fade.ng-hide-remove {
  animation-name: bounceFade;
}
.animated.animate-bounce-fade.ng-leave, .animated.animate-bounce-fade.ng-hide-add {
  animation-name: fadeOut;
}
@keyframes bounceFade {
  from {
    transform: translateY(-2%);
    opacity: 0;
  }
  25% {
    transform: translateY(1%);
  }
  50% {
    transform: translateY(-0.3%);
  }
  75% {
    transform: translateY(0.25%);
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}
body {
  font-weight: 500;
  display: flex;
  height: 100vh;
  min-height: 100vh;
  flex-direction: column;
}
.row {
  max-width: none;
  margin: 0 auto !important;
}
a:link {
  color: #326bc0;
}
a:hover, a:active {
  color: #326bc0;
  text-decoration: underline;
}
.background-primary {
  background-color: #1d3e6f !important;
}
.background-accent {
  background-color: #29589e !important;
}
.background-secondary {
  background-color: #998 !important;
}
.background-gray {
  background-color: #3b4453 !important;
}
.background-success {
  background-color: #2f6a42 !important;
}
.background-warning {
  background-color: #d18f00 !important;
}
.background-alert {
  background-color: #bd3f31 !important;
}
.font-primary {
  color: #1d3e6f !important;
}
.font-accent {
  color: #29589e !important;
}
.font-secondary {
  color: #998 !important;
}
.font-gray {
  color: #3b4453 !important;
}
.font-success {
  color: #2f6a42 !important;
}
.font-warning {
  color: #d18f00 !important;
}
.font-alert {
  color: #bd3f31 !important;
}
.display--block {
  display: block !important;
}
@media print, screen and (min-width: 64em) {
  .display--block--large-up {
    display: block !important;
  }
}
@media print, screen and (min-width: 40em) {
  .display--block--medium-up {
    display: block !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .display--block--medium-down {
    display: block !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .display--block--small-down {
    display: block !important;
  }
}
.display--inline-block {
  display: inline-block !important;
}
@media print, screen and (min-width: 64em) {
  .display--inline-block--large-up {
    display: inline-block !important;
  }
}
@media print, screen and (min-width: 40em) {
  .display--inline-block--medium-up {
    display: inline-block !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .display--inline-block--medium-down {
    display: inline-block !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .display--inline-block--small-down {
    display: inline-block !important;
  }
}
.display--flex {
  display: flex !important;
}
@media print, screen and (min-width: 64em) {
  .display--flex--large-up {
    display: flex !important;
  }
}
@media print, screen and (min-width: 40em) {
  .display--flex--medium-up {
    display: flex !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .display--flex--medium-down {
    display: flex !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .display--flex--small-down {
    display: flex !important;
  }
}
.display--inline-flex {
  display: inline-flex !important;
}
@media print, screen and (min-width: 64em) {
  .display--inline-flex--large-up {
    display: inline-flex !important;
  }
}
@media print, screen and (min-width: 40em) {
  .display--inline-flex--medium-up {
    display: inline-flex !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .display--inline-flex--medium-down {
    display: inline-flex !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .display--inline-flex--small-down {
    display: inline-flex !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .display--large-up {
    display: none !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .display--medium-up {
    display: none !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .display--medium {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .display--medium {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .display--medium-down {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .display--small-down {
    display: none !important;
  }
}
.display--column-count-1 {
  column-count: 1;
}
.display--column-count-2 {
  column-count: 2;
}
.display--column-count-3 {
  column-count: 3;
}
.flexgrid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.flexgrid__cell {
  position: relative;
  width: calc(100% - 20px / 2);
  margin: calc(20px / 4);
}
.flexgrid__cell--full-width {
  width: calc(100% - 20px / 2) !important;
}
@media print, screen and (max-width: 39.99875em) {
  .flexgrid__2-cells--small > .flexgrid__cell {
    width: calc(100% / 2 - 20px / 2);
  }
}
@media print, screen and (min-width: 40em) {
  .flexgrid__2-cells--medium > .flexgrid__cell {
    width: calc(100% / 2 - 20px / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .flexgrid__2-cells--large > .flexgrid__cell {
    width: calc(100% / 2 - 20px / 2);
  }
}
@media screen and (min-width: 75em) {
  .flexgrid__2-cells--xlarge > .flexgrid__cell {
    width: calc(100% / 2 - 20px / 2);
  }
}
@media screen and (min-width: 90em) {
  .flexgrid__2-cells--xxlarge > .flexgrid__cell {
    width: calc(100% / 2 - 20px / 2);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .flexgrid__3-cells--small > .flexgrid__cell {
    width: calc(100% / 3 - 20px / 2);
  }
}
@media print, screen and (min-width: 40em) {
  .flexgrid__3-cells--medium > .flexgrid__cell {
    width: calc(100% / 3 - 20px / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .flexgrid__3-cells--large > .flexgrid__cell {
    width: calc(100% / 3 - 20px / 2);
  }
}
@media screen and (min-width: 75em) {
  .flexgrid__3-cells--xlarge > .flexgrid__cell {
    width: calc(100% / 3 - 20px / 2);
  }
}
@media screen and (min-width: 90em) {
  .flexgrid__3-cells--xxlarge > .flexgrid__cell {
    width: calc(100% / 3 - 20px / 2);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .flexgrid__4-cells--small > .flexgrid__cell {
    width: calc(100% / 4 - 20px / 2);
  }
}
@media print, screen and (min-width: 40em) {
  .flexgrid__4-cells--medium > .flexgrid__cell {
    width: calc(100% / 4 - 20px / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .flexgrid__4-cells--large > .flexgrid__cell {
    width: calc(100% / 4 - 20px / 2);
  }
}
@media screen and (min-width: 75em) {
  .flexgrid__4-cells--xlarge > .flexgrid__cell {
    width: calc(100% / 4 - 20px / 2);
  }
}
@media screen and (min-width: 90em) {
  .flexgrid__4-cells--xxlarge > .flexgrid__cell {
    width: calc(100% / 4 - 20px / 2);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .flexgrid__5-cells--small > .flexgrid__cell {
    width: calc(100% / 5 - 20px / 2);
  }
}
@media print, screen and (min-width: 40em) {
  .flexgrid__5-cells--medium > .flexgrid__cell {
    width: calc(100% / 5 - 20px / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .flexgrid__5-cells--large > .flexgrid__cell {
    width: calc(100% / 5 - 20px / 2);
  }
}
@media screen and (min-width: 75em) {
  .flexgrid__5-cells--xlarge > .flexgrid__cell {
    width: calc(100% / 5 - 20px / 2);
  }
}
@media screen and (min-width: 90em) {
  .flexgrid__5-cells--xxlarge > .flexgrid__cell {
    width: calc(100% / 5 - 20px / 2);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .flexgrid__6-cells--small > .flexgrid__cell {
    width: calc(100% / 6 - 20px / 2);
  }
}
@media print, screen and (min-width: 40em) {
  .flexgrid__6-cells--medium > .flexgrid__cell {
    width: calc(100% / 6 - 20px / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .flexgrid__6-cells--large > .flexgrid__cell {
    width: calc(100% / 6 - 20px / 2);
  }
}
@media screen and (min-width: 75em) {
  .flexgrid__6-cells--xlarge > .flexgrid__cell {
    width: calc(100% / 6 - 20px / 2);
  }
}
@media screen and (min-width: 90em) {
  .flexgrid__6-cells--xxlarge > .flexgrid__cell {
    width: calc(100% / 6 - 20px / 2);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .flexgrid__7-cells--small > .flexgrid__cell {
    width: calc(100% / 7 - 20px / 2);
  }
}
@media print, screen and (min-width: 40em) {
  .flexgrid__7-cells--medium > .flexgrid__cell {
    width: calc(100% / 7 - 20px / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .flexgrid__7-cells--large > .flexgrid__cell {
    width: calc(100% / 7 - 20px / 2);
  }
}
@media screen and (min-width: 75em) {
  .flexgrid__7-cells--xlarge > .flexgrid__cell {
    width: calc(100% / 7 - 20px / 2);
  }
}
@media screen and (min-width: 90em) {
  .flexgrid__7-cells--xxlarge > .flexgrid__cell {
    width: calc(100% / 7 - 20px / 2);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .flexgrid__8-cells--small > .flexgrid__cell {
    width: calc(100% / 8 - 20px / 2);
  }
}
@media print, screen and (min-width: 40em) {
  .flexgrid__8-cells--medium > .flexgrid__cell {
    width: calc(100% / 8 - 20px / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .flexgrid__8-cells--large > .flexgrid__cell {
    width: calc(100% / 8 - 20px / 2);
  }
}
@media screen and (min-width: 75em) {
  .flexgrid__8-cells--xlarge > .flexgrid__cell {
    width: calc(100% / 8 - 20px / 2);
  }
}
@media screen and (min-width: 90em) {
  .flexgrid__8-cells--xxlarge > .flexgrid__cell {
    width: calc(100% / 8 - 20px / 2);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .flexgrid__9-cells--small > .flexgrid__cell {
    width: calc(100% / 9 - 20px / 2);
  }
}
@media print, screen and (min-width: 40em) {
  .flexgrid__9-cells--medium > .flexgrid__cell {
    width: calc(100% / 9 - 20px / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .flexgrid__9-cells--large > .flexgrid__cell {
    width: calc(100% / 9 - 20px / 2);
  }
}
@media screen and (min-width: 75em) {
  .flexgrid__9-cells--xlarge > .flexgrid__cell {
    width: calc(100% / 9 - 20px / 2);
  }
}
@media screen and (min-width: 90em) {
  .flexgrid__9-cells--xxlarge > .flexgrid__cell {
    width: calc(100% / 9 - 20px / 2);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .flexgrid__10-cells--small > .flexgrid__cell {
    width: calc(100% / 10 - 20px / 2);
  }
}
@media print, screen and (min-width: 40em) {
  .flexgrid__10-cells--medium > .flexgrid__cell {
    width: calc(100% / 10 - 20px / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .flexgrid__10-cells--large > .flexgrid__cell {
    width: calc(100% / 10 - 20px / 2);
  }
}
@media screen and (min-width: 75em) {
  .flexgrid__10-cells--xlarge > .flexgrid__cell {
    width: calc(100% / 10 - 20px / 2);
  }
}
@media screen and (min-width: 90em) {
  .flexgrid__10-cells--xxlarge > .flexgrid__cell {
    width: calc(100% / 10 - 20px / 2);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .flexgrid__11-cells--small > .flexgrid__cell {
    width: calc(100% / 11 - 20px / 2);
  }
}
@media print, screen and (min-width: 40em) {
  .flexgrid__11-cells--medium > .flexgrid__cell {
    width: calc(100% / 11 - 20px / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .flexgrid__11-cells--large > .flexgrid__cell {
    width: calc(100% / 11 - 20px / 2);
  }
}
@media screen and (min-width: 75em) {
  .flexgrid__11-cells--xlarge > .flexgrid__cell {
    width: calc(100% / 11 - 20px / 2);
  }
}
@media screen and (min-width: 90em) {
  .flexgrid__11-cells--xxlarge > .flexgrid__cell {
    width: calc(100% / 11 - 20px / 2);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .flexgrid__12-cells--small > .flexgrid__cell {
    width: calc(100% / 12 - 20px / 2);
  }
}
@media print, screen and (min-width: 40em) {
  .flexgrid__12-cells--medium > .flexgrid__cell {
    width: calc(100% / 12 - 20px / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .flexgrid__12-cells--large > .flexgrid__cell {
    width: calc(100% / 12 - 20px / 2);
  }
}
@media screen and (min-width: 75em) {
  .flexgrid__12-cells--xlarge > .flexgrid__cell {
    width: calc(100% / 12 - 20px / 2);
  }
}
@media screen and (min-width: 90em) {
  .flexgrid__12-cells--xxlarge > .flexgrid__cell {
    width: calc(100% / 12 - 20px / 2);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .flexgrid__1-cell--small {
    display: block;
  }
  .flexgrid__1-cell--small > .flexgrid__cell {
    width: calc(100% - 20px / 2);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .flexgrid__1-cell--medium {
    display: block;
  }
  .flexgrid__1-cell--medium > .flexgrid__cell {
    width: calc(100% - 20px / 2);
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .flexgrid__1-cell--large {
    display: block;
  }
  .flexgrid__1-cell--large > .flexgrid__cell {
    width: calc(100% - 20px / 2);
  }
}
@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .flexgrid__1-cell--xlarge {
    display: block;
  }
  .flexgrid__1-cell--xlarge > .flexgrid__cell {
    width: calc(100% - 20px / 2);
  }
}
@media screen and (min-width: 90em) {
  .flexgrid__1-cell--xxlarge {
    display: block;
  }
  .flexgrid__1-cell--xxlarge > .flexgrid__cell {
    width: calc(100% - 20px / 2);
  }
}
.flexgrid--collapse > .flexgrid__cell {
  margin: 0;
}
.flexgrid--collapse > .flexgrid__cell--full-width {
  width: 100% !important;
}
@media print, screen and (max-width: 39.99875em) {
  html {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  html {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 64em) {
  html {
    font-size: 15px;
  }
}
.extra-small-font {
  font-size: 0.75rem;
}
.small-font {
  font-size: 0.875rem;
}
.normal-font {
  font-size: 1rem;
}
.medium-font {
  font-size: 1.25rem;
}
.large-font {
  font-size: 1.5rem;
}
.extra-large-font {
  font-size: 1.75rem;
}
.light-font-weight {
  font-weight: 200;
}
.normal-font-weight {
  font-weight: 500;
}
.heavy-font-weight {
  font-weight: 700;
}
.extra-heavy-font-weight {
  font-weight: 900;
}
h1 {
  font-weight: 500;
  font-size: 1.5rem;
}
h2 {
  font-weight: 500;
  font-size: 1.4rem;
}
h3 {
  font-weight: 500;
  font-size: 1.3rem;
}
h4 {
  font-weight: 500;
  font-size: 1.2rem;
}
h5 {
  font-weight: 500;
  font-size: 1.1rem;
}
h6 {
  font-weight: 500;
  font-size: 1rem;
}
.action-icon {
  font-size: 1.35rem;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("☺"), url("./Open_Sans_300-DFA0ym50.woff") format("woff"), url("./Open_Sans_300-B_X3Vt75.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("☺"), url("./Open_Sans_400-BKF8bpuc.woff") format("woff"), url("./Open_Sans_400-JUuAzidG.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("☺"), url("./Open_Sans_600-C1Kmc7KT.woff") format("woff"), url("./Open_Sans_600-B28gdpJr.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("☺"), url("./Open_Sans_700-k6xx1mZI.woff") format("woff"), url("./Open_Sans_700-Cwq0ONIo.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("☺"), url("./Open_Sans_800-B2F5rrAx.woff") format("woff"), url("./Open_Sans_800-RcO2GNrS.woff2") format("woff2");
}
site-header {
  z-index: 20;
}
.sub-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 12px;
  color: #ebebdd;
  background: #173057;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.sub-header .nav-item {
  padding: 8px;
}
.vertical-align--bottom {
  vertical-align: bottom;
}
.vertical-align--middle {
  vertical-align: middle;
}
.vertical-align--top {
  vertical-align: top;
}
.no-display {
  display: none;
}
[ng-cloak] {
  display: none !important;
}
.flex {
  display: flex !important;
}
.flex-row-reverse {
  flex-flow: row-reverse;
}
.flex-column {
  flex-flow: column !important;
}
.flex-column-reverse {
  flex-flow: column-reverse;
}
.align-baseline {
  align-items: baseline !important;
}
.align-center {
  align-items: center !important;
}
.align-end {
  align-items: flex-end !important;
}
.justify-baseline {
  justify-content: baseline !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-around {
  justify-content: space-around !important;
}
.justify-between {
  justify-content: space-between !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-end {
  justify-content: flex-end !important;
}
@media print, screen and (min-width: 64em) {
  .flex--scrollable {
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    overflow-x: hidden;
  }
}
.flex-1 {
  flex: 1 !important;
}
.flex-2 {
  flex: 2 !important;
}
.flex-20 {
  flex: 20% !important;
}
.flex-25 {
  flex: 25% !important;
}
.flex-50 {
  flex: 50% !important;
}
.flex-100 {
  flex: 100% !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
@media print, screen and (max-width: 39.99875em) {
  .flex-wrap-small {
    flex-wrap: wrap;
  }
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.padding--collapse {
  padding: 0 !important;
}
.margin--collapse {
  margin: 0 !important;
}
.padding-top {
  padding-top: 20px !important;
}
.padding-top--0x {
  padding-top: calc(0 * 20px) !important;
}
.padding-top--1x {
  padding-top: calc(1 * 20px) !important;
}
.padding-top--2x {
  padding-top: calc(2 * 20px) !important;
}
.padding-top--3x {
  padding-top: calc(3 * 20px) !important;
}
.padding-top--4x {
  padding-top: calc(4 * 20px) !important;
}
.padding-top--5x {
  padding-top: calc(5 * 20px) !important;
}
.padding-top--6x {
  padding-top: calc(6 * 20px) !important;
}
.padding-top--7x {
  padding-top: calc(7 * 20px) !important;
}
.padding-top--8x {
  padding-top: calc(8 * 20px) !important;
}
.padding-top--9x {
  padding-top: calc(9 * 20px) !important;
}
.padding-top--10x {
  padding-top: calc(10 * 20px) !important;
}
.padding {
  padding: 20px !important;
}
.padding--0x {
  padding: calc(0 * 20px) !important;
}
.padding--1x {
  padding: calc(1 * 20px) !important;
}
.padding--2x {
  padding: calc(2 * 20px) !important;
}
.padding--3x {
  padding: calc(3 * 20px) !important;
}
.padding--4x {
  padding: calc(4 * 20px) !important;
}
.padding--5x {
  padding: calc(5 * 20px) !important;
}
.padding--6x {
  padding: calc(6 * 20px) !important;
}
.padding--7x {
  padding: calc(7 * 20px) !important;
}
.padding--8x {
  padding: calc(8 * 20px) !important;
}
.padding--9x {
  padding: calc(9 * 20px) !important;
}
.padding--10x {
  padding: calc(10 * 20px) !important;
}
.padding-right {
  padding-right: 20px !important;
}
.padding-right--0x {
  padding-right: calc(0 * 20px) !important;
}
.padding-right--1x {
  padding-right: calc(1 * 20px) !important;
}
.padding-right--2x {
  padding-right: calc(2 * 20px) !important;
}
.padding-right--3x {
  padding-right: calc(3 * 20px) !important;
}
.padding-right--4x {
  padding-right: calc(4 * 20px) !important;
}
.padding-right--5x {
  padding-right: calc(5 * 20px) !important;
}
.padding-right--6x {
  padding-right: calc(6 * 20px) !important;
}
.padding-right--7x {
  padding-right: calc(7 * 20px) !important;
}
.padding-right--8x {
  padding-right: calc(8 * 20px) !important;
}
.padding-right--9x {
  padding-right: calc(9 * 20px) !important;
}
.padding-right--10x {
  padding-right: calc(10 * 20px) !important;
}
.padding {
  padding: 20px !important;
}
.padding--0x {
  padding: calc(0 * 20px) !important;
}
.padding--1x {
  padding: calc(1 * 20px) !important;
}
.padding--2x {
  padding: calc(2 * 20px) !important;
}
.padding--3x {
  padding: calc(3 * 20px) !important;
}
.padding--4x {
  padding: calc(4 * 20px) !important;
}
.padding--5x {
  padding: calc(5 * 20px) !important;
}
.padding--6x {
  padding: calc(6 * 20px) !important;
}
.padding--7x {
  padding: calc(7 * 20px) !important;
}
.padding--8x {
  padding: calc(8 * 20px) !important;
}
.padding--9x {
  padding: calc(9 * 20px) !important;
}
.padding--10x {
  padding: calc(10 * 20px) !important;
}
.padding-bottom {
  padding-bottom: 20px !important;
}
.padding-bottom--0x {
  padding-bottom: calc(0 * 20px) !important;
}
.padding-bottom--1x {
  padding-bottom: calc(1 * 20px) !important;
}
.padding-bottom--2x {
  padding-bottom: calc(2 * 20px) !important;
}
.padding-bottom--3x {
  padding-bottom: calc(3 * 20px) !important;
}
.padding-bottom--4x {
  padding-bottom: calc(4 * 20px) !important;
}
.padding-bottom--5x {
  padding-bottom: calc(5 * 20px) !important;
}
.padding-bottom--6x {
  padding-bottom: calc(6 * 20px) !important;
}
.padding-bottom--7x {
  padding-bottom: calc(7 * 20px) !important;
}
.padding-bottom--8x {
  padding-bottom: calc(8 * 20px) !important;
}
.padding-bottom--9x {
  padding-bottom: calc(9 * 20px) !important;
}
.padding-bottom--10x {
  padding-bottom: calc(10 * 20px) !important;
}
.padding {
  padding: 20px !important;
}
.padding--0x {
  padding: calc(0 * 20px) !important;
}
.padding--1x {
  padding: calc(1 * 20px) !important;
}
.padding--2x {
  padding: calc(2 * 20px) !important;
}
.padding--3x {
  padding: calc(3 * 20px) !important;
}
.padding--4x {
  padding: calc(4 * 20px) !important;
}
.padding--5x {
  padding: calc(5 * 20px) !important;
}
.padding--6x {
  padding: calc(6 * 20px) !important;
}
.padding--7x {
  padding: calc(7 * 20px) !important;
}
.padding--8x {
  padding: calc(8 * 20px) !important;
}
.padding--9x {
  padding: calc(9 * 20px) !important;
}
.padding--10x {
  padding: calc(10 * 20px) !important;
}
.padding-left {
  padding-left: 20px !important;
}
.padding-left--0x {
  padding-left: calc(0 * 20px) !important;
}
.padding-left--1x {
  padding-left: calc(1 * 20px) !important;
}
.padding-left--2x {
  padding-left: calc(2 * 20px) !important;
}
.padding-left--3x {
  padding-left: calc(3 * 20px) !important;
}
.padding-left--4x {
  padding-left: calc(4 * 20px) !important;
}
.padding-left--5x {
  padding-left: calc(5 * 20px) !important;
}
.padding-left--6x {
  padding-left: calc(6 * 20px) !important;
}
.padding-left--7x {
  padding-left: calc(7 * 20px) !important;
}
.padding-left--8x {
  padding-left: calc(8 * 20px) !important;
}
.padding-left--9x {
  padding-left: calc(9 * 20px) !important;
}
.padding-left--10x {
  padding-left: calc(10 * 20px) !important;
}
.padding {
  padding: 20px !important;
}
.padding--0x {
  padding: calc(0 * 20px) !important;
}
.padding--1x {
  padding: calc(1 * 20px) !important;
}
.padding--2x {
  padding: calc(2 * 20px) !important;
}
.padding--3x {
  padding: calc(3 * 20px) !important;
}
.padding--4x {
  padding: calc(4 * 20px) !important;
}
.padding--5x {
  padding: calc(5 * 20px) !important;
}
.padding--6x {
  padding: calc(6 * 20px) !important;
}
.padding--7x {
  padding: calc(7 * 20px) !important;
}
.padding--8x {
  padding: calc(8 * 20px) !important;
}
.padding--9x {
  padding: calc(9 * 20px) !important;
}
.padding--10x {
  padding: calc(10 * 20px) !important;
}
@media print, screen and (max-width: 39.99875em) {
  .padding--small-collapse {
    padding: 0 !important;
  }
}
.padding--half {
  padding: calc(20px / 2) !important;
}
.padding-top--half {
  padding-top: calc(20px / 2) !important;
}
.padding-right--half {
  padding-right: calc(20px / 2) !important;
}
.padding-bottom--half {
  padding-bottom: calc(20px / 2) !important;
}
.padding-left--half {
  padding-left: calc(20px / 2) !important;
}
.margin-top {
  margin-top: 20px !important;
}
.margin-top--0x {
  margin-top: calc(0 * 20px) !important;
}
.margin-top--1x {
  margin-top: calc(1 * 20px) !important;
}
.margin-top--2x {
  margin-top: calc(2 * 20px) !important;
}
.margin-top--3x {
  margin-top: calc(3 * 20px) !important;
}
.margin-top--4x {
  margin-top: calc(4 * 20px) !important;
}
.margin-top--5x {
  margin-top: calc(5 * 20px) !important;
}
.margin-top--6x {
  margin-top: calc(6 * 20px) !important;
}
.margin-top--7x {
  margin-top: calc(7 * 20px) !important;
}
.margin-top--8x {
  margin-top: calc(8 * 20px) !important;
}
.margin-top--9x {
  margin-top: calc(9 * 20px) !important;
}
.margin-top--10x {
  margin-top: calc(10 * 20px) !important;
}
.margin {
  margin: 20px !important;
}
.margin--0x {
  margin: calc(0 * 20px) !important;
}
.margin--1x {
  margin: calc(1 * 20px) !important;
}
.margin--2x {
  margin: calc(2 * 20px) !important;
}
.margin--3x {
  margin: calc(3 * 20px) !important;
}
.margin--4x {
  margin: calc(4 * 20px) !important;
}
.margin--5x {
  margin: calc(5 * 20px) !important;
}
.margin--6x {
  margin: calc(6 * 20px) !important;
}
.margin--7x {
  margin: calc(7 * 20px) !important;
}
.margin--8x {
  margin: calc(8 * 20px) !important;
}
.margin--9x {
  margin: calc(9 * 20px) !important;
}
.margin--10x {
  margin: calc(10 * 20px) !important;
}
.margin-right {
  margin-right: 20px !important;
}
.margin-right--0x {
  margin-right: calc(0 * 20px) !important;
}
.margin-right--1x {
  margin-right: calc(1 * 20px) !important;
}
.margin-right--2x {
  margin-right: calc(2 * 20px) !important;
}
.margin-right--3x {
  margin-right: calc(3 * 20px) !important;
}
.margin-right--4x {
  margin-right: calc(4 * 20px) !important;
}
.margin-right--5x {
  margin-right: calc(5 * 20px) !important;
}
.margin-right--6x {
  margin-right: calc(6 * 20px) !important;
}
.margin-right--7x {
  margin-right: calc(7 * 20px) !important;
}
.margin-right--8x {
  margin-right: calc(8 * 20px) !important;
}
.margin-right--9x {
  margin-right: calc(9 * 20px) !important;
}
.margin-right--10x {
  margin-right: calc(10 * 20px) !important;
}
.margin {
  margin: 20px !important;
}
.margin--0x {
  margin: calc(0 * 20px) !important;
}
.margin--1x {
  margin: calc(1 * 20px) !important;
}
.margin--2x {
  margin: calc(2 * 20px) !important;
}
.margin--3x {
  margin: calc(3 * 20px) !important;
}
.margin--4x {
  margin: calc(4 * 20px) !important;
}
.margin--5x {
  margin: calc(5 * 20px) !important;
}
.margin--6x {
  margin: calc(6 * 20px) !important;
}
.margin--7x {
  margin: calc(7 * 20px) !important;
}
.margin--8x {
  margin: calc(8 * 20px) !important;
}
.margin--9x {
  margin: calc(9 * 20px) !important;
}
.margin--10x {
  margin: calc(10 * 20px) !important;
}
.margin-bottom {
  margin-bottom: 20px !important;
}
.margin-bottom--0x {
  margin-bottom: calc(0 * 20px) !important;
}
.margin-bottom--1x {
  margin-bottom: calc(1 * 20px) !important;
}
.margin-bottom--2x {
  margin-bottom: calc(2 * 20px) !important;
}
.margin-bottom--3x {
  margin-bottom: calc(3 * 20px) !important;
}
.margin-bottom--4x {
  margin-bottom: calc(4 * 20px) !important;
}
.margin-bottom--5x {
  margin-bottom: calc(5 * 20px) !important;
}
.margin-bottom--6x {
  margin-bottom: calc(6 * 20px) !important;
}
.margin-bottom--7x {
  margin-bottom: calc(7 * 20px) !important;
}
.margin-bottom--8x {
  margin-bottom: calc(8 * 20px) !important;
}
.margin-bottom--9x {
  margin-bottom: calc(9 * 20px) !important;
}
.margin-bottom--10x {
  margin-bottom: calc(10 * 20px) !important;
}
.margin {
  margin: 20px !important;
}
.margin--0x {
  margin: calc(0 * 20px) !important;
}
.margin--1x {
  margin: calc(1 * 20px) !important;
}
.margin--2x {
  margin: calc(2 * 20px) !important;
}
.margin--3x {
  margin: calc(3 * 20px) !important;
}
.margin--4x {
  margin: calc(4 * 20px) !important;
}
.margin--5x {
  margin: calc(5 * 20px) !important;
}
.margin--6x {
  margin: calc(6 * 20px) !important;
}
.margin--7x {
  margin: calc(7 * 20px) !important;
}
.margin--8x {
  margin: calc(8 * 20px) !important;
}
.margin--9x {
  margin: calc(9 * 20px) !important;
}
.margin--10x {
  margin: calc(10 * 20px) !important;
}
.margin-left {
  margin-left: 20px !important;
}
.margin-left--0x {
  margin-left: calc(0 * 20px) !important;
}
.margin-left--1x {
  margin-left: calc(1 * 20px) !important;
}
.margin-left--2x {
  margin-left: calc(2 * 20px) !important;
}
.margin-left--3x {
  margin-left: calc(3 * 20px) !important;
}
.margin-left--4x {
  margin-left: calc(4 * 20px) !important;
}
.margin-left--5x {
  margin-left: calc(5 * 20px) !important;
}
.margin-left--6x {
  margin-left: calc(6 * 20px) !important;
}
.margin-left--7x {
  margin-left: calc(7 * 20px) !important;
}
.margin-left--8x {
  margin-left: calc(8 * 20px) !important;
}
.margin-left--9x {
  margin-left: calc(9 * 20px) !important;
}
.margin-left--10x {
  margin-left: calc(10 * 20px) !important;
}
.margin {
  margin: 20px !important;
}
.margin--0x {
  margin: calc(0 * 20px) !important;
}
.margin--1x {
  margin: calc(1 * 20px) !important;
}
.margin--2x {
  margin: calc(2 * 20px) !important;
}
.margin--3x {
  margin: calc(3 * 20px) !important;
}
.margin--4x {
  margin: calc(4 * 20px) !important;
}
.margin--5x {
  margin: calc(5 * 20px) !important;
}
.margin--6x {
  margin: calc(6 * 20px) !important;
}
.margin--7x {
  margin: calc(7 * 20px) !important;
}
.margin--8x {
  margin: calc(8 * 20px) !important;
}
.margin--9x {
  margin: calc(9 * 20px) !important;
}
.margin--10x {
  margin: calc(10 * 20px) !important;
}
@media print, screen and (max-width: 39.99875em) {
  .margin--small-collapse {
    margin: 0 !important;
  }
}
.margin-left--auto {
  margin-left: auto !important;
}
.margin-right--auto {
  margin-right: auto !important;
}
.margin--half {
  margin: calc(20px / 2) !important;
}
.margin-top--half {
  margin-top: calc(20px / 2) !important;
}
.margin-right--half {
  margin-right: calc(20px / 2) !important;
}
.margin-bottom--half {
  margin-bottom: calc(20px / 2) !important;
}
.margin-left--half {
  margin-left: calc(20px / 2) !important;
}
.width--auto {
  width: auto !important;
}
.width-1-percent {
  width: 1% !important;
}
@media print, screen and (min-width: 64em) {
  .width-1-percent--large-up {
    width: 1% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-1-percent--medium-up {
    width: 1% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-1-percent--medium {
    width: 1% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-1-percent--medium-down {
    width: 1% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-1-percent--small-down {
    width: 1% !important;
  }
}
.width-2-percent {
  width: 2% !important;
}
@media print, screen and (min-width: 64em) {
  .width-2-percent--large-up {
    width: 2% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-2-percent--medium-up {
    width: 2% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-2-percent--medium {
    width: 2% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-2-percent--medium-down {
    width: 2% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-2-percent--small-down {
    width: 2% !important;
  }
}
.width-3-percent {
  width: 3% !important;
}
@media print, screen and (min-width: 64em) {
  .width-3-percent--large-up {
    width: 3% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-3-percent--medium-up {
    width: 3% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-3-percent--medium {
    width: 3% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-3-percent--medium-down {
    width: 3% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-3-percent--small-down {
    width: 3% !important;
  }
}
.width-4-percent {
  width: 4% !important;
}
@media print, screen and (min-width: 64em) {
  .width-4-percent--large-up {
    width: 4% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-4-percent--medium-up {
    width: 4% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-4-percent--medium {
    width: 4% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-4-percent--medium-down {
    width: 4% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-4-percent--small-down {
    width: 4% !important;
  }
}
.width-5-percent {
  width: 5% !important;
}
@media print, screen and (min-width: 64em) {
  .width-5-percent--large-up {
    width: 5% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-5-percent--medium-up {
    width: 5% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-5-percent--medium {
    width: 5% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-5-percent--medium-down {
    width: 5% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-5-percent--small-down {
    width: 5% !important;
  }
}
.width-6-percent {
  width: 6% !important;
}
@media print, screen and (min-width: 64em) {
  .width-6-percent--large-up {
    width: 6% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-6-percent--medium-up {
    width: 6% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-6-percent--medium {
    width: 6% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-6-percent--medium-down {
    width: 6% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-6-percent--small-down {
    width: 6% !important;
  }
}
.width-7-percent {
  width: 7% !important;
}
@media print, screen and (min-width: 64em) {
  .width-7-percent--large-up {
    width: 7% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-7-percent--medium-up {
    width: 7% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-7-percent--medium {
    width: 7% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-7-percent--medium-down {
    width: 7% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-7-percent--small-down {
    width: 7% !important;
  }
}
.width-8-percent {
  width: 8% !important;
}
@media print, screen and (min-width: 64em) {
  .width-8-percent--large-up {
    width: 8% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-8-percent--medium-up {
    width: 8% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-8-percent--medium {
    width: 8% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-8-percent--medium-down {
    width: 8% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-8-percent--small-down {
    width: 8% !important;
  }
}
.width-9-percent {
  width: 9% !important;
}
@media print, screen and (min-width: 64em) {
  .width-9-percent--large-up {
    width: 9% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-9-percent--medium-up {
    width: 9% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-9-percent--medium {
    width: 9% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-9-percent--medium-down {
    width: 9% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-9-percent--small-down {
    width: 9% !important;
  }
}
.width-10-percent {
  width: 10% !important;
}
@media print, screen and (min-width: 64em) {
  .width-10-percent--large-up {
    width: 10% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-10-percent--medium-up {
    width: 10% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-10-percent--medium {
    width: 10% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-10-percent--medium-down {
    width: 10% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-10-percent--small-down {
    width: 10% !important;
  }
}
.width-11-percent {
  width: 11% !important;
}
@media print, screen and (min-width: 64em) {
  .width-11-percent--large-up {
    width: 11% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-11-percent--medium-up {
    width: 11% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-11-percent--medium {
    width: 11% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-11-percent--medium-down {
    width: 11% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-11-percent--small-down {
    width: 11% !important;
  }
}
.width-12-percent {
  width: 12% !important;
}
@media print, screen and (min-width: 64em) {
  .width-12-percent--large-up {
    width: 12% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-12-percent--medium-up {
    width: 12% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-12-percent--medium {
    width: 12% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-12-percent--medium-down {
    width: 12% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-12-percent--small-down {
    width: 12% !important;
  }
}
.width-13-percent {
  width: 13% !important;
}
@media print, screen and (min-width: 64em) {
  .width-13-percent--large-up {
    width: 13% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-13-percent--medium-up {
    width: 13% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-13-percent--medium {
    width: 13% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-13-percent--medium-down {
    width: 13% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-13-percent--small-down {
    width: 13% !important;
  }
}
.width-14-percent {
  width: 14% !important;
}
@media print, screen and (min-width: 64em) {
  .width-14-percent--large-up {
    width: 14% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-14-percent--medium-up {
    width: 14% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-14-percent--medium {
    width: 14% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-14-percent--medium-down {
    width: 14% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-14-percent--small-down {
    width: 14% !important;
  }
}
.width-15-percent {
  width: 15% !important;
}
@media print, screen and (min-width: 64em) {
  .width-15-percent--large-up {
    width: 15% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-15-percent--medium-up {
    width: 15% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-15-percent--medium {
    width: 15% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-15-percent--medium-down {
    width: 15% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-15-percent--small-down {
    width: 15% !important;
  }
}
.width-16-percent {
  width: 16% !important;
}
@media print, screen and (min-width: 64em) {
  .width-16-percent--large-up {
    width: 16% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-16-percent--medium-up {
    width: 16% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-16-percent--medium {
    width: 16% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-16-percent--medium-down {
    width: 16% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-16-percent--small-down {
    width: 16% !important;
  }
}
.width-17-percent {
  width: 17% !important;
}
@media print, screen and (min-width: 64em) {
  .width-17-percent--large-up {
    width: 17% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-17-percent--medium-up {
    width: 17% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-17-percent--medium {
    width: 17% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-17-percent--medium-down {
    width: 17% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-17-percent--small-down {
    width: 17% !important;
  }
}
.width-18-percent {
  width: 18% !important;
}
@media print, screen and (min-width: 64em) {
  .width-18-percent--large-up {
    width: 18% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-18-percent--medium-up {
    width: 18% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-18-percent--medium {
    width: 18% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-18-percent--medium-down {
    width: 18% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-18-percent--small-down {
    width: 18% !important;
  }
}
.width-19-percent {
  width: 19% !important;
}
@media print, screen and (min-width: 64em) {
  .width-19-percent--large-up {
    width: 19% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-19-percent--medium-up {
    width: 19% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-19-percent--medium {
    width: 19% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-19-percent--medium-down {
    width: 19% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-19-percent--small-down {
    width: 19% !important;
  }
}
.width-20-percent {
  width: 20% !important;
}
@media print, screen and (min-width: 64em) {
  .width-20-percent--large-up {
    width: 20% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-20-percent--medium-up {
    width: 20% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-20-percent--medium {
    width: 20% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-20-percent--medium-down {
    width: 20% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-20-percent--small-down {
    width: 20% !important;
  }
}
.width-21-percent {
  width: 21% !important;
}
@media print, screen and (min-width: 64em) {
  .width-21-percent--large-up {
    width: 21% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-21-percent--medium-up {
    width: 21% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-21-percent--medium {
    width: 21% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-21-percent--medium-down {
    width: 21% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-21-percent--small-down {
    width: 21% !important;
  }
}
.width-22-percent {
  width: 22% !important;
}
@media print, screen and (min-width: 64em) {
  .width-22-percent--large-up {
    width: 22% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-22-percent--medium-up {
    width: 22% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-22-percent--medium {
    width: 22% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-22-percent--medium-down {
    width: 22% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-22-percent--small-down {
    width: 22% !important;
  }
}
.width-23-percent {
  width: 23% !important;
}
@media print, screen and (min-width: 64em) {
  .width-23-percent--large-up {
    width: 23% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-23-percent--medium-up {
    width: 23% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-23-percent--medium {
    width: 23% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-23-percent--medium-down {
    width: 23% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-23-percent--small-down {
    width: 23% !important;
  }
}
.width-24-percent {
  width: 24% !important;
}
@media print, screen and (min-width: 64em) {
  .width-24-percent--large-up {
    width: 24% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-24-percent--medium-up {
    width: 24% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-24-percent--medium {
    width: 24% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-24-percent--medium-down {
    width: 24% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-24-percent--small-down {
    width: 24% !important;
  }
}
.width-25-percent {
  width: 25% !important;
}
@media print, screen and (min-width: 64em) {
  .width-25-percent--large-up {
    width: 25% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-25-percent--medium-up {
    width: 25% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-25-percent--medium {
    width: 25% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-25-percent--medium-down {
    width: 25% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-25-percent--small-down {
    width: 25% !important;
  }
}
.width-26-percent {
  width: 26% !important;
}
@media print, screen and (min-width: 64em) {
  .width-26-percent--large-up {
    width: 26% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-26-percent--medium-up {
    width: 26% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-26-percent--medium {
    width: 26% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-26-percent--medium-down {
    width: 26% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-26-percent--small-down {
    width: 26% !important;
  }
}
.width-27-percent {
  width: 27% !important;
}
@media print, screen and (min-width: 64em) {
  .width-27-percent--large-up {
    width: 27% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-27-percent--medium-up {
    width: 27% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-27-percent--medium {
    width: 27% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-27-percent--medium-down {
    width: 27% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-27-percent--small-down {
    width: 27% !important;
  }
}
.width-28-percent {
  width: 28% !important;
}
@media print, screen and (min-width: 64em) {
  .width-28-percent--large-up {
    width: 28% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-28-percent--medium-up {
    width: 28% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-28-percent--medium {
    width: 28% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-28-percent--medium-down {
    width: 28% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-28-percent--small-down {
    width: 28% !important;
  }
}
.width-29-percent {
  width: 29% !important;
}
@media print, screen and (min-width: 64em) {
  .width-29-percent--large-up {
    width: 29% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-29-percent--medium-up {
    width: 29% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-29-percent--medium {
    width: 29% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-29-percent--medium-down {
    width: 29% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-29-percent--small-down {
    width: 29% !important;
  }
}
.width-30-percent {
  width: 30% !important;
}
@media print, screen and (min-width: 64em) {
  .width-30-percent--large-up {
    width: 30% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-30-percent--medium-up {
    width: 30% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-30-percent--medium {
    width: 30% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-30-percent--medium-down {
    width: 30% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-30-percent--small-down {
    width: 30% !important;
  }
}
.width-31-percent {
  width: 31% !important;
}
@media print, screen and (min-width: 64em) {
  .width-31-percent--large-up {
    width: 31% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-31-percent--medium-up {
    width: 31% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-31-percent--medium {
    width: 31% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-31-percent--medium-down {
    width: 31% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-31-percent--small-down {
    width: 31% !important;
  }
}
.width-32-percent {
  width: 32% !important;
}
@media print, screen and (min-width: 64em) {
  .width-32-percent--large-up {
    width: 32% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-32-percent--medium-up {
    width: 32% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-32-percent--medium {
    width: 32% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-32-percent--medium-down {
    width: 32% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-32-percent--small-down {
    width: 32% !important;
  }
}
.width-33-percent {
  width: 33% !important;
}
@media print, screen and (min-width: 64em) {
  .width-33-percent--large-up {
    width: 33% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-33-percent--medium-up {
    width: 33% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-33-percent--medium {
    width: 33% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-33-percent--medium-down {
    width: 33% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-33-percent--small-down {
    width: 33% !important;
  }
}
.width-34-percent {
  width: 34% !important;
}
@media print, screen and (min-width: 64em) {
  .width-34-percent--large-up {
    width: 34% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-34-percent--medium-up {
    width: 34% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-34-percent--medium {
    width: 34% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-34-percent--medium-down {
    width: 34% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-34-percent--small-down {
    width: 34% !important;
  }
}
.width-35-percent {
  width: 35% !important;
}
@media print, screen and (min-width: 64em) {
  .width-35-percent--large-up {
    width: 35% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-35-percent--medium-up {
    width: 35% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-35-percent--medium {
    width: 35% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-35-percent--medium-down {
    width: 35% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-35-percent--small-down {
    width: 35% !important;
  }
}
.width-36-percent {
  width: 36% !important;
}
@media print, screen and (min-width: 64em) {
  .width-36-percent--large-up {
    width: 36% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-36-percent--medium-up {
    width: 36% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-36-percent--medium {
    width: 36% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-36-percent--medium-down {
    width: 36% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-36-percent--small-down {
    width: 36% !important;
  }
}
.width-37-percent {
  width: 37% !important;
}
@media print, screen and (min-width: 64em) {
  .width-37-percent--large-up {
    width: 37% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-37-percent--medium-up {
    width: 37% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-37-percent--medium {
    width: 37% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-37-percent--medium-down {
    width: 37% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-37-percent--small-down {
    width: 37% !important;
  }
}
.width-38-percent {
  width: 38% !important;
}
@media print, screen and (min-width: 64em) {
  .width-38-percent--large-up {
    width: 38% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-38-percent--medium-up {
    width: 38% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-38-percent--medium {
    width: 38% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-38-percent--medium-down {
    width: 38% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-38-percent--small-down {
    width: 38% !important;
  }
}
.width-39-percent {
  width: 39% !important;
}
@media print, screen and (min-width: 64em) {
  .width-39-percent--large-up {
    width: 39% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-39-percent--medium-up {
    width: 39% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-39-percent--medium {
    width: 39% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-39-percent--medium-down {
    width: 39% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-39-percent--small-down {
    width: 39% !important;
  }
}
.width-40-percent {
  width: 40% !important;
}
@media print, screen and (min-width: 64em) {
  .width-40-percent--large-up {
    width: 40% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-40-percent--medium-up {
    width: 40% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-40-percent--medium {
    width: 40% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-40-percent--medium-down {
    width: 40% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-40-percent--small-down {
    width: 40% !important;
  }
}
.width-41-percent {
  width: 41% !important;
}
@media print, screen and (min-width: 64em) {
  .width-41-percent--large-up {
    width: 41% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-41-percent--medium-up {
    width: 41% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-41-percent--medium {
    width: 41% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-41-percent--medium-down {
    width: 41% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-41-percent--small-down {
    width: 41% !important;
  }
}
.width-42-percent {
  width: 42% !important;
}
@media print, screen and (min-width: 64em) {
  .width-42-percent--large-up {
    width: 42% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-42-percent--medium-up {
    width: 42% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-42-percent--medium {
    width: 42% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-42-percent--medium-down {
    width: 42% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-42-percent--small-down {
    width: 42% !important;
  }
}
.width-43-percent {
  width: 43% !important;
}
@media print, screen and (min-width: 64em) {
  .width-43-percent--large-up {
    width: 43% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-43-percent--medium-up {
    width: 43% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-43-percent--medium {
    width: 43% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-43-percent--medium-down {
    width: 43% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-43-percent--small-down {
    width: 43% !important;
  }
}
.width-44-percent {
  width: 44% !important;
}
@media print, screen and (min-width: 64em) {
  .width-44-percent--large-up {
    width: 44% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-44-percent--medium-up {
    width: 44% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-44-percent--medium {
    width: 44% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-44-percent--medium-down {
    width: 44% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-44-percent--small-down {
    width: 44% !important;
  }
}
.width-45-percent {
  width: 45% !important;
}
@media print, screen and (min-width: 64em) {
  .width-45-percent--large-up {
    width: 45% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-45-percent--medium-up {
    width: 45% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-45-percent--medium {
    width: 45% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-45-percent--medium-down {
    width: 45% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-45-percent--small-down {
    width: 45% !important;
  }
}
.width-46-percent {
  width: 46% !important;
}
@media print, screen and (min-width: 64em) {
  .width-46-percent--large-up {
    width: 46% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-46-percent--medium-up {
    width: 46% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-46-percent--medium {
    width: 46% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-46-percent--medium-down {
    width: 46% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-46-percent--small-down {
    width: 46% !important;
  }
}
.width-47-percent {
  width: 47% !important;
}
@media print, screen and (min-width: 64em) {
  .width-47-percent--large-up {
    width: 47% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-47-percent--medium-up {
    width: 47% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-47-percent--medium {
    width: 47% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-47-percent--medium-down {
    width: 47% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-47-percent--small-down {
    width: 47% !important;
  }
}
.width-48-percent {
  width: 48% !important;
}
@media print, screen and (min-width: 64em) {
  .width-48-percent--large-up {
    width: 48% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-48-percent--medium-up {
    width: 48% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-48-percent--medium {
    width: 48% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-48-percent--medium-down {
    width: 48% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-48-percent--small-down {
    width: 48% !important;
  }
}
.width-49-percent {
  width: 49% !important;
}
@media print, screen and (min-width: 64em) {
  .width-49-percent--large-up {
    width: 49% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-49-percent--medium-up {
    width: 49% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-49-percent--medium {
    width: 49% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-49-percent--medium-down {
    width: 49% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-49-percent--small-down {
    width: 49% !important;
  }
}
.width-50-percent {
  width: 50% !important;
}
@media print, screen and (min-width: 64em) {
  .width-50-percent--large-up {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-50-percent--medium-up {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-50-percent--medium {
    width: 50% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-50-percent--medium-down {
    width: 50% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-50-percent--small-down {
    width: 50% !important;
  }
}
.width-51-percent {
  width: 51% !important;
}
@media print, screen and (min-width: 64em) {
  .width-51-percent--large-up {
    width: 51% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-51-percent--medium-up {
    width: 51% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-51-percent--medium {
    width: 51% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-51-percent--medium-down {
    width: 51% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-51-percent--small-down {
    width: 51% !important;
  }
}
.width-52-percent {
  width: 52% !important;
}
@media print, screen and (min-width: 64em) {
  .width-52-percent--large-up {
    width: 52% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-52-percent--medium-up {
    width: 52% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-52-percent--medium {
    width: 52% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-52-percent--medium-down {
    width: 52% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-52-percent--small-down {
    width: 52% !important;
  }
}
.width-53-percent {
  width: 53% !important;
}
@media print, screen and (min-width: 64em) {
  .width-53-percent--large-up {
    width: 53% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-53-percent--medium-up {
    width: 53% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-53-percent--medium {
    width: 53% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-53-percent--medium-down {
    width: 53% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-53-percent--small-down {
    width: 53% !important;
  }
}
.width-54-percent {
  width: 54% !important;
}
@media print, screen and (min-width: 64em) {
  .width-54-percent--large-up {
    width: 54% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-54-percent--medium-up {
    width: 54% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-54-percent--medium {
    width: 54% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-54-percent--medium-down {
    width: 54% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-54-percent--small-down {
    width: 54% !important;
  }
}
.width-55-percent {
  width: 55% !important;
}
@media print, screen and (min-width: 64em) {
  .width-55-percent--large-up {
    width: 55% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-55-percent--medium-up {
    width: 55% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-55-percent--medium {
    width: 55% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-55-percent--medium-down {
    width: 55% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-55-percent--small-down {
    width: 55% !important;
  }
}
.width-56-percent {
  width: 56% !important;
}
@media print, screen and (min-width: 64em) {
  .width-56-percent--large-up {
    width: 56% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-56-percent--medium-up {
    width: 56% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-56-percent--medium {
    width: 56% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-56-percent--medium-down {
    width: 56% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-56-percent--small-down {
    width: 56% !important;
  }
}
.width-57-percent {
  width: 57% !important;
}
@media print, screen and (min-width: 64em) {
  .width-57-percent--large-up {
    width: 57% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-57-percent--medium-up {
    width: 57% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-57-percent--medium {
    width: 57% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-57-percent--medium-down {
    width: 57% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-57-percent--small-down {
    width: 57% !important;
  }
}
.width-58-percent {
  width: 58% !important;
}
@media print, screen and (min-width: 64em) {
  .width-58-percent--large-up {
    width: 58% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-58-percent--medium-up {
    width: 58% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-58-percent--medium {
    width: 58% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-58-percent--medium-down {
    width: 58% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-58-percent--small-down {
    width: 58% !important;
  }
}
.width-59-percent {
  width: 59% !important;
}
@media print, screen and (min-width: 64em) {
  .width-59-percent--large-up {
    width: 59% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-59-percent--medium-up {
    width: 59% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-59-percent--medium {
    width: 59% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-59-percent--medium-down {
    width: 59% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-59-percent--small-down {
    width: 59% !important;
  }
}
.width-60-percent {
  width: 60% !important;
}
@media print, screen and (min-width: 64em) {
  .width-60-percent--large-up {
    width: 60% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-60-percent--medium-up {
    width: 60% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-60-percent--medium {
    width: 60% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-60-percent--medium-down {
    width: 60% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-60-percent--small-down {
    width: 60% !important;
  }
}
.width-61-percent {
  width: 61% !important;
}
@media print, screen and (min-width: 64em) {
  .width-61-percent--large-up {
    width: 61% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-61-percent--medium-up {
    width: 61% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-61-percent--medium {
    width: 61% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-61-percent--medium-down {
    width: 61% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-61-percent--small-down {
    width: 61% !important;
  }
}
.width-62-percent {
  width: 62% !important;
}
@media print, screen and (min-width: 64em) {
  .width-62-percent--large-up {
    width: 62% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-62-percent--medium-up {
    width: 62% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-62-percent--medium {
    width: 62% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-62-percent--medium-down {
    width: 62% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-62-percent--small-down {
    width: 62% !important;
  }
}
.width-63-percent {
  width: 63% !important;
}
@media print, screen and (min-width: 64em) {
  .width-63-percent--large-up {
    width: 63% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-63-percent--medium-up {
    width: 63% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-63-percent--medium {
    width: 63% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-63-percent--medium-down {
    width: 63% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-63-percent--small-down {
    width: 63% !important;
  }
}
.width-64-percent {
  width: 64% !important;
}
@media print, screen and (min-width: 64em) {
  .width-64-percent--large-up {
    width: 64% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-64-percent--medium-up {
    width: 64% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-64-percent--medium {
    width: 64% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-64-percent--medium-down {
    width: 64% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-64-percent--small-down {
    width: 64% !important;
  }
}
.width-65-percent {
  width: 65% !important;
}
@media print, screen and (min-width: 64em) {
  .width-65-percent--large-up {
    width: 65% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-65-percent--medium-up {
    width: 65% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-65-percent--medium {
    width: 65% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-65-percent--medium-down {
    width: 65% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-65-percent--small-down {
    width: 65% !important;
  }
}
.width-66-percent {
  width: 66% !important;
}
@media print, screen and (min-width: 64em) {
  .width-66-percent--large-up {
    width: 66% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-66-percent--medium-up {
    width: 66% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-66-percent--medium {
    width: 66% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-66-percent--medium-down {
    width: 66% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-66-percent--small-down {
    width: 66% !important;
  }
}
.width-67-percent {
  width: 67% !important;
}
@media print, screen and (min-width: 64em) {
  .width-67-percent--large-up {
    width: 67% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-67-percent--medium-up {
    width: 67% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-67-percent--medium {
    width: 67% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-67-percent--medium-down {
    width: 67% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-67-percent--small-down {
    width: 67% !important;
  }
}
.width-68-percent {
  width: 68% !important;
}
@media print, screen and (min-width: 64em) {
  .width-68-percent--large-up {
    width: 68% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-68-percent--medium-up {
    width: 68% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-68-percent--medium {
    width: 68% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-68-percent--medium-down {
    width: 68% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-68-percent--small-down {
    width: 68% !important;
  }
}
.width-69-percent {
  width: 69% !important;
}
@media print, screen and (min-width: 64em) {
  .width-69-percent--large-up {
    width: 69% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-69-percent--medium-up {
    width: 69% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-69-percent--medium {
    width: 69% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-69-percent--medium-down {
    width: 69% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-69-percent--small-down {
    width: 69% !important;
  }
}
.width-70-percent {
  width: 70% !important;
}
@media print, screen and (min-width: 64em) {
  .width-70-percent--large-up {
    width: 70% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-70-percent--medium-up {
    width: 70% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-70-percent--medium {
    width: 70% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-70-percent--medium-down {
    width: 70% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-70-percent--small-down {
    width: 70% !important;
  }
}
.width-71-percent {
  width: 71% !important;
}
@media print, screen and (min-width: 64em) {
  .width-71-percent--large-up {
    width: 71% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-71-percent--medium-up {
    width: 71% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-71-percent--medium {
    width: 71% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-71-percent--medium-down {
    width: 71% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-71-percent--small-down {
    width: 71% !important;
  }
}
.width-72-percent {
  width: 72% !important;
}
@media print, screen and (min-width: 64em) {
  .width-72-percent--large-up {
    width: 72% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-72-percent--medium-up {
    width: 72% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-72-percent--medium {
    width: 72% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-72-percent--medium-down {
    width: 72% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-72-percent--small-down {
    width: 72% !important;
  }
}
.width-73-percent {
  width: 73% !important;
}
@media print, screen and (min-width: 64em) {
  .width-73-percent--large-up {
    width: 73% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-73-percent--medium-up {
    width: 73% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-73-percent--medium {
    width: 73% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-73-percent--medium-down {
    width: 73% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-73-percent--small-down {
    width: 73% !important;
  }
}
.width-74-percent {
  width: 74% !important;
}
@media print, screen and (min-width: 64em) {
  .width-74-percent--large-up {
    width: 74% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-74-percent--medium-up {
    width: 74% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-74-percent--medium {
    width: 74% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-74-percent--medium-down {
    width: 74% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-74-percent--small-down {
    width: 74% !important;
  }
}
.width-75-percent {
  width: 75% !important;
}
@media print, screen and (min-width: 64em) {
  .width-75-percent--large-up {
    width: 75% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-75-percent--medium-up {
    width: 75% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-75-percent--medium {
    width: 75% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-75-percent--medium-down {
    width: 75% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-75-percent--small-down {
    width: 75% !important;
  }
}
.width-76-percent {
  width: 76% !important;
}
@media print, screen and (min-width: 64em) {
  .width-76-percent--large-up {
    width: 76% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-76-percent--medium-up {
    width: 76% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-76-percent--medium {
    width: 76% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-76-percent--medium-down {
    width: 76% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-76-percent--small-down {
    width: 76% !important;
  }
}
.width-77-percent {
  width: 77% !important;
}
@media print, screen and (min-width: 64em) {
  .width-77-percent--large-up {
    width: 77% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-77-percent--medium-up {
    width: 77% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-77-percent--medium {
    width: 77% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-77-percent--medium-down {
    width: 77% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-77-percent--small-down {
    width: 77% !important;
  }
}
.width-78-percent {
  width: 78% !important;
}
@media print, screen and (min-width: 64em) {
  .width-78-percent--large-up {
    width: 78% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-78-percent--medium-up {
    width: 78% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-78-percent--medium {
    width: 78% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-78-percent--medium-down {
    width: 78% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-78-percent--small-down {
    width: 78% !important;
  }
}
.width-79-percent {
  width: 79% !important;
}
@media print, screen and (min-width: 64em) {
  .width-79-percent--large-up {
    width: 79% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-79-percent--medium-up {
    width: 79% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-79-percent--medium {
    width: 79% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-79-percent--medium-down {
    width: 79% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-79-percent--small-down {
    width: 79% !important;
  }
}
.width-80-percent {
  width: 80% !important;
}
@media print, screen and (min-width: 64em) {
  .width-80-percent--large-up {
    width: 80% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-80-percent--medium-up {
    width: 80% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-80-percent--medium {
    width: 80% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-80-percent--medium-down {
    width: 80% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-80-percent--small-down {
    width: 80% !important;
  }
}
.width-81-percent {
  width: 81% !important;
}
@media print, screen and (min-width: 64em) {
  .width-81-percent--large-up {
    width: 81% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-81-percent--medium-up {
    width: 81% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-81-percent--medium {
    width: 81% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-81-percent--medium-down {
    width: 81% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-81-percent--small-down {
    width: 81% !important;
  }
}
.width-82-percent {
  width: 82% !important;
}
@media print, screen and (min-width: 64em) {
  .width-82-percent--large-up {
    width: 82% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-82-percent--medium-up {
    width: 82% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-82-percent--medium {
    width: 82% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-82-percent--medium-down {
    width: 82% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-82-percent--small-down {
    width: 82% !important;
  }
}
.width-83-percent {
  width: 83% !important;
}
@media print, screen and (min-width: 64em) {
  .width-83-percent--large-up {
    width: 83% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-83-percent--medium-up {
    width: 83% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-83-percent--medium {
    width: 83% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-83-percent--medium-down {
    width: 83% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-83-percent--small-down {
    width: 83% !important;
  }
}
.width-84-percent {
  width: 84% !important;
}
@media print, screen and (min-width: 64em) {
  .width-84-percent--large-up {
    width: 84% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-84-percent--medium-up {
    width: 84% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-84-percent--medium {
    width: 84% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-84-percent--medium-down {
    width: 84% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-84-percent--small-down {
    width: 84% !important;
  }
}
.width-85-percent {
  width: 85% !important;
}
@media print, screen and (min-width: 64em) {
  .width-85-percent--large-up {
    width: 85% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-85-percent--medium-up {
    width: 85% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-85-percent--medium {
    width: 85% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-85-percent--medium-down {
    width: 85% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-85-percent--small-down {
    width: 85% !important;
  }
}
.width-86-percent {
  width: 86% !important;
}
@media print, screen and (min-width: 64em) {
  .width-86-percent--large-up {
    width: 86% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-86-percent--medium-up {
    width: 86% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-86-percent--medium {
    width: 86% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-86-percent--medium-down {
    width: 86% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-86-percent--small-down {
    width: 86% !important;
  }
}
.width-87-percent {
  width: 87% !important;
}
@media print, screen and (min-width: 64em) {
  .width-87-percent--large-up {
    width: 87% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-87-percent--medium-up {
    width: 87% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-87-percent--medium {
    width: 87% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-87-percent--medium-down {
    width: 87% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-87-percent--small-down {
    width: 87% !important;
  }
}
.width-88-percent {
  width: 88% !important;
}
@media print, screen and (min-width: 64em) {
  .width-88-percent--large-up {
    width: 88% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-88-percent--medium-up {
    width: 88% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-88-percent--medium {
    width: 88% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-88-percent--medium-down {
    width: 88% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-88-percent--small-down {
    width: 88% !important;
  }
}
.width-89-percent {
  width: 89% !important;
}
@media print, screen and (min-width: 64em) {
  .width-89-percent--large-up {
    width: 89% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-89-percent--medium-up {
    width: 89% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-89-percent--medium {
    width: 89% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-89-percent--medium-down {
    width: 89% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-89-percent--small-down {
    width: 89% !important;
  }
}
.width-90-percent {
  width: 90% !important;
}
@media print, screen and (min-width: 64em) {
  .width-90-percent--large-up {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-90-percent--medium-up {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-90-percent--medium {
    width: 90% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-90-percent--medium-down {
    width: 90% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-90-percent--small-down {
    width: 90% !important;
  }
}
.width-91-percent {
  width: 91% !important;
}
@media print, screen and (min-width: 64em) {
  .width-91-percent--large-up {
    width: 91% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-91-percent--medium-up {
    width: 91% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-91-percent--medium {
    width: 91% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-91-percent--medium-down {
    width: 91% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-91-percent--small-down {
    width: 91% !important;
  }
}
.width-92-percent {
  width: 92% !important;
}
@media print, screen and (min-width: 64em) {
  .width-92-percent--large-up {
    width: 92% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-92-percent--medium-up {
    width: 92% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-92-percent--medium {
    width: 92% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-92-percent--medium-down {
    width: 92% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-92-percent--small-down {
    width: 92% !important;
  }
}
.width-93-percent {
  width: 93% !important;
}
@media print, screen and (min-width: 64em) {
  .width-93-percent--large-up {
    width: 93% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-93-percent--medium-up {
    width: 93% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-93-percent--medium {
    width: 93% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-93-percent--medium-down {
    width: 93% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-93-percent--small-down {
    width: 93% !important;
  }
}
.width-94-percent {
  width: 94% !important;
}
@media print, screen and (min-width: 64em) {
  .width-94-percent--large-up {
    width: 94% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-94-percent--medium-up {
    width: 94% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-94-percent--medium {
    width: 94% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-94-percent--medium-down {
    width: 94% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-94-percent--small-down {
    width: 94% !important;
  }
}
.width-95-percent {
  width: 95% !important;
}
@media print, screen and (min-width: 64em) {
  .width-95-percent--large-up {
    width: 95% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-95-percent--medium-up {
    width: 95% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-95-percent--medium {
    width: 95% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-95-percent--medium-down {
    width: 95% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-95-percent--small-down {
    width: 95% !important;
  }
}
.width-96-percent {
  width: 96% !important;
}
@media print, screen and (min-width: 64em) {
  .width-96-percent--large-up {
    width: 96% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-96-percent--medium-up {
    width: 96% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-96-percent--medium {
    width: 96% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-96-percent--medium-down {
    width: 96% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-96-percent--small-down {
    width: 96% !important;
  }
}
.width-97-percent {
  width: 97% !important;
}
@media print, screen and (min-width: 64em) {
  .width-97-percent--large-up {
    width: 97% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-97-percent--medium-up {
    width: 97% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-97-percent--medium {
    width: 97% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-97-percent--medium-down {
    width: 97% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-97-percent--small-down {
    width: 97% !important;
  }
}
.width-98-percent {
  width: 98% !important;
}
@media print, screen and (min-width: 64em) {
  .width-98-percent--large-up {
    width: 98% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-98-percent--medium-up {
    width: 98% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-98-percent--medium {
    width: 98% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-98-percent--medium-down {
    width: 98% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-98-percent--small-down {
    width: 98% !important;
  }
}
.width-99-percent {
  width: 99% !important;
}
@media print, screen and (min-width: 64em) {
  .width-99-percent--large-up {
    width: 99% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-99-percent--medium-up {
    width: 99% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-99-percent--medium {
    width: 99% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-99-percent--medium-down {
    width: 99% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-99-percent--small-down {
    width: 99% !important;
  }
}
.width-100-percent {
  width: 100% !important;
}
@media print, screen and (min-width: 64em) {
  .width-100-percent--large-up {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .width-100-percent--medium-up {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .width-100-percent--medium {
    width: 100% !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .width-100-percent--medium-down {
    width: 100% !important;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .width-100-percent--small-down {
    width: 100% !important;
  }
}
.bold {
  font-weight: bold;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right !important;
}
.text-underlined {
  text-decoration: underline;
}
.cursor-pointer {
  cursor: pointer !important;
}
.push-bottom {
  margin-bottom: 5px;
}
.push-bottom--2x {
  margin-bottom: 10px;
}
.push-bottom--3x {
  margin-bottom: 15px;
}
.push-bottom--4x {
  margin-bottom: 20px;
}
.push-top {
  margin-top: 5px;
}
.push-top--2x {
  margin-top: 10px;
}
.push-top--3x {
  margin-top: 15px;
}
.push-top--4x {
  margin-top: 20px;
}
/* Code Styles */
pre {
  background: #282C34;
  color: #ABB2BF;
  font-family: "Roboto Mono", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}
pre:last-child {
  margin: 0;
}
/* IE */
.outdated-browser {
  background: #bd3f31;
  color: #fcfcfa;
  padding: 35px 50px;
}
.outdated-browser a {
  color: #29589e;
  text-decoration: underline;
}
/* --- Print Styles - Reset all css in @media print and add custom print styling to classes --- */
.print-only {
  display: none !important;
}
@page {
  margin: 1.5cm !important;
}
@media all {
  .page-break {
    display: none !important;
  }
}
@media print {
  * {
    position: relative !important;
    overflow: visible !important;
    text-decoration: none !important;
    word-wrap: break-word;
    color: black !important;
    background-color: transparent !important;
    float: none !important;
    clear: both !important;
  }
  body {
    background-color: white !important;
    overflow-y: visible !important;
    padding: 0 !important;
    font-size: 0.6rem;
  }
  body * {
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
  }
  body,
  #main-wrapper,
  .content--scrollable,
  .page-container,
  [ui-view],
  .grid-x {
    display: block !important;
  }
  site-header,
  site-header *,
  [alert],
  [alert] *,
  [loader],
  [loader] *,
  .menu__main,
  .menu__main *,
  .action-button-container,
  .action-button-container * {
    display: none !important;
  }
  .page-break {
    display: block !important;
    page-break-after: always !important;
    break-after: always !important;
  }
  .avoid-page-break {
    page-break-inside: avoid !important;
  }
  .panel-content {
    border-top: none !important;
  }
  .form-section-title {
    border-bottom: 1px solid black !important;
    margin-bottom: 0.25cm !important;
  }
  .form-section-title:not(h3) {
    font-size: 0.85rem;
  }
  .form-section {
    padding-bottom: 0.5cm !important;
  }
  .form-group {
    margin: 0 0 20px;
  }
  label {
    font-size: 0.7rem;
  }
  table {
    display: table !important;
    width: 100% !important;
  }
  table thead {
    display: table-header-group !important;
  }
  table tr {
    display: table-row !important;
  }
  table th,
  table td {
    display: table-cell !important;
    padding: 0 8px 4px !important;
  }
  table td[data-label] {
    display: table-cell !important;
    flex-flow: unset;
    border-bottom: unset;
  }
  table td[data-label]:before {
    content: "" !important;
  }
  table,
  table * {
    font-size: 0.7rem !important;
  }
  th {
    padding: 0 2px;
  }
  td {
    padding: 0 2px;
  }
  th:not(:first-child),
  td:not(:first-child) {
    padding-left: 0.25cm;
  }
  th:not(:last-child),
  td:not(:last-child) {
    padding-right: 0.25cm;
  }
  .grid-margin-x > * {
    margin-left: 0.25cm !important;
    margin-right: 0.25cm !important;
  }
  .grid-margin-y > * {
    margin-top: 0.25cm !important;
    margin-bottom: 0.25cm !important;
  }
  .show-legend {
    page-break-before: always;
  }
  .show-legend h1,
  .show-legend h2,
  .show-legend h4,
  .show-legend p,
  .show-legend li {
    page-break-inside: avoid !important;
  }
  .show-legend h1,
  .show-legend h2,
  .show-legend h4 {
    margin-top: 24px !important;
    border-bottom: none !important;
  }
  .show-legend h4 {
    margin-bottom: 2px !important;
  }
  .show-legend table {
    display: block !important;
    border-bottom: none !important;
    margin: 24px auto !important;
    width: 100% !important;
  }
  .show-legend table thead,
  .show-legend table tbody {
    display: block !important;
    width: 100% !important;
  }
  .show-legend table tr {
    display: flex !important;
    width: 100% !important;
  }
  .show-legend table th {
    display: block !important;
    text-align: left !important;
    max-width: unset !important;
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .show-legend table td {
    display: block !important;
    padding: 4px !important;
  }
  .show-legend table td:first-child {
    padding: 4px !important;
    font-weight: bold !important;
    min-width: 225px !important;
    max-width: unset !important;
    width: unset !important;
    flex: unset !important;
  }
  .show-legend table td:not(:first-child) {
    width: 100% !important;
  }
  .show-legend .common-suspensions li:not(:first-of-type) {
    margin-bottom: 12px !important;
  }
  .show-legend .out-state-withdrawals p {
    margin-top: 24px !important;
  }
  .show-legend .out-state-withdrawals .avoid-page-break:first-of-type p {
    margin-top: 0 !important;
  }
  .accent__bold-print {
    background-color: black !important;
    background: black !important;
    padding: 2.5px 0.5px !important;
    margin: 2.5px auto !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .accent__bold-print label {
    color: white !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .accent__bold-print span {
    color: white !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .no-print,
  .no-print * {
    display: none !important;
  }
  .print-only .no-print,
  .print-only .no-print *,
  .print-only * .no-print,
  .print-only * .no-print * {
    display: none !important;
  }
}
.ui-view-container {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 1 auto;
}
.site-content {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  overflow: auto;
  z-index: 10;
}
.site-content .login-logo {
  display: block;
  max-height: 125px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 39.99875em) {
  .site-content {
    padding: 0;
  }
}
.content-container {
  position: absolute !important;
  display: flex;
  flex: 1 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.content-container--block {
  display: block;
}
.content-container--centered {
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 63.99875em) {
  .content-container--centered {
    align-items: flex-start;
  }
}
.content-container--top-centered {
  justify-content: center;
  align-items: flex-start;
}
@media print, screen and (max-width: 63.99875em) {
  .content-container .content-container {
    position: relative;
  }
}
.page-layout {
  flex: 1 0 0%;
  display: flex;
  min-height: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .page-layout {
    flex-direction: column;
    max-width: 100%;
  }
}
.page-layout__left {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.page-layout__middle {
  flex: 1 0 0%;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.page-layout__right {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.content--scrollable {
  position: relative;
  flex: 1 1 100%;
}
.content--scrollable .page-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: auto;
}
#main-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100vh;
}
[ui-view] {
  width: 100%;
}
.page-container {
  margin: 20px;
}
.flex-container {
  display: flex;
}
.flex-container > * {
  flex: 1;
}
@media print, screen and (max-width: 63.99875em) {
  .flex-container {
    flex-flow: row wrap;
  }
  .flex-container > * {
    flex: 100%;
  }
}
.text-muted {
  color: #ebebdd;
}
.text-dotted-underline {
  padding: 0 1px;
  background-image: linear-gradient(to right, #333 1px, rgba(255, 255, 255, 0) 1px);
  background-position: bottom;
  background-size: 2px 1px;
  background-repeat: repeat-x;
}
.text-primary {
  color: #1d3e6f;
}
.text-accent {
  color: #29589e;
}
.text-secondary {
  color: #998;
}
.text-gray {
  color: #3b4453;
}
.text-success {
  color: #2f6a42;
}
.text-warning {
  color: #d18f00;
}
.text-alert {
  color: #bd3f31;
}
.action-button-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  font-weight: normal;
  padding: 4px 0;
}
.action-button-container button:focus {
  outline: none;
}
.action-button-container .create-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding: calc(30px / 6);
  height: 30px;
  min-width: 30px;
  margin-left: 3px;
  transition: color 0.5s, background 0.5s;
  background-color: #2f6a42;
  cursor: pointer;
}
.action-button-container .create-button:before {
  content: "\f067";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fcfcfa;
}
.action-button-container .create-button:hover {
  background-color: #479f63;
}
.action-button-container .create-button:hover:active {
  background-color: #479f63;
}
.action-button-container .create-button:disabled, .action-button-container .create-button.disabled {
  cursor: default;
  background-color: rgba(47, 106, 66, 0.7);
  color: #fcfcfa;
}
.action-button-container .create-button:disabled:hover, .action-button-container .create-button.disabled:hover {
  background-color: rgba(47, 106, 66, 0.7);
  color: #fcfcfa;
}
.action-button-container .create-button:disabled:hover:active, .action-button-container .create-button.disabled:hover:active {
  background-color: rgba(47, 106, 66, 0.7);
  color: #fcfcfa;
}
.action-button-container .delete-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding: calc(30px / 6);
  height: 30px;
  min-width: 30px;
  margin-left: 3px;
  transition: color 0.5s, background 0.5s;
  background-color: #bd3f31;
  cursor: pointer;
}
.action-button-container .delete-button:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fcfcfa;
}
.action-button-container .delete-button:hover {
  background-color: #d76f64;
}
.action-button-container .delete-button:hover:active {
  background-color: #d76f64;
}
.action-button-container .delete-button:disabled, .action-button-container .delete-button.disabled {
  cursor: default;
  background-color: rgba(189, 63, 49, 0.7);
  color: #fcfcfa;
}
.action-button-container .delete-button:disabled:hover, .action-button-container .delete-button.disabled:hover {
  background-color: rgba(189, 63, 49, 0.7);
  color: #fcfcfa;
}
.action-button-container .delete-button:disabled:hover:active, .action-button-container .delete-button.disabled:hover:active {
  background-color: rgba(189, 63, 49, 0.7);
  color: #fcfcfa;
}
.action-button-container .edit-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding: calc(30px / 6);
  height: 30px;
  min-width: 30px;
  margin-left: 3px;
  transition: color 0.5s, background 0.5s;
  background-color: #767676;
  cursor: pointer;
}
.action-button-container .edit-button:before {
  content: "\f040";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fcfcfa;
}
.action-button-container .edit-button:hover {
  background-color: #9c9c9c;
}
.action-button-container .edit-button:hover:active {
  background-color: #9c9c9c;
}
.action-button-container .edit-button:disabled, .action-button-container .edit-button.disabled {
  cursor: default;
  background-color: rgba(118, 118, 118, 0.7);
  color: #fcfcfa;
}
.action-button-container .edit-button:disabled:hover, .action-button-container .edit-button.disabled:hover {
  background-color: rgba(118, 118, 118, 0.7);
  color: #fcfcfa;
}
.action-button-container .edit-button:disabled:hover:active, .action-button-container .edit-button.disabled:hover:active {
  background-color: rgba(118, 118, 118, 0.7);
  color: #fcfcfa;
}
.action-button-container .csv-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding: calc(30px / 6);
  height: 30px;
  min-width: 30px;
  margin-left: 3px;
  transition: color 0.5s, background 0.5s;
  background-color: #3b4453;
  cursor: pointer;
}
.action-button-container .csv-button:before {
  content: "\f019";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fcfcfa;
}
.action-button-container .csv-button:hover {
  background-color: #5b6980;
}
.action-button-container .csv-button:hover:active {
  background-color: #5b6980;
}
.action-button-container .csv-button:disabled, .action-button-container .csv-button.disabled {
  cursor: default;
  background-color: rgba(59, 68, 83, 0.7);
  color: #fcfcfa;
}
.action-button-container .csv-button:disabled:hover, .action-button-container .csv-button.disabled:hover {
  background-color: rgba(59, 68, 83, 0.7);
  color: #fcfcfa;
}
.action-button-container .csv-button:disabled:hover:active, .action-button-container .csv-button.disabled:hover:active {
  background-color: rgba(59, 68, 83, 0.7);
  color: #fcfcfa;
}
.action-button-container .filter-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding: calc(30px / 6);
  height: 30px;
  min-width: 30px;
  margin-left: 3px;
  transition: color 0.5s, background 0.5s;
  background-color: #1d3e6f;
  cursor: pointer;
}
.action-button-container .filter-button:before {
  content: "\f0b0";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fcfcfa;
}
.action-button-container .filter-button:hover {
  background-color: #2d60ac;
}
.action-button-container .filter-button:hover:active {
  background-color: #2d60ac;
}
.action-button-container .filter-button:disabled, .action-button-container .filter-button.disabled {
  cursor: default;
  background-color: rgba(29, 62, 111, 0.7);
  color: #fcfcfa;
}
.action-button-container .filter-button:disabled:hover, .action-button-container .filter-button.disabled:hover {
  background-color: rgba(29, 62, 111, 0.7);
  color: #fcfcfa;
}
.action-button-container .filter-button:disabled:hover:active, .action-button-container .filter-button.disabled:hover:active {
  background-color: rgba(29, 62, 111, 0.7);
  color: #fcfcfa;
}
.action-button-container .reset-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding: calc(30px / 6);
  height: 30px;
  min-width: 30px;
  margin-left: 3px;
  transition: color 0.5s, background 0.5s;
  background-color: #d18f00;
  cursor: pointer;
}
.action-button-container .reset-button:before {
  content: "\f021";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fcfcfa;
}
.action-button-container .reset-button:hover {
  background-color: #ffb81f;
}
.action-button-container .reset-button:hover:active {
  background-color: #ffb81f;
}
.action-button-container .reset-button:disabled, .action-button-container .reset-button.disabled {
  cursor: default;
  background-color: rgba(209, 143, 0, 0.7);
  color: #fcfcfa;
}
.action-button-container .reset-button:disabled:hover, .action-button-container .reset-button.disabled:hover {
  background-color: rgba(209, 143, 0, 0.7);
  color: #fcfcfa;
}
.action-button-container .reset-button:disabled:hover:active, .action-button-container .reset-button.disabled:hover:active {
  background-color: rgba(209, 143, 0, 0.7);
  color: #fcfcfa;
}
.action-button-container .search-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding: calc(30px / 6);
  height: 30px;
  min-width: 30px;
  margin-left: 3px;
  transition: color 0.5s, background 0.5s;
  background-color: #1d3e6f;
  cursor: pointer;
}
.action-button-container .search-button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fcfcfa;
}
.action-button-container .search-button:hover {
  background-color: #2d60ac;
}
.action-button-container .search-button:hover:active {
  background-color: #2d60ac;
}
.action-button-container .search-button:disabled, .action-button-container .search-button.disabled {
  cursor: default;
  background-color: rgba(29, 62, 111, 0.7);
  color: #fcfcfa;
}
.action-button-container .search-button:disabled:hover, .action-button-container .search-button.disabled:hover {
  background-color: rgba(29, 62, 111, 0.7);
  color: #fcfcfa;
}
.action-button-container .search-button:disabled:hover:active, .action-button-container .search-button.disabled:hover:active {
  background-color: rgba(29, 62, 111, 0.7);
  color: #fcfcfa;
}
.action-button-container .url-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding: calc(30px / 6);
  height: 30px;
  min-width: 30px;
  margin-left: 3px;
  transition: color 0.5s, background 0.5s;
  background-color: #3b4453;
  cursor: pointer;
}
.action-button-container .url-button:before {
  content: "\f1e0";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fcfcfa;
}
.action-button-container .url-button:hover {
  background-color: #5b6980;
}
.action-button-container .url-button:hover:active {
  background-color: #5b6980;
}
.action-button-container .url-button:disabled, .action-button-container .url-button.disabled {
  cursor: default;
  background-color: rgba(59, 68, 83, 0.7);
  color: #fcfcfa;
}
.action-button-container .url-button:disabled:hover, .action-button-container .url-button.disabled:hover {
  background-color: rgba(59, 68, 83, 0.7);
  color: #fcfcfa;
}
.action-button-container .url-button:disabled:hover:active, .action-button-container .url-button.disabled:hover:active {
  background-color: rgba(59, 68, 83, 0.7);
  color: #fcfcfa;
}
.action-button-container .view-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding: calc(30px / 6);
  height: 30px;
  min-width: 30px;
  margin-left: 3px;
  transition: color 0.5s, background 0.5s;
  background-color: #1d3e6f;
  cursor: pointer;
}
.action-button-container .view-button:before {
  content: "\f06e";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fcfcfa;
}
.action-button-container .view-button:hover {
  background-color: #2d60ac;
}
.action-button-container .view-button:hover:active {
  background-color: #2d60ac;
}
.action-button-container .view-button:disabled, .action-button-container .view-button.disabled {
  cursor: default;
  background-color: rgba(29, 62, 111, 0.7);
  color: #fcfcfa;
}
.action-button-container .view-button:disabled:hover, .action-button-container .view-button.disabled:hover {
  background-color: rgba(29, 62, 111, 0.7);
  color: #fcfcfa;
}
.action-button-container .view-button:disabled:hover:active, .action-button-container .view-button.disabled:hover:active {
  background-color: rgba(29, 62, 111, 0.7);
  color: #fcfcfa;
}
table tbody .action-button-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  font-weight: normal;
}
table tbody .action-button-container button:focus {
  outline: none;
}
table tbody .action-button-container .create-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding: calc(30px / 6);
  height: 30px;
  min-width: 30px;
  margin-left: 3px;
  transition: color 0.5s, background 0.5s;
  background-color: transparent;
  cursor: pointer;
}
table tbody .action-button-container .create-button:before {
  content: "\f067";
  font-family: FontAwesome;
  font-size: 18px;
  color: #2f6a42;
  transition: color 0.5s, background 0.5s;
}
table tbody .action-button-container .create-button:hover {
  background-color: transparent;
}
table tbody .action-button-container .create-button:hover:before {
  color: #479f63;
}
table tbody .action-button-container .create-button:hover:active {
  background-color: transparent;
}
table tbody .action-button-container .create-button:hover:active:before {
  color: #479f63;
}
table tbody .action-button-container .create-button:disabled, table tbody .action-button-container .create-button.disabled {
  cursor: default;
  background-color: transparent;
}
table tbody .action-button-container .create-button:disabled:before, table tbody .action-button-container .create-button.disabled:before {
  color: rgba(47, 106, 66, 0.7);
}
table tbody .action-button-container .create-button:disabled:hover, table tbody .action-button-container .create-button.disabled:hover {
  background-color: transparent;
}
table tbody .action-button-container .create-button:disabled:hover:before, table tbody .action-button-container .create-button.disabled:hover:before {
  color: rgba(47, 106, 66, 0.7);
}
table tbody .action-button-container .create-button:disabled:hover:active, table tbody .action-button-container .create-button.disabled:hover:active {
  background-color: transparent;
}
table tbody .action-button-container .create-button:disabled:hover:active:before, table tbody .action-button-container .create-button.disabled:hover:active:before {
  color: rgba(47, 106, 66, 0.7);
}
table tbody .action-button-container .csv-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding: calc(30px / 6);
  height: 30px;
  min-width: 30px;
  margin-left: 3px;
  transition: color 0.5s, background 0.5s;
  background-color: transparent;
  cursor: pointer;
}
table tbody .action-button-container .csv-button:before {
  content: "\f019";
  font-family: FontAwesome;
  font-size: 18px;
  color: #3b4453;
  transition: color 0.5s, background 0.5s;
}
table tbody .action-button-container .csv-button:hover {
  background-color: transparent;
}
table tbody .action-button-container .csv-button:hover:before {
  color: #5b6980;
}
table tbody .action-button-container .csv-button:hover:active {
  background-color: transparent;
}
table tbody .action-button-container .csv-button:hover:active:before {
  color: #5b6980;
}
table tbody .action-button-container .csv-button:disabled, table tbody .action-button-container .csv-button.disabled {
  cursor: default;
  background-color: transparent;
}
table tbody .action-button-container .csv-button:disabled:before, table tbody .action-button-container .csv-button.disabled:before {
  color: rgba(59, 68, 83, 0.7);
}
table tbody .action-button-container .csv-button:disabled:hover, table tbody .action-button-container .csv-button.disabled:hover {
  background-color: transparent;
}
table tbody .action-button-container .csv-button:disabled:hover:before, table tbody .action-button-container .csv-button.disabled:hover:before {
  color: rgba(59, 68, 83, 0.7);
}
table tbody .action-button-container .csv-button:disabled:hover:active, table tbody .action-button-container .csv-button.disabled:hover:active {
  background-color: transparent;
}
table tbody .action-button-container .csv-button:disabled:hover:active:before, table tbody .action-button-container .csv-button.disabled:hover:active:before {
  color: rgba(59, 68, 83, 0.7);
}
table tbody .action-button-container .filter-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding: calc(30px / 6);
  height: 30px;
  min-width: 30px;
  margin-left: 3px;
  transition: color 0.5s, background 0.5s;
  background-color: transparent;
  cursor: pointer;
}
table tbody .action-button-container .filter-button:before {
  content: "\f0b0";
  font-family: FontAwesome;
  font-size: 18px;
  color: #1d3e6f;
  transition: color 0.5s, background 0.5s;
}
table tbody .action-button-container .filter-button:hover {
  background-color: transparent;
}
table tbody .action-button-container .filter-button:hover:before {
  color: #2d60ac;
}
table tbody .action-button-container .filter-button:hover:active {
  background-color: transparent;
}
table tbody .action-button-container .filter-button:hover:active:before {
  color: #2d60ac;
}
table tbody .action-button-container .filter-button:disabled, table tbody .action-button-container .filter-button.disabled {
  cursor: default;
  background-color: transparent;
}
table tbody .action-button-container .filter-button:disabled:before, table tbody .action-button-container .filter-button.disabled:before {
  color: rgba(29, 62, 111, 0.7);
}
table tbody .action-button-container .filter-button:disabled:hover, table tbody .action-button-container .filter-button.disabled:hover {
  background-color: transparent;
}
table tbody .action-button-container .filter-button:disabled:hover:before, table tbody .action-button-container .filter-button.disabled:hover:before {
  color: rgba(29, 62, 111, 0.7);
}
table tbody .action-button-container .filter-button:disabled:hover:active, table tbody .action-button-container .filter-button.disabled:hover:active {
  background-color: transparent;
}
table tbody .action-button-container .filter-button:disabled:hover:active:before, table tbody .action-button-container .filter-button.disabled:hover:active:before {
  color: rgba(29, 62, 111, 0.7);
}
table tbody .action-button-container .reset-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding: calc(30px / 6);
  height: 30px;
  min-width: 30px;
  margin-left: 3px;
  transition: color 0.5s, background 0.5s;
  background-color: transparent;
  cursor: pointer;
}
table tbody .action-button-container .reset-button:before {
  content: "\f021";
  font-family: FontAwesome;
  font-size: 18px;
  color: #d18f00;
  transition: color 0.5s, background 0.5s;
}
table tbody .action-button-container .reset-button:hover {
  background-color: transparent;
}
table tbody .action-button-container .reset-button:hover:before {
  color: #ffb81f;
}
table tbody .action-button-container .reset-button:hover:active {
  background-color: transparent;
}
table tbody .action-button-container .reset-button:hover:active:before {
  color: #ffb81f;
}
table tbody .action-button-container .reset-button:disabled, table tbody .action-button-container .reset-button.disabled {
  cursor: default;
  background-color: transparent;
}
table tbody .action-button-container .reset-button:disabled:before, table tbody .action-button-container .reset-button.disabled:before {
  color: rgba(209, 143, 0, 0.7);
}
table tbody .action-button-container .reset-button:disabled:hover, table tbody .action-button-container .reset-button.disabled:hover {
  background-color: transparent;
}
table tbody .action-button-container .reset-button:disabled:hover:before, table tbody .action-button-container .reset-button.disabled:hover:before {
  color: rgba(209, 143, 0, 0.7);
}
table tbody .action-button-container .reset-button:disabled:hover:active, table tbody .action-button-container .reset-button.disabled:hover:active {
  background-color: transparent;
}
table tbody .action-button-container .reset-button:disabled:hover:active:before, table tbody .action-button-container .reset-button.disabled:hover:active:before {
  color: rgba(209, 143, 0, 0.7);
}
table tbody .action-button-container .search-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding: calc(30px / 6);
  height: 30px;
  min-width: 30px;
  margin-left: 3px;
  transition: color 0.5s, background 0.5s;
  background-color: transparent;
  cursor: pointer;
}
table tbody .action-button-container .search-button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 18px;
  color: #1d3e6f;
  transition: color 0.5s, background 0.5s;
}
table tbody .action-button-container .search-button:hover {
  background-color: transparent;
}
table tbody .action-button-container .search-button:hover:before {
  color: #2d60ac;
}
table tbody .action-button-container .search-button:hover:active {
  background-color: transparent;
}
table tbody .action-button-container .search-button:hover:active:before {
  color: #2d60ac;
}
table tbody .action-button-container .search-button:disabled, table tbody .action-button-container .search-button.disabled {
  cursor: default;
  background-color: transparent;
}
table tbody .action-button-container .search-button:disabled:before, table tbody .action-button-container .search-button.disabled:before {
  color: rgba(29, 62, 111, 0.7);
}
table tbody .action-button-container .search-button:disabled:hover, table tbody .action-button-container .search-button.disabled:hover {
  background-color: transparent;
}
table tbody .action-button-container .search-button:disabled:hover:before, table tbody .action-button-container .search-button.disabled:hover:before {
  color: rgba(29, 62, 111, 0.7);
}
table tbody .action-button-container .search-button:disabled:hover:active, table tbody .action-button-container .search-button.disabled:hover:active {
  background-color: transparent;
}
table tbody .action-button-container .search-button:disabled:hover:active:before, table tbody .action-button-container .search-button.disabled:hover:active:before {
  color: rgba(29, 62, 111, 0.7);
}
table tbody .action-button-container .url-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding: calc(30px / 6);
  height: 30px;
  min-width: 30px;
  margin-left: 3px;
  transition: color 0.5s, background 0.5s;
  background-color: transparent;
  cursor: pointer;
}
table tbody .action-button-container .url-button:before {
  content: "\f1e0";
  font-family: FontAwesome;
  font-size: 18px;
  color: #3b4453;
  transition: color 0.5s, background 0.5s;
}
table tbody .action-button-container .url-button:hover {
  background-color: transparent;
}
table tbody .action-button-container .url-button:hover:before {
  color: #5b6980;
}
table tbody .action-button-container .url-button:hover:active {
  background-color: transparent;
}
table tbody .action-button-container .url-button:hover:active:before {
  color: #5b6980;
}
table tbody .action-button-container .url-button:disabled, table tbody .action-button-container .url-button.disabled {
  cursor: default;
  background-color: transparent;
}
table tbody .action-button-container .url-button:disabled:before, table tbody .action-button-container .url-button.disabled:before {
  color: rgba(59, 68, 83, 0.7);
}
table tbody .action-button-container .url-button:disabled:hover, table tbody .action-button-container .url-button.disabled:hover {
  background-color: transparent;
}
table tbody .action-button-container .url-button:disabled:hover:before, table tbody .action-button-container .url-button.disabled:hover:before {
  color: rgba(59, 68, 83, 0.7);
}
table tbody .action-button-container .url-button:disabled:hover:active, table tbody .action-button-container .url-button.disabled:hover:active {
  background-color: transparent;
}
table tbody .action-button-container .url-button:disabled:hover:active:before, table tbody .action-button-container .url-button.disabled:hover:active:before {
  color: rgba(59, 68, 83, 0.7);
}
table tbody .action-button-container .view-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  padding: calc(30px / 6);
  height: 30px;
  min-width: 30px;
  margin-left: 3px;
  transition: color 0.5s, background 0.5s;
  background-color: #1d3e6f;
  cursor: pointer;
}
table tbody .action-button-container .view-button:before {
  content: "\f06e";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fcfcfa;
}
table tbody .action-button-container .view-button:hover {
  background-color: #2d60ac;
}
table tbody .action-button-container .view-button:hover:active {
  background-color: #2d60ac;
}
table tbody .action-button-container .view-button:disabled, table tbody .action-button-container .view-button.disabled {
  cursor: default;
  background-color: rgba(29, 62, 111, 0.7);
  color: #fcfcfa;
}
table tbody .action-button-container .view-button:disabled:hover, table tbody .action-button-container .view-button.disabled:hover {
  background-color: rgba(29, 62, 111, 0.7);
  color: #fcfcfa;
}
table tbody .action-button-container .view-button:disabled:hover:active, table tbody .action-button-container .view-button.disabled:hover:active {
  background-color: rgba(29, 62, 111, 0.7);
  color: #fcfcfa;
}
.badge {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 3px 10px;
  margin: 0 2px 4px;
  border-radius: 10px;
  transition: background 0.25s;
  font-size: 0.875rem;
}
.badge:first-child {
  margin-left: 0;
}
.badge:last-child {
  margin-right: 0;
}
.badge i {
  padding-left: 5px;
}
.badge.closable {
  cursor: pointer;
}
.badge.primary {
  background: #1d3e6f;
  color: white;
}
.badge.primary.closable:hover {
  background: #2a59a0;
}
.badge.accent {
  background: #29589e;
  color: white;
}
.badge.accent.closable:hover {
  background: #3974cc;
}
.badge.secondary {
  background: #998;
  color: white;
}
.badge.secondary.closable:hover {
  background: #b5b5a9;
}
.badge.gray {
  background: #3b4453;
  color: white;
}
.badge.gray.closable:hover {
  background: #546177;
}
.badge.success {
  background: #2f6a42;
  color: white;
}
.badge.success.closable:hover {
  background: #42945c;
}
.badge.warning {
  background: #d18f00;
  color: white;
}
.badge.warning.closable:hover {
  background: #ffb30f;
}
.badge.alert {
  background: #bd3f31;
  color: white;
}
.badge.alert.closable:hover {
  background: #d46458;
}
.badge.badge-lgreen {
  color: white;
  background-color: #42945c;
}
.badge.badge-green {
  color: white;
  background-color: #2f6a42;
}
.badge.badge-red {
  color: white;
  background-color: #bd3f31;
}
.badge.badge-orange {
  color: white;
  background-color: #d18f00;
}
.breadcrumbs-container {
  display: flex;
  text-align: center;
  margin-bottom: 0;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumbs-container .crumbs {
  display: inline-flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.breadcrumbs-container .crumbs .crumb {
  color: #fcfcfa;
  font-size: 1.02em;
  font-weight: bold;
}
.breadcrumbs-container .crumbs .crumb + .crumb:before {
  content: " / ";
  color: #fcfcfa;
}
.breadcrumbs-container .crumbs .clickable-breadcrumb {
  font-weight: bold;
  color: #fcfcfa;
}
@media print, screen and (max-width: 39.99875em) {
  .breadcrumbs-container {
    display: none;
  }
}
@media print, screen and (min-width: 40em) {
  build-template .form-section > .grid-x,
  build-template .form-section > .form-section-content {
    margin-left: 12px;
  }
}
.irecords-search-criteria-container build-template {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100%;
}
.irecords-search-criteria-container build-template > * {
  flex: 100%;
}
.irecords-search-criteria-container build-template > * .criteria-section {
  background-color: #f7f0e5;
  border: 1px solid #e9d5b6;
  border-radius: 2px;
  margin: 4px;
  padding: 12px;
  display: flex;
  align-items: baseline;
}
.irecords-search-criteria-container build-template > * .criteria-section .faq-section button {
  margin-left: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .irecords-search-criteria-container build-template > * .criteria-section--break-medium {
    flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .irecords-search-criteria-container build-template > * .criteria-section {
    flex-wrap: wrap;
  }
}
.irecords-search-criteria-container build-template > * .criteria-section-header {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
@media print, screen and (max-width: 63.99875em) {
  .irecords-search-criteria-container build-template > * .criteria-section-header--break-medium {
    flex: 100%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .irecords-search-criteria-container build-template > * .criteria-section-header {
    flex: 100%;
  }
}
.irecords-search-criteria-container build-template > * .criteria-section-header__title {
  flex: 100%;
  margin: 0;
}
.irecords-search-criteria-container build-template > * .criteria-section-header__subtitle {
  flex: 100%;
  margin: 0;
  font-size: 0.875rem;
  font-style: italic;
}
.irecords-search-criteria-container build-template > * .bulk-info__container {
  margin-top: 12px;
  padding: 8px 12px;
  background-color: #f3e9d9;
  border: 1px solid #e9d5b6;
}
.irecords-search-criteria-container build-template > * .bulk-info__example-container {
  margin: 12px;
}
@media print, screen and (max-width: 39.99875em) {
  .irecords-search-criteria-container build-template > * .bulk-info__example-container {
    margin: 12px 0;
  }
}
.irecords-search-criteria-container build-template > * .bulk-info__example {
  margin: 12px;
}
@media print, screen and (max-width: 39.99875em) {
  .irecords-search-criteria-container build-template > * .bulk-info__example {
    margin: 12px 0;
  }
}
.irecords-search-criteria-container build-template > * .bulk-info__example-list {
  margin: 0;
  word-break: break-word;
}
@media print, screen and (max-width: 39.99875em) {
  .irecords-search-criteria-container build-template > * .bulk-info__example-list {
    padding-left: 18px;
  }
}
.irecords-search-criteria-container build-template > * .criteria-section-info {
  margin: 12px;
}
.irecords-search-criteria-container build-template > * .criteria-section-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 2;
}
.irecords-search-criteria-container build-template > * .criteria-section-content--bulk {
  max-width: none;
}
.irecords-search-criteria-container build-template > * .criteria-section-content__actions {
  padding: 12px;
  align-self: flex-end;
}
@media print, screen and (max-width: 63.99875em) {
  .irecords-search-criteria-container build-template > * .criteria-section-content--break-medium {
    flex-wrap: wrap;
    flex: 100%;
    max-width: 100%;
  }
  .irecords-search-criteria-container build-template > * .criteria-section-content--break-medium > * {
    flex: 100%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .irecords-search-criteria-container build-template > * .criteria-section-content {
    flex-wrap: wrap;
    flex: 100%;
  }
  .irecords-search-criteria-container build-template > * .criteria-section-content > * {
    flex: 100%;
  }
}
.irecords-search-criteria-container build-template > criteria-bulk,
.irecords-search-criteria-container build-template > driver-record-criteria-name-dob,
.irecords-search-criteria-container build-template > driver-record-criteria-name-dob-ssn,
.irecords-search-criteria-container build-template > driver-record-criteria-name-dob-dln,
.irecords-search-criteria-container build-template > registration-criteria-plate,
.irecords-search-criteria-container build-template > driver-record-criteria-wild {
  flex: 100%;
}
.irecords-search-criteria-container build-template > criteria-bulk .criteria-section,
.irecords-search-criteria-container build-template > driver-record-criteria-name-dob .criteria-section,
.irecords-search-criteria-container build-template > driver-record-criteria-name-dob-ssn .criteria-section,
.irecords-search-criteria-container build-template > driver-record-criteria-name-dob-dln .criteria-section,
.irecords-search-criteria-container build-template > registration-criteria-plate .criteria-section,
.irecords-search-criteria-container build-template > driver-record-criteria-wild .criteria-section {
  flex-flow: row wrap;
}
.irecords-search-criteria-container build-template > criteria-bulk .criteria-section > *,
.irecords-search-criteria-container build-template > driver-record-criteria-name-dob .criteria-section > *,
.irecords-search-criteria-container build-template > driver-record-criteria-name-dob-ssn .criteria-section > *,
.irecords-search-criteria-container build-template > driver-record-criteria-name-dob-dln .criteria-section > *,
.irecords-search-criteria-container build-template > registration-criteria-plate .criteria-section > *,
.irecords-search-criteria-container build-template > driver-record-criteria-wild .criteria-section > * {
  flex: 100%;
}
.irecords-search-criteria-container build-template > criteria-bulk .criteria-section-content__inputs,
.irecords-search-criteria-container build-template > driver-record-criteria-name-dob .criteria-section-content__inputs,
.irecords-search-criteria-container build-template > driver-record-criteria-name-dob-ssn .criteria-section-content__inputs,
.irecords-search-criteria-container build-template > driver-record-criteria-name-dob-dln .criteria-section-content__inputs,
.irecords-search-criteria-container build-template > registration-criteria-plate .criteria-section-content__inputs,
.irecords-search-criteria-container build-template > driver-record-criteria-wild .criteria-section-content__inputs {
  justify-content: flex-start;
}
.irecords-search-criteria-container build-template .criteria-section-collapsable {
  height: auto;
  overflow: hidden;
}
.irecords-search-criteria-container build-template .criteria-section-collapsable--collapsed {
  max-height: 0;
}
.irecords-search-criteria-container build-template .criteria-section-collapsable--collapsed * {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
}
.irecords-search-criteria-container build-template .criteria-section-collapsable--visible {
  max-height: 100%;
}
.button, .external-auth__actions button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  border: none;
  border-radius: 2px;
  color: #1d3e6f;
  padding: 0.75rem 0.85rem 0.7rem;
  margin: 0;
  transition: background 0.5s, color 0.5s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.button.button-small, .external-auth__actions button.button-small {
  padding: 7px;
  font-size: 0.65rem;
}
.button.button-round, .external-auth__actions button.button-round {
  border-radius: 999px;
  height: 24px;
  width: 24px;
  padding-top: 5px;
}
.button:hover, .external-auth__actions button:hover, .button:active, .external-auth__actions button:active, .button:focus, .external-auth__actions button:focus {
  background: transparent;
  color: #234c87;
  border: none;
  outline: none;
}
.button.disabled, .external-auth__actions button.disabled, .button:disabled, .external-auth__actions button:disabled {
  background: transparent;
  color: #234c87;
  opacity: 0.7;
  cursor: not-allowed;
}
.button.disabled:hover, .external-auth__actions button.disabled:hover, .button:disabled:hover, .external-auth__actions button:disabled:hover {
  background: transparent;
  color: #234c87;
}
.button.primary, .external-auth__actions button.primary {
  background: #1d3e6f;
  color: #fcfcfa;
}
.button.primary:hover, .external-auth__actions button.primary:hover, .button.primary:active, .external-auth__actions button.primary:active, .button.primary.active, .external-auth__actions button.primary.active, .button.primary:focus, .external-auth__actions button.primary:focus {
  background: #285597;
  color: #fcfcfa !important;
}
.button.primary.disabled, .external-auth__actions button.primary.disabled, .button.primary[disabled], .external-auth__actions button.primary[disabled] {
  background: #285597;
  opacity: 0.4;
  color: #fcfcfa !important;
}
.button.primary.disabled:hover, .external-auth__actions button.primary.disabled:hover, .button.primary.disabled:active, .external-auth__actions button.primary.disabled:active, .button.primary.disabled.active, .external-auth__actions button.primary.disabled.active, .button.primary.disabled:focus, .external-auth__actions button.primary.disabled:focus, .button.primary[disabled]:hover, .external-auth__actions button.primary[disabled]:hover, .button.primary[disabled]:active, .external-auth__actions button.primary[disabled]:active, .button.primary[disabled].active, .external-auth__actions button.primary[disabled].active, .button.primary[disabled]:focus, .external-auth__actions button.primary[disabled]:focus {
  background: #285597;
  color: #fcfcfa !important;
}
.button.accent, .external-auth__actions button.accent {
  background: #29589e;
  color: #fcfcfa;
}
.button.accent:hover, .external-auth__actions button.accent:hover, .button.accent:active, .external-auth__actions button.accent:active, .button.accent.active, .external-auth__actions button.accent.active, .button.accent:focus, .external-auth__actions button.accent:focus {
  background: #346fc6;
  color: #fcfcfa !important;
}
.button.accent.disabled, .external-auth__actions button.accent.disabled, .button.accent[disabled], .external-auth__actions button.accent[disabled] {
  background: #346fc6;
  opacity: 0.4;
  color: #fcfcfa !important;
}
.button.accent.disabled:hover, .external-auth__actions button.accent.disabled:hover, .button.accent.disabled:active, .external-auth__actions button.accent.disabled:active, .button.accent.disabled.active, .external-auth__actions button.accent.disabled.active, .button.accent.disabled:focus, .external-auth__actions button.accent.disabled:focus, .button.accent[disabled]:hover, .external-auth__actions button.accent[disabled]:hover, .button.accent[disabled]:active, .external-auth__actions button.accent[disabled]:active, .button.accent[disabled].active, .external-auth__actions button.accent[disabled].active, .button.accent[disabled]:focus, .external-auth__actions button.accent[disabled]:focus {
  background: #346fc6;
  color: #fcfcfa !important;
}
.button.secondary, .external-auth__actions button.secondary {
  background: #998;
  color: #fcfcfa;
}
.button.secondary:hover, .external-auth__actions button.secondary:hover, .button.secondary:active, .external-auth__actions button.secondary:active, .button.secondary.active, .external-auth__actions button.secondary.active, .button.secondary:focus, .external-auth__actions button.secondary:focus {
  background: #b1b1a3;
  color: #fcfcfa !important;
}
.button.secondary.disabled, .external-auth__actions button.secondary.disabled, .button.secondary[disabled], .external-auth__actions button.secondary[disabled] {
  background: #b1b1a3;
  opacity: 0.4;
  color: #fcfcfa !important;
}
.button.secondary.disabled:hover, .external-auth__actions button.secondary.disabled:hover, .button.secondary.disabled:active, .external-auth__actions button.secondary.disabled:active, .button.secondary.disabled.active, .external-auth__actions button.secondary.disabled.active, .button.secondary.disabled:focus, .external-auth__actions button.secondary.disabled:focus, .button.secondary[disabled]:hover, .external-auth__actions button.secondary[disabled]:hover, .button.secondary[disabled]:active, .external-auth__actions button.secondary[disabled]:active, .button.secondary[disabled].active, .external-auth__actions button.secondary[disabled].active, .button.secondary[disabled]:focus, .external-auth__actions button.secondary[disabled]:focus {
  background: #b1b1a3;
  color: #fcfcfa !important;
}
.button.gray, .external-auth__actions button.gray {
  background: #3b4453;
  color: #fcfcfa;
}
.button.gray:hover, .external-auth__actions button.gray:hover, .button.gray:active, .external-auth__actions button.gray:active, .button.gray.active, .external-auth__actions button.gray.active, .button.gray:focus, .external-auth__actions button.gray:focus {
  background: #505c71;
  color: #fcfcfa !important;
}
.button.gray.disabled, .external-auth__actions button.gray.disabled, .button.gray[disabled], .external-auth__actions button.gray[disabled] {
  background: #505c71;
  opacity: 0.4;
  color: #fcfcfa !important;
}
.button.gray.disabled:hover, .external-auth__actions button.gray.disabled:hover, .button.gray.disabled:active, .external-auth__actions button.gray.disabled:active, .button.gray.disabled.active, .external-auth__actions button.gray.disabled.active, .button.gray.disabled:focus, .external-auth__actions button.gray.disabled:focus, .button.gray[disabled]:hover, .external-auth__actions button.gray[disabled]:hover, .button.gray[disabled]:active, .external-auth__actions button.gray[disabled]:active, .button.gray[disabled].active, .external-auth__actions button.gray[disabled].active, .button.gray[disabled]:focus, .external-auth__actions button.gray[disabled]:focus {
  background: #505c71;
  color: #fcfcfa !important;
}
.button.success, .external-auth__actions button.success {
  background: #2f6a42;
  color: #fcfcfa;
}
.button.success:hover, .external-auth__actions button.success:hover, .button.success:active, .external-auth__actions button.success:active, .button.success.active, .external-auth__actions button.success.active, .button.success:focus, .external-auth__actions button.success:focus {
  background: #3f8d58;
  color: #fcfcfa !important;
}
.button.success.disabled, .external-auth__actions button.success.disabled, .button.success[disabled], .external-auth__actions button.success[disabled] {
  background: #3f8d58;
  opacity: 0.4;
  color: #fcfcfa !important;
}
.button.success.disabled:hover, .external-auth__actions button.success.disabled:hover, .button.success.disabled:active, .external-auth__actions button.success.disabled:active, .button.success.disabled.active, .external-auth__actions button.success.disabled.active, .button.success.disabled:focus, .external-auth__actions button.success.disabled:focus, .button.success[disabled]:hover, .external-auth__actions button.success[disabled]:hover, .button.success[disabled]:active, .external-auth__actions button.success[disabled]:active, .button.success[disabled].active, .external-auth__actions button.success[disabled].active, .button.success[disabled]:focus, .external-auth__actions button.success[disabled]:focus {
  background: #3f8d58;
  color: #fcfcfa !important;
}
.button.warning, .external-auth__actions button.warning {
  background: #d18f00;
  color: #fcfcfa;
}
.button.warning:hover, .external-auth__actions button.warning:hover, .button.warning:active, .external-auth__actions button.warning:active, .button.warning.active, .external-auth__actions button.warning.active, .button.warning:focus, .external-auth__actions button.warning:focus {
  background: #ffb005;
  color: #fcfcfa !important;
}
.button.warning.disabled, .external-auth__actions button.warning.disabled, .button.warning[disabled], .external-auth__actions button.warning[disabled] {
  background: #ffb005;
  opacity: 0.4;
  color: #fcfcfa !important;
}
.button.warning.disabled:hover, .external-auth__actions button.warning.disabled:hover, .button.warning.disabled:active, .external-auth__actions button.warning.disabled:active, .button.warning.disabled.active, .external-auth__actions button.warning.disabled.active, .button.warning.disabled:focus, .external-auth__actions button.warning.disabled:focus, .button.warning[disabled]:hover, .external-auth__actions button.warning[disabled]:hover, .button.warning[disabled]:active, .external-auth__actions button.warning[disabled]:active, .button.warning[disabled].active, .external-auth__actions button.warning[disabled].active, .button.warning[disabled]:focus, .external-auth__actions button.warning[disabled]:focus {
  background: #ffb005;
  color: #fcfcfa !important;
}
.button.alert, .external-auth__actions button.alert {
  background: #bd3f31;
  color: #fcfcfa;
}
.button.alert:hover, .external-auth__actions button.alert:hover, .button.alert:active, .external-auth__actions button.alert:active, .button.alert.active, .external-auth__actions button.alert.active, .button.alert:focus, .external-auth__actions button.alert:focus {
  background: #d25d50;
  color: #fcfcfa !important;
}
.button.alert.disabled, .external-auth__actions button.alert.disabled, .button.alert[disabled], .external-auth__actions button.alert[disabled] {
  background: #d25d50;
  opacity: 0.4;
  color: #fcfcfa !important;
}
.button.alert.disabled:hover, .external-auth__actions button.alert.disabled:hover, .button.alert.disabled:active, .external-auth__actions button.alert.disabled:active, .button.alert.disabled.active, .external-auth__actions button.alert.disabled.active, .button.alert.disabled:focus, .external-auth__actions button.alert.disabled:focus, .button.alert[disabled]:hover, .external-auth__actions button.alert[disabled]:hover, .button.alert[disabled]:active, .external-auth__actions button.alert[disabled]:active, .button.alert[disabled].active, .external-auth__actions button.alert[disabled].active, .button.alert[disabled]:focus, .external-auth__actions button.alert[disabled]:focus {
  background: #d25d50;
  color: #fcfcfa !important;
}
.dynamic-button-group {
  display: flex;
  flex-flow: row;
}
.dynamic-button-group > *,
.dynamic-button-group > .button,
.dynamic-button-group > button {
  flex: 1;
  margin: 0 4px;
  width: 100%;
}
.dynamic-button-group > *:first-child,
.dynamic-button-group > .button:first-child,
.dynamic-button-group > button:first-child {
  margin-left: 0;
}
.dynamic-button-group > *:last-child,
.dynamic-button-group > .button:last-child,
.dynamic-button-group > button:last-child {
  margin-right: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .dynamic-button-group {
    flex-flow: row wrap;
    width: 100%;
  }
  .dynamic-button-group > *,
  .dynamic-button-group > .button,
  .dynamic-button-group > button {
    flex: 100%;
    margin: 4px 0;
  }
  .dynamic-button-group > *:first-child,
  .dynamic-button-group > .button:first-child,
  .dynamic-button-group > button:first-child {
    margin-top: 0;
  }
  .dynamic-button-group > *:last-child,
  .dynamic-button-group > .button:last-child,
  .dynamic-button-group > button:last-child {
    margin-bottom: 0;
  }
}
.check-buddy {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 5px;
}
.check-buddy + div {
  font-weight: normal;
  text-transform: none;
}
.check-buddy .cb-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin-right: 4px;
}
.check-buddy .cb-item .check {
  width: 13px;
  height: 7px;
  border-top: 3px solid #3b4453;
  border-right: 3px solid #3b4453;
  transform: rotateZ(135deg) translateX(-9px) translateY(-10px);
  transform-origin: left top;
  opacity: 0;
  transition: opacity 0.3s;
}
.check-buddy.type-radio .cb-item {
  border-radius: 50%;
}
.check-buddy.type-radio .cb-item .check {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  transform: none;
  background: #3b4453;
  border: none;
}
.check-buddy input[type=radio],
.check-buddy input[type=checkbox] {
  display: none;
}
.check-buddy input[type=radio]:checked + .cb-item .check,
.check-buddy input[type=checkbox]:checked + .cb-item .check {
  opacity: 1;
}
.check-buddy input[type=radio]:disabled + .cb-item,
.check-buddy input[type=checkbox]:disabled + .cb-item {
  cursor: default;
  opacity: 0.7;
  background-color: #f1f1e7;
}
.check-buddy input[type=radio]:disabled + .cb-item:hover,
.check-buddy input[type=checkbox]:disabled + .cb-item:hover {
  cursor: not-allowed;
}
.check-buddy input[type=radio]:checked:disabled + .cb-item .check,
.check-buddy input[type=checkbox]:checked:disabled + .cb-item .check {
  border-top-color: greyscale(#1d3e6f);
  border-right-color: greyscale(#1d3e6f);
  opacity: 1;
}
.check-buddy input[type=radio]:checked:disabled + .cb-item.type-radio .check,
.check-buddy input[type=checkbox]:checked:disabled + .cb-item.type-radio .check {
  background: greyscale(#1d3e6f);
  border-color: greyscale(#1d3e6f);
}
.callout {
  background: #1d3e6f;
  border: 1px solid #152c4f;
  color: white;
  padding: 8px;
  font-weight: 600;
  border-radius: 2px;
  margin: 0 0 25px;
}
.callout:last-child {
  margin: 0;
}
.callout .callout-title {
  padding: 10px 15px;
  background: #18335b;
  color: white;
  font-weight: 700;
}
.callout .callout-content {
  padding: 15px;
  font-size: 1rem;
}
.callout.primary {
  background: #1779ba;
  border: 1px solid #136196;
  color: white;
}
.callout.primary .callout-title {
  background: #146aa3;
  color: white;
}
.callout.secondary {
  background: #767676;
  border: 1px solid #626262;
  color: white;
}
.callout.secondary .callout-title {
  background: dimgray;
  color: white;
}
.callout.success {
  background: #3adb76;
  border: 1px solid #24c861;
  color: white;
}
.callout.success .callout-title {
  background: #27d568;
  color: white;
}
.callout.warning {
  background: #ffae00;
  border: 1px solid #d69200;
  color: white;
}
.callout.warning .callout-title {
  background: #e69d00;
  color: white;
}
.callout.alert {
  background: #cc4b37;
  border: 1px solid #ae3e2c;
  color: white;
}
.callout.alert .callout-title {
  background: #ba422f;
  color: white;
}
.callout.alert a {
  color: #598ad4;
}
.callout.alert a:hover {
  color: #8aade1;
}
.callout.alert a:active, .callout.alert a:visited {
  color: #c2afd9;
}
collapsable-container {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
collapsable-container.header-menu > ul {
  list-style-type: none;
  margin: 0;
  position: absolute;
  background: #22272f;
  color: #fcfcfa;
  right: 0;
  width: 175px;
  height: 0;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: height 0.2s ease;
}
collapsable-container.header-menu > ul.open {
  height: 98px;
}
collapsable-container.header-menu > ul > li {
  display: flex;
  align-items: center;
  padding: 5px 0 5px 14px;
  border-bottom: 1px solid #3b4453;
  transition: background 0.4s ease;
}
collapsable-container.header-menu > ul > li:not(:first-child):hover, collapsable-container.header-menu > ul > li:not(:first-child):focus {
  background: #234c87;
}
collapsable-container.header-menu > ul > li i {
  font-size: 1.25rem;
  padding-right: 8px;
}
collapsable-container.header-menu > ul > li:first-child {
  cursor: default;
}
collapsable-container.header-menu > ul > li:last-child {
  border-bottom: none;
}
collapsable-container.share-search-url-menu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  right: 0;
  position: absolute;
  background: #22272f;
  color: #fcfcfa;
  height: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: height 0.2s ease;
}
collapsable-container.share-search-url-menu > ul.open {
  height: 120px;
}
collapsable-container.share-search-url-menu > ul > li {
  display: flex;
  align-items: center;
  padding: 2px 8px;
  border-bottom: 1px solid #3b4453;
}
collapsable-container.share-search-url-menu > ul > li i {
  font-size: 1.25rem;
  padding-right: 8px;
}
collapsable-container.share-search-url-menu > ul > li textarea {
  border-radius: 2px;
}
collapsable-container.share-search-url-menu > ul > li:first-child {
  cursor: default;
}
collapsable-container.share-search-url-menu > ul > li:last-child {
  border-bottom: none;
}
[collapse] [collapse-click] {
  cursor: pointer;
}
[collapse] [collapse-indicator] {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fefefe;
  border-right: 2px solid #fefefe;
  margin-right: 5px;
  transition: transform 0.2s;
}
[collapse] [collapse-indicator].right {
  margin-right: 0;
  margin-left: 5px;
}
[collapse].open [collapse-indicator] {
  transform: rotate(135deg);
}
[collapse].collapsed [collapse-indicator] {
  transform: rotate(45deg);
}
.label__badge-container {
  position: relative;
}
.label__badge-container > .label {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  transform: translate(-3%, -150%);
}
date-picker-dropdown {
  display: block;
  position: relative;
}
date-picker-dropdown > div {
  display: flex;
  justify-content: space-between;
}
date-picker-dropdown > div > div, date-picker-dropdown > div > select {
  width: 100%;
  margin: 0 1px;
}
date-picker-dropdown > div > div:first-child, date-picker-dropdown > div > select:first-child {
  margin-left: 0;
}
date-picker-dropdown > div > div:last-child, date-picker-dropdown > div > select:last-child {
  margin-right: 0;
}
date-range div.fixed {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  background: #f6f6f0;
  width: 565px;
  z-index: 2;
  top: 0;
  right: 20px;
  margin-top: 0;
  padding: 8px 0;
  transition: opacity 0.3s linear, visibility 0.3s linear, margin-top 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
date-range.date-range--stand-alone > div.relative {
  margin: 8px 4px;
  padding: 0px;
  flex: 1 1 auto;
}
@media print, screen and (max-width: 39.99875em) {
  date-range.date-range--stand-alone > div.relative {
    min-width: 225px;
  }
}
date-range.date-range--embedded > div.relative {
  padding: 0 14px;
  margin: 0;
  flex: 1 1 auto;
}
@media print, screen and (max-width: 39.99875em) {
  date-range.date-range--embedded > div.relative {
    min-width: 225px;
    padding: 0;
  }
}
date-range.date-range--embedded div:first-child {
  padding-left: 0;
}
@media print, screen and (max-width: 39.99875em) {
  date-range.date-range--embedded div:first-child {
    padding-bottom: 12px;
  }
}
date-range.date-range--embedded > div:nth-child(2) {
  padding-right: 0;
}
@media print, screen and (min-width: 40em) {
  date-range div.fixed.visible {
    visibility: visible;
    opacity: 1;
    margin-top: 116px;
    transition: opacity 0.3s linear, visibility 0.3s linear, margin-top 0.3s ease;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  date-range div.fixed.visible {
    padding: 8px 16px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  date-range div.fixed.visible {
    padding: 8px;
  }
}
date-range .button-section {
  margin-top: 24px;
  flex: 1 1 100%;
}
date-range div.action-buttons {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  padding-bottom: 5px;
}
notes-criteria div.fixed {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  background: #f6f6f0;
  width: 565px;
  z-index: 2;
  top: 0;
  right: 20px;
  margin-top: 0;
  padding: 8px 0;
  transition: opacity 0.3s linear, visibility 0.3s linear, margin-top 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
notes-criteria.date-range--stand-alone > div.relative {
  margin: 8px 4px;
  padding: 0px;
  flex: 1 1 auto;
}
@media print, screen and (max-width: 39.99875em) {
  notes-criteria.date-range--stand-alone > div.relative {
    min-width: 225px;
  }
}
notes-criteria.date-range--embedded > div.relative {
  padding: 0 14px;
  margin: 0;
  flex: 1 1 auto;
}
@media print, screen and (max-width: 39.99875em) {
  notes-criteria.date-range--embedded > div.relative {
    min-width: 225px;
    padding: 0;
  }
}
notes-criteria.date-range--embedded div:first-child {
  padding-left: 0;
}
@media print, screen and (max-width: 39.99875em) {
  notes-criteria.date-range--embedded div:first-child {
    padding-bottom: 12px;
  }
}
notes-criteria.date-range--embedded > div:nth-child(2) {
  padding-right: 0;
}
@media print, screen and (min-width: 40em) {
  notes-criteria div.fixed.visible {
    visibility: visible;
    opacity: 1;
    margin-top: 116px;
    transition: opacity 0.3s linear, visibility 0.3s linear, margin-top 0.3s ease;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  notes-criteria div.fixed.visible {
    padding: 8px 16px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  notes-criteria div.fixed.visible {
    padding: 8px;
  }
}
notes-criteria .button-section {
  margin-top: 24px;
  flex: 1 1 100%;
}
notes-criteria div.action-buttons {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  padding-bottom: 5px;
}
.panel.enroll-drivers .enroll-single-driver-container {
  padding-right: 30px;
  border-right: 1px solid #e5e5d4;
}
.panel.enroll-drivers .enroll-multiple-drivers-container {
  padding-left: 30px;
}
.panel.enroll-drivers .enroll-multiple-drivers-container form[name=enrollMultipleDriversForm] .criteria-section-header p {
  margin-bottom: 0;
}
.panel.enroll-drivers .enroll-multiple-drivers-container button.click-to-browse {
  display: block;
  margin: 0 auto;
}
.panel.enroll-drivers .enroll-multiple-drivers-container .table-container {
  margin-bottom: 32px;
}
.panel.enroll-drivers form[name=enrollSingleDriverForm] h4, .panel.enroll-drivers form[name=enrollSingleDriverForm] h6, .panel.enroll-drivers form[name=enrollSingleDriverForm] p {
  margin: 0 0 16px;
}
.panel.enroll-drivers form[name=enrollSingleDriverForm] h4 {
  margin-bottom: 0;
}
.panel.enroll-drivers form[name=enrollSingleDriverForm] ol, .panel.enroll-drivers form[name=enrollSingleDriverForm] li {
  margin: 0;
  padding: 0;
}
.panel.enroll-drivers form[name=enrollSingleDriverForm] input {
  padding: 2px 6px;
  height: 1.5rem;
  line-height: 1.3rem;
}
.panel.enroll-drivers form[name=enrollSingleDriverForm] select {
  padding: 1px 20px 0 5px;
  height: 1.5rem;
}
.panel.enroll-drivers form[name=enrollSingleDriverForm] .results-container h4 {
  margin-top: 28px;
  margin-bottom: 6px;
}
.panel.enroll-drivers form[name=enrollSingleDriverForm] .results-container h4.already-enrolled {
  margin-top: 0;
  margin-bottom: 18px;
}
.panel.enroll-drivers form[name=enrollSingleDriverForm] .results-container i.fa-exclamation-circle {
  color: #d46458;
}
.panel.enroll-drivers form[name=enrollSingleDriverForm] .results-container h6 {
  margin-bottom: 2px;
}
.panel.enroll-drivers form[name=enrollSingleDriverForm] .results-container label {
  display: inline-block;
}
.panel.enroll-drivers form[name=enrollSingleDriverForm] .results-container span {
  font-size: 12px;
}
.panel.enroll-drivers form[name=watchMultipleDriversForm] h4, .panel.enroll-drivers form[name=watchMultipleDriversForm] h6, .panel.enroll-drivers form[name=watchMultipleDriversForm] p {
  margin: 0 0 16px;
}
.panel.enroll-drivers form[name=watchMultipleDriversForm] h4 {
  margin-bottom: 0;
}
.panel.enroll-drivers form[name=watchMultipleDriversForm] .criteria-section-content.disabled {
  background-color: rgba(31, 31, 31, 0.12);
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.12), rgba(31, 31, 31, 0.12) 10px, rgba(31, 31, 31, 0.12) 10px, rgba(31, 31, 31, 0.12) 20px);
  border: 1px solid #d9d9c1;
  border-radius: 4px;
  color: rgba(31, 31, 31, 0.12);
}
.panel.enroll-drivers form[name=watchMultipleDriversForm] .drop-to-upload {
  padding: 1rem;
  background-color: rgba(31, 31, 31, 0.12);
  border: 1px solid #d9d9c1;
  border-radius: 4px;
}
.panel.enroll-drivers form[name=watchMultipleDriversForm] .drop-to-upload.draggingOver {
  background-color: rgba(0, 0, 0, 0.12);
}
.panel.enroll-drivers form[name=watchMultipleDriversForm] .drop-to-upload.disabled {
  color: rgba(31, 31, 31, 0.12);
}
.entity-icon-accounts {
  background-image: url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2075%2075'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23fcfcfa;}%3c/style%3e%3c/defs%3e%3ctitle%3esearch-contacts%3c/title%3e%3cpath%20class='cls-1'%20d='M10.31,5.5a2,2,0,0,0-1.81,2v60a2,2,0,0,0,2,2h44a2,2,0,0,0,2-2v-4h8a2,2,0,0,0,2-2v-10a2,2,0,0,0-2-2h-8v-5h8a2,2,0,0,0,2-2v-10a2,2,0,0,0-2-2h-8v-5h8a2,2,0,0,0,2-2v-10a2,2,0,0,0-2-2h-8v-4a2,2,0,0,0-2-2H10.31Zm2.19,4h40v56h-40Zm44,6h6v6h-6Zm-24,5a8,8,0,1,0,8,8A8,8,0,0,0,32.5,20.5Zm0,4a4,4,0,1,1-4,4A4,4,0,0,1,32.5,24.5Zm24,10h6v6h-6Zm-24,4c-8.18,0-15,6.2-15,14a2,2,0,0,0,2,2h26a2,2,0,0,0,2-2C47.5,44.7,40.68,38.5,32.5,38.5Zm0,4a10.58,10.58,0,0,1,10.56,8H21.94A10.58,10.58,0,0,1,32.5,42.5Zm24,11h6v6h-6Z'/%3e%3c/svg%3e");
  width: 25px;
  height: 25px;
}
.entity-icon-contacts {
  background-image: url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2075%2075'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23fcfcfa;}%3c/style%3e%3c/defs%3e%3ctitle%3esearch-contacts%3c/title%3e%3cpath%20class='cls-1'%20d='M10.31,5.5a2,2,0,0,0-1.81,2v60a2,2,0,0,0,2,2h44a2,2,0,0,0,2-2v-4h8a2,2,0,0,0,2-2v-10a2,2,0,0,0-2-2h-8v-5h8a2,2,0,0,0,2-2v-10a2,2,0,0,0-2-2h-8v-5h8a2,2,0,0,0,2-2v-10a2,2,0,0,0-2-2h-8v-4a2,2,0,0,0-2-2H10.31Zm2.19,4h40v56h-40Zm44,6h6v6h-6Zm-24,5a8,8,0,1,0,8,8A8,8,0,0,0,32.5,20.5Zm0,4a4,4,0,1,1-4,4A4,4,0,0,1,32.5,24.5Zm24,10h6v6h-6Zm-24,4c-8.18,0-15,6.2-15,14a2,2,0,0,0,2,2h26a2,2,0,0,0,2-2C47.5,44.7,40.68,38.5,32.5,38.5Zm0,4a10.58,10.58,0,0,1,10.56,8H21.94A10.58,10.58,0,0,1,32.5,42.5Zm24,11h6v6h-6Z'/%3e%3c/svg%3e");
  width: 25px;
  height: 25px;
}
.entity-icon-access-groups {
  background-image: url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2075%2075'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23fcfcfa;}%3c/style%3e%3c/defs%3e%3ctitle%3eaccess-group%3c/title%3e%3cpath%20class='cls-1'%20d='M37.5,8.5a7,7,0,0,0-3,13.31c-5.06,1.08-9,4.84-9,9.69a2,2,0,0,0,2,2h20a2,2,0,0,0,2-2c0-4.85-4-8.61-9-9.69a7,7,0,0,0-3-13.31Zm0,4a3,3,0,1,1-3,3A3,3,0,0,1,37.5,12.5Zm0,13c3.61,0,6.38,1.78,7.47,4H30C31.12,27.28,33.89,25.5,37.5,25.5Zm-.22,11a2,2,0,0,0-1.78,2v6.75l-6.91,3.47a2,2,0,0,0,1.67,3.64l.15-.07,7.09-3.53,7.09,3.53a2,2,0,0,0,2-3.49l-.15-.07L39.5,45.25V38.5a2,2,0,0,0-2-2h-.25Zm-19.78,5a7,7,0,0,0-3,13.31c-5.06,1.08-9,4.84-9,9.69a2,2,0,0,0,2,2h20a2,2,0,0,0,2-2c0-4.85-4-8.61-9-9.69a7,7,0,0,0-3-13.31Zm40,0a7,7,0,0,0-3,13.31c-5.06,1.08-9,4.84-9,9.69a2,2,0,0,0,2,2h20a2,2,0,0,0,2-2c0-4.85-4-8.61-9-9.69a7,7,0,0,0-3-13.31Zm-40,4a3,3,0,1,1-3,3A3,3,0,0,1,17.5,45.5Zm40,0a3,3,0,1,1-3,3A3,3,0,0,1,57.5,45.5Zm-40,13c3.61,0,6.38,1.78,7.47,4H10C11.12,60.28,13.89,58.5,17.5,58.5Zm40,0c3.61,0,6.38,1.78,7.47,4H50C51.12,60.28,53.89,58.5,57.5,58.5Z'/%3e%3c/svg%3e");
  width: 25px;
  height: 25px;
}
.entity-icon-non-usage {
  background-image: url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2075%2075'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23fcfcfa;}%3c/style%3e%3c/defs%3e%3ctitle%3enon-usage%3c/title%3e%3cpath%20class='cls-1'%20d='M31.5,8.5a11.78,11.78,0,0,0-9.06,3.91,15,15,0,0,0-3.34,9.31s0,.08,0,.13c.14,6.21,2.3,9.8,4.38,12.25a11.36,11.36,0,0,1-2.28,1.34c-1.88.77-4.2,1.55-6.5,2.72C10.1,40.49,5.5,44.75,5.5,52.5a2,2,0,0,0,2,2H41.66a14.06,14.06,0,1,0,8.88-15.06A40.72,40.72,0,0,0,43,35.91a26,26,0,0,1-3.59-1.69c2.11-2.45,4.32-6.06,4.47-12.37q0-.06,0-.12a15,15,0,0,0-3.34-9.31A11.78,11.78,0,0,0,31.5,8.5Zm0,4a7.45,7.45,0,0,1,6,2.53,11.1,11.1,0,0,1,2.38,6.84s0,0,0,0c-.19,6.76-2.43,8.79-4.81,11.19A2,2,0,0,0,35,35.78c1.66,2,4.09,2.86,6.59,3.84,1.67.66,3.38,1.35,5,2.16a13.94,13.94,0,0,0-4.87,8.72H9.75c.62-4.74,3.28-7,6.75-8.75,2-1,4.15-1.79,6.19-2.62s4-1.67,5.34-3.34a2,2,0,0,0-.12-2.69c-2.38-2.4-4.63-4.43-4.81-11.19,0,0,0,0,0,0A11.1,11.1,0,0,1,25.47,15,7.45,7.45,0,0,1,31.5,12.5Zm24,30a10,10,0,1,1-10,10A10,10,0,0,1,55.5,42.5Zm-4.19,8a2,2,0,1,0,.19,4h8a2,2,0,1,0,.06-4H51.31Z'/%3e%3c/svg%3e");
  width: 25px;
  height: 25px;
}
.entity-icon-inactivity {
  background-image: url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2075%2075'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23fcfcfa;}%3c/style%3e%3c/defs%3e%3ctitle%3einactivity%3c/title%3e%3cpath%20class='cls-1'%20d='M13.28,4.49a2,2,0,0,0-1.78,2v4H6.69A5.22,5.22,0,0,0,1.5,15.71V51.33a5.22,5.22,0,0,0,5.19,5.19H43.53a15,15,0,1,0,16-16V15.71a5.22,5.22,0,0,0-5.19-5.19H49.5v-4a2,2,0,0,0-2-2h-.26a2,2,0,0,0-1.78,2v4h-30v-4a2,2,0,0,0-2-2Zm-6.59,10H54.31a1.16,1.16,0,0,1,1.19,1.19v3.81H5.5V15.71A1.16,1.16,0,0,1,6.69,14.52Zm-1.19,9h50V40.83A15,15,0,0,0,43.81,52.52H6.69A1.16,1.16,0,0,1,5.5,51.33Zm5.81,4a2,2,0,1,0,.19,4h6a2,2,0,1,0,.06-4H11.31Zm16,0a2,2,0,1,0,.19,4h6a2,2,0,1,0,.06-4H27.31Zm16,0a2,2,0,1,0,.19,4h6a2,2,0,0,0,.06-4H43.31Zm-32,8a2,2,0,1,0,.19,4h6a2,2,0,1,0,.06-4H11.31Zm16,0a2,2,0,1,0,.19,4h6a2,2,0,1,0,.06-4H27.31Zm16,0a2,2,0,1,0,.19,4h6a2,2,0,0,0,.06-4H43.31Zm-32,8a2,2,0,1,0,.19,4h6a2,2,0,1,0,.06-4H11.31Zm16,0a2,2,0,1,0,.19,4h6a2,2,0,1,0,.06-4H27.31Zm31.19,1a11,11,0,0,1,9.06,17.22L52.28,46.46A11,11,0,0,1,58.5,44.52Zm-9.06,4.75L64.75,64.58A11,11,0,0,1,49.44,49.27Z'/%3e%3c/svg%3e");
  width: 25px;
  height: 25px;
}
.entity-icon-transactions {
  background-image: url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2075%2075'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23fcfcfa;}%3c/style%3e%3c/defs%3e%3ctitle%3etransaction%3c/title%3e%3cpath%20class='cls-1'%20d='M21.4,5.5a6,6,0,0,0-6,6v52a6,6,0,0,0,6,6h32a6,6,0,0,0,6-6v-42a2,2,0,0,0-.59-1.41l-14-14A2,2,0,0,0,43.4,5.5Zm0,4H42.58L55.4,22.31V63.5a2,2,0,0,1-2,2h-32a2,2,0,0,1-2-2v-52A2,2,0,0,1,21.4,9.5Zm20.78-4a2,2,0,0,0-1.78,2v15a2,2,0,0,0,2,2h13a2,2,0,0,0,.06-4H44.4V7.5a2,2,0,0,0-2-2h-.25Zm-18,28a2,2,0,1,0,.19,4h46a2,2,0,0,0,.06-4H24.21Zm-20,8a2,2,0,0,0,.19,4h46a2,2,0,0,0,.06-4H4.21ZM65.72,27.69a2,2,0,1,0-2.7,3l6.24,6.24a2,2,0,0,0,2.87-2.79l0,0-6.24-6.24ZM9.28,51.41a2,2,0,1,0,2.7-3L5.74,42.21A2,2,0,0,0,2.87,45l0,0,6.24,6.24Zm62.9-14.49a2,2,0,0,0-3-2.7L63,40.47a2,2,0,0,0,2.79,2.87l0,0L72,37.05ZM12.11,38.61a2,2,0,0,0-3-2.7L2.91,42.15A2,2,0,0,0,5.7,45l0,0L12,38.74Z'/%3e%3c/svg%3e");
  width: 25px;
  height: 25px;
}
.external-auth-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1 0 100%;
  z-index: 1;
}
@media print, screen and (max-width: 39.99875em) {
  .external-auth-container {
    padding: 20px;
    align-items: stretch;
  }
}
.external-auth {
  margin: auto 0;
  overflow: auto;
  padding: 25px;
  border: 1px solid #998;
  background-color: #fcfcfa;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  flex: 0 1 auto;
}
@media print, screen and (min-width: 64em) {
  .external-auth {
    max-width: 60%;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .external-auth {
    max-width: 75%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .external-auth {
    max-width: 100%;
  }
}
.external-auth__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 auto;
  margin: auto 0;
  font-size: 1.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .external-auth__title {
    font-size: 1.5rem;
  }
}
.external-auth__content {
  margin: 0 24px 24px;
}
@media print, screen and (max-width: 39.99875em) {
  .external-auth__content {
    margin: 0 0 24px;
  }
}
.external-auth__actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px 32px 0;
}
.external-auth__actions > * {
  margin: 0 auto;
}
.external-auth__processing-icon {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.15s ease;
}
.external-auth__processing-icon div {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  padding: 1px 0 0 1px;
  animation: processing-animation 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.external-auth__processing-icon div:after {
  content: " ";
  display: block;
  padding: 2px;
  margin: 10px 10px -10px -10px;
  border-radius: 50%;
  background-color: #d18f00;
}
.external-auth__processing-icon div:nth-child(2) {
  animation-delay: 0.06s;
}
.external-auth__processing-icon div:nth-child(3) {
  animation-delay: 0.12s;
}
.external-auth__processing-icon div:nth-child(4) {
  animation-delay: 0.18s;
}
.external-auth__processing-icon div:nth-child(5) {
  animation-delay: 0.24s;
}
.external-auth__processing-icon div:nth-child(6) {
  animation-delay: 0.3s;
}
.external-auth__processing-icon div:nth-child(7) {
  animation-delay: 0.36s;
}
.external-auth__processing-icon div:nth-child(8) {
  animation-delay: 0.42s;
}
@keyframes processing-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fancy-button-azure-login {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  padding-right: 12px;
  margin: 8px 0;
  height: 36px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #234a86;
  transition: background-color 0.3s;
  outline: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.fancy-button-azure-login:hover {
  background-color: #326cc2;
  transition: background-color 0.3s;
}
.fancy-button-azure-login[disabled], .fancy-button-azure-login.disabled {
  background-color: rgba(85, 136, 211, 0.5);
  cursor: not-allowed;
  transition: background-color 0.3s;
}
.fancy-button-azure-login[disabled] > div:first-child, .fancy-button-azure-login.disabled > div:first-child {
  background-color: rgba(85, 136, 211, 0.5);
  transition: background-color 0.3s;
}
.fancy-button-azure-login-icon {
  color: #fcfcfa;
  font-size: 1rem;
  font-weight: normal;
  margin-right: 12px;
  width: 46px;
  height: 36px;
  display: flex;
  align-items: center;
  background-color: #326cc2;
}
.fancy-button-azure-login-icon:before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  font-family: FontAwesome;
  content: "\f17a";
}
.fancy-button-azure-login-content {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.fancy-button-azure-login-content span {
  color: #fcfcfa;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.fancy-button-cancel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  padding-right: 12px;
  margin: 8px 0;
  height: 36px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #998;
  transition: background-color 0.3s;
  outline: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.fancy-button-cancel:hover {
  background-color: #bcbcb1;
  transition: background-color 0.3s;
}
.fancy-button-cancel[disabled], .fancy-button-cancel.disabled {
  background-color: rgba(212, 212, 205, 0.5);
  cursor: not-allowed;
  transition: background-color 0.3s;
}
.fancy-button-cancel[disabled] > div:first-child, .fancy-button-cancel.disabled > div:first-child {
  background-color: rgba(212, 212, 205, 0.5);
  transition: background-color 0.3s;
}
.fancy-button-cancel-icon {
  color: #fcfcfa;
  font-size: 1rem;
  font-weight: normal;
  margin-right: 12px;
  width: 46px;
  height: 36px;
  display: flex;
  align-items: center;
  background-color: #bcbcb1;
}
.fancy-button-cancel-icon:before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  font-family: FontAwesome;
  content: " ";
}
.fancy-button-cancel-content {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.fancy-button-cancel-content span {
  color: #fcfcfa;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.fancy-button-cdb-login {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  padding-right: 12px;
  margin: 8px 0;
  height: 36px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #234a86;
  transition: background-color 0.3s;
  outline: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.fancy-button-cdb-login:hover {
  background-color: #326cc2;
  transition: background-color 0.3s;
}
.fancy-button-cdb-login[disabled], .fancy-button-cdb-login.disabled {
  background-color: rgba(85, 136, 211, 0.5);
  cursor: not-allowed;
  transition: background-color 0.3s;
}
.fancy-button-cdb-login[disabled] > div:first-child, .fancy-button-cdb-login.disabled > div:first-child {
  background-color: rgba(85, 136, 211, 0.5);
  transition: background-color 0.3s;
}
.fancy-button-cdb-login-icon {
  color: #fcfcfa;
  font-size: 1rem;
  font-weight: normal;
  margin-right: 12px;
  width: 46px;
  height: 36px;
  display: flex;
  align-items: center;
  background-color: #326cc2;
}
.fancy-button-cdb-login-icon:before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  font-family: FontAwesome;
  content: "\f090";
}
.fancy-button-cdb-login-content {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.fancy-button-cdb-login-content span {
  color: #fcfcfa;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.fancy-button-primary {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  padding-right: 12px;
  margin: 8px 0;
  height: 36px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #1d3e6f;
  transition: background-color 0.3s;
  outline: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.fancy-button-primary:hover {
  background-color: #2d60ac;
  transition: background-color 0.3s;
}
.fancy-button-primary[disabled], .fancy-button-primary.disabled {
  background-color: rgba(63, 120, 205, 0.5);
  cursor: not-allowed;
  transition: background-color 0.3s;
}
.fancy-button-primary[disabled] > div:first-child, .fancy-button-primary.disabled > div:first-child {
  background-color: rgba(63, 120, 205, 0.5);
  transition: background-color 0.3s;
}
.fancy-button-primary-icon {
  color: #fcfcfa;
  font-size: 1rem;
  font-weight: normal;
  margin-right: 12px;
  width: 46px;
  height: 36px;
  display: flex;
  align-items: center;
  background-color: #2d60ac;
}
.fancy-button-primary-icon:before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  font-family: FontAwesome;
  content: " ";
}
.fancy-button-primary-content {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.fancy-button-primary-content span {
  color: #fcfcfa;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.file-upload {
  margin-top: 4px;
}
.file-upload__loader {
  position: relative;
  display: block;
  margin: 0 4px;
  margin-top: 12px !important;
  background-color: rgba(181, 181, 169, 0.5);
  border-radius: 2px;
  height: auto;
  min-height: 1.5rem;
  box-shadow: inset 0 1px 1px 3px rgba(181, 181, 169, 0.25);
}
@media print, screen and (max-width: 39.99875em) {
  .file-upload__loader {
    margin: 0 10px;
  }
}
.file-upload__progress-bar {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 100%;
  width: 0;
  border-radius: 2px;
  background-color: rgba(155, 155, 155, 0.5);
  transition: width 0.8s linear, background-color 0.8s linear;
}
.file-upload__progress-bar--load-complete {
  background-color: rgba(155, 205, 105, 0.5) !important;
  transition: none;
}
.file-upload__progress-bar--load-failed {
  background-color: rgba(255, 50, 50, 0.5) !important;
  transition: none;
}
.file-upload__file-name {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px;
  color: #3b4453;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  line-height: 1.6rem;
  word-break: break-all;
}
.file-upload__file-name--load-complete::before {
  font-family: "FontAwesome";
  content: "\f00c";
  color: #1c4028;
}
.file-upload__file-name--load-failed::before {
  font-family: "FontAwesome";
  content: "\f00d";
  color: #8c2f24;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}
label {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0 0 0.2rem;
  color: #3b4453;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1.25rem;
  font-weight: 700;
}
input:not([type]),
input[type=checkbox],
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=radio],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  margin: 0;
  color: #282e38;
  background-color: white;
  border: none;
  transition: background 0.5s, color 0.5s, border 0.5s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  /* Fade out animation */
}
input:not([type]):active, input:not([type]):focus,
input[type=checkbox]:active,
input[type=checkbox]:focus,
input[type=color]:active,
input[type=color]:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=datetime]:active,
input[type=datetime]:focus,
input[type=datetime-local]:active,
input[type=datetime-local]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=file]:active,
input[type=file]:focus,
input[type=month]:active,
input[type=month]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=radio]:active,
input[type=radio]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=time]:active,
input[type=time]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=week]:active,
input[type=week]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  color: #3b4453;
  background-color: white;
  border-color: transparent;
  outline: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
input:not([type])[disabled], input:not([type]).disabled,
input[type=checkbox][disabled],
input[type=checkbox].disabled,
input[type=color][disabled],
input[type=color].disabled,
input[type=date][disabled],
input[type=date].disabled,
input[type=datetime][disabled],
input[type=datetime].disabled,
input[type=datetime-local][disabled],
input[type=datetime-local].disabled,
input[type=email][disabled],
input[type=email].disabled,
input[type=file][disabled],
input[type=file].disabled,
input[type=month][disabled],
input[type=month].disabled,
input[type=number][disabled],
input[type=number].disabled,
input[type=password][disabled],
input[type=password].disabled,
input[type=radio][disabled],
input[type=radio].disabled,
input[type=search][disabled],
input[type=search].disabled,
input[type=tel][disabled],
input[type=tel].disabled,
input[type=text][disabled],
input[type=text].disabled,
input[type=time][disabled],
input[type=time].disabled,
input[type=url][disabled],
input[type=url].disabled,
input[type=week][disabled],
input[type=week].disabled,
select[disabled],
select.disabled,
textarea[disabled],
textarea.disabled {
  background-color: #d9d9bf;
  cursor: not-allowed;
}
input:not([type])::-webkit-input-placeholder,
input[type=checkbox]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=radio]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #282e38;
  opacity: 0.3;
}
input:not([type]):-moz-placeholder,
input[type=checkbox]:-moz-placeholder,
input[type=color]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=file]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=radio]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=week]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
  color: #282e38;
  opacity: 0.3;
}
input:not([type])::-moz-placeholder,
input[type=checkbox]::-moz-placeholder,
input[type=color]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=file]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=radio]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=week]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #282e38;
  opacity: 0.3;
}
input:not([type]):-ms-input-placeholder,
input[type=checkbox]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=radio]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #282e38;
  opacity: 0.3;
}
textarea {
  height: auto;
  min-height: 85px;
  line-height: 1.2;
}
label.label-small {
  line-height: 0.75rem;
  font-size: 0.75rem;
  margin-bottom: 2px;
}
input.input-small {
  padding: 2px 6px;
  height: 1.5rem;
  line-height: 1.3rem;
}
select.select-small {
  padding: 1px 20px 0 5px;
  height: 1.5rem;
  line-height: 1.5rem;
}
.form-section {
  margin: 0 0 30px;
}
.form-section:last-child {
  margin: 0;
}
.form-section .form-section-title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  padding-bottom: 4px;
  margin-bottom: 12px;
  margin-top: 0;
  color: #3b4453;
  border-bottom: 1px solid #e5e5d4;
}
.form-section .form-section-title a {
  display: flex;
  align-items: baseline;
  color: #3b4453;
  cursor: pointer;
  transition: color 0.3s ease;
  font-weight: bold;
  text-decoration: none;
}
.form-section a {
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s ease;
}
.form-section .form-section-subtitle {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
  padding-top: 0;
  padding-bottom: 11px;
  margin-bottom: 8px;
  margin-top: 0;
  color: #3b4453;
  text-indent: 15px;
  border-bottom: 1px solid #e5e5d4;
}
.form-section .form-section-actions {
  display: flex;
  flex-flow: row;
  flex: 0 0 auto;
}
.form-section .form-section-actions > :nth-child(n) {
  margin: 0 2px;
}
.form-section .form-section-actions > :first-child {
  margin-left: 0;
}
.form-section .form-section-actions > :last-child {
  margin-right: 0;
}
.form-section .form-section-content {
  margin: 0 15px;
}
.form-section .form-section-content:not(:last-child) {
  margin-bottom: 10px;
}
@media print, screen and (max-width: 63.99875em) {
  .form-section .form-section-content {
    margin: 0 auto;
  }
}
.form-divider {
  border-bottom: 1px solid #e5e5d4;
  margin: 0 0 25px;
}
.form-group {
  margin: 0 0 20px;
}
.form-group.group-narrow {
  margin: 0 0 5px;
}
.form-group.form-group-inline {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}
.form-group.form-group-inline label {
  margin: 0;
}
.form-group.form-group-inline > label:first-child {
  margin: 0 8px 0 0;
  width: 25%;
  max-width: 135px;
  min-width: 75px;
  flex: auto;
}
.form-group.form-group-inline > * {
  flex: 1;
}
.form-group:last-child {
  margin: 0;
}
.form-group .form-group-content {
  padding-left: 30px;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: none;
}
.form-group .form-group-note {
  color: white;
  font-size: 0.875rem;
  font-style: italic;
}
.button-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media print, screen and (max-width: 39.99875em) {
  .button-section {
    flex-flow: column;
  }
  .button-section > button.button, .external-auth__actions .button-section > button {
    width: 100%;
    margin: 4px 0;
  }
  .button-section > button.button:first-child, .external-auth__actions .button-section > button:first-child {
    margin-top: 0;
  }
  .button-section > button.button:last-child, .external-auth__actions .button-section > button:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .button-section {
    flex-flow: row;
  }
  .button-section > button.button, .external-auth__actions .button-section > button {
    margin: 0 2px;
  }
  .button-section > button.button:first-child, .external-auth__actions .button-section > button:first-child {
    margin-left: 0;
  }
  .button-section > button.button:last-child, .external-auth__actions .button-section > button:last-child {
    margin-right: 0;
  }
}
.scrollable-text-container {
  max-height: 250px;
  overflow-y: auto;
  border: 1px solid #e5e5d4;
  padding: 0 16px;
  background-color: #fff0d1;
}
label.required {
  flex-flow: row nowrap;
}
label.required::before {
  content: "\f069";
  font-family: "FontAwesome";
  margin-right: 4px;
  color: #bd3f31;
  font-weight: normal;
  font-size: 0.5rem;
}
.help-tip {
  position: fixed;
  margin: 0 0 0 5px;
  max-width: 250px;
  padding: 5px 8px;
  color: white;
  background: rgba(59, 68, 83, 0.9);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700s;
  text-transform: none;
  z-index: 40;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.help-tip:before {
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: -5px;
  line-height: 5px;
  content: "\f0d9";
  transform: translateY(-50%);
  color: rgba(59, 68, 83, 0.9);
}
.help-tip.left {
  margin: 0 5px 0 0;
}
.help-tip.left:before {
  left: auto;
  right: -5px;
  content: "\f0da";
  transform: translateY(-50%);
}
.help-tip.top {
  margin: 0 0 5px 0;
}
.help-tip.top:before {
  top: auto;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  content: "\f0d7";
}
.help-tip.bottom {
  margin: 5px 0 0 0;
}
.help-tip.bottom:before {
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
  content: "\f0d8";
}
.help-tip.primary {
  background: rgba(29, 62, 111, 0.8);
}
.help-tip.primary:before {
  color: rgba(29, 62, 111, 0.8);
}
.help-tip.accent {
  background: rgba(41, 88, 158, 0.8);
}
.help-tip.accent:before {
  color: rgba(41, 88, 158, 0.8);
}
.help-tip.secondary {
  background: rgba(153, 153, 136, 0.8);
}
.help-tip.secondary:before {
  color: rgba(153, 153, 136, 0.8);
}
.help-tip.gray {
  background: rgba(59, 68, 83, 0.8);
}
.help-tip.gray:before {
  color: rgba(59, 68, 83, 0.8);
}
.help-tip.success {
  background: rgba(47, 106, 66, 0.8);
}
.help-tip.success:before {
  color: rgba(47, 106, 66, 0.8);
}
.help-tip.warning {
  background: rgba(209, 143, 0, 0.8);
}
.help-tip.warning:before {
  color: rgba(209, 143, 0, 0.8);
}
.help-tip.alert {
  background: rgba(189, 63, 49, 0.8);
}
.help-tip.alert:before {
  color: rgba(189, 63, 49, 0.8);
}
.hide-show-ssn {
  color: #3974cc;
}
.hide-show-ssn:hover {
  color: #6996d8;
}
.info-box-primary {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #a4bfe7;
  padding: 0.75rem;
  border-radius: 2px;
  font-style: italic;
  text-align: center;
  font-size: 1rem;
}
.info-box-primary ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.info-box-accent {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #d3e0f3;
  padding: 0.75rem;
  border-radius: 2px;
  font-style: italic;
  text-align: center;
  font-size: 1rem;
}
.info-box-accent ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.info-box-secondary {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: white;
  padding: 0.75rem;
  border-radius: 2px;
  font-style: italic;
  text-align: center;
  font-size: 1rem;
}
.info-box-secondary ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.info-box-gray {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #bdc4d0;
  padding: 0.75rem;
  border-radius: 2px;
  font-style: italic;
  text-align: center;
  font-size: 1rem;
}
.info-box-gray ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.info-box-success {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #b8e0c5;
  padding: 0.75rem;
  border-radius: 2px;
  font-style: italic;
  text-align: center;
  font-size: 1rem;
}
.info-box-success ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.info-box-warning {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #fff0d1;
  padding: 0.75rem;
  border-radius: 2px;
  font-style: italic;
  text-align: center;
  font-size: 1rem;
}
.info-box-warning ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.info-box-alert {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #fcf3f2;
  padding: 0.75rem;
  border-radius: 2px;
  font-style: italic;
  text-align: center;
  font-size: 1rem;
}
.info-box-alert ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.info-group__section {
  display: flex;
}
@media print, screen and (max-width: 39.99875em) {
  .info-group__section {
    flex-wrap: wrap;
    flex: 100% !important;
  }
  .info-group__section > * {
    flex: 100% !important;
  }
}
.info-group__item {
  margin: 0;
}
.info-group__item--bold {
  background: #d3e0f3;
  padding: 2.5px 0.5px !important;
  margin: 2.5px auto !important;
  font-size: 1rem;
}
.info-group__item--bold label {
  font-size: 1rem;
}
.info-group__label {
  display: inline-block;
  text-transform: none;
  margin: 0;
}
.info-table {
  display: table;
  width: 100%;
  font-size: 0.875rem;
  text-align: left;
  margin-left: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media print, screen and (max-width: 63.99875em) {
  .info-table {
    margin-left: 0;
    box-shadow: none;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .info-table thead {
    display: none;
  }
}
.info-table__heading {
  display: table-cell;
  padding: 0 0.25rem;
  background-color: #e5e5d4;
  color: #2e3541;
}
.info-table__heading:first-child {
  padding-left: 1rem;
}
.info-table__heading:last-child {
  padding-right: 1rem;
}
.info-table__row {
  display: table-row;
}
.info-table__row:nth-child(even) * {
  background-color: #f6f6f0;
}
@media print, screen and (max-width: 63.99875em) {
  .info-table__row {
    display: block;
    margin: 12px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
}
.info-table__cell {
  display: table-cell;
  padding: 0 0.25rem;
  color: #2e3541;
  vertical-align: top;
}
.info-table__cell:first-child {
  padding-left: 1rem;
}
.info-table__cell:last-child {
  padding-right: 1rem;
}
@media print, screen and (max-width: 63.99875em) {
  .info-table__cell[data-label] {
    display: flex;
    flex-flow: row wrap;
    text-align: left;
    padding: 8px;
    border-bottom: 1px dotted rgba(229, 229, 212, 0.6);
  }
  .info-table__cell[data-label]:before {
    content: attr(data-label);
    text-align: left;
    flex: 100%;
    text-transform: uppercase;
    font-weight: bold;
  }
}
.irecords-search-criteria-container .form-group {
  padding-top: 24px;
}
.irecords-search-criteria-container button {
  margin-left: auto;
}
.irecords-search-criteria-container button.criteria-searched-reset {
  background-color: #d18f00 !important;
}
.irecords-search-criteria-container button.criteria-searched-reset:hover {
  background-color: #ffb005 !important;
}
.irecords-search-criteria-container driver-record-criteria-name-dob button {
  margin-top: 16px;
}
.irecords-search-criteria-container fieldset {
  display: block;
  margin: auto;
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.irecords-search-criteria-container fieldset legend {
  padding: 8px 8px 12px;
  font-size: 20px;
  font-weight: bold;
}
.irecords-search-criteria-container .searched-for {
  font-weight: bold;
}
.view-driver-record .record-row,
.view-registration .record-row,
.view-title .record-row {
  margin: 4px 0;
  padding: 10px 8px 2px;
}
.view-driver-record .record-row:nth-child(odd),
.view-registration .record-row:nth-child(odd),
.view-title .record-row:nth-child(odd) {
  background-color: white;
}
.view-driver-record .record-row label,
.view-registration .record-row label,
.view-title .record-row label {
  margin-bottom: 6px;
}
.view-driver-record .record-row label + *,
.view-registration .record-row label + *,
.view-title .record-row label + * {
  margin: 0 0 6px;
}
.view-driver-record .toggle-legend,
.view-registration .toggle-legend,
.view-title .toggle-legend {
  margin-bottom: 11px;
  text-align: right;
}
.view-driver-record .toggle-legend label,
.view-registration .toggle-legend label,
.view-title .toggle-legend label {
  display: inline-block;
}
.view-driver-record print-button button,
.view-registration print-button button,
.view-title print-button button {
  margin-left: auto !important;
}
.show-legend .bold {
  font-weight: bold;
}
.show-legend .inline-block {
  display: inline-block;
}
.show-legend .italic {
  font-style: italic;
}
.show-legend h1 {
  padding-bottom: 4px;
  border-bottom: 1px solid rgb(229, 229, 212);
}
.show-legend h1 + h2 {
  font-weight: normal !important;
}
.show-legend .results-table table {
  margin-top: 24px;
  width: 100%;
}
.show-legend .results-table table thead {
  margin-bottom: 8px;
}
@media print, screen and (max-width: 39.99875em) {
  .show-legend .results-table table thead {
    display: block;
  }
}
.show-legend .results-table table thead tr th {
  padding: 4px;
  width: 50%;
}
@media print, screen and (max-width: 39.99875em) {
  .show-legend .results-table table thead tr th {
    display: block;
    width: 100%;
    text-align: left;
  }
  .show-legend .results-table table thead tr th:first-of-type {
    border-bottom: 1px solid #d2d2b4;
  }
}
.show-legend .results-table table tbody tr td {
  padding: 4px;
  width: 50%;
}
.show-legend .results-table table tbody tr td:first-child {
  padding: 4px;
  font-weight: bold;
}
@media print, screen and (max-width: 39.99875em) {
  .show-legend .results-table table tbody tr td {
    width: 100%;
    text-align: left;
  }
  .show-legend .results-table table tbody tr td:first-child {
    padding: 4px;
    font-weight: bold;
  }
}
.show-legend h4 {
  margin-bottom: 0px;
}
.show-legend p {
  margin: 0 auto;
}
.show-legend ul {
  margin-top: 4px;
}
@media print, screen and (max-width: 39.99875em) {
  .show-legend ul li {
    margin-bottom: 8px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .show-legend ul li.common-suspensions {
    margin-bottom: 0;
  }
}
.show-legend .out-state-withdrawals p {
  margin-top: 24px;
}
.show-legend .out-state-withdrawals .avoid-page-break:first-of-type p {
  margin-top: 0;
}
.show-legend .common-suspensions li {
  list-style-type: none;
}
.local-loader-container {
  display: flex;
  background: rgba(255, 255, 255, 0.8);
  height: 0;
  overflow: hidden;
  align-items: center;
  z-index: 70;
  transition: height 0.4s ease;
}
.local-loader-container.visible {
  height: 150px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.local-loader-container .loader {
  flex: 0 0 100%;
  padding: 16px;
  text-align: center;
  font-size: 0;
}
.local-loader-container .loader .block {
  display: inline-block;
  height: 50px;
  width: 6px;
  margin: 0 2px;
  background-color: #1d3e6f;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.local-loader-container .loader .block2 {
  animation-delay: -1.1s;
}
.local-loader-container .loader .block3 {
  animation-delay: -1s;
}
.local-loader-container .loader .block4 {
  animation-delay: -0.9s;
}
.local-loader-container .loader .block5 {
  animation-delay: -0.8s;
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.menu__main {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  z-index: 40;
  margin: 0;
  padding: 0;
  height: 100%;
  background: #22272f;
  overflow: hidden;
}
.menu__main .menu {
  transition: width 0.5s ease;
}
.menu__main .menu .menu__content {
  transition: width 0.5s ease;
}
.menu__main .menu .menu__header .menu__toggle,
.menu__main .menu .menu__footer .menu__toggle {
  padding-right: 4px;
}
.menu__main .menu .menu__header .menu__toggle > i,
.menu__main .menu .menu__footer .menu__toggle > i {
  font-size: 1rem;
  transition: transform 0.5s ease;
}
.menu__main .menu .menu__footer .app__version {
  position: absolute;
  left: 8px;
  opacity: 0.4;
  transition: opacity 0.5s ease;
}
.menu__main .menu.menu--compact .menu__footer .app__version {
  opacity: 0;
}
.menu__main .menu .menu__section {
  padding: 0;
  transition: all 0.5s ease;
}
.menu__main .menu .menu__section .menu__section__title {
  font-size: 0.875rem;
  justify-content: flex-start;
  transition: all 0.5s ease;
}
.menu__main .menu .menu__section .menu__item {
  transition: padding 0.5s ease, background 0.5s ease, border-color 0.5s ease;
}
.menu__main .menu .menu__section .menu__item .menu__item__icon {
  font-size: 1.25rem;
  margin: 0;
}
.menu__main .menu .menu__section .menu__item .menu__item__text {
  font-size: 0.875rem;
  transition: all 0.5s ease;
  max-width: 150px;
  margin-left: 8px;
  overflow: visible;
}
.menu__main .menu.menu--compact .menu__section .menu__item .menu__item__text {
  max-width: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .menu__main .menu {
    transition: none;
  }
  .menu__main .menu .menu__content {
    transition: max-height 0.5s ease;
  }
  .menu__main .menu.menu--compact .menu__section .menu__item .menu__item__text {
    max-width: 100%;
  }
}
.panel {
  padding: 25px;
  margin: 0;
  width: 100%;
  background-color: #fcfcfa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media print, screen and (min-width: 64em) {
  .panel--contained {
    max-width: 60%;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .panel--contained {
    max-width: 75%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .panel--contained {
    max-width: 100%;
  }
}
.panel .panel-title {
  display: flex;
  flex: 0 1 auto;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5d4;
  font-weight: 700;
}
.panel .panel-title * {
  margin: 0 !important;
}
.panel .panel-title--collapse {
  padding: 0;
}
.panel .panel-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.panel .panel-content {
  padding: 0 24px 24px;
}
@media print, screen and (max-width: 39.99875em) {
  .panel .panel-content {
    margin: 0 0 24px;
  }
}
.panel .panel-content--shrink {
  padding: 10px;
}
.panel .panel-content--collapse {
  padding: 0;
}
.panel .panel-content table {
  border: none;
}
.results-tabletable,
.results-table table {
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.results-tabletable thead th,
.results-table table thead th {
  background: #e5e5d4;
  color: #3b4453;
  font-size: 0.875rem;
  text-align: left;
  padding: 4px 8px;
  word-wrap: break-word;
}
.results-tabletable thead th:first-child,
.results-table table thead th:first-child {
  padding-left: 0.625rem;
}
.results-tabletable thead th:last-child,
.results-table table thead th:last-child {
  padding-right: 0.625rem;
}
.results-tabletable thead th > header-sorter,
.results-table table thead th > header-sorter {
  cursor: pointer;
  transition: color 0.3s ease;
}
.results-tabletable thead th > header-sorter:hover, .results-tabletable thead th > header-sorter:active, .results-tabletable thead th > header-sorter:focus,
.results-table table thead th > header-sorter:hover,
.results-table table thead th > header-sorter:active,
.results-table table thead th > header-sorter:focus {
  color: #505c71;
}
.results-tabletable tbody,
.results-table table tbody {
  background: #f6f6f0;
}
.results-tabletable tbody tr:nth-child(even),
.results-table table tbody tr:nth-child(even) {
  background: #f6f6f0;
}
.results-tabletable tbody tr:nth-child(even):hover td,
.results-table table tbody tr:nth-child(even):hover td {
  background: transparent;
}
.results-tabletable tbody tr:nth-child(even):hover td:hover,
.results-table table tbody tr:nth-child(even):hover td:hover {
  background: transparent;
}
.results-tabletable tbody tr:nth-child(odd),
.results-table table tbody tr:nth-child(odd) {
  background: #fcfcfa;
}
.results-tabletable tbody tr:nth-child(odd):hover td,
.results-table table tbody tr:nth-child(odd):hover td {
  background: transparent;
}
.results-tabletable tbody tr:nth-child(odd):hover td:hover,
.results-table table tbody tr:nth-child(odd):hover td:hover {
  background: transparent;
}
.results-tabletable tbody tr td,
.results-table table tbody tr td {
  background: transparent;
  font-size: 0.875rem;
  word-break: break-all;
  padding: 4px 8px;
}
.results-tabletable tbody tr td .result-with-filter,
.results-table table tbody tr td .result-with-filter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media print, screen and (max-width: 63.99875em) {
  .results-tabletable tbody tr td .result-with-filter,
  .results-table table tbody tr td .result-with-filter {
    justify-content: flex-end;
  }
}
.results-tabletable tbody tr td:first-child,
.results-table table tbody tr td:first-child {
  padding-left: 0.625rem;
}
.results-tabletable tbody tr td:last-child,
.results-table table tbody tr td:last-child {
  padding-right: 0.625rem;
}
.results-tabletable tbody tr td:hover,
.results-table table tbody tr td:hover {
  background: transparent;
}
.results-tabletable tfoot,
.results-table table tfoot {
  background: #e5e5d4;
  border: none;
}
.results-tabletable tfoot tr td,
.results-table table tfoot tr td {
  background: #e5e5d4;
  color: #3b4453;
  font-size: 0.875rem;
}
.results-tabletable tfoot tr td:first-child,
.results-table table tfoot tr td:first-child {
  white-space: nowrap;
  padding-left: 0.625rem;
}
.results-tabletable tfoot tr td:last-child,
.results-table table tfoot tr td:last-child {
  padding-right: 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
}
.results-tabletable tfoot tr td:last-child div:first-child,
.results-table table tfoot tr td:last-child div:first-child {
  padding-left: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .results-table table {
    border: 0;
    box-shadow: none;
  }
  .results-table table thead {
    display: none;
  }
  .results-table table tr {
    margin-bottom: 0.5rem;
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .results-table table td {
    display: block;
    text-align: right;
    border-bottom: 1px dotted #e5e5d4;
  }
  .results-table table td:last-child {
    border-bottom: 0;
  }
  .results-table table td[data-label] {
    display: flex;
    flex-flow: row wrap;
    text-align: left;
    padding: 8px;
  }
  .results-table table td[data-label]:before {
    content: attr(data-label);
    text-align: left;
    flex: 100%;
    text-transform: uppercase;
    font-weight: bold;
  }
  .results-table table td[data-label] .result-with-filter {
    flex: 100%;
    justify-content: space-between;
  }
  .results-table table tfoot tr {
    margin: 0;
  }
  .results-table table tfoot tr td:not([data-label]) {
    display: none !important;
  }
  .results-table table tbody tr,
  .results-table table tfoot tr {
    padding: 0.2rem 0.625rem;
  }
  .results-table table tbody tr td,
  .results-table table tfoot tr td {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .results-table table tfoot tr td {
    border-bottom: 1px dotted #b5b5a9;
  }
  .results-table table tfoot tr td:last-child div {
    flex: 1;
    display: flex;
  }
  .results-table table tfoot tr td:last-child div:first-child {
    justify-content: flex-start;
    padding-left: 1rem;
  }
  .results-table table tfoot tr td:last-child div:last-child {
    justify-content: flex-end;
  }
}
[select-date-picker],
[select-date-picker],
[select-time-picker],
select-date-picker,
select-date-picker,
select-time-picker {
  position: relative;
  width: 100%;
}
[select-date-picker] .validate-errors,
[select-date-picker] .validate-errors,
[select-time-picker] .validate-errors,
select-date-picker .validate-errors,
select-date-picker .validate-errors,
select-time-picker .validate-errors {
  position: absolute;
  height: 100%;
  max-width: 100%;
  right: 0;
  display: none;
  color: white;
  background: #bd3f31;
  border-top: none;
  border-radius: 0;
  padding: 8px 12px;
  z-index: 2;
  pointer-events: none;
  transition: all 0.5s;
  transform: translate3d(0, -100%, 0);
}
[select-date-picker] .validate-errors .validate-error,
[select-date-picker] .validate-errors .validate-error,
[select-time-picker] .validate-errors .validate-error,
select-date-picker .validate-errors .validate-error,
select-date-picker .validate-errors .validate-error,
select-time-picker .validate-errors .validate-error {
  font-size: 0.875rem;
  font-style: italic;
}
[select-date-picker] .validate-errors .validate-error:first-child,
[select-date-picker] .validate-errors .validate-error:first-child,
[select-time-picker] .validate-errors .validate-error:first-child,
select-date-picker .validate-errors .validate-error:first-child,
select-date-picker .validate-errors .validate-error:first-child,
select-time-picker .validate-errors .validate-error:first-child {
  margin: 0;
}
[select-date-picker].ng-touched.ng-invalid,
[select-date-picker].ng-touched.ng-invalid,
[select-time-picker].ng-touched.ng-invalid,
select-date-picker.ng-touched.ng-invalid,
select-date-picker.ng-touched.ng-invalid,
select-time-picker.ng-touched.ng-invalid {
  border: 1px solid #bd3f31;
  display: block;
}
[select-date-picker].ng-touched.ng-invalid .validate-errors,
[select-date-picker].ng-touched.ng-invalid .validate-errors,
[select-time-picker].ng-touched.ng-invalid .validate-errors,
select-date-picker.ng-touched.ng-invalid .validate-errors,
select-date-picker.ng-touched.ng-invalid .validate-errors,
select-time-picker.ng-touched.ng-invalid .validate-errors {
  display: block;
  animation: fadeIn 0.25s;
  margin-right: -1px;
}
[select-date-picker].ng-touched.ng-invalid .validate-errors:before,
[select-date-picker].ng-touched.ng-invalid .validate-errors:before,
[select-time-picker].ng-touched.ng-invalid .validate-errors:before,
select-date-picker.ng-touched.ng-invalid .validate-errors:before,
select-date-picker.ng-touched.ng-invalid .validate-errors:before,
select-time-picker.ng-touched.ng-invalid .validate-errors:before {
  font-family: "FontAwesome";
  line-height: 22px;
  content: "\f071";
  color: white;
}
[select-date-picker].ng-touched.ng-invalid .validate-errors .validate-error,
[select-date-picker].ng-touched.ng-invalid .validate-errors .validate-error,
[select-time-picker].ng-touched.ng-invalid .validate-errors .validate-error,
select-date-picker.ng-touched.ng-invalid .validate-errors .validate-error,
select-date-picker.ng-touched.ng-invalid .validate-errors .validate-error,
select-time-picker.ng-touched.ng-invalid .validate-errors .validate-error {
  display: none;
}
[select-date-picker].ng-touched.ng-invalid:focus,
[select-date-picker].ng-touched.ng-invalid:focus,
[select-time-picker].ng-touched.ng-invalid:focus,
select-date-picker.ng-touched.ng-invalid:focus,
select-date-picker.ng-touched.ng-invalid:focus,
select-time-picker.ng-touched.ng-invalid:focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}
[select-date-picker].ng-touched.ng-invalid:focus .validate-errors, [select-date-picker].ng-touched.ng-invalid:hover .validate-errors,
[select-date-picker].ng-touched.ng-invalid:focus .validate-errors,
[select-date-picker].ng-touched.ng-invalid:hover .validate-errors,
[select-time-picker].ng-touched.ng-invalid:focus .validate-errors,
[select-time-picker].ng-touched.ng-invalid:hover .validate-errors,
select-date-picker.ng-touched.ng-invalid:focus .validate-errors,
select-date-picker.ng-touched.ng-invalid:hover .validate-errors,
select-date-picker.ng-touched.ng-invalid:focus .validate-errors,
select-date-picker.ng-touched.ng-invalid:hover .validate-errors,
select-time-picker.ng-touched.ng-invalid:focus .validate-errors,
select-time-picker.ng-touched.ng-invalid:hover .validate-errors {
  transform: translate3d(0, 0, 0);
  line-height: 1;
  border-radius: 0 0 5px 5px;
  height: auto;
  z-index: 3;
}
[select-date-picker].ng-touched.ng-invalid:focus .validate-errors:before, [select-date-picker].ng-touched.ng-invalid:hover .validate-errors:before,
[select-date-picker].ng-touched.ng-invalid:focus .validate-errors:before,
[select-date-picker].ng-touched.ng-invalid:hover .validate-errors:before,
[select-time-picker].ng-touched.ng-invalid:focus .validate-errors:before,
[select-time-picker].ng-touched.ng-invalid:hover .validate-errors:before,
select-date-picker.ng-touched.ng-invalid:focus .validate-errors:before,
select-date-picker.ng-touched.ng-invalid:hover .validate-errors:before,
select-date-picker.ng-touched.ng-invalid:focus .validate-errors:before,
select-date-picker.ng-touched.ng-invalid:hover .validate-errors:before,
select-time-picker.ng-touched.ng-invalid:focus .validate-errors:before,
select-time-picker.ng-touched.ng-invalid:hover .validate-errors:before {
  content: "";
  color: white;
}
[select-date-picker].ng-touched.ng-invalid:focus .validate-errors .validate-error, [select-date-picker].ng-touched.ng-invalid:hover .validate-errors .validate-error,
[select-date-picker].ng-touched.ng-invalid:focus .validate-errors .validate-error,
[select-date-picker].ng-touched.ng-invalid:hover .validate-errors .validate-error,
[select-time-picker].ng-touched.ng-invalid:focus .validate-errors .validate-error,
[select-time-picker].ng-touched.ng-invalid:hover .validate-errors .validate-error,
select-date-picker.ng-touched.ng-invalid:focus .validate-errors .validate-error,
select-date-picker.ng-touched.ng-invalid:hover .validate-errors .validate-error,
select-date-picker.ng-touched.ng-invalid:focus .validate-errors .validate-error,
select-date-picker.ng-touched.ng-invalid:hover .validate-errors .validate-error,
select-time-picker.ng-touched.ng-invalid:focus .validate-errors .validate-error,
select-time-picker.ng-touched.ng-invalid:hover .validate-errors .validate-error {
  display: block;
  margin-bottom: 5px;
}
[select-date-picker].ng-touched.ng-invalid:focus .validate-errors .validate-error:last-child, [select-date-picker].ng-touched.ng-invalid:hover .validate-errors .validate-error:last-child,
[select-date-picker].ng-touched.ng-invalid:focus .validate-errors .validate-error:last-child,
[select-date-picker].ng-touched.ng-invalid:hover .validate-errors .validate-error:last-child,
[select-time-picker].ng-touched.ng-invalid:focus .validate-errors .validate-error:last-child,
[select-time-picker].ng-touched.ng-invalid:hover .validate-errors .validate-error:last-child,
select-date-picker.ng-touched.ng-invalid:focus .validate-errors .validate-error:last-child,
select-date-picker.ng-touched.ng-invalid:hover .validate-errors .validate-error:last-child,
select-date-picker.ng-touched.ng-invalid:focus .validate-errors .validate-error:last-child,
select-date-picker.ng-touched.ng-invalid:hover .validate-errors .validate-error:last-child,
select-time-picker.ng-touched.ng-invalid:focus .validate-errors .validate-error:last-child,
select-time-picker.ng-touched.ng-invalid:hover .validate-errors .validate-error:last-child {
  margin-bottom: 0;
}
.selectDateTimePicker,
.selectDatePicker,
.selectTimePicker {
  position: relative;
}
.selectDateTimePicker .dateGroup,
.selectDatePicker .dateGroup,
.selectTimePicker .dateGroup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.selectDateTimePicker .dateGroup select,
.selectDatePicker .dateGroup select,
.selectTimePicker .dateGroup select {
  flex: 1;
  margin: 0 2px;
}
.selectDateTimePicker .dateGroup select:first-child,
.selectDatePicker .dateGroup select:first-child,
.selectTimePicker .dateGroup select:first-child {
  margin-left: 0;
}
.selectDateTimePicker .dateGroup select:last-child,
.selectDatePicker .dateGroup select:last-child,
.selectTimePicker .dateGroup select:last-child {
  margin-right: 0;
}
.selectDateTimePicker .timeGroup,
.selectDatePicker .timeGroup,
.selectTimePicker .timeGroup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.selectDateTimePicker .timeGroup select,
.selectDatePicker .timeGroup select,
.selectTimePicker .timeGroup select {
  flex: 1;
  margin: 0 2px;
}
.selectDateTimePicker .timeGroup select:first-child,
.selectDatePicker .timeGroup select:first-child,
.selectTimePicker .timeGroup select:first-child {
  margin-left: 0;
}
.selectDateTimePicker .timeGroup select:last-child,
.selectDatePicker .timeGroup select:last-child,
.selectTimePicker .timeGroup select:last-child {
  margin-right: 0;
}
.status-icon-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
}
.active-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  transition: color 0.5s, background 0.5s;
}
.active-icon:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 18px;
  color: #3adb76;
  font-weight: normal;
}
.disabled-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  transition: color 0.5s, background 0.5s;
}
.disabled-icon:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 18px;
  color: #cc4b37;
  font-weight: normal;
}
table {
  border: none;
  border-collapse: collapse;
}
table:last-child {
  margin-bottom: 0;
}
table thead,
table tbody {
  border: none;
}
table th {
  background: #1d3e6f;
  color: #fcfcfa;
}
table td {
  color: #3b4453;
  background: white;
  transition: background 0.5s;
}
table tr:hover td {
  background: white;
}
table tr:nth-child(even) td {
  background: white;
}
table tr:nth-child(even):hover td {
  background: white;
}
table tr.row--clickable {
  cursor: pointer;
}
table tr.row--clickable:hover:nth-child(even) {
  background: #f0f0e6;
}
table tr.row--clickable:hover:nth-child(odd) {
  background: #e8e8d9;
}
.sticky-table {
  position: relative;
}
.sticky-table.large .sticky-scroll {
  margin-left: 300px;
}
@media print, screen and (max-width: 63.99875em) {
  .sticky-table.large .sticky-scroll {
    margin-left: 150px;
  }
}
.sticky-table.large td:first-child, .sticky-table.large th:first-child {
  width: 300px;
}
@media print, screen and (max-width: 63.99875em) {
  .sticky-table.large td:first-child, .sticky-table.large th:first-child {
    width: 150px;
  }
}
.sticky-table.medium .sticky-scroll {
  margin-left: 250px;
}
@media print, screen and (max-width: 63.99875em) {
  .sticky-table.medium .sticky-scroll {
    margin-left: 150px;
  }
}
.sticky-table.medium td:first-child, .sticky-table.medium th:first-child {
  width: 250px;
}
@media print, screen and (max-width: 63.99875em) {
  .sticky-table.medium td:first-child, .sticky-table.medium th:first-child {
    width: 150px;
  }
}
.sticky-table .sticky-scroll-scroller {
  overflow-x: auto;
  overflow-y: visible;
}
.sticky-table .sticky-scroll {
  margin-left: 200px;
}
@media print, screen and (max-width: 63.99875em) {
  .sticky-table .sticky-scroll {
    margin-left: 150px;
  }
}
.sticky-table td, .sticky-table th {
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sticky-table td:first-child, .sticky-table th:first-child {
  position: absolute;
  left: 0;
  width: 200px;
}
@media print, screen and (max-width: 63.99875em) {
  .sticky-table td:first-child, .sticky-table th:first-child {
    width: 150px;
  }
}
.typeahead-container {
  position: relative;
}
.typeahead-container:after {
  font-family: FontAwesome;
  content: "\f11c";
  position: absolute;
  right: 9px;
  top: 7px;
  opacity: 0.5;
}
.typeahead-container__suggestions {
  position: absolute;
  left: 0;
  list-style-type: none;
  background: #fcfcfa;
  width: 100%;
  max-width: 400px;
  max-height: 250px;
  overflow: auto;
  margin: 0;
  z-index: 60;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.typeahead-container__suggestions-item {
  width: 100%;
  padding: 5px;
  font-size: 0.8rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.5s;
}
.typeahead-container__suggestions-item:nth-child(even) {
  background: #f1f1e7;
}
.typeahead-container__suggestions-item.selected, .typeahead-container__suggestions-item:hover, .typeahead-container__suggestions-item:focus {
  background: rgba(42, 89, 160, 0.2);
}
.typeahead-container__loader {
  display: flex;
  position: absolute;
  background: white;
  top: 0;
  bottom: 0;
  right: 8px;
  padding: 0 2px;
  z-index: 1;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  font-size: 0;
  pointer-events: none;
}
.typeahead-container__loader-bar {
  display: inline-block;
  background: #1d3e6f;
  width: 3px;
  height: 70%;
  max-height: 24px;
  margin-right: 2px;
  animation: loader-load 1.2s infinite ease-in-out;
}
.typeahead-container__loader-bar:nth-child(2) {
  animation-delay: -1.1s;
}
.typeahead-container__loader-bar:nth-child(3) {
  animation-delay: -1s;
}
.typeahead-container__loader-bar:last-child {
  margin: 0;
}
@keyframes loader-load {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.ui-pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: all 0.1s linear;
}
.ui-pagination-container .ui-pagination-button {
  padding: 8px;
  margin: 0 1px;
  border-radius: 2px;
  background: #8b8b78;
  color: #fcfcfa;
  transition: background 0.05s linear;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.ui-pagination-container .ui-pagination-button.page-number {
  padding: 6px;
}
.ui-pagination-container .ui-pagination-button:hover {
  background: #b1b1a3;
  color: #fcfcfa;
}
.ui-pagination-container .ui-pagination-button[disabled] {
  background: #c8c8bf;
  cursor: not-allowed;
}
.ui-pagination-container .ui-pagination-ellipsis {
  padding: 0 8px;
  font-size: 1.3rem;
  color: #998;
}
.ui-pagination-container .ui-pagination-button:first-child {
  margin-left: 0;
}
.ui-pagination-container .ui-pagination-button:last-child {
  margin-right: 0;
}
.upload-results button, .upload-results label, .upload-results span, .upload-results h4 {
  white-space: nowrap;
}
.upload-results .form-section-title h4, .upload-results .form-section-title p {
  margin: 0;
}
.upload-results .form-section-title span.upload-file-name {
  margin-right: auto;
  font-size: 1rem;
  font-weight: 500;
}
.upload-exceptions span.upload-file-name {
  margin-right: auto;
  font-size: 1rem;
  font-weight: 500;
}
.upload-exceptions .finish-enrollment {
  margin-bottom: 1rem;
  border-bottom: 1px solid #e5e5d4;
}
.upload-exceptions .finish-enrollment button {
  min-width: 180px;
  height: 36px;
}
.upload-exceptions .unmatched-drivers-container {
  padding-right: 30px;
  border-right: 1px solid #e5e5d4;
}
.upload-exceptions .already-enrolled-container {
  padding-left: 30px;
}
form[name=EditUnmatchedDriversModalForm] .criteria-section-content,
form[name=EditUnmatchedDriversModalForm] .results-container {
  padding: 30px;
}
form[name=EditUnmatchedDriversModalForm] h6 {
  margin-bottom: 0;
}
form[name=EditUnmatchedDriversModalForm] i.fa-exclamation-circle {
  color: #d46458;
}
validation-badge {
  position: relative;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 6px;
}
validation-badge[is-disabled] .validation__badge {
  background-color: #3b4453;
}
validation-badge .validation__badge {
  position: relative;
  display: flex;
  border-radius: 50%;
  padding: 3px;
  min-width: 20px;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
validation-badge .validation__badge > * {
  line-height: normal;
  font-size: 1rem;
  font-style: normal;
  text-decoration: none;
}
validation-badge .validation__badge--alert {
  background-color: #bd3f31;
  color: white;
}
validation-badge .validation__badge--success {
  display: none;
}
.validation__info-box .validation__error-container {
  position: relative;
  display: block;
}
.validation__info-box .validation__error-container .validation__error {
  opacity: 1;
  line-height: 28px;
  border-radius: 2px;
  text-align: center;
}
.validation__info-box .validation__element:after {
  content: "";
  display: none;
}
.validation__group--always-active:hover ~ .validation__error-container .validation__error,
.validation__group--always-active:hover .validation__error-container .validation__error,
.validation__group--always-active *:hover ~ .validation__error-container .validation__error,
.validation__group--always-active *:hover .validation__error-container .validation__error {
  opacity: 1;
}
.validation__component {
  position: relative;
  display: block;
}
.validation__component .validation__element {
  transition: background-color 0.3s ease;
}
.validation__component .validation__element input,
.validation__component .validation__element select,
.validation__component .validation__element textarea {
  transition: border 0.3s ease;
}
.validation__component .validation__element table {
  transition: outline 0.3s ease;
}
.validation__component.validation__component--invalid .validation__component:not(.validation__component--invalid):not(.validation__component--warn) .validation__error-container, .validation__component.validation__component--warn .validation__component:not(.validation__component--invalid):not(.validation__component--warn) .validation__error-container {
  border-top: none !important;
}
.validation__component.validation__component--invalid .validation__element {
  transition: background-color 0.3s ease;
}
.validation__component.validation__component--invalid .validation__element table {
  outline: 1px solid #bd3f31;
  margin-bottom: 0;
}
.validation__component.validation__component--invalid .check-buddy .cb-item {
  transition: background-color 0.3s ease;
}
.validation__component.validation__component--invalid .check-buddy .cb-item .check {
  border-top: 3px solid #bd3f31;
  border-right: 3px solid #bd3f31;
  transition: border 0.3s ease;
}
.validation__component.validation__component--invalid .check-buddy.type-radio .cb-item {
  transition: background-color 0.3s ease;
}
.validation__component.validation__component--invalid .check-buddy.type-radio .cb-item .check {
  background-color: #bd3f31;
  transition: background-color 0.3s ease;
}
.validation__component.validation__component--warn .validation__element {
  transition: background-color 0.3s ease;
}
.validation__component.validation__component--warn .validation__element table {
  outline: 1px solid #d18f00;
  margin-bottom: 0;
}
.validation__component.validation__component--warn .check-buddy .cb-item {
  transition: background-color 0.3s ease;
}
.validation__component.validation__component--warn .check-buddy .cb-item .check {
  border-top: 3px solid #d18f00;
  border-right: 3px solid #d18f00;
  transition: border 0.3s ease;
}
.validation__component.validation__component--warn .check-buddy.type-radio .cb-item {
  transition: background-color 0.3s ease;
}
.validation__component.validation__component--warn .check-buddy.type-radio .cb-item .check {
  background-color: #d18f00;
  transition: background-color 0.3s ease;
}
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid .validation__element > *:not([disabled=disabled]):not(.disabled), .validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn .validation__element > *:not([disabled=disabled]):not(.disabled) {
  background-image: none;
}
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid .validation__element > *:not([disabled=disabled]):not(.disabled):before, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid .validation__element > *:not([disabled=disabled]):not(.disabled):after, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn .validation__element > *:not([disabled=disabled]):not(.disabled):before, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn .validation__element > *:not([disabled=disabled]):not(.disabled):after {
  content: none;
}
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid .validation__element input:not([type=hidden]),
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid .validation__element select:not([type=hidden]),
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid .validation__element textarea {
  border: 1px solid #bd3f31;
}
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid .validation__element date-picker-dropdown select {
  border: 1px solid #bd3f31;
}
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid .validation__element:after {
  content: "!";
  position: absolute;
  display: flex;
  align-items: center;
  right: 6px;
  top: 0;
  height: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #bd3f31;
  padding-right: 12px;
  pointer-events: none;
}
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn .validation__element input:not([type=hidden]),
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn .validation__element select:not([type=hidden]),
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn .validation__element textarea {
  border: 1px solid #d18f00;
}
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn .validation__element date-picker-dropdown select {
  border: 1px solid #d18f00;
}
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn .validation__element:after {
  content: "?";
  position: absolute;
  display: flex;
  align-items: center;
  right: 6px;
  top: 0;
  height: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #d18f00;
  padding-right: 12px;
  pointer-events: none;
}
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:active ~ .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:active .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:active > .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:active .validation__warning, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:focus ~ .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:focus .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:focus > .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:focus .validation__warning, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:hover ~ .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:hover .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:hover > .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:hover .validation__warning, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:active ~ .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:active .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:active > .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:active .validation__warning, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:focus ~ .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:focus .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:focus > .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:focus .validation__warning, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:hover ~ .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:hover .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:hover > .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:hover .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched select:active ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched select:active .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched select:active > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched select:active .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched select:focus ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched select:focus .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched select:focus > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched select:focus .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched select:hover ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched select:hover .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched select:hover > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched select:hover .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched textarea:active ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched textarea:active .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched textarea:active > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched textarea:active .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched textarea:focus ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched textarea:focus .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched textarea:focus > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched textarea:focus .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched textarea:hover ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched textarea:hover .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched textarea:hover > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched textarea:hover .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched date-picker-dropdown:active ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched date-picker-dropdown:active .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched date-picker-dropdown:active > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched date-picker-dropdown:active .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched date-picker-dropdown:focus ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched date-picker-dropdown:focus .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched date-picker-dropdown:focus > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched date-picker-dropdown:focus .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched date-picker-dropdown:hover ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched date-picker-dropdown:hover .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched date-picker-dropdown:hover > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched date-picker-dropdown:hover .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched .validation__group:active ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched .validation__group:active .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched .validation__group:active > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched .validation__group:active .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched .validation__group:focus ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched .validation__group:focus .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched .validation__group:focus > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched .validation__group:focus .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched .validation__group:hover ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched .validation__group:hover .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched .validation__group:hover > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--invalid.validation__component--touched .validation__group:hover .validation__warning, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:active ~ .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:active .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:active > .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:active .validation__warning, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:focus ~ .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:focus .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:focus > .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:focus .validation__warning, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:hover ~ .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:hover .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:hover > .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:hover .validation__warning, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:active ~ .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:active .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:active > .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:active .validation__warning, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:focus ~ .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:focus .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:focus > .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:focus .validation__warning, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:hover ~ .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:hover .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:hover > .validation__error-container .validation__error, .validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched:not([validation-type=checkbox]):not([validation-type=radio]) input:hover .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched select:active ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched select:active .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched select:active > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched select:active .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched select:focus ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched select:focus .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched select:focus > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched select:focus .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched select:hover ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched select:hover .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched select:hover > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched select:hover .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched textarea:active ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched textarea:active .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched textarea:active > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched textarea:active .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched textarea:focus ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched textarea:focus .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched textarea:focus > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched textarea:focus .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched textarea:hover ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched textarea:hover .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched textarea:hover > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched textarea:hover .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched date-picker-dropdown:active ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched date-picker-dropdown:active .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched date-picker-dropdown:active > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched date-picker-dropdown:active .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched date-picker-dropdown:focus ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched date-picker-dropdown:focus .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched date-picker-dropdown:focus > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched date-picker-dropdown:focus .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched date-picker-dropdown:hover ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched date-picker-dropdown:hover .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched date-picker-dropdown:hover > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched date-picker-dropdown:hover .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched .validation__group:active ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched .validation__group:active .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched .validation__group:active > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched .validation__group:active .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched .validation__group:focus ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched .validation__group:focus .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched .validation__group:focus > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched .validation__group:focus .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched .validation__group:hover ~ .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched .validation__group:hover .validation__warning,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched .validation__group:hover > .validation__error-container .validation__error,
.validation__component.validation__component--wasActive.validation__component--touched.validation__component--warn.validation__component--touched .validation__group:hover .validation__warning {
  opacity: 1;
}
.validation__group {
  margin-top: 4px;
  margin-bottom: 0;
}
.validation__error-container {
  position: absolute;
  display: block;
  width: 100%;
}
.validation__error {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 8px;
  background-color: #bd3f31;
  color: #fcfcfa;
  text-transform: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.validation__warning {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 8px;
  background-color: #d18f00;
  color: #fcfcfa;
  text-transform: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.watch-list i.fa {
  font-size: 1.5rem;
  color: #1d3e6f;
}
.watch-list i.fa.fa-search {
  font-size: 1rem;
}
.watch-list i.fa.fa-check-circle {
  width: 1.25rem;
  color: #42945c;
  font-size: 1.25rem;
}
.watch-list i.fa.fa-exclamation-circle {
  width: 1.25rem;
  color: #d46458;
  font-size: 1.25rem;
}
.watch-list i.fa.fa-star {
  width: 1.33rem;
  color: #ffae00;
  font-size: 1.33rem;
}
.watch-list button, .watch-list label, .watch-list span {
  white-space: nowrap;
}
.watch-list h4.driver-name {
  word-break: break-all;
}
.watch-list .form-section-title {
  margin-bottom: 32px;
}
.watch-list .form-section-title h4, .watch-list .form-section-title p {
  margin: 0;
}
.watch-list-filter-by {
  margin-bottom: 1.5rem;
}
.watch-list-filter-by button.status-change {
  min-width: 180px;
  background-color: #d18f00 !important;
  color: #fcfcfa;
}
.watch-list-filter-by button.status-change:hover {
  background-color: #ffb005 !important;
}
.watch-list-filter-by button, .watch-list-filter-by select, .watch-list-filter-by .filter-by-name-container {
  margin: 0 12px 0;
}
.watch-list-filter-by select, .watch-list-filter-by .filter-by-name-container input {
  min-width: 400px;
}
@media screen and (max-width: 420px) {
  .watch-list-filter-by button, .watch-list-filter-by select, .watch-list-filter-by .filter-by-name-container {
    margin-bottom: 8px;
  }
}
.watch-list-filter-by button.status-change {
  font-size: 0.66rem;
}
.watch-list-filter-by select {
  max-width: 25%;
}
.watch-list-filter-by .filter-by-name-container {
  position: relative;
  min-width: 33%;
}
.watch-list-filter-by .filter-by-name-container i.fa-search {
  position: absolute;
  left: 7.5px;
  font-size: 1rem;
}
.watch-list-filter-by .filter-by-name-container input {
  padding-left: 1.75rem;
}
.watch-list-filter-by .filter-by-name-container input::placeholder {
  color: #2e3541;
  opacity: 1;
}
@media screen and (max-width: 420px) {
  .watch-list-filter-by {
    flex-wrap: wrap;
  }
  .watch-list-filter-by > div.flex.flex-wrap {
    justify-content: center;
  }
}
.watch-list-drivers h1 {
  color: rgb(59, 68, 83);
}
.watch-list-drivers-pagination {
  justify-content: flex-end;
  padding: 20px 0 10px;
}
.watch-list-drivers-pagination input.num-pages {
  display: inline-block;
  width: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .watch-list-drivers-pagination {
    padding-top: 16px;
    justify-content: center;
  }
  .watch-list-drivers-container {
    justify-content: center;
  }
}
.watch-list-drivers-card {
  position: relative;
  padding: 10px 12px;
  width: calc(25% - 8px);
  min-width: 256px;
  background-color: #fcfcfa;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.33);
  border-radius: 1px;
}
.watch-list-drivers-card label {
  font-size: 0.75rem;
}
.watch-list-drivers-card span, .watch-list-drivers-card a {
  align-self: center;
  font-size: 0.65rem;
}
.watch-list-drivers-card-status h4.driver-name {
  margin: 0;
  width: 256px;
  color: rgb(59, 68, 83);
  font-size: 0.8rem;
}
.watch-list-drivers-card-actions button {
  margin: 10px 0;
  font-size: 0.66rem;
}
.watch-list-drivers-card-actions i.fa {
  transition: all 0.5s;
}
.watch-list-drivers-card-actions i.fa:hover {
  cursor: pointer;
}
.watch-list-drivers-card-notifications .fa-check-circle,
.watch-list-drivers-card-notifications .fa-exclamation-circle,
.watch-list-drivers-card-notifications .fa-star {
  position: relative;
  left: -0.6666rem;
}
#alert-container {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 60;
}
#alert-container .alert {
  position: relative;
  background-color: #1d3e6f;
  color: #fcfcfa;
  min-width: 200px;
  margin: 0 0 10px;
  /* Colors */
}
#alert-container .alert:last-child {
  margin: 0;
}
#alert-container .alert .alert-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.08);
}
#alert-container .alert .alert-title {
  flex: 1 1 auto;
  position: relative;
  font-weight: 700;
  color: #fcfcfa;
}
#alert-container .alert .alert-title i {
  font-size: 1.25rem;
}
#alert-container .alert .alert-message {
  display: inline-block;
  padding: 10px 15px;
  color: #fcfcfa;
}
#alert-container .alert .alert-message a,
#alert-container .alert .alert-message label {
  color: #fcfcfa;
  text-decoration: none;
}
#alert-container .alert .alert-message a:hover {
  color: #ccc;
}
#alert-container .alert .alert-close {
  color: #fcfcfa;
  opacity: 0.8;
  line-height: 1;
  font-size: 1.5rem;
  transition: opacity 0.5s;
}
#alert-container .alert .alert-close:focus, #alert-container .alert .alert-close:hover, #alert-container .alert .alert-close:active {
  color: #fcfcfa;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
#alert-container .alert.alert-success {
  background-color: #2f6a42;
}
#alert-container .alert.alert-error {
  background-color: #bd3f31;
}
#alert-container .alert.alert-info {
  background-color: #998;
}
#alert-container .alert.alert-warning {
  background-color: #d18f00;
}
#alert-container .alert.alert-server {
  background-color: #333;
}
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 70;
}
.loader-container .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 40px;
  transform: translate(-50%, -50%);
  font-size: 0;
}
.loader-container .loader .block {
  display: inline-block;
  height: 100%;
  width: 6px;
  margin: 0 2px;
  background-color: #1d3e6f;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.loader-container .loader .block2 {
  animation-delay: -1.1s;
}
.loader-container .loader .block3 {
  animation-delay: -1s;
}
.loader-container .loader .block4 {
  animation-delay: -0.9s;
}
.loader-container .loader .block5 {
  animation-delay: -0.8s;
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.menu {
  display: flex;
  flex: 1 0 auto;
  flex-flow: column nowrap;
  align-items: stretch;
  background: #22272f;
  color: #fcfcfa;
  width: 240px;
  transition: width 0.5s;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.33), 0 20px 14px rgba(0, 0, 0, 0.22);
}
.menu .menu__header,
.menu .menu__footer {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 700;
  color: #fcfcfa;
  cursor: pointer;
}
.menu .menu__header--mobile {
  display: none;
}
.menu .menu__toggle > i {
  font-size: 18px;
  transition: transform 0.5s ease;
}
.menu .menu__content {
  flex: 1 1 auto;
  position: relative;
  transition: width 0.4s ease;
}
.menu .menu__content__container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.menu .menu__section {
  padding: 0 0 15px;
  transition: all 0.5s ease;
}
.menu .menu__section:last-child {
  padding: 0;
}
.menu .menu__section__title {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 50px;
  padding: 10px 8px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.1);
  color: #fcfcfa;
  white-space: nowrap;
  transition: all 0.5s ease;
}
.menu .menu__section__icon {
  margin-right: 5px;
}
.menu .menu__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  color: #fcfcfa;
  text-transform: capitalize;
  padding: 10px 8px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  border-bottom: 1px solid #2e3541;
  transition: padding 0.5s ease, background 0.5s ease, border-color 0.5s ease;
}
.menu .menu__item:last-child {
  border: none;
}
.menu .menu__item:hover, .menu .menu__item:focus, .menu .menu__item.menu__item--current {
  background: #234c87;
}
.menu .menu__item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 8px;
  width: 25px;
}
.menu .menu__item__text {
  flex: 1 1 auto;
  font-size: 14px;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  max-width: 240px;
  max-height: 60px;
  transition: all 0.5s ease;
}
.menu.menu--compact {
  width: 50px;
}
.menu.menu--compact .menu__toggle > i {
  transform: scale(-1);
}
.menu.menu--compact .menu__section {
  padding: 0;
}
.menu.menu--compact .menu__section__title {
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  padding: 0;
}
.menu.menu--compact .menu__item {
  justify-content: center;
  border-bottom-color: transparent;
}
.menu.menu--compact .menu__item__text {
  visibility: hidden;
  opacity: 0;
  max-width: 0;
  max-height: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .menu {
    position: relative;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
  .menu .menu__header--desktop {
    display: none;
  }
  .menu .menu__header--mobile {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .menu .menu__footer {
    display: none;
  }
  .menu .menu__content {
    background: #22272f;
    max-height: 0;
    pointer-events: none;
    overflow: auto;
    transition: max-height 0.3s ease;
  }
  .menu .menu__content__container {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .menu .menu__item {
    justify-content: flex-start;
  }
  .menu.menu--compact {
    width: 100%;
  }
  .menu.menu--compact .menu__content {
    max-height: 100vh;
    pointer-events: all;
  }
  .menu.menu--compact .menu__section {
    padding: 0 0 15px;
  }
  .menu.menu--compact .menu__section:last-child {
    padding: 0;
  }
  .menu.menu--compact .menu__section__title {
    visibility: visible;
    max-height: 50px;
    padding: 10px 8px;
  }
  .menu.menu--compact .menu__item {
    justify-content: flex-start;
    border-bottom-color: #2e3541;
  }
  .menu.menu--compact .menu__item__text {
    visibility: visible;
    opacity: 1;
    max-width: 100%;
    max-height: 60px;
  }
}
.modal {
  position: fixed;
  z-index: 10;
  background-color: transparent;
  width: 50%;
  max-width: 650px;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
@media screen and (max-width: 640px) {
  .modal {
    width: 90%;
  }
}
.modal .modal-content button {
  margin: 5px;
}
.modal-backdrop {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: all 0.1s linear;
  list-style-type: none;
  margin-left: 0;
}
.pagination-container .pagination-button-container {
  margin: 0 1px;
}
.pagination-container .pagination-button-container button:first-child {
  margin-left: 0;
}
.pagination-container .pagination-button-container button:last-child {
  margin-right: 0;
}
.pagination-container .pagination-button-container .pagination-button {
  padding: 8px;
  border-radius: 2px;
  background: #8b8b78;
  color: #fcfcfa;
  transition: background 0.05s linear;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.pagination-container .pagination-button-container .pagination-button:hover {
  background: #b1b1a3;
  color: #fcfcfa;
}
.pagination-container .pagination-button-container .pagination-button[disabled] {
  background: #c8c8bf;
  cursor: not-allowed;
}
.pagination-container .pagination-button-container:nth-child(n+3):nth-last-child(n+3) .pagination-button {
  padding: 6px;
}
faq-section {
  margin-top: 12px;
}
faq-section faq-section > *:not(.faq-group) {
  margin-left: 24px;
}
@media print, screen and (max-width: 39.99875em) {
  faq-section faq-section > *:not(.faq-group) {
    margin-left: 0;
  }
}
faq-section faq-section > *:first-child {
  margin-top: 16px;
}
.faq-section .faq-section-title {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 1px solid #e5e5d4;
  margin-bottom: 16px;
  cursor: pointer;
}
.faq-section .faq-section-content {
  margin-left: 24px;
}
@media print, screen and (max-width: 39.99875em) {
  .faq-section .faq-section-content {
    margin-left: 0;
  }
}
.faq-section .faq-group {
  margin-bottom: 16px;
}
.faq-section .faq-group--collapsable > * {
  margin-left: 24px;
}
@media print, screen and (max-width: 39.99875em) {
  .faq-section .faq-group--collapsable > * {
    margin-left: 0;
  }
}
.faq-section .faq-text {
  margin-left: 24px;
}
@media print, screen and (max-width: 39.99875em) {
  .faq-section .faq-text {
    margin-left: 0;
  }
}
.faq-section .faq-text span {
  white-space: pre-line;
}
.faq-section .faq-name {
  display: flex;
  align-items: center;
  font-size: 1rem;
  padding: 3px 0 0 0;
  margin-left: 24px;
}
@media print, screen and (max-width: 39.99875em) {
  .faq-section .faq-name {
    margin-left: 0;
  }
}
.faq-section .faq-name--collapsable {
  margin-left: 0;
}
.faq-section .faq-content {
  margin-left: 24px;
}
@media print, screen and (max-width: 39.99875em) {
  .faq-section .faq-content {
    margin-left: 0;
  }
}
.faq-section .faq-button {
  display: flex;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid rgba(84, 97, 119, 0.5);
  border-radius: 3px;
  margin-right: 8px;
  background-color: #f6f6f0;
  transition: background-color 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.faq-section .faq-button:hover {
  cursor: pointer;
  outline: none;
  background-color: white;
}
.faq-section .faq-button:active, .faq-section .faq-button:focus {
  outline: none;
}
.faq-section .faq-button:before {
  content: "\f0d7";
  font-family: "FontAwesome";
  color: #3b4453;
  transition: transform 0.3s ease;
}
.faq-section .faq-button.open:before {
  transform: scaleY(-1);
}
.faq-section .closed {
  max-height: 0;
  overflow: hidden;
}
.faq-section .underline {
  text-decoration: underline;
}
.home-page-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1 0 100%;
  z-index: 1;
}
@media print, screen and (max-width: 39.99875em) {
  .home-page-container {
    padding: 20px;
  }
}