@import url("//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700");
@import url("assets/fontello/css/fontello.css");
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  background: #2d3035;
}
body {
  height: 100%;
  padding: 0;
  overflow: auto;
  margin: 0;
}
* {
  box-sizing: border-box;
}
input {
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
}
button[disabled] {
  background: #d5d5d5;
}
a,
a:visited {
  color: #3095b4;
}
.transition-slide-left-enter {
  transform: translate(-100%, 0);
}
.transition-slide-left-enter-active {
  transform: translate(0, 0);
  transition: 250ms;
}
.transition-slide-left-leave {
  transform: translate(0, 0);
}
.transition-slide-left-leave-active {
  transform: translate(-100%, 0);
  transition: 250ms;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
  font-weight: 200;
  margin: 1rem 0;
}
.global-content-header {
  padding: 2rem;
  background: #383840;
  color: #fff;
}
.global-content-header h3 {
  color: #49afce;
  font-weight: 200;
}
.global-content-body {
  padding: 2rem;
  background: #fff;
  color: #383840;
}
.global-container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 980px;
}
.global-container:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .global-container {
    padding: 0 0.5rem;
  }
  .global-content-header {
    padding: 1rem;
  }
  .global-content-body {
    padding: 1rem;
  }
  h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 767px) {
  .only-mobile {
    display: none;
  }
}
* {
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.25;
}
html,
body,
#react-root {
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  color: #222;
}
a,
a:visited {
  color: inherit;
  text-decoration: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
button,
.btn {
  background: #3095b4;
  padding: 1rem 2rem;
  color: #fff;
  border: 0;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
}
input {
  font-size: inherit;
  font-family: inherit;
  border: 0;
  padding: 0.5rem;
}
input[type="text"],
input[type="search"],
input[type="password"] {
  background: #fff;
  padding: 0.5rem;
  border-radius: 0.25rem;
}
[type="search"] {
  -webkit-appearance: textfield;
}
.page-content {
  width: 640px;
  margin: 0 auto;
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  background: #2d3035;
}
body {
  height: 100%;
  padding: 0;
  overflow: auto;
  margin: 0;
}
* {
  box-sizing: border-box;
}
input {
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
}
button[disabled] {
  background: #d5d5d5;
}
a,
a:visited {
  color: #3095b4;
}
.transition-slide-left-enter {
  transform: translate(-100%, 0);
}
.transition-slide-left-enter-active {
  transform: translate(0, 0);
  transition: 250ms;
}
.transition-slide-left-leave {
  transform: translate(0, 0);
}
.transition-slide-left-leave-active {
  transform: translate(-100%, 0);
  transition: 250ms;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
  font-weight: 200;
  margin: 1rem 0;
}
.global-content-header {
  padding: 2rem;
  background: #383840;
  color: #fff;
}
.global-content-header h3 {
  color: #49afce;
  font-weight: 200;
}
.global-content-body {
  padding: 2rem;
  background: #fff;
  color: #383840;
}
.global-container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 980px;
}
.global-container:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .global-container {
    padding: 0 0.5rem;
  }
  .global-content-header {
    padding: 1rem;
  }
  .global-content-body {
    padding: 1rem;
  }
  h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 767px) {
  .only-mobile {
    display: none;
  }
}
.component-app {
  padding-top: 5rem;
  background: #000 url("assets/bg-front.jpg") top center/100% auto no-repeat;
}
.component-app .component-navibar .navibar-option > a {
  position: relative;
}
.component-app .component-navibar .navibar-option > a:before {
  font-family: fontello;
  margin-right: 0.75rem;
  font-size: 1.25rem;
}
.component-app .component-navibar .navibar-option-registrations > a:before {
  content: "\E815";
}
.component-app .component-navibar .navibar-option-fleet > a:before {
  content: "\E807";
}
.component-app .component-navibar .navibar-option-settings > a:before {
  content: "\E816";
}
.component-app .app-content {
  margin-top: 6rem;
  min-height: calc(100vh - 4.5rem);
}
.component-app .app-footer {
  background: rgba(0,0,0,0.5);
  color: #909090;
  font-size: 0.85rem;
  overflow: hidden;
  padding: 2rem;
}
.component-app .app-footer > div {
  text-align: center;
}
.component-app .app-footer .app-footer-info {
  line-height: 1.5;
  min-height: 2.5rem;
  margin-bottom: 2em;
  margin-left: -7rem;
}
.component-app .app-footer .app-footer-info:before {
  content: "";
  height: 2.5rem;
  width: 7rem;
  background: url("assets/traficom-logo-white.png") center left/auto 1.5rem no-repeat;
  opacity: 0.6;
  position: absolute;
  margin: 0 28rem;
}
.component-app .app-footer a {
  color: #508494;
  display: inline-block;
  line-height: 2.5;
}
.component-app .app-footer a:not(:last-child) {
  padding-right: 1rem;
  margin-right: 1rem;
}
.component-app .spinner-apploading {
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 45%;
  left: calc(50% - 1.5rem);
}
.component-app .spinner-apploading:after {
  background: #f0f0f0;
}
.component-app .component-tabs {
  margin-top: 3rem;
}
.component-app .component-tabs .tabs-item-targeting:before {
  content: "\E80A";
}
.component-app .component-tabs .tabs-item-statistics:before {
  content: "\E809";
}
.component-app .component-tabs .tabs-item-dialer:before {
  content: "\E81A";
}
@media screen and (max-width: 767px) {
  .component-app {
    background: #000 url("assets/bg-front.jpg") top center/auto 100% no-repeat;
    padding-top: 1.5rem;
  }
  .component-app .global-container {
    position: relative;
    top: 2rem;
    padding: 0;
  }
  .component-app .app-footer {
    line-height: 2rem !important;
    padding: 1rem;
  }
  .component-app .app-footer .app-footer-info:before {
    position: inherit;
    display: block;
    margin: 0.5rem auto;
  }
  .component-app .app-footer > div {
    float: none;
    width: 100%;
    margin-bottom: 2rem;
  }
  .component-app .app-footer a {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    line-height: 1.75;
  }
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  background: #2d3035;
}
body {
  height: 100%;
  padding: 0;
  overflow: auto;
  margin: 0;
}
* {
  box-sizing: border-box;
}
input {
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
}
button[disabled] {
  background: #d5d5d5;
}
a,
a:visited {
  color: #3095b4;
}
.transition-slide-left-enter {
  transform: translate(-100%, 0);
}
.transition-slide-left-enter-active {
  transform: translate(0, 0);
  transition: 250ms;
}
.transition-slide-left-leave {
  transform: translate(0, 0);
}
.transition-slide-left-leave-active {
  transform: translate(-100%, 0);
  transition: 250ms;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
  font-weight: 200;
  margin: 1rem 0;
}
.global-content-header {
  padding: 2rem;
  background: #383840;
  color: #fff;
}
.global-content-header h3 {
  color: #49afce;
  font-weight: 200;
}
.global-content-body {
  padding: 2rem;
  background: #fff;
  color: #383840;
}
.global-container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 980px;
}
.global-container:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .global-container {
    padding: 0 0.5rem;
  }
  .global-content-header {
    padding: 1rem;
  }
  .global-content-body {
    padding: 1rem;
  }
  h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 767px) {
  .only-mobile {
    display: none;
  }
}
.component-dropdown {
  position: relative;
}
.component-dropdown.dropdown-open-from-value:hover .dropdown-value {
  cursor: pointer;
}
.component-dropdown.dropdown-open-from-value:hover .dropdown-value:after {
  color: inherit;
}
.component-dropdown.dropdown-open-from-handle .dropdown-handle {
  cursor: pointer;
}
.component-dropdown.dropdown-open-from-handle .dropdown-handle:hover:after {
  color: #3095b4;
}
.component-dropdown .dropdown-value {
  padding: 0.5rem;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 2rem;
}
.component-dropdown .dropdown-value .dropdown-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  line-height: 56px;
}
.component-dropdown .dropdown-value .dropdown-handle:after {
  content: "\E803";
  display: inline-block;
  font-family: fontello;
  padding-top: 0.125rem;
  color: #a9a9a9;
  text-align: center;
}
.component-dropdown .dropdown-options {
  position: absolute;
  top: 2.375rem;
  left: 0;
  right: 0;
  box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.2);
  background: #fff;
  color: #383840;
  z-index: 100;
  max-height: 0;
  overflow: auto;
  transition: opacity 250ms, max-height 125ms;
  opacity: 0;
  pointer-events: none;
}
.component-dropdown .dropdown-options .dropdown-option {
  padding: 0.75rem;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.component-dropdown .dropdown-options .dropdown-option:first-child {
  border-top: 0;
}
.component-dropdown .dropdown-options .dropdown-option.selected {
  font-weight: bold;
}
.component-dropdown .dropdown-options .dropdown-option:hover {
  background: #3095b4;
  color: #fff;
}
.component-dropdown .dropdown-search {
  padding: 0.75rem;
  position: relative;
}
.component-dropdown .dropdown-search input {
  width: 100%;
}
.component-dropdown .dropdown-search:after {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  color: #a9a9a9;
  content: "\E800";
  font-family: fontello;
}
.component-dropdown.dropdown-openabove .dropdown-options {
  top: auto !important;
  bottom: 2.75rem !important;
}
.component-dropdown.open .dropdown-options {
  max-height: 29rem;
  opacity: 1;
  pointer-events: auto;
}
.component-dropdown.variant-light-on-dark {
  background: #fff;
  color: #383840;
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  background: #2d3035;
}
body {
  height: 100%;
  padding: 0;
  overflow: auto;
  margin: 0;
}
* {
  box-sizing: border-box;
}
input {
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
}
button[disabled] {
  background: #d5d5d5;
}
a,
a:visited {
  color: #3095b4;
}
.transition-slide-left-enter {
  transform: translate(-100%, 0);
}
.transition-slide-left-enter-active {
  transform: translate(0, 0);
  transition: 250ms;
}
.transition-slide-left-leave {
  transform: translate(0, 0);
}
.transition-slide-left-leave-active {
  transform: translate(-100%, 0);
  transition: 250ms;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
  font-weight: 200;
  margin: 1rem 0;
}
.global-content-header {
  padding: 2rem;
  background: #383840;
  color: #fff;
}
.global-content-header h3 {
  color: #49afce;
  font-weight: 200;
}
.global-content-body {
  padding: 2rem;
  background: #fff;
  color: #383840;
}
.global-container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 980px;
}
.global-container:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .global-container {
    padding: 0 0.5rem;
  }
  .global-content-header {
    padding: 1rem;
  }
  .global-content-body {
    padding: 1rem;
  }
  h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 767px) {
  .only-mobile {
    display: none;
  }
}
.component-home .component-login {
  max-width: 25rem;
}
.component-home .home-welcome {
  background: #383840;
  color: #fff;
  padding: 2rem;
  overflow: hidden;
}
.component-home .home-welcome h2 {
  margin-top: 3rem;
  font-weight: 500;
}
.component-home .home-welcome p {
  color: #3095b4;
  font-size: 1.25rem;
  font-weight: 200;
  margin: 0;
}
.component-home .home-marketing {
  position: relative;
}
.component-home .home-marketing:after {
  content: "";
  display: block;
  clear: both;
}
.component-home .home-marketing .home-marketing-price {
  position: absolute;
  width: 10rem;
  height: 10rem;
  line-height: 10rem;
  top: -4rem;
  right: -4rem;
  border-radius: 5rem;
  text-align: center;
  background: #3095b4;
  color: #fff;
  transform: rotate(20deg);
}
.component-home .home-marketing .home-marketing-price span:nth-child(1),
.component-home .home-marketing .home-marketing-price span:nth-child(3) {
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
  line-height: 1rem;
  position: absolute;
  top: 1.75rem;
  left: 2rem;
  right: 2rem;
  line-height: 1.25rem;
}
.component-home .home-marketing .home-marketing-price span:nth-child(2) {
  font-size: 3rem;
  font-weight: 800;
  line-height: inherit;
}
.component-home .home-marketing .home-marketing-price span:nth-child(2) em {
  font-style: normal;
  margin-left: 0.25rem;
}
.component-home .home-marketing .home-marketing-price span:nth-child(3) {
  bottom: 1.75rem;
  top: auto;
}
.component-home .home-marketing .home-marketing-toc {
  float: left;
  width: 33.3%;
}
.component-home .home-marketing .home-marketing-toc:nth-child(3n+1) {
  clear: left;
}
.component-home .home-marketing .home-marketing-toc h3 {
  color: #3095b4;
}
.component-home .home-marketing .home-marketing-toc ul {
  list-style: none;
  margin: 0 1rem 1rem 0;
  padding: 0;
}
.component-home .home-marketing .home-marketing-toc li {
  margin: 0.25rem 0;
  padding: 0 0 0 1.5rem;
}
.component-home .home-marketing .home-marketing-toc li:before {
  content: "✓";
  color: #3095b4;
  margin-left: -1.5rem;
  float: left;
}
.component-home .home-marketing .home-marketing-examplereport {
  clear: both;
}
.component-home .home-marketing .home-marketing-examplereport a {
  padding: 0.5rem;
  background-color: #3095b4;
  margin: 0.5rem 0;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .component-home .home-marketing .home-marketing-toc {
    float: none;
    width: 100%;
  }
  .component-home .home-marketing .home-marketing-price {
    right: 0rem;
    top: -5rem;
    transform: rotate(10deg);
  }
}
@keyframes waterdrop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-0.5rem);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(0.5rem);
  }
  100% {
    transform: translateX(0);
  }
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  background: #2d3035;
}
body {
  height: 100%;
  padding: 0;
  overflow: auto;
  margin: 0;
}
* {
  box-sizing: border-box;
}
input {
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
}
button[disabled] {
  background: #d5d5d5;
}
a,
a:visited {
  color: #3095b4;
}
.transition-slide-left-enter {
  transform: translate(-100%, 0);
}
.transition-slide-left-enter-active {
  transform: translate(0, 0);
  transition: 250ms;
}
.transition-slide-left-leave {
  transform: translate(0, 0);
}
.transition-slide-left-leave-active {
  transform: translate(-100%, 0);
  transition: 250ms;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
  font-weight: 200;
  margin: 1rem 0;
}
.global-content-header {
  padding: 2rem;
  background: #383840;
  color: #fff;
}
.global-content-header h3 {
  color: #49afce;
  font-weight: 200;
}
.global-content-body {
  padding: 2rem;
  background: #fff;
  color: #383840;
}
.global-container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 980px;
}
.global-container:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .global-container {
    padding: 0 0.5rem;
  }
  .global-content-header {
    padding: 1rem;
  }
  .global-content-body {
    padding: 1rem;
  }
  h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 767px) {
  .only-mobile {
    display: none;
  }
}
.component-login .status {
  min-height: 1rem;
  color: #fff;
}
.component-login input {
  width: 100%;
  display: block;
  margin: 1rem auto;
  border: 0;
  color: #383840;
  border-radius: 0;
}
.component-login button[type="submit"] {
  margin: 1rem 0;
  color: #fff;
  position: relative;
}
.component-login .component-spinner {
  position: absolute;
  right: -3.5rem;
  top: 1.5rem;
}
.component-login .component-spinner:after {
  background-color: #e7e7e7;
}
.component-login .forgotten-password {
  display: block;
  margin-top: 2rem;
  font-size: 0.85rem;
  color: #a9a9a9 !important;
}
.component-login .forgotten-password:hover {
  color: #3095b4;
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  background: #2d3035;
}
body {
  height: 100%;
  padding: 0;
  overflow: auto;
  margin: 0;
}
* {
  box-sizing: border-box;
}
input {
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
}
button[disabled] {
  background: #d5d5d5;
}
a,
a:visited {
  color: #3095b4;
}
.transition-slide-left-enter {
  transform: translate(-100%, 0);
}
.transition-slide-left-enter-active {
  transform: translate(0, 0);
  transition: 250ms;
}
.transition-slide-left-leave {
  transform: translate(0, 0);
}
.transition-slide-left-leave-active {
  transform: translate(-100%, 0);
  transition: 250ms;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
  font-weight: 200;
  margin: 1rem 0;
}
.global-content-header {
  padding: 2rem;
  background: #383840;
  color: #fff;
}
.global-content-header h3 {
  color: #49afce;
  font-weight: 200;
}
.global-content-body {
  padding: 2rem;
  background: #fff;
  color: #383840;
}
.global-container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 980px;
}
.global-container:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .global-container {
    padding: 0 0.5rem;
  }
  .global-content-header {
    padding: 1rem;
  }
  .global-content-body {
    padding: 1rem;
  }
  h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 767px) {
  .only-mobile {
    display: none;
  }
}
.component-menubar {
  background: rgba(0,0,0,0.75);
  min-height: 5rem;
  position: fixed;
  top: 5rem;
  left: 0;
  right: 0;
  z-index: 100;
}
.component-menubar a {
  color: inherit !important;
}
.component-menubar .container {
  max-width: 980px;
  padding: 0 2rem;
  margin: 0 auto;
}
.component-menubar .container .sunset-banner {
  background: #e0ff2e;
  height: 5rem;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  overflow: auto;
  font-size: 0.9rem;
}
.component-menubar .container .content-left {
  color: #fff;
  padding: 1rem 0;
  float: left;
  min-width: 3rem;
}
.component-menubar .container .content-left .menubar-item {
  float: left;
}
.component-menubar .container #menubar-item-logo {
  display: block;
  height: 2.5rem;
  float: left;
  line-height: 2.5rem;
  background: url("assets/dnb-logo.png") 0 50%/auto 60% no-repeat;
  padding-left: 12rem;
  font-weight: 100;
  font-size: 1.5rem;
  position: relative;
}
.component-menubar .container #menubar-item-logo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7.5rem;
  height: 2.5rem;
}
.component-menubar .container .content-center {
  display: none;
}
.component-menubar .container .content-right {
  float: right;
}
.component-menubar .container .content-right > * {
  display: inline-block;
  margin-left: 2rem;
  vertical-align: middle;
}
.component-menubar .container .sidemenu-toggle {
  cursor: pointer;
  display: none;
}
.component-menubar .container .sidemenu-toggle:before {
  display: block;
  height: 2rem;
  width: 2rem;
  font-family: fontello;
  content: "\F0C9";
  font-size: 2rem;
  text-align: center;
  line-height: 2rem;
  color: #fff;
}
.component-menubar .menubar-item {
  position: relative;
  height: 5rem;
  padding: 0 1rem;
}
.component-menubar .menubar-item.state-has-menu:hover {
  background: #0d0d0d;
}
.component-menubar .menubar-item.state-has-menu .menubar-item-content {
  color: #fff;
  line-height: 5rem;
  cursor: pointer;
}
.component-menubar .menubar-item.state-has-menu .menubar-item-content .icon {
  display: none;
}
.component-menubar .menubar-item-menu {
  position: absolute;
  background: #50505b;
  padding: 1rem;
  top: 5rem;
  right: 0;
  box-shadow: 0 0 1rem rgba(0,0,0,0.5);
  min-width: 20rem;
  color: #fff;
}
.component-menubar .menubar-item-menu .menubar-logout {
  margin: 1rem auto;
  display: block;
}
.component-menubar .menubar-item-menu:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: inherit;
  transform: rotate(45deg);
  position: absolute;
  right: 2.5rem;
  top: -0.5rem;
}
.component-menubar .menubar-menu-section {
  padding: 1rem;
}
.component-menubar .menubar-menu-section-title {
  text-transform: uppercase;
  color: #a9a9a9;
  margin-bottom: 0.75rem;
}
.component-menubar em {
  font-style: normal;
}
.component-menubar i {
  margin-right: 0.5rem;
}
.component-menubar #menubar-item-back {
  display: none;
  padding-top: 0.375rem;
}
.component-menubar #menubar-item-back:before {
  content: "\E812";
  font-family: fontello;
  cursor: pointer;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .component-menubar {
    height: 3.5rem;
  }
  .component-menubar .container {
    padding: 0 0.5rem;
  }
  .component-menubar .container .content-left {
    padding: 0.5rem 0;
  }
  .component-menubar .container #menubar-item-logo {
    padding-left: 8rem;
    background: url("assets/dnb-logo.png") 0 0%/auto 905 no-repeat;
  }
  .component-menubar .container #menubar-item-logo:after {
    width: 7rem;
  }
  .component-menubar .sidemenu-toggle {
    display: none;
  }
  .component-menubar .menubar-item {
    position: relative;
    height: 3.5rem;
    padding: 0 0.5rem;
  }
  .component-menubar .menubar-item.state-has-menu .menubar-item-content {
    color: #fff;
    line-height: 3.5rem;
    cursor: pointer;
  }
  .component-menubar .menubar-item.state-has-menu .menubar-item-content .user {
    display: none;
  }
  .component-menubar .menubar-item.state-has-menu .menubar-item-content .icon {
    display: inline-block;
    height: 1.75rem;
    width: 1.75rem;
    background: url("assets/user-icon.svg");
    margin-top: 0.75rem;
    margin-right: 1.25rem;
  }
  .component-menubar .menubar-item.state-has-menu:hover {
    background: transparent;
  }
  .component-menubar .menubar-item-menu {
    top: 3.5rem;
    min-width: 100vw;
    right: -0.5rem;
  }
  .component-menubar .menubar-item-menu:after {
    right: 1.75rem;
  }
  .component-menubar .content-right {
    float: right;
  }
  .component-menubar .content-right > * {
    display: inline-block;
    margin-left: 0rem;
  }
  .component-menubar .content-center {
    display: block !important;
    text-align: center;
    padding-top: 0.5rem;
  }
  .component-menubar .content-center > * {
    display: inline-block;
    margin-left: 2rem;
    vertical-align: middle;
    font-weight: 100;
    font-size: 1.5rem;
    color: #fff;
    line-height: 2.5rem;
  }
  #menubar-item-username .menubar-item-content em {
    display: none;
  }
  .content-left #menubar-item-logo {
    display: none !important;
  }
  .content-left #menubar-item-back {
    display: block;
  }
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  background: #2d3035;
}
body {
  height: 100%;
  padding: 0;
  overflow: auto;
  margin: 0;
}
* {
  box-sizing: border-box;
}
input {
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
}
button[disabled] {
  background: #d5d5d5;
}
a,
a:visited {
  color: #3095b4;
}
.transition-slide-left-enter {
  transform: translate(-100%, 0);
}
.transition-slide-left-enter-active {
  transform: translate(0, 0);
  transition: 250ms;
}
.transition-slide-left-leave {
  transform: translate(0, 0);
}
.transition-slide-left-leave-active {
  transform: translate(-100%, 0);
  transition: 250ms;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
  font-weight: 200;
  margin: 1rem 0;
}
.global-content-header {
  padding: 2rem;
  background: #383840;
  color: #fff;
}
.global-content-header h3 {
  color: #49afce;
  font-weight: 200;
}
.global-content-body {
  padding: 2rem;
  background: #fff;
  color: #383840;
}
.global-container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 980px;
}
.global-container:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .global-container {
    padding: 0 0.5rem;
  }
  .global-content-header {
    padding: 1rem;
  }
  .global-content-body {
    padding: 1rem;
  }
  h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 767px) {
  .only-mobile {
    display: none;
  }
}
.component-navibar {
  margin: 2.5rem 0 2.5rem 0;
}
.component-navibar .navibar-option {
  display: inline-block;
}
.component-navibar .navibar-option > a {
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  color: #a9a9a9 !important;
  display: inline-block;
  margin: 0 1rem;
  font-weight: 800;
  cursor: pointer;
  border-bottom: 0.375rem solid transparent;
}
.component-navibar .navibar-option > a:not(:first-child) {
  margin-left: 2rem;
}
.component-navibar .navibar-option > a:hover {
  border-bottom: 0.375rem solid #dcdcdc;
}
.component-navibar .navibar-option-right {
  float: right;
  margin-right: 2rem;
}
.component-navibar .navibar-option.active > a.active {
  color: #3095b4;
  border-color: #3095b4;
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  background: #2d3035;
}
body {
  height: 100%;
  padding: 0;
  overflow: auto;
  margin: 0;
}
* {
  box-sizing: border-box;
}
input {
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
}
button[disabled] {
  background: #d5d5d5;
}
a,
a:visited {
  color: #3095b4;
}
.transition-slide-left-enter {
  transform: translate(-100%, 0);
}
.transition-slide-left-enter-active {
  transform: translate(0, 0);
  transition: 250ms;
}
.transition-slide-left-leave {
  transform: translate(0, 0);
}
.transition-slide-left-leave-active {
  transform: translate(-100%, 0);
  transition: 250ms;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
  font-weight: 200;
  margin: 1rem 0;
}
.global-content-header {
  padding: 2rem;
  background: #383840;
  color: #fff;
}
.global-content-header h3 {
  color: #49afce;
  font-weight: 200;
}
.global-content-body {
  padding: 2rem;
  background: #fff;
  color: #383840;
}
.global-container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 980px;
}
.global-container:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .global-container {
    padding: 0 0.5rem;
  }
  .global-content-header {
    padding: 1rem;
  }
  .global-content-body {
    padding: 1rem;
  }
  h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 767px) {
  .only-mobile {
    display: none;
  }
}
.component-notifications .notifications-item {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #3e708b;
  color: #fff;
  padding: 2rem 2rem 2rem 6rem;
  box-shadow: 0 0 2rem rgba(0,0,0,0.25);
}
.component-notifications .notifications-item .notifications-item-content {
  padding-top: 0.5rem;
}
.component-notifications .notifications-item:after {
  font-family: fontello;
  content: "\E81F";
  font-size: 2rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.component-notifications .notifications-item.warning {
  background: #c95c54;
}
.component-notifications .notifications-item.warning .btn {
  color: #c95c54;
}
.component-notifications .notifications-item .btn {
  background: #fff;
  color: #3e708b;
  padding: 0.5rem 2rem;
  float: right;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .component-notifications .notifications-item {
    width: 100vw;
    height: 100vh;
    top: 0;
    padding-left: 2rem;
    padding-top: 8rem;
  }
  .component-notifications .notifications-item:after {
    text-align: center;
    font-size: 5rem;
    top: 2rem;
    left: 0;
    right: 0;
  }
  .component-notifications .notifications-item-content {
    font-size: 1.25rem;
    text-align: center;
  }
  .component-notifications .notifications-actions {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    text-align: center;
  }
  .component-notifications .notifications-actions .btn {
    text-align: center;
    float: none;
    padding: 1rem 0;
    margin-top: 1rem;
    font-size: 1.25rem;
  }
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  background: #2d3035;
}
body {
  height: 100%;
  padding: 0;
  overflow: auto;
  margin: 0;
}
* {
  box-sizing: border-box;
}
input {
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
}
button[disabled] {
  background: #d5d5d5;
}
a,
a:visited {
  color: #3095b4;
}
.transition-slide-left-enter {
  transform: translate(-100%, 0);
}
.transition-slide-left-enter-active {
  transform: translate(0, 0);
  transition: 250ms;
}
.transition-slide-left-leave {
  transform: translate(0, 0);
}
.transition-slide-left-leave-active {
  transform: translate(-100%, 0);
  transition: 250ms;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
  font-weight: 200;
  margin: 1rem 0;
}
.global-content-header {
  padding: 2rem;
  background: #383840;
  color: #fff;
}
.global-content-header h3 {
  color: #49afce;
  font-weight: 200;
}
.global-content-body {
  padding: 2rem;
  background: #fff;
  color: #383840;
}
.global-container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 980px;
}
.global-container:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .global-container {
    padding: 0 0.5rem;
  }
  .global-content-header {
    padding: 1rem;
  }
  .global-content-body {
    padding: 1rem;
  }
  h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 767px) {
  .only-mobile {
    display: none;
  }
}
.component-payment {
  overflow: hidden;
  padding-bottom: 2rem;
}
.component-payment .payment-error {
  background: #c95c54;
  color: #fff;
  padding: 2rem;
  font-size: 1.25rem;
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  background: #2d3035;
}
body {
  height: 100%;
  padding: 0;
  overflow: auto;
  margin: 0;
}
* {
  box-sizing: border-box;
}
input {
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
}
button[disabled] {
  background: #d5d5d5;
}
a,
a:visited {
  color: #3095b4;
}
.transition-slide-left-enter {
  transform: translate(-100%, 0);
}
.transition-slide-left-enter-active {
  transform: translate(0, 0);
  transition: 250ms;
}
.transition-slide-left-leave {
  transform: translate(0, 0);
}
.transition-slide-left-leave-active {
  transform: translate(-100%, 0);
  transition: 250ms;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
  font-weight: 200;
  margin: 1rem 0;
}
.global-content-header {
  padding: 2rem;
  background: #383840;
  color: #fff;
}
.global-content-header h3 {
  color: #49afce;
  font-weight: 200;
}
.global-content-body {
  padding: 2rem;
  background: #fff;
  color: #383840;
}
.global-container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 980px;
}
.global-container:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .global-container {
    padding: 0 0.5rem;
  }
  .global-content-header {
    padding: 1rem;
  }
  .global-content-body {
    padding: 1rem;
  }
  h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 767px) {
  .only-mobile {
    display: none;
  }
}
.component-report {
  position: relative;
}
.component-report .component-reportcontent .global-content-header {
  margin-top: -4rem;
  padding-top: 0;
}
.component-report .global-content-body {
  overflow: hidden;
  padding-left: 0;
}
.component-report .report-actions {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.component-report .report-actions > * {
  display: inline-block;
  font-size: 1rem;
  margin-left: 1rem;
  text-align: right;
  color: #3095b4;
  line-height: 1.5;
  cursor: pointer;
}
.component-report .report-actions > *:not(:first-child) {
  border-left: 1px solid #50505b;
  padding-left: 1rem;
}
.component-report .component-emaildialog {
  position: absolute;
  top: 3rem;
  right: 0;
  z-index: 100;
  background: #50505b;
  color: #fff;
  width: 26rem;
  padding: 2rem;
  box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.5);
  text-align: left;
}
.component-report .component-emaildialog h3 {
  margin: 0 0 1rem 0;
  text-align: left;
}
.component-report .component-emaildialog input {
  width: 100%;
  float: left;
  height: 3rem;
  color: #383840;
}
.component-report .component-emaildialog p {
  margin-top: 2rem;
  height: 1rem;
}
.component-report .component-emaildialog button {
  float: right;
  text-transform: uppercase;
  padding: 0.75rem 2rem;
  margin-top: 1rem;
}
.component-report .component-emaildialog i {
  font-size: 0.85rem;
  color: #818190;
}
.component-report .component-emaildialog:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: inherit;
  transform: rotate(45deg);
  position: absolute;
  right: 4rem;
  top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .component-report .global-content-body,
  .component-report .global-content-header {
    padding: 1rem;
  }
  .component-report .global-content-body {
    padding-bottom: 2rem;
  }
  .component-report .component-emaildialog {
    right: 0;
    left: 0;
    top: 8rem;
    width: 100vw;
    padding: 1rem;
  }
  .component-report .component-emaildialog:after {
    left: 4rem;
  }
  .component-report .report-actions {
    position: static;
  }
  .component-report .report-actions > * {
    margin: 0;
  }
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  background: #2d3035;
}
body {
  height: 100%;
  padding: 0;
  overflow: auto;
  margin: 0;
}
* {
  box-sizing: border-box;
}
input {
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
}
button[disabled] {
  background: #d5d5d5;
}
a,
a:visited {
  color: #3095b4;
}
.transition-slide-left-enter {
  transform: translate(-100%, 0);
}
.transition-slide-left-enter-active {
  transform: translate(0, 0);
  transition: 250ms;
}
.transition-slide-left-leave {
  transform: translate(0, 0);
}
.transition-slide-left-leave-active {
  transform: translate(-100%, 0);
  transition: 250ms;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
  font-weight: 200;
  margin: 1rem 0;
}
.global-content-header {
  padding: 2rem;
  background: #383840;
  color: #fff;
}
.global-content-header h3 {
  color: #49afce;
  font-weight: 200;
}
.global-content-body {
  padding: 2rem;
  background: #fff;
  color: #383840;
}
.global-container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 980px;
}
.global-container:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .global-container {
    padding: 0 0.5rem;
  }
  .global-content-header {
    padding: 1rem;
  }
  .global-content-body {
    padding: 1rem;
  }
  h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 767px) {
  .only-mobile {
    display: none;
  }
}
.component-reportcontent {
  position: relative;
}
.component-reportcontent .report-cachedate {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 0.85rem;
  color: #909090;
}
.component-reportcontent .global-content-header {
  overflow: hidden;
}
.component-reportcontent .global-content-header .global-content-header {
  margin-top: -8rem;
}
.component-reportcontent .global-content-body {
  overflow: hidden;
  padding-left: 0;
  position: relative;
}
.component-reportcontent i {
  font-style: normal;
}
.component-reportcontent h1 {
  font-size: 3rem;
  font-weight: bold;
  padding-bottom: 1rem;
  margin: 2rem 0 1rem 0;
  border-bottom: 0.125rem solid #50505b;
}
.component-reportcontent h1 .report-vehicletype {
  margin-left: 1rem;
}
.component-reportcontent h1 + h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #3095b4;
  font-size: 1.5rem;
  padding-top: 0;
}
.component-reportcontent h2 {
  color: #3095b4;
}
.component-reportcontent h3 {
  font-weight: normal;
  font-size: 1.5rem;
  color: #3095b4;
  margin-bottom: 0.5rem;
}
.component-reportcontent h4 {
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: #909090;
}
.component-reportcontent h4 span {
  float: right;
  color: #383840;
}
.component-reportcontent .component-reportcompactsection,
.component-reportcontent .component-reportgridsection,
.component-reportcontent .component-reportperiodicsection {
  padding-bottom: 2rem;
  margin-left: 2rem;
}
.component-reportcontent .component-reportsummarysection {
  margin-bottom: 2rem;
}
.component-reportcontent .component-reportsummarysection ul,
.component-reportcontent .component-reportsummarysection li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.component-reportcontent .component-reportsummarysection ul {
  overflow: hidden;
}
.component-reportcontent .component-reportsummarysection li {
  width: 25%;
  float: left;
  margin: 0.5rem 0;
  overflow: hidden;
  font-size: 1rem;
}
.component-reportcontent .component-reportsummarysection li:nth-child(n+5) {
  width: 100%;
}
.component-reportcontent .component-reportsummarysection li i {
  font-weight: normal;
  font-size: 1rem;
  padding-bottom: 0.25rem;
  color: #909090;
  display: block;
}
.component-reportcontent .component-reportsummarysection li span {
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
}
.component-reportcontent .component-reportcompactsection {
  overflow: hidden;
}
.component-reportcontent .component-reportcompactsection ul,
.component-reportcontent .component-reportcompactsection li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.component-reportcontent .component-reportcompactsection ul {
  background: #f0f0f0;
  padding: 1rem;
  padding: 0;
}
.component-reportcontent .component-reportcompactsection li {
  padding: 0.5rem;
  overflow: hidden;
}
.component-reportcontent .component-reportcompactsection li:nth-child(2n+0) {
  background: #f8f8f8;
}
.component-reportcontent .component-reportcompactsection li span {
  display: block;
  width: 50%;
  float: left;
}
.component-reportcontent .component-reportcompactsection li i {
  display: block;
  width: 50%;
  float: left;
  padding-right: 1rem;
  color: #909090;
}
.component-reportcontent .component-reportcompactsection ul ul {
  margin-left: 2rem;
  padding: 0;
  clear: left;
}
.component-reportcontent .component-reportperiodicsection {
  clear: left;
  padding-top: 1rem;
}
.component-reportcontent .component-reportperiodicsection .report-actions-check-credit {
  font-weight: 600;
  margin-right: 1rem;
  background: #3095b4;
  color: #fff;
  padding: 0.5rem 1rem;
  line-height: 1rem;
  display: inline-block;
}
.component-reportcontent .component-reportperiodicsection .reportperiodicsection-period {
  clear: left;
  overflow: hidden;
}
.component-reportcontent .component-reportperiodicsection .reportperiodicsection-entity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
  background: #f8f8f8;
}
.component-reportcontent .component-reportperiodicsection .reportperiodicsection-entity .reportperiodicsection-header {
  display: -ms-flexbox;
  display: flex;
  background-color: #f0f0f0;
}
.component-reportcontent .component-reportperiodicsection .reportperiodicsection-entity .reportperiodicsection-header h4 {
  width: 50%;
  padding: 0.5rem;
  position: relative;
  font-weight: normal;
  cursor: pointer;
  text-transform: none;
}
.component-reportcontent .component-reportperiodicsection .reportperiodicsection-entity .reportperiodicsection-header span {
  width: 50%;
  padding: 0.5rem;
  position: relative;
  font-weight: normal;
  cursor: pointer;
  text-transform: none;
}
.component-reportcontent .component-reportperiodicsection .reportperiodicsection-content {
  padding-top: 1rem;
}
.component-reportcontent .component-reportperiodicsection .reportperiodicsection-field {
  width: 17%;
  float: left;
  padding: 0 1rem 1rem 1rem;
}
.component-reportcontent .component-reportperiodicsection .reportperiodicsection-field:last-child {
  width: 32%;
}
.component-reportcontent .component-reportperiodicsection .reportperiodicsection-label {
  display: block;
  font-size: 0.75rem;
  color: #909090;
  text-transform: uppercase;
}
.component-reportcontent .component-reportperiodicsection .reportperiodicsection-value {
  display: block;
}
.component-reportcontent .component-reportgridsection table {
  width: 100%;
  background: #f0f0f0;
}
.component-reportcontent .component-reportgridsection table th,
.component-reportcontent .component-reportgridsection table td {
  padding: 0.5rem 0.5rem;
}
.component-reportcontent .component-reportgridsection table th {
  background: #f8f8f8;
  color: #909090;
  text-align: left;
  font-weight: normal;
}
.component-reportcontent .component-reportgridsection table tr:nth-child(2n+0) {
  background: #f8f8f8;
}
.component-reportcontent .component-reportrestrictionsection {
  margin: 2rem 0 0 0;
}
.component-reportcontent .component-reportrestrictionsection ul,
.component-reportcontent .component-reportrestrictionsection li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.component-reportcontent .component-reportrestrictionsection ul {
  margin-left: -2rem;
}
.component-reportcontent .component-reportrestrictionsection li {
  background: #c95c54;
  color: #f0f0f0;
  padding: 1rem;
  float: left;
  width: calc(50% - 2rem);
  margin: 0 0 2rem 2rem;
  min-height: 7rem;
}
.component-reportcontent .component-reportrestrictionsection li .reportrestrictionsection-severity,
.component-reportcontent .component-reportrestrictionsection li .reportrestrictionsection-from {
  text-transform: uppercase;
  font-size: 0.85rem;
  opacity: 0.8;
}
.component-reportcontent .component-reportrestrictionsection li .reportrestrictionsection-type {
  font-size: 1.25rem;
  margin: 0.5rem 0;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .component-report .global-content-body,
  .component-report .global-content-header {
    padding: 1rem;
  }
  .component-report .global-content-body {
    padding-bottom: 2rem;
  }
  .component-report .component-reportsummarysection li {
    width: 50%;
  }
  .component-report .component-reportrestrictionsection li {
    width: inherit;
    margin-bottom: 0.5rem;
  }
  .component-report .component-reportcompactsection {
    width: 100%;
    margin: 0;
  }
  .component-report h2 {
    padding: 0;
  }
  .component-report .component-reportperiodicsection {
    margin: 0;
  }
  .component-report .component-reportperiodicsection .report-actions-check-credit {
    font-weight: normal;
    margin: 0;
    padding: 0.5rem;
  }
  .component-report .component-reportperiodicsection .reportperiodicsection-entity {
    margin-bottom: 0.5rem;
  }
  .component-report .component-reportperiodicsection .reportperiodicsection-entity .reportperiodicsection-header {
    background-color: #f0f0f0;
  }
  .component-report .component-reportperiodicsection .reportperiodicsection-entity .reportperiodicsection-header h4 {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0.5rem;
    position: relative;
    font-weight: normal;
    cursor: pointer;
    text-transform: none;
  }
  .component-report .component-reportperiodicsection .reportperiodicsection-entity .reportperiodicsection-header span {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
  }
  .component-report .component-reportperiodicsection .reportperiodicsection-entity .reportperiodicsection-header span:after {
    content: "\E803";
    font-family: fontello;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
  }
  .component-report .component-reportperiodicsection .reportperiodicsection-entity.state-open .reportperiodicsection-content {
    height: 10rem;
  }
  .component-report .component-reportperiodicsection .reportperiodicsection-entity.state-open h4:after {
    content: "\E809";
  }
  .component-report .component-reportperiodicsection .reportperiodicsection-content {
    height: 0;
    padding-top: 0;
    overflow: hidden;
    transition: 250ms;
  }
  .component-report .component-reportperiodicsection .reportperiodicsection-field {
    width: 50%;
    float: left;
    padding: 0.5rem;
  }
  .component-report .component-reportperiodicsection .reportperiodicsection-field:last-child {
    width: 100%;
  }
  .component-report .component-reportperiodicsection h4 span {
    display: block;
    float: none;
  }
  .component-report .component-reportgridsection {
    width: 100% !important;
    margin: 0;
    overflow: auto;
  }
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  background: #2d3035;
}
body {
  height: 100%;
  padding: 0;
  overflow: auto;
  margin: 0;
}
* {
  box-sizing: border-box;
}
input {
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
}
button[disabled] {
  background: #d5d5d5;
}
a,
a:visited {
  color: #3095b4;
}
.transition-slide-left-enter {
  transform: translate(-100%, 0);
}
.transition-slide-left-enter-active {
  transform: translate(0, 0);
  transition: 250ms;
}
.transition-slide-left-leave {
  transform: translate(0, 0);
}
.transition-slide-left-leave-active {
  transform: translate(-100%, 0);
  transition: 250ms;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
  font-weight: 200;
  margin: 1rem 0;
}
.global-content-header {
  padding: 2rem;
  background: #383840;
  color: #fff;
}
.global-content-header h3 {
  color: #49afce;
  font-weight: 200;
}
.global-content-body {
  padding: 2rem;
  background: #fff;
  color: #383840;
}
.global-container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 980px;
}
.global-container:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .global-container {
    padding: 0 0.5rem;
  }
  .global-content-header {
    padding: 1rem;
  }
  .global-content-body {
    padding: 1rem;
  }
  h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 767px) {
  .only-mobile {
    display: none;
  }
}
.component-search {
  font-size: 1.25rem;
  margin: 4rem 0;
}
.component-search .component-dropdown {
  width: 18rem;
  margin-right: 1rem;
}
.component-search .component-dropdown .dropdown-value {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 2.5rem;
}
.component-search .component-dropdown .dropdown-option {
  padding-left: 1rem;
  padding-right: 1rem;
}
.component-search .component-dropdown .dropdown-options {
  top: 3.5rem;
}
.component-search .component-dropdown .dropdown-handle:after {
  line-height: 3.5rem;
  width: 3rem;
}
.component-search .search-input {
  float: right;
  position: relative;
  margin-right: 8rem;
  width: calc(100% - 27rem);
  color: #383840;
}
.component-search .search-input input {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 3.5rem;
}
.component-search form {
  position: relative;
}
.component-search button {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  width: 8rem;
  right: 0;
  top: 0;
  height: 3.5rem;
}
.component-search h1 {
  padding: 2rem 0;
  color: #fff;
}
.component-search.variant-open .search-history {
  display: block;
}
.component-search .search-history {
  padding: 0;
  margin: 1rem 0 0 19rem;
  font-size: 1rem;
}
.component-search .search-history .search-history-item {
  font-weight: bold;
  margin: 0 0.5rem 0.5rem 0;
  background: #fff;
  color: #383840;
  background: #3095b4;
  color: #fff;
  padding: 0.25rem 0.5rem;
  line-height: 1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .component-search {
    margin: 1rem 0;
  }
  .component-search h1 {
    text-align: center;
    margin: 0 auto;
    padding-top: 0;
  }
  .component-search h1:before {
    content: "";
    display: block;
    background: url("assets/dnb-logo.png") 0 0%/auto 100% no-repeat;
    width: 8rem;
    height: 3rem;
    margin: 0 auto 2rem auto;
  }
  .component-search .component-dropdown,
  .component-search .search-input,
  .component-search button {
    float: none;
    width: 100%;
    position: static;
    margin: 0.5rem 0;
  }
  .component-search .search-history {
    margin: 2rem 0 0 0;
  }
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  background: #2d3035;
}
body {
  height: 100%;
  padding: 0;
  overflow: auto;
  margin: 0;
}
* {
  box-sizing: border-box;
}
input {
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
}
button[disabled] {
  background: #d5d5d5;
}
a,
a:visited {
  color: #3095b4;
}
.transition-slide-left-enter {
  transform: translate(-100%, 0);
}
.transition-slide-left-enter-active {
  transform: translate(0, 0);
  transition: 250ms;
}
.transition-slide-left-leave {
  transform: translate(0, 0);
}
.transition-slide-left-leave-active {
  transform: translate(-100%, 0);
  transition: 250ms;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
  font-weight: 200;
  margin: 1rem 0;
}
.global-content-header {
  padding: 2rem;
  background: #383840;
  color: #fff;
}
.global-content-header h3 {
  color: #49afce;
  font-weight: 200;
}
.global-content-body {
  padding: 2rem;
  background: #fff;
  color: #383840;
}
.global-container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 980px;
}
.global-container:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .global-container {
    padding: 0 0.5rem;
  }
  .global-content-header {
    padding: 1rem;
  }
  .global-content-body {
    padding: 1rem;
  }
  h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 767px) {
  .only-mobile {
    display: none;
  }
}
.component-sidemenu {
  position: fixed;
  z-index: 90001;
  top: 0;
  right: -20rem;
  bottom: 0;
  width: 20rem;
  background: #383840;
  color: #fff;
  transition: right 250ms;
  padding: 2rem 0;
}
.component-sidemenu .logo {
  display: block;
  height: 3rem;
  background: url("assets/dnb-logo.png") 50% 50%/auto 80% no-repeat;
}
.component-sidemenu .apps {
  margin: 2rem 0;
}
.component-sidemenu .apps a {
  display: block;
  padding: 1rem 2rem;
  border-bottom: 1px solid #000;
  font-size: 1.5rem;
  transition: background 150ms;
  color: #fff;
}
.component-sidemenu .apps a:first-child {
  border-top: 1px solid #000;
}
.component-sidemenu .apps a:hover {
  background: #3095b4;
}
.component-sidemenu .fa {
  width: 2rem;
  text-align: center;
  margin-right: 0.5rem;
  font-style: normal;
}
.component-sidemenu .fa-car:before {
  font-family: fontello;
  content: "\E807";
}
.component-sidemenu .fa-user:before {
  font-family: fontello;
  content: "\E817";
}
.component-sidemenu .fa-building:before {
  font-family: fontello;
  content: "\F1AD";
}
.component-sidemenu .fa-envelope:before {
  font-family: fontello;
  content: "\E818";
}
.component-sidemenu .fa-phone:before {
  font-family: fontello;
  content: "\E81A";
}
.component-sidemenu .fa-sign-out:before {
  font-family: fontello;
  content: "\E81B";
}
.component-sidemenu .customerservice {
  padding: 2rem;
  color: gray_light;
}
.component-sidemenu .customerservice .title {
  text-transform: uppercase;
  font-weight: 400;
}
.component-sidemenu .customerservice > * {
  margin-bottom: 1rem;
}
.component-sidemenu .customerservice .fa {
  width: 1rem;
  text-align: center;
  margin-right: 0.5rem;
}
.component-sidemenu .customerservice a:hover {
  color: #3095b4;
}
.component-sidemenu .logout {
  display: none;
  color: gray_light;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
.sidemenu-open .component-menubar .content-right {
  position: relative;
  left: -20rem;
  transition: 250ms;
}
.sidemenu-open .component-sidemenu {
  box-shadow: 0 0 2rem rgba(0,0,0,0.5);
  right: 0;
}
.logged-in .component-sidemenu .logout {
  display: block;
}
.component-slogan {
  background: #4bbeea;
  color: #fff;
  opacity: 0.9;
  text-transform: uppercase;
  padding: 2rem;
  font-size: 2rem;
  font-weight: 100;
  margin-bottom: 0.25rem;
}
.component-slogan > *:nth-child(1) {
  font-weight: bold;
}
.component-slogan.animate {
  animation: 2s anim3;
}
.component-slogan.animate > *:nth-child(1) {
  animation: 1.2s anim1;
}
.component-slogan.animate > *:nth-child(2) {
  animation: 1.2s anim2;
}
@keyframes anim1 {
  0% {
    transform: translateX(-75vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes anim2 {
  0% {
    transform: translateX(75vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes anim3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  background: #2d3035;
}
body {
  height: 100%;
  padding: 0;
  overflow: auto;
  margin: 0;
}
* {
  box-sizing: border-box;
}
input {
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
}
button[disabled] {
  background: #d5d5d5;
}
a,
a:visited {
  color: #3095b4;
}
.transition-slide-left-enter {
  transform: translate(-100%, 0);
}
.transition-slide-left-enter-active {
  transform: translate(0, 0);
  transition: 250ms;
}
.transition-slide-left-leave {
  transform: translate(0, 0);
}
.transition-slide-left-leave-active {
  transform: translate(-100%, 0);
  transition: 250ms;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
  font-weight: 200;
  margin: 1rem 0;
}
.global-content-header {
  padding: 2rem;
  background: #383840;
  color: #fff;
}
.global-content-header h3 {
  color: #49afce;
  font-weight: 200;
}
.global-content-body {
  padding: 2rem;
  background: #fff;
  color: #383840;
}
.global-container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 980px;
}
.global-container:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .global-container {
    padding: 0 0.5rem;
  }
  .global-content-header {
    padding: 1rem;
  }
  .global-content-body {
    padding: 1rem;
  }
  h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 767px) {
  .only-mobile {
    display: none;
  }
}
.component-spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -2rem;
  border-radius: 50%;
  border: 0.5rem solid #3095b4;
  border-top-color: #3e708b;
  animation: spinner 1s linear infinite;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  background: #2d3035;
}
body {
  height: 100%;
  padding: 0;
  overflow: auto;
  margin: 0;
}
* {
  box-sizing: border-box;
}
input {
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
}
button[disabled] {
  background: #d5d5d5;
}
a,
a:visited {
  color: #3095b4;
}
.transition-slide-left-enter {
  transform: translate(-100%, 0);
}
.transition-slide-left-enter-active {
  transform: translate(0, 0);
  transition: 250ms;
}
.transition-slide-left-leave {
  transform: translate(0, 0);
}
.transition-slide-left-leave-active {
  transform: translate(-100%, 0);
  transition: 250ms;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
  font-weight: 200;
  margin: 1rem 0;
}
.global-content-header {
  padding: 2rem;
  background: #383840;
  color: #fff;
}
.global-content-header h3 {
  color: #49afce;
  font-weight: 200;
}
.global-content-body {
  padding: 2rem;
  background: #fff;
  color: #383840;
}
.global-container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 980px;
}
.global-container:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .global-container {
    padding: 0 0.5rem;
  }
  .global-content-header {
    padding: 1rem;
  }
  .global-content-body {
    padding: 1rem;
  }
  h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 767px) {
  .only-mobile {
    display: none;
  }
}
.component-steps {
  margin-bottom: 3rem;
  font-size: 1.25rem;
  background: #383840;
}
.component-steps > * {
  padding-bottom: 0.5rem;
}
.component-steps > * a {
  color: #fff !important;
}
.component-steps > *:not(:first-child) {
  margin-left: 2.5rem;
}
.component-steps > *.current {
  opacity: 1;
  color: #fff;
  border-bottom: solid 0.25rem #3095b4;
}
.component-steps > *.previous {
  color: #fff;
}
.component-steps > *.next {
  opacity: 0.3;
}
.component-steps > *.disabled {
  display: none;
}
.component-steps > *:not(:first-child):before {
  content: "\e805";
  font-family: fontello;
  margin: 0 1rem 0 -1.5rem;
  opacity: 0.3;
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  background: #2d3035;
}
body {
  height: 100%;
  padding: 0;
  overflow: auto;
  margin: 0;
}
* {
  box-sizing: border-box;
}
input {
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
}
button[disabled] {
  background: #d5d5d5;
}
a,
a:visited {
  color: #3095b4;
}
.transition-slide-left-enter {
  transform: translate(-100%, 0);
}
.transition-slide-left-enter-active {
  transform: translate(0, 0);
  transition: 250ms;
}
.transition-slide-left-leave {
  transform: translate(0, 0);
}
.transition-slide-left-leave-active {
  transform: translate(-100%, 0);
  transition: 250ms;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
  font-weight: 200;
  margin: 1rem 0;
}
.global-content-header {
  padding: 2rem;
  background: #383840;
  color: #fff;
}
.global-content-header h3 {
  color: #49afce;
  font-weight: 200;
}
.global-content-body {
  padding: 2rem;
  background: #fff;
  color: #383840;
}
.global-container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 980px;
}
.global-container:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .global-container {
    padding: 0 0.5rem;
  }
  .global-content-header {
    padding: 1rem;
  }
  .global-content-body {
    padding: 1rem;
  }
  h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 767px) {
  .only-mobile {
    display: none;
  }
}
.component-vehicle .vehicle-notfound {
  background: #fff;
  padding: 4rem 0;
}
.component-vehicle .vehicle-notfound h2 {
  font-size: 1.5rem;
  text-align: center;
}
.component-vehicle .vehicle-notfound em {
  font-weight: bold;
  font-style: normal;
}
.component-vehicle .vehicle-notfound .btn {
  display: block;
  margin: 3rem auto;
  width: 12rem;
  text-align: center;
  color: #fff;
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  background: #2d3035;
}
body {
  height: 100%;
  padding: 0;
  overflow: auto;
  margin: 0;
}
* {
  box-sizing: border-box;
}
input {
  border: 1px solid #e8e8e8;
  padding: 0.5rem;
}
button[disabled] {
  background: #d5d5d5;
}
a,
a:visited {
  color: #3095b4;
}
.transition-slide-left-enter {
  transform: translate(-100%, 0);
}
.transition-slide-left-enter-active {
  transform: translate(0, 0);
  transition: 250ms;
}
.transition-slide-left-leave {
  transform: translate(0, 0);
}
.transition-slide-left-leave-active {
  transform: translate(-100%, 0);
  transition: 250ms;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2rem;
  font-weight: 200;
  margin: 1rem 0;
}
.global-content-header {
  padding: 2rem;
  background: #383840;
  color: #fff;
}
.global-content-header h3 {
  color: #49afce;
  font-weight: 200;
}
.global-content-body {
  padding: 2rem;
  background: #fff;
  color: #383840;
}
.global-container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 980px;
}
.global-container:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .global-container {
    padding: 0 0.5rem;
  }
  .global-content-header {
    padding: 1rem;
  }
  .global-content-body {
    padding: 1rem;
  }
  h1 {
    font-size: 1.5rem !important;
  }
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 767px) {
  .only-mobile {
    display: none;
  }
}
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  body {
    color: #000;
    background: #fff;
  }
  .component-menubar,
  .component-steps {
    display: none;
  }
  .component-app {
    padding-top: 0;
  }
  .component-app .app-content {
    margin-top: 0;
    min-height: none;
  }
  .global-container {
    padding: 0;
    max-width: none;
  }
  .global-content-header {
    background: transparent;
  }
  .component-reportcontent {
    padding: 0;
  }
  .component-reportcontent h1 {
    color: #000;
    border-bottom: 1px solid #ccc;
  }
  .component-reportcontent h1 + h2 {
    font-size: 2rem !important;
  }
  .component-reportcontent .component-reportcompactsection,
  .component-reportcontent .component-reportgridsection,
  .component-reportcontent .component-reportperiodicsection .reportperiodicsection-period {
    page-break-inside: avoid;
  }
  .component-reportcontent .component-reportperiodicsection .reportperiodicsection-period h3 {
    padding: 2rem 0 0.5rem 0;
  }
  .component-reportcontent .report-actions-check-credit {
    display: none !important;
  }
  .component-reportcontent .component-reportperiodicsection {
    page-break-before: always;
    page-break-after: always;
  }
  .component-reportcontent .component-reportrestrictionsection li {
    border: 0.5rem solid #ccc;
  }
  .component-reportcontent {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE1NjBweCIgaGVpZ2h0PSI2MzRweCIgdmlld0JveD0iMCAwIDE1NjAgNjM0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy4wLjQgKDgwNTMpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPkJJU05PREVfTE9HTzwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGlkPSJwYXRoLTEiIGQ9Ik0xMSwxMS42NDUwNzYzIEwxNTUzLjU5MTM2LDExLjY0NTA3NjMgTDE1NTMuNTkxMzYsNjI0LjM4NTYyMSBMMTEsNjI0LjM4NTYyMSBMMTEsMTEuNjQ1MDc2MyBaIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0iQklTTk9ERV9MT0dPIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIj4KICAgICAgICAgICAgPHBhdGggZD0iTTIzNC44NzY3NDksNDA1LjgyMzQ3NiBMMzIxLjk1NDk5OSw0MDUuODIzNDc2IEMzNDMuNjM5NzksNDA1LjgyMzQ3NiAzNjUuNjUwMjM5LDQwMS42MjAxMzggMzY1LjY1MDIzOSwzNzEuODM3NTQzIEMzNjUuNjUwMjM5LDM1MC40NzUwNTMgMzUwLjc1NzI2MywzMzkuMTUwODg1IDMyOS4wNzI0NzIsMzM5LjE1MDg4NSBMMjM0Ljg3Njc0OSwzMzkuMTUwODg1IEwyMzQuODc2NzQ5LDQwNS44MjM0NzYgWiBNMjM0Ljg3Njc0OSwzMDQuODMyNTggTDMyNS41MTAzNzgsMzA0LjgzMjU4IEMzMzkuMTA0MDgsMzA0LjgzMjU4IDM1Ni45MDc4MzQsMzAxLjU5NjE0NSAzNTYuOTA3ODM0LDI3NS4zNzkwMDEgQzM1Ni45MDc4MzQsMjU2LjI4MjY4NyAzNDUuMjU0NjUxLDI0Ny4yMTc5ODEgMzE3LjA5MzYzMSwyNDcuMjE3OTgxIEwyMzQuODc2NzQ5LDI0Ny4yMTc5ODEgTDIzNC44NzY3NDksMzA0LjgzMjU4IFogTTE4Ni4zMjY4NTUsMjEwLjk2MjUxNSBMMzM5LjEwNDA4LDIxMC45NjI1MTUgQzM5MS44NjczODMsMjEwLjk2MjUxNSA0MDUuNDY0NDQxLDIzOS4xMjM1MzUgNDA1LjQ2NDQ0MSwyNjguNTgwNDcxIEM0MDUuNDY0NDQxLDMwMS41OTYxNDUgMzg2LjM2NDc3LDMxMC45Nzk3OTQgMzc0LjA2MzYyOSwzMTYuODExNDIxIEMzOTEuODY3MzgzLDMyMi4zMTQwMzQgNDE2LjE0NzM2NSwzMzUuMjU5Nzc2IDQxNi4xNDczNjUsMzc0LjEwNzA3NyBDNDE2LjE0NzM2NSwzOTkuOTk4NTYzIDM5OS45NjE4MjksNDQyLjA3ODk0MiAzMzcuNDg5MjE5LDQ0Mi4wNzg5NDIgTDE4Ni4zMjY4NTUsNDQyLjA3ODk0MiBMMTg2LjMyNjg1NSwyMTAuOTYyNTE1IFoiIGlkPSJGaWxsLTEiIGZpbGw9IiMwMDAwMDAiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPjwvcGF0aD4KICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgc2tldGNoOm5hbWU9IkNsaXAgNCIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICA8ZyBpZD0iQ2xpcC00Ij48L2c+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik00MzcuMTg1NTQsMjcwLjUxOTY0NyBMNDgxLjg1Nzc1NCwyNzAuNTE5NjQ3IEw0ODEuODU3NzU0LDQ0Mi4wNzc1OTkgTDQzNy4xODU1NCw0NDIuMDc3NTk5IEw0MzcuMTg1NTQsMjcwLjUxOTY0NyBaIE00MzcuMTg1NTQsMjA3LjA3Njc3OCBMNDgxLjg1Nzc1NCwyMDcuMDc2Nzc4IEw0ODEuODU3NzU0LDI0My4zMzIyNDQgTDQzNy4xODU1NCwyNDMuMzMyMjQ0IEw0MzcuMTg1NTQsMjA3LjA3Njc3OCBaIiBpZD0iRmlsbC0zIiBmaWxsPSIjMDAwMDAwIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIiBtYXNrPSJ1cmwoI21hc2stMikiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTU0NC42NTEzMjIsMzg4LjM0ODQwMiBDNTQ1Ljk0Mzg4MSw0MTQuMjQzMjQ1IDU3NS43MjY0NzYsNDE4LjEyNzYzOSA1OTEuOTEyMDEyLDQxOC4xMjc2MzkgQzYxNC4yNDQ3NjIsNDE4LjEyNzYzOSA2MzguNTIxMzg3LDQxMi4yOTkzNjkgNjM4LjUyMTM4NywzOTYuMTE3MTkgQzYzOC41MjEzODcsMzgyLjg0NTc4OSA2MzEuMDc0ODk5LDM3OC4zMTAwNzkgNTgyLjg0NzMwNiwzNzEuODM3MjA4IEM1MjkuNzU4MzQ2LDM2NC43MTk3MzUgNTAxLjkxOTYyNywzNTguNTY1ODA3IDUwMS45MTk2MjcsMzE5LjM5OTU2MyBDNTAxLjkxOTYyNywyNzAuNTIwNjU0IDU1OC44OTI5ODIsMjY0LjA0Nzc4MyA1ODcuNzAxOTYsMjY0LjA0Nzc4MyBDNjE0LjI0NDc2MiwyNjQuMDQ3NzgzIDY3OC4wMDk5MzIsMjY3LjkzMjE3NyA2ODAuNjAxNzY2LDMyMi45NjE2NTYgTDYzMy45ODU2NzcsMzIyLjk2MTY1NiBDNjMwLjQyNjk0LDI5Ny4zODkxMTQgNjAwLjY0NzcwMywyOTQuNDc4MzM2IDU4NS40MzU3ODMsMjk0LjQ3ODMzNiBDNTYwLjE4ODg5OSwyOTQuNDc4MzM2IDU0Ni41OTE4NCwzMDUuMTU0NTQ1IDU0Ni41OTE4NCwzMTQuMjI1OTY2IEM1NDYuNTkxODQsMzI4LjEzODYxMSA1NTAuODAxODkyLDMzMC40MDE0MyA1OTMuODQ5MTczLDMzNi41NTIwMDEgQzY1MC4xNzEyMTMsMzQ0LjY0OTgwNSA2ODcuMDc3OTk1LDM1MC4xNTI0MTcgNjg3LjA3Nzk5NSwzODkuOTY2NjE5IEM2ODcuMDc3OTk1LDQzMy42NjUyMTYgNjQ1LjMxOTkxNiw0NDguNTU0ODM1IDU5Mi4yMzQzMTMsNDQ4LjU1NDgzNSBDNTU1LjY1MzE4OSw0NDguNTU0ODM1IDQ5Ny43MTI5MzIsNDQwLjc4MjY4OSA0OTYuMDk0NzE0LDM4OC4zNDg0MDIgTDU0NC42NTEzMjIsMzg4LjM0ODQwMiBaIiBpZD0iRmlsbC01IiBmaWxsPSIjMDAwMDAwIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIiBtYXNrPSJ1cmwoI21hc2stMikiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTcwMS42NDEyODQsMjcwLjUxOTk4MyBMNzQ2LjMxMzQ5OCwyNzAuNTE5OTgzIEw3NDYuMzEzNDk4LDI5Ni40MTgxODMgTDc0Ni45NjE0NTYsMjk2LjQxODE4MyBDNzYxLjUyNTQxNywyNzcuOTY2NDcxIDc4NC4xODM4MjQsMjY1Ljk5MDk4NyA4MTQuNjA3NjYzLDI2NS45OTA5ODcgQzg1MS41MTQ0NDUsMjY1Ljk5MDk4NyA4ODcuNDQwODk2LDI3OS4yNjIzODggODg3LjQ0MDg5NiwzMjUuNTQ5NDYyIEw4ODcuNDQwODk2LDQ0Mi4wNzc5MzUgTDg0Mi43NzUzOTcsNDQyLjA3NzkzNSBMODQyLjc3NTM5NywzMzkuNzkxMTIyIEM4NDIuNzc1Mzk3LDMyMS4zMzk0MSA4MzYuNjE4MTEyLDMwMC4zMDI1NzggNzk5LjcyMTQwMiwzMDAuMzAyNTc4IEM3NzYuNDE1MDM2LDMwMC4zMDI1NzggNzQ2LjMxMzQ5OCwzMTMuMjUxNjc4IDc0Ni4zMTM0OTgsMzQ5LjgyNjA4NyBMNzQ2LjMxMzQ5OCw0NDIuMDc3OTM1IEw3MDEuNjQxMjg0LDQ0Mi4wNzc5MzUgTDcwMS42NDEyODQsMjcwLjUxOTk4MyBaIiBpZD0iRmlsbC02IiBmaWxsPSIjMDAwMDAwIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIiBtYXNrPSJ1cmwoI21hc2stMikiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTEwMDcuODUwNDEsNDE0LjI0MjkwOSBDMTA1MS4yMjMzNSw0MTQuMjQyOTA5IDEwNjcuNDA1NTIsMzg2LjA4MTg4OSAxMDY3LjQwNTUyLDM1Ni4yOTkyOTUgQzEwNjcuNDA1NTIsMzI2LjUyMzQxNCAxMDUxLjIyMzM1LDI5OC4zNjIzOTUgMTAwNy44NTA0MSwyOTguMzYyMzk1IEM5NjQuNDc3NDY3LDI5OC4zNjIzOTUgOTQ4LjI5MTkzMSwzMjYuNTIzNDE0IDk0OC4yOTE5MzEsMzU2LjI5OTI5NSBDOTQ4LjI5MTkzMSwzODYuMDgxODg5IDk2NC40Nzc0NjcsNDE0LjI0MjkwOSAxMDA3Ljg1MDQxLDQxNC4yNDI5MDkgTTEwMDcuODUwNDEsMjY0LjA0NzQ0NyBDMTA4NC41NjgwMywyNjQuMDQ3NDQ3IDExMTQuMDE4MjYsMzA5LjA0MTk2MSAxMTE0LjAxODI2LDM1Ni4yOTkyOTUgQzExMTQuMDE4MjYsNDAzLjU1OTk4NSAxMDg0LjU2ODAzLDQ0OC41NTQ0OTkgMTAwNy44NTA0MSw0NDguNTU0NDk5IEM5MzEuMTMyNzc5LDQ0OC41NTQ0OTkgOTAxLjY3OTE5OSw0MDMuNTU5OTg1IDkwMS42NzkxOTksMzU2LjI5OTI5NSBDOTAxLjY3OTE5OSwzMDkuMDQxOTYxIDkzMS4xMzI3NzksMjY0LjA0NzQ0NyAxMDA3Ljg1MDQxLDI2NC4wNDc0NDciIGlkPSJGaWxsLTciIGZpbGw9IiMwMDAwMDAiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiIG1hc2s9InVybCgjbWFzay0yKSI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMTIyOC42MDI1Miw0MTQuMjQyOTA5IEMxMjcwLjM2MDYsNDE0LjI0MjkwOSAxMjg2LjIyMDQ3LDM4Ni4wODE4ODkgMTI4Ni4yMjA0NywzNTYuOTUwNjEgQzEyODYuMjIwNDcsMzI4LjQ2MzkzMyAxMjcwLjM2MDYsMzAwLjMwMjkxMyAxMjI4LjYwMjUyLDMwMC4zMDI5MTMgQzExODYuNTI1NSwzMDAuMzAyOTEzIDExNzAuNjYyMjYsMzI4LjQ2MzkzMyAxMTcwLjY2MjI2LDM1Ni45NTA2MSBDMTE3MC42NjIyNiwzODYuMDgxODg5IDExODYuNTI1NSw0MTQuMjQyOTA5IDEyMjguNjAyNTIsNDE0LjI0MjkwOSBMMTIyOC42MDI1Miw0MTQuMjQyOTA5IFogTTEzMjguOTUyMTcsNDQyLjA3ODI3MSBMMTI4NC4yNzk5NSw0NDIuMDc4MjcxIEwxMjg0LjI3OTk1LDQxOC40NDYyNDcgTDEyODMuNjMyLDQxOC40NDYyNDcgQzEyODAuMzk1NTYsNDI4LjgwNjg3IDEyNTMuNTMzODIsNDQ4LjU1NDQ5OSAxMjE3LjkyMjk1LDQ0OC41NTQ0OTkgQzExNTIuNTM5NTYsNDQ4LjU1NDQ5OSAxMTI0LjA1Mjg5LDQwMC45NzE1MDggMTEyNC4wNTI4OSwzNTYuOTUwNjEgQzExMjQuMDUyODksMzEzLjU3NDMxNCAxMTUyLjUzOTU2LDI2NS45OTEzMjMgMTIxNy45MjI5NSwyNjUuOTkxMzIzIEMxMjQ0Ljc4NDcsMjY1Ljk5MTMyMyAxMjcwLjM2MDYsMjc0LjQwODA3IDEyODMuNjMyLDI5NS4xMjU5NTkgTDEyODQuMjc5OTUsMjk1LjEyNTk1OSBMMTI4NC4yNzk5NSwyMDcuMDc3NDQ5IEwxMzI4Ljk1MjE3LDIwNy4wNzc0NDkgTDEzMjguOTUyMTcsNDQyLjA3ODI3MSBaIiBpZD0iRmlsbC04IiBmaWxsPSIjMDAwMDAwIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIiBtYXNrPSJ1cmwoI21hc2stMikiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTE1MDYuOTc5NjMsMzM5LjE0OTU0MiBDMTUwMS40NzM2NywzMDQuODMxMjM3IDE0NzEuMDQ5ODMsMjk0LjQ3NzMyOSAxNDQ5LjAzNjAyLDI5NC40NzczMjkgQzE0MjguMzIxNDksMjk0LjQ3NzMyOSAxMzk5LjE5MDIxLDMwNC4xODY2MzYgMTM5MS43NDM3MiwzMzkuMTQ5NTQyIEwxNTA2Ljk3OTYzLDMzOS4xNDk1NDIgWiBNMTM5MS43NDM3MiwzNjcuNjMyODYzIEMxMzkyLjcxNzM0LDM4Ni43MjkxNzYgMTQwNS42NTk3Miw0MTYuMTgyNzU2IDE0NTAuMDA2MjgsNDE2LjE4Mjc1NiBDMTQ3OS40NjMyMiw0MTYuMTgyNzU2IDE0OTIuNDA4OTYsNDA1LjgyMjEzMyAxNTAxLjE1NDcyLDM5MS41ODM4MyBMMTU0OS43MDQ2MiwzOTEuNTgzODMgQzE1MzkuOTkxOTUsNDEwLjY4MzUwMSAxNTE2LjY5MjMsNDQ4LjU1MzgyOCAxNDUxLjI5ODg0LDQ0OC41NTM4MjggQzEzNzMuOTM5OTcsNDQ4LjU1MzgyOCAxMzQ1LjEzMDk5LDQwMy41NjI2NzEgMTM0NS4xMzA5OSwzNTcuOTIzNTU2IEMxMzQ1LjEzMDk5LDMwMC42Mjc5IDEzODcuNTM3MDMsMjY0LjA0Njc3NiAxNDQ4LjM4ODA2LDI2NC4wNDY3NzYgQzE1MjQuNDU3NzMsMjY0LjA0Njc3NiAxNTUzLjU5MjM3LDMxMC45ODE4MDggMTU1My41OTIzNywzNjEuMTU5OTkxIEwxNTUzLjU5MjM3LDM2Ny42MzI4NjMgTDEzOTEuNzQzNzIsMzY3LjYzMjg2MyBaIiBpZD0iRmlsbC05IiBmaWxsPSIjMDAwMDAwIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIiBtYXNrPSJ1cmwoI21hc2stMikiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTY0OS42Mzc0MDIsOTUuODE3NTg1IEM2NDkuNjM3NDAyLDE0Mi4zMTYxNjkgNjExLjkzODI5OCwxNzkuOTg1MDU4IDU2NS40NTMxNDMsMTc5Ljk4NTA1OCBDNTE4Ljk1NDU1OSwxNzkuOTg1MDU4IDQ4MS4yNzg5NTYsMTQyLjMxNjE2OSA0ODEuMjc4OTU2LDk1LjgxNzU4NSBDNDgxLjI3ODk1Niw0OS4zMjU3MTU3IDUxOC45NTQ1NTksMTEuNjQzMzk3NiA1NjUuNDUzMTQzLDExLjY0MzM5NzYgQzYxMS45MzgyOTgsMTEuNjQzMzk3NiA2NDkuNjM3NDAyLDQ5LjMyNTcxNTcgNjQ5LjYzNzQwMiw5NS44MTc1ODUiIGlkPSJGaWxsLTEwIiBmaWxsPSIjMDAwMDAwIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIiBtYXNrPSJ1cmwoI21hc2stMikiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTE0MC4yODcyMTQsNDkyLjEyOTU0OCBDMTQwLjI4NzIxNCw1MjcuODI3NzAyIDExMS4zNTQwMTYsNTU2Ljc2NDI1OCA3NS42NDI0MzIsNTU2Ljc2NDI1OCBDMzkuOTU3NzA2NSw1NTYuNzY0MjU4IDExLjAwMTAwNzIsNTI3LjgyNzcwMiAxMS4wMDEwMDcyLDQ5Mi4xMjk1NDggQzExLjAwMTAwNzIsNDU2LjQyMTMyMSAzOS45NTc3MDY1LDQyNy40ODgxMjMgNzUuNjQyNDMyLDQyNy40ODgxMjMgQzExMS4zNTQwMTYsNDI3LjQ4ODEyMyAxNDAuMjg3MjE0LDQ1Ni40MjEzMjEgMTQwLjI4NzIxNCw0OTIuMTI5NTQ4IiBpZD0iRmlsbC0xMSIgZmlsbD0iIzAwMDAwMCIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCIgbWFzaz0idXJsKCNtYXNrLTIpIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0zNzUuMDI3NTA5LDU3NC4xNDA5NjMgQzM3NS4wMjc1MDksNjAxLjg5MjM5MyAzNTIuNTI2ODk1LDYyNC4zODYyOTIgMzI0Ljc4NTUzNyw2MjQuMzg2MjkyIEMyOTcuMDI0MDM2LDYyNC4zODYyOTIgMjc0LjUxMzM1LDYwMS44OTIzOTMgMjc0LjUxMzM1LDU3NC4xNDA5NjMgQzI3NC41MTMzNSw1NDYuMzc2MTA1IDI5Ny4wMjQwMzYsNTIzLjg3ODg0OCAzMjQuNzg1NTM3LDUyMy44Nzg4NDggQzM1Mi41MjY4OTUsNTIzLjg3ODg0OCAzNzUuMDI3NTA5LDU0Ni4zNzYxMDUgMzc1LjAyNzUwOSw1NzQuMTQwOTYzIiBpZD0iRmlsbC0xMiIgZmlsbD0iIzAwMDAwMCIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCIgbWFzaz0idXJsKCNtYXNrLTIpIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K") 0 0/10rem auto no-repeat;
  }
}
