/*!
 * -------------------------------------
 *  Wdesk App Entry Screens
 *  Copyright Workiva Inc.
 * -------------------------------------
 */
main,
details,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template {
  display: none;
}

strong {
  font-weight: bold;
}

i {
  font-style: normal;
}

b {
  font-weight: normal;
}

dfn {
  font-style: italic;
}

sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  bottom: -0.25em;
}

img {
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 4rem;
}

input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  line-height: inherit;
  color: inherit;
  outline: 0;
  text-transform: none;
}

button {
  overflow: visible;
  text-transform: none;
  margin: 0;
  font: inherit;
  line-height: inherit;
  color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=password]::-ms-reveal,
input::-ms-clear {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}
html ::selection {
  background: #bfe4ff;
}
html ::-moz-selection {
  background: #bfe4ff;
}

* {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-font-feature-settings: "liga" 0;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

:focus {
  outline-width: 0.1rem;
  outline-offset: 0.1rem;
  outline-style: solid;
  outline-color: #33a9ff;
}

[aria-hidden=true]:focus {
  outline: 0;
}

div:not([tabindex]):not([contenteditable=true]):focus,
span:not([tabindex]):not([contenteditable=true]):focus,
td:not([tabindex]):not([contenteditable=true]):focus,
th:not([tabindex]):not([contenteditable=true]):focus,
fieldset:not([tabindex]):not([contenteditable=true]):focus {
  outline: 0;
}

body {
  margin: 0;
  color: #333333;
  background-color: #fff;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: var(--body-font-family, "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-size: 1.4rem;
  line-height: 1.4285714286;
  min-height: 100vh;
}

[contenteditable], [contenteditable] *, address, blockquote, pre, code, input, textarea, p, span, small, strong, em, abbr, acronym, td, th {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.hitarea,
.btn {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0 none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-transform: inherit;
}
.active > .hitarea:not([data-toggle=dropdown]):not(.dropdown-toggle), :not([data-toggle=buttons]):not(.btn-toggle-group) > .hitarea.active:not([data-toggle=dropdown]):not(.dropdown-toggle),
.active > .btn:not([data-toggle=dropdown]):not(.dropdown-toggle),
:not([data-toggle=buttons]):not(.btn-toggle-group) > .btn.active:not([data-toggle=dropdown]):not(.dropdown-toggle) {
  cursor: default;
}

.hitarea:hover {
  text-decoration: none;
}
.hitarea:focus, .hitarea.js-focus {
  outline: 0;
  box-shadow: inset 0 0 0 0.1rem #33a9ff;
  text-decoration: none;
}
.hitarea:focus:active, .hitarea.js-focus:active {
  outline: 0;
  box-shadow: none;
}
.hitarea:focus[disabled], .hitarea:focus.disabled, .hitarea.js-focus[disabled], .hitarea.js-focus.disabled {
  outline: 0;
  box-shadow: none;
}
.active > .hitarea:focus, .active > .hitarea.js-focus, .hitarea.active:focus, .hitarea.active.js-focus {
  outline: 0;
  box-shadow: none;
}

a,
.text-link {
  cursor: pointer;
  text-decoration: none;
  color: #026dce;
}
a:hover, a:focus,
.text-link:hover,
.text-link:focus {
  text-decoration: underline;
  color: #0094ff;
  outline: 0;
  box-shadow: none;
}
a:hover:active,
.text-link:hover:active {
  color: #0085e6;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}

.img-rounded {
  border-radius: 0.6rem;
}

.img-thumbnail {
  display: block;
  padding: 0.5rem;
  line-height: 1.4285714286;
  background-color: #fff;
  border: 0.1rem solid #d6d6d6;
  border-radius: 0;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  max-width: 100%;
  height: auto;
  width: auto;
}

.img-circle {
  border-radius: 50%;
}

.backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: transparent;
}

.backdrop-opaque.in {
  opacity: 1 !important;
}

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

body {
  overflow: hidden;
}

html, body {
  background-color: #ededed;
  -ms-content-zooming: none !important;
}

body.wdesk-entry--unauthenticated {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-image: url("https://cdn.wdesk.com/marketing/login_background_mobile.jpg");
}

@media screen and (min-width: 34.4375em) {
  body.wdesk-entry--unauthenticated {
    background-image: url("https://cdn.wdesk.com/marketing/login_background.jpg");
  }
}
:root {
  --brand-primary: #66cc00;
  --brand-primary-hover: #4f9e00;
  --brand-primary-press: #428500;
  --heading-font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body-font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.loading-ellipsis,
.loading-ellipsis__message,
.loading-ellipsis__dot {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-moz-keyframes loading-ellipsis-dot-first {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  32% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes loading-ellipsis-dot-first {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  32% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading-ellipsis-dot-first {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  32% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes loading-ellipsis-dot-middle {
  0% {
    opacity: 0;
  }
  44% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes loading-ellipsis-dot-middle {
  0% {
    opacity: 0;
  }
  44% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading-ellipsis-dot-middle {
  0% {
    opacity: 0;
  }
  44% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes loading-ellipsis-dot-last {
  0% {
    opacity: 0;
  }
  68% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes loading-ellipsis-dot-last {
  0% {
    opacity: 0;
  }
  68% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading-ellipsis-dot-last {
  0% {
    opacity: 0;
  }
  68% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading-ellipsis__dot--first {
  -moz-animation: loading-ellipsis-dot-first 1.666s infinite;
  -webkit-animation: loading-ellipsis-dot-first 1.666s infinite;
  -ms-animation: loading-ellipsis-dot-first 1.666s infinite;
  animation: loading-ellipsis-dot-first 1.666s infinite;
  padding-left: 0.3rem;
}

.loading-ellipsis__dot--middle {
  -moz-animation: loading-ellipsis-dot-middle 1.666s infinite;
  -webkit-animation: loading-ellipsis-dot-middle 1.666s infinite;
  -ms-animation: loading-ellipsis-dot-middle 1.666s infinite;
  animation: loading-ellipsis-dot-middle 1.666s infinite;
  padding-left: 0.1rem;
}

.loading-ellipsis__dot--last {
  -moz-animation: loading-ellipsis-dot-last 1.666s infinite;
  -webkit-animation: loading-ellipsis-dot-last 1.666s infinite;
  -ms-animation: loading-ellipsis-dot-last 1.666s infinite;
  animation: loading-ellipsis-dot-last 1.666s infinite;
  padding-left: 0.1rem;
}

.wdesk-loading-frame {
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
}
.wdesk-loading-frame > .grid-block {
  max-width: none;
  min-height: 0;
}

.wdesk-loading {
  display: flex;
  flex: 0 0 auto;
  overflow-x: visible;
  overflow-y: visible;
  overflow: visible;
  justify-content: center;
  text-align: center;
}

.wdesk-loading__content {
  display: flex;
  flex: 0 0 auto;
  overflow-x: visible;
  overflow-y: visible;
  overflow: visible;
  display: block;
}

.workiva-loading__logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  width: 12rem;
  height: 3.5rem;
  background-image: url("../web_skin/dist/img/brand/workiva-logo_color.svg");
}

.wdesk-loading__logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  width: 12rem;
  height: 3.5rem;
  background-image: url("../web_skin/dist/img/brand/wdesk-logo_color.svg");
}

.wdata-loading__logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  width: 12rem;
  height: 3.5rem;
  background-image: url("../web_skin/dist/img/brand/wdata-logo_color.svg");
}

.wdesk-loading__ellipsis {
  color: #616161;
  margin-top: 1.4rem;
  font-size: 1.4rem;
}
.wdesk-loading__ellipsis,
.wdesk-loading__ellipsis .wdesk-loading__message,
.wdesk-loading__ellipsis .loading-ellipsis__dot {
  font-style: italic;
}

/*# sourceMappingURL=wdesk_entry.css.map */