/* ======================= Mixins =====================

Mixins are a way of including ('mixing in') a bunch
of properties from one rule-set into another rule-set.
So say we have the following class:

================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}
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;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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;
  padding: 0;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  font-size: 15px;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #eeeeee;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  color: #414141;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 200;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow: hidden;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  list-style-type: disc;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

iframe {
  border: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
}

figure {
  margin: 0 0 0;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: bold;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

@media (max-width: 767px) {
  .modal.modal-fullscreen {
    box-shadow: 0px 0px 0px 100px white;
  }
  .modal.modal-fullscreen .modal-dialog {
    margin: 0;
    height: 100%;
    max-width: 100%;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content {
    border-style: none;
    border-radius: 0;
    height: 100%;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-header {
    display: flex;
    justify-content: flex-start;
    min-height: 50px;
    line-height: 50px;
    padding: 0;
    background-color: #f8f8f8;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .modal-title {
    white-space: nowrap;
    line-height: 50px;
    font-size: 1.1rem;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .close {
    float: none;
    order: -1;
    margin: 0;
    padding: 0;
    margin-right: 12px;
    height: 50px;
    color: transparent;
    text-shadow: none;
    opacity: 1;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .close:before {
    border-style: solid;
    border-color: #007bff;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.5em;
    left: 0.55em;
    position: relative;
    top: 0.28em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.5em;
    transform: rotate(-135deg);
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0 10px 0 0;
    height: 50px;
    min-height: 50px;
    height: auto;
    line-height: 50px;
    background-color: #f8f8f8;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .btn[data-dismiss="modal"] {
    display: none;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .material-icons {
    vertical-align: middle;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer .fa {
    vertical-align: middle;
    font-size: 1.25em;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-body {
    flex-shrink: 3;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .bootstrap-fs-modal .modal {
    box-shadow: 0px 0px 0px 100px white;
  }
  .bootstrap-fs-modal .modal .modal-dialog {
    margin: 0;
    height: 100%;
    max-width: 100%;
  }
  .bootstrap-fs-modal .modal .modal-dialog .modal-content {
    border-style: none;
    border-radius: 0;
    height: 100%;
  }
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header {
    justify-content: flex-start;
    min-height: 50px;
    line-height: 50px;
    padding: 0;
    background-color: #f8f8f8;
  }
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header .modal-title {
    white-space: nowrap;
    line-height: 50px;
    font-size: 1.1rem;
  }
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header .close {
    float: none;
    order: -1;
    margin: 0;
    padding: 0;
    margin-right: 12px;
    height: 50px;
    color: transparent;
    text-shadow: none;
    opacity: 1;
  }
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-header .close:before {
    border-style: solid;
    border-color: #007bff;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.5em;
    left: 0.55em;
    position: relative;
    top: 0.28em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.5em;
    transform: rotate(-135deg);
  }
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0 10px 0 0;
    height: 50px;
    min-height: 50px;
    line-height: 50px;
    background-color: #f8f8f8;
  }
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .btn {
    border: none;
    background-color: transparent;
    margin: 0 0 0 10px;
    padding: 0;
    outline: none;
    box-shadow: none;
    font-size: 1.0rem;
    color: #007bff;
  }
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .btn:hover {
    text-decoration: underline;
  }
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .btn:active {
    text-decoration: underline;
  }
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .btn[data-dismiss="modal"] {
    display: none;
  }
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .material-icons {
    vertical-align: middle;
  }
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-footer .fa {
    vertical-align: middle;
    font-size: 1.25em;
  }
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-body {
    flex-shrink: 3;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .modal.modal-fullscreen-bottom-footer .modal-dialog .modal-content .modal-footer {
    position: inherit;
    top: inherit;
    right: inherit;
    padding: 15px;
    margin: 0;
  }
  .modal.modal-fullscreen-bottom-footer .modal-dialog .modal-content .modal-footer .btn {
    margin: 0 0 0 18px;
  }

  .modal-fullscreen-bottom-footer .modal .modal-dialog .modal-content .modal-footer {
    position: inherit;
    top: inherit;
    right: inherit;
    padding: 15px;
    margin: 0;
  }
  .modal-fullscreen-bottom-footer .modal .modal-dialog .modal-content .modal-footer .btn {
    margin: 0 0 0 18px;
  }
}
@media (min-width: 768px) {
  .modal.modal-fullscreen .modal-dialog .modal-content {
    max-height: calc(100vh - 60px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .modal.modal-fullscreen .modal-dialog .modal-content .modal-body {
    flex-shrink: 3;
  }

  .bootstrap-fs-modal .modal .modal-dialog .modal-content {
    max-height: calc(100vh - 60px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap-fs-modal .modal .modal-dialog .modal-content .modal-body {
    flex-shrink: 3;
  }
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eeeeee, #dddddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666666, #444444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/*!
 * Cropper.js v1.4.3
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-10-24T13:07:11.429Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: .5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline-color: rgba(51, 153, 255, 0.75);
  outline: 1px solid #39f;
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: .5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: .75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center:before,
.cropper-center:after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: .1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: .75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: .75;
    width: 5px;
  }
}
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 1.4rem 0 0.46667rem;
  font-weight: 200;
  line-height: 1.2;
  color: #414141;
}

.h1 {
  font-size: 4rem;
}

.h2 {
  font-size: 2.8rem;
}

.h3 {
  font-size: 2rem;
}

.h4 {
  font-size: 1.4rem;
}

.h5 {
  font-size: 1rem;
}

.h6 {
  font-size: 0.73333rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #0c6dc4;
}
a:focus, a:hover {
  text-decoration: underline;
  color: #08457c;
}
a.disabled, a:disabled {
  color: #aaa;
}
a.disabled:focus, a.disabled:hover, a:disabled:focus, a:disabled:hover {
  color: #aaa;
}

.btn-link {
  color: #0c6dc4;
}

.cms h1, .cms h2, .cms h3, .cms h4, .cms h5, .cms h6 {
  margin-top: 1rem;
}
.cms ul, .cms ol {
  margin-bottom: 1rem;
}
.cms img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.cms a {
  color: #08457c;
}
.cms a:not([href]):hover {
  text-decoration: none;
  color: #0c6dc4;
}
.cms p:last-child {
  margin-bottom: 0;
}

.blog-main h1, .blog-main h2, .blog-main h3, .blog-main h4, .blog-main h5, .blog-main h6 {
  margin-top: 1rem;
}
.blog-main ul, .blog-main ol {
  margin-bottom: 1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.underlined-header {
  border-bottom: 2px solid #dfdfdf;
  padding-bottom: 5px;
  margin-bottom: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.vr {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 1rem;
}

.small, .card.tile .card-published {
  font-size: 80%;
  font-weight: normal;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}
.list-inline > div {
  float: left;
}
.list-inline > li,
.list-inline div > li {
  display: inline-block;
  padding-right: 2px;
  padding-left: 2px;
}
.list-inline .inline-percent {
  display: list-item;
  float: left;
  padding: 0 5px;
}

.list-seperated {
  padding-left: 0;
  list-style: none;
}
.list-seperated > li {
  float: left;
  box-sizing: content-box;
  height: 2rem;
}
.list-seperated > li > * {
  float: right;
  margin: 0 10px;
}
.list-seperated li + li:after {
  content: " | ";
  color: #b1bbbf;
  display: inline-block;
}

.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}
.dl-horizontal:before, .dl-horizontal:after {
  content: " ";
  display: table;
}
.dl-horizontal:after {
  clear: both;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid rgba(0, 0, 0, 0.1);
}
blockquote *:last-child {
  margin-bottom: 0;
}
blockquote .footer {
  display: block;
  font-size: 80%;
  line-height: 1.45;
  color: gray;
}
blockquote .footer::before {
  content: "\2014 \00A0";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid rgba(0, 0, 0, 0.1);
  border-left: 0;
}
.blockquote-reverse .footer::before {
  content: "";
}
.blockquote-reverse .footer::after {
  content: "\00A0 \2014";
}

.ms-up-1 {
  font-size: 1.618rem;
}

.ms-up-2 {
  font-size: 2.61792rem;
}

.ms-up-3 {
  font-size: 4.2358rem;
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height;
}

.accordion-down {
  display: none;
}

.collapsed .active {
  display: none;
}
.collapsed .inactive {
  display: inline-block;
}
.collapsed .accordion-up {
  display: none;
}
.collapsed .accordion-down {
  display: inline-block;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1040;
}
.affix.left {
  left: 1rem;
}
.affix.right {
  right: 1rem;
}

[data-affix="top"] {
  top: 1rem;
}

[data-affix="bottom"] {
  bottom: 1rem;
}

@media (max-width: 569px) {
  .affix-scroll {
    top: 0;
    bottom: 0;
    overflow-y: scroll;
  }
}

.horizontal-transition {
  display: block;
  position: absolute;
  opacity: 0;
}

.comment-thread {
  position: relative;
}

.comment-thread-spinner {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background-color: rgba(255, 255, 255, 0.8);
  display: table-cell;
  text-align: center;
  z-index: 11;
}

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 0.25rem;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-sm {
  padding: 7.5px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
  text-decoration: underline;
}

.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-banner-success {
  padding: 15px;
}
.alert-banner-success * {
  margin-bottom: 0;
}

.alert-banner-info {
  padding: 15px;
}
.alert-banner-info * {
  margin-bottom: 0;
}

.alert-banner-warning {
  padding: 15px;
}
.alert-banner-warning * {
  margin-bottom: 0;
}

.alert-banner-danger {
  padding: 15px;
}
.alert-banner-danger * {
  margin-bottom: 0;
}

.alert-success, .alert-banner-success {
  background-color: #a6ce39;
  border-color: transparent;
  color: #fff;
}
.alert-success hr, .alert-banner-success hr {
  border-top-color: transparent;
}
.alert-success .alert-link, .alert-banner-success .alert-link {
  color: #e6e6e6;
}

.alert-info, .alert-banner-info, .alert-message, .alert-banner-message {
  background-color: #d9edf7;
  border-color: transparent;
  color: #31708f;
}
.alert-info hr, .alert-banner-info hr, .alert-message hr, .alert-banner-message hr {
  border-top-color: transparent;
}
.alert-info .alert-link, .alert-banner-info .alert-link, .alert-message .alert-link, .alert-banner-message .alert-link {
  color: #245269;
}

.alert-warning, .alert-banner-warning {
  background-color: #ffd503;
  border-color: transparent;
  color: #4b4b4b;
}
.alert-warning hr, .alert-banner-warning hr {
  border-top-color: transparent;
}
.alert-warning .alert-link, .alert-banner-warning .alert-link {
  color: #323232;
}

.alert-danger, .alert-error, .alert-banner-danger {
  background-color: #9d0a0e;
  border-color: transparent;
  color: #fff;
}
.alert-danger hr, .alert-error hr, .alert-banner-danger hr {
  border-top-color: transparent;
}
.alert-danger .alert-link, .alert-error .alert-link, .alert-banner-danger .alert-link {
  color: #e6e6e6;
}

.badge-icon {
  margin-top: 7px;
}

.badge-container {
  position: relative;
}
.badge-container .badge-outside {
  top: -0.41905rem;
  right: -0.41905rem;
}
.badge-container .badge-inside {
  top: 0.41905rem;
  right: 0.41905rem;
}

.badge {
  border-radius: 50%;
  font-size: 0.73333rem;
  position: absolute;
  height: 1.46667rem;
  width: 1.46667rem;
  text-align: center;
  line-height: 2;
  z-index: 1054;
}

.svg-badge {
  font-size: 3em;
}
.svg-badge.lg {
  font-size: 4.5em;
}
.svg-badge .fa-layers-counter {
  font-size: 1.2em;
  background-color: #aaa;
  color: #222;
}

.banner .title {
  border-bottom: 1px solid;
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
  color: inherit;
}

.lowersec label {
  font-style: italic;
}

.pfa-container {
  background-size: cover;
  background-color: #292929;
  background-position: center center;
  overflow: hidden;
  color: #fff;
  position: relative;
}

.featured-image {
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  color: #fff;
  position: relative;
}

.pfa-container .featured-image {
  width: 470px;
  height: 342px;
}
@media (max-width: 1199px) {
  .pfa-container .featured-image {
    width: 362px;
  }
}
@media (max-width: 991px) {
  .pfa-container .table-cell {
    width: 100%;
    display: block;
    float: left;
  }
}

.pfa {
  padding: 3rem;
  min-height: 300px;
}
.pfa.card-img {
  position: relative;
  min-height: 250px;
}

.band-preview {
  height: 300px;
  width: 100%;
}

.slides-navigation {
  width: 240px;
  float: left;
  margin: 20px 0 24px;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 769px) and (max-width: 991px) {
  .slides-navigation {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .slides-navigation {
    width: 100%;
    margin: 0;
  }
}
.slides-navigation li {
  height: 59px;
  position: relative;
}
@media (max-width: 767px) {
  .slides-navigation li {
    display: table;
    width: 100%;
  }
}
.slides-navigation li a {
  box-sizing: border-box;
  display: table-cell;
  width: 220px;
  height: 59px;
  background: #7b8c93;
  background: rgba(123, 140, 147, 0.5);
  vertical-align: middle;
  border-top: 1px solid #7b8c93;
  padding-right: 15px;
  text-align: right;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.slides-navigation li a.last {
  border-bottom: 1px solid #7b8c93;
}
@media (min-width: 769px) and (max-width: 991px) {
  .slides-navigation li a {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .slides-navigation li a {
    width: 100%;
    text-align: center;
    border-right: none;
  }
}
.slides-navigation li .arrow-right {
  display: none;
}
@media (max-width: 767px) {
  .slides-navigation li.active a, .slides-navigation li:hover a {
    border-right: none;
  }
}
.slides-navigation li.active .arrow-right, .slides-navigation li:hover .arrow-right {
  display: block;
  position: absolute;
  top: 0;
  right: -8px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 29px solid transparent;
}
@media (max-width: 767px) {
  .slides-navigation li.active .arrow-right, .slides-navigation li:hover .arrow-right {
    display: none !important;
  }
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

.quick-questions-container, .quizzes-container, .poll-container {
  position: relative;
}

.breadcrumb {
  padding-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
  text-transform: uppercase;
  font-size: 0.7rem;
}
@media (min-width: 992px) {
  .breadcrumb {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .breadcrumb {
    padding-left: 0.9375rem;
  }
}
.breadcrumb:before, .breadcrumb:after {
  content: " ";
  display: table;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb a {
  color: #818a91;
}
.breadcrumb a:focus, .breadcrumb a:hover {
  color: #4f4f4f;
}

.breadcrumb-item {
  float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #666;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.disabled, .breadcrumb-item:disabled {
  cursor: default;
  opacity: .65;
}

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.06667rem solid transparent;
  padding: 0.375rem 2rem;
  font-size: 1rem;
  line-height: 1.45;
  border-radius: 1.175rem;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn.focus {
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn:disabled {
  cursor: default;
  opacity: .65;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  font-weight: inherit;
  border-radius: 0;
  background: transparent;
  border: 0;
}
.btn-link.disabled, .btn-link:disabled {
  opacity: .65;
  cursor: default;
}
.btn-link.disabled:focus, .btn-link.disabled:hover, .btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

.btn-input .radio {
  margin: 0;
}
.btn-input .checkbox {
  margin: 0;
}
.btn-input input[type="radio"],
.btn-input input[type="checkbox"] {
  display: none;
  clip: rect(0, 0, 0, 0);
}

::-webkit-file-upload-button {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.06667rem solid transparent;
  padding: 0.375rem 2rem;
  font-size: 1rem;
  line-height: 1.45;
  border-radius: 1.175rem;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 2.5rem;
  font-size: 1.4rem;
  line-height: 1.33333;
  border-radius: 1.8rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.86667rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-xs {
  padding: 0.15rem 0.35rem;
  font-size: 0.73333rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

@media (max-width: 569px) {
  .btn-block-xs {
    display: block;
    width: 100%;
  }

  .btn-block-xs + .btn-block-xs {
    margin-top: 5px;
  }

  input[type="submit"].btn-block-xs,
  input[type="reset"].btn-block-xs,
  input[type="button"].btn-block-xs {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .btn-block-sm {
    display: block;
    width: 100%;
  }

  .btn-block-sm + .btn-block-sm {
    margin-top: 5px;
  }

  input[type="submit"].btn-block-sm,
  input[type="reset"].btn-block-sm,
  input[type="button"].btn-block-sm {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .btn-block-md {
    display: block;
    width: 100%;
  }

  .btn-block-md + .btn-block-md {
    margin-top: 5px;
  }

  input[type="submit"].btn-block-md,
  input[type="reset"].btn-block-md,
  input[type="button"].btn-block-md {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .btn-block-lg {
    display: block;
    width: 100%;
  }

  .btn-block-lg + .btn-block-lg {
    margin-top: 5px;
  }

  input[type="submit"].btn-block-lg,
  input[type="reset"].btn-block-lg,
  input[type="button"].btn-block-lg {
    width: 100%;
  }
}
.btn-block-xl {
  display: block;
  width: 100%;
}

.btn-block-xl + .btn-block-xl {
  margin-top: 5px;
}

input[type="submit"].btn-block-xl,
input[type="reset"].btn-block-xl,
input[type="button"].btn-block-xl {
  width: 100%;
}

.btn-danger {
  color: #fff !important;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #821f1c;
  border-color: #581513;
}
.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-warning {
  color: #4b4b4b !important;
  background-color: #ffd503;
  border-color: #ffd503;
}
.btn-warning:hover {
  color: #4b4b4b;
  background-color: #cfad00;
  border-color: #c5a400;
}
.btn-warning:focus, .btn-warning.focus {
  color: #4b4b4b;
  background-color: #cfad00;
  border-color: #c5a400;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #4b4b4b;
  background-color: #cfad00;
  border-color: #c5a400;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #4b4b4b;
  background-color: #786400;
  border-color: #453a00;
}
.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
  background-color: #ffd503;
  border-color: #ffd503;
}
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
  background-color: #ffd503;
  border-color: #ffd503;
}

.btn-success {
  color: #fff !important;
  background-color: #5cb85c;
  border-color: #449d44;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #327232;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #327232;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #327232;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #2a602a;
  border-color: #0b190b;
}
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
  background-color: #5cb85c;
  border-color: #449d44;
}
.btn-success.disabled:hover, .btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #449d44;
}

.btn-toggle-on {
  color: #fff !important;
  background-color: #56c1e5;
  border-color: #56c1e5;
}
.btn-toggle-on:hover {
  color: #fff;
  background-color: #2ab1de;
  border-color: #22addc;
}
.btn-toggle-on:focus, .btn-toggle-on.focus {
  color: #fff;
  background-color: #2ab1de;
  border-color: #22addc;
}
.btn-toggle-on:active, .btn-toggle-on.active, .open > .btn-toggle-on.dropdown-toggle {
  color: #fff;
  background-color: #2ab1de;
  border-color: #22addc;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-toggle-on:active:hover, .btn-toggle-on:active:focus, .btn-toggle-on:active.focus, .btn-toggle-on.active:hover, .btn-toggle-on.active:focus, .btn-toggle-on.active.focus, .open > .btn-toggle-on.dropdown-toggle:hover, .open > .btn-toggle-on.dropdown-toggle:focus, .open > .btn-toggle-on.dropdown-toggle.focus {
  color: #fff;
  background-color: #18799a;
  border-color: #11566d;
}
.btn-toggle-on.disabled:focus, .btn-toggle-on.disabled.focus, .btn-toggle-on:disabled:focus, .btn-toggle-on:disabled.focus {
  background-color: #56c1e5;
  border-color: #56c1e5;
}
.btn-toggle-on.disabled:hover, .btn-toggle-on:disabled:hover {
  background-color: #56c1e5;
  border-color: #56c1e5;
}

.btn-toggle-off {
  color: #fff !important;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-toggle-off:hover {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #bebebe;
}
.btn-toggle-off:focus, .btn-toggle-off.focus {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #bebebe;
}
.btn-toggle-off:active, .btn-toggle-off.active, .open > .btn-toggle-off.dropdown-toggle {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #bebebe;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-toggle-off:active:hover, .btn-toggle-off:active:focus, .btn-toggle-off:active.focus, .btn-toggle-off.active:hover, .btn-toggle-off.active:focus, .btn-toggle-off.active.focus, .open > .btn-toggle-off.dropdown-toggle:hover, .open > .btn-toggle-off.dropdown-toggle:focus, .open > .btn-toggle-off.dropdown-toggle.focus {
  color: #fff;
  background-color: #989898;
  border-color: #7f7f7f;
}
.btn-toggle-off.disabled:focus, .btn-toggle-off.disabled.focus, .btn-toggle-off:disabled:focus, .btn-toggle-off:disabled.focus {
  background-color: #ddd;
  border-color: #ddd;
}
.btn-toggle-off.disabled:hover, .btn-toggle-off:disabled:hover {
  background-color: #ddd;
  border-color: #ddd;
}

#cboxContent button {
  border: none;
  box-sizing: border-box;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -0.06667rem;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -0.06667rem;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 1.175rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 1.175rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group:not(:first-child) {
  border-left: 5px solid transparent;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

@media (max-width: 569px) {
  .btn-group-block-xs {
    display: block;
  }
  .btn-group-block-xs > .btn,
  .btn-group-block-xs > .btn-group {
    float: none;
    display: block;
    width: auto;
    margin: 0 0 .2rem;
  }
  .btn-group-block-xs > .btn-group + .btn-group {
    margin: 0 0 .2rem;
  }
  .btn-group-block-xs > .btn-group .btn {
    float: none;
  }
  .btn-group-block-xs > .btn-group:not(:first-child) {
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .btn-group-block-sm {
    display: block;
  }
  .btn-group-block-sm > .btn,
  .btn-group-block-sm > .btn-group {
    float: none;
    display: block;
    width: auto;
    margin: 0 0 .2rem;
  }
  .btn-group-block-sm > .btn-group + .btn-group {
    margin: 0 0 .2rem;
  }
  .btn-group-block-sm > .btn-group .btn {
    float: none;
  }
  .btn-group-block-sm > .btn-group:not(:first-child) {
    border-left: 0;
  }
}
@media (max-width: 991px) {
  .btn-group-block-md {
    display: block;
  }
  .btn-group-block-md > .btn,
  .btn-group-block-md > .btn-group {
    float: none;
    display: block;
    width: auto;
    margin: 0 0 .2rem;
  }
  .btn-group-block-md > .btn-group + .btn-group {
    margin: 0 0 .2rem;
  }
  .btn-group-block-md > .btn-group .btn {
    float: none;
  }
  .btn-group-block-md > .btn-group:not(:first-child) {
    border-left: 0;
  }
}
@media (max-width: 1199px) {
  .btn-group-block-lg {
    display: block;
  }
  .btn-group-block-lg > .btn,
  .btn-group-block-lg > .btn-group {
    float: none;
    display: block;
    width: auto;
    margin: 0 0 .2rem;
  }
  .btn-group-block-lg > .btn-group + .btn-group {
    margin: 0 0 .2rem;
  }
  .btn-group-block-lg > .btn-group .btn {
    float: none;
  }
  .btn-group-block-lg > .btn-group:not(:first-child) {
    border-left: 0;
  }
}
.btn-group-block-xl {
  display: block;
}
.btn-group-block-xl > .btn,
.btn-group-block-xl > .btn-group {
  float: none;
  display: block;
  width: auto;
  margin: 0 0 .2rem;
}
.btn-group-block-xl > .btn-group + .btn-group {
  margin: 0 0 .2rem;
}
.btn-group-block-xl > .btn-group .btn {
  float: none;
}
.btn-group-block-xl > .btn-group:not(:first-child) {
  border-left: 0;
}

.btn-mod-action {
  color: #292929 !important;
  background-color: #dfdfdf;
  border-color: transparent;
}
.btn-mod-action:hover {
  color: #292929;
  background-color: #c5c5c5;
  border-color: transparent;
}
.btn-mod-action:focus, .btn-mod-action.focus {
  color: #292929;
  background-color: #c5c5c5;
  border-color: transparent;
}
.btn-mod-action:active, .btn-mod-action.active, .open > .btn-mod-action.dropdown-toggle {
  color: #292929;
  background-color: #c5c5c5;
  border-color: transparent;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-mod-action:active:hover, .btn-mod-action:active:focus, .btn-mod-action:active.focus, .btn-mod-action.active:hover, .btn-mod-action.active:focus, .btn-mod-action.active.focus, .open > .btn-mod-action.dropdown-toggle:hover, .open > .btn-mod-action.dropdown-toggle:focus, .open > .btn-mod-action.dropdown-toggle.focus {
  color: #292929;
  background-color: #9a9a9a;
  border-color: transparent;
}
.btn-mod-action.disabled:focus, .btn-mod-action.disabled.focus, .btn-mod-action:disabled:focus, .btn-mod-action:disabled.focus {
  background-color: #dfdfdf;
  border-color: transparent;
}
.btn-mod-action.disabled:hover, .btn-mod-action:disabled:hover {
  background-color: #dfdfdf;
  border-color: transparent;
}

.btn.disabled, .btn:disabled {
  color: #fff !important;
  background-color: #ccc;
  border-color: transparent;
}
.btn.disabled:hover, .btn:disabled:hover {
  color: #fff;
  background-color: #b3b3b3;
  border-color: transparent;
}
.btn.disabled:focus, .btn.disabled.focus, .btn:disabled:focus, .btn:disabled.focus {
  color: #fff;
  background-color: #b3b3b3;
  border-color: transparent;
}
.btn.disabled:active, .btn.disabled.active, .open > .btn.disabled.dropdown-toggle, .btn:disabled:active, .btn:disabled.active, .open > .btn:disabled.dropdown-toggle {
  color: #fff;
  background-color: #b3b3b3;
  border-color: transparent;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled:active:hover, .btn.disabled:active:focus, .btn.disabled:active.focus, .btn.disabled.active:hover, .btn.disabled.active:focus, .btn.disabled.active.focus, .open > .btn.disabled.dropdown-toggle:hover, .open > .btn.disabled.dropdown-toggle:focus, .open > .btn.disabled.dropdown-toggle.focus, .btn:disabled:active:hover, .btn:disabled:active:focus, .btn:disabled:active.focus, .btn:disabled.active:hover, .btn:disabled.active:focus, .btn:disabled.active.focus, .open > .btn:disabled.dropdown-toggle:hover, .open > .btn:disabled.dropdown-toggle:focus, .open > .btn:disabled.dropdown-toggle.focus {
  color: #fff;
  background-color: #878787;
  border-color: transparent;
}
.btn.disabled.disabled:focus, .btn.disabled.disabled.focus, .btn.disabled:disabled:focus, .btn.disabled:disabled.focus, .btn:disabled.disabled:focus, .btn:disabled.disabled.focus, .btn:disabled:disabled:focus, .btn:disabled:disabled.focus {
  background-color: #ccc;
  border-color: transparent;
}
.btn.disabled.disabled:hover, .btn.disabled:disabled:hover, .btn:disabled.disabled:hover, .btn:disabled:disabled:hover {
  background-color: #ccc;
  border-color: transparent;
}

.draft-btn {
  color: #fff;
}
.draft-btn:focus, .draft-btn:hover {
  color: #e6e6e6;
  text-decoration: none;
}
.draft-btn.disabled, .draft-btn:disabled {
  color: #000;
}
.draft-btn.disabled:focus, .draft-btn.disabled:hover, .draft-btn:disabled:focus, .draft-btn:disabled:hover {
  color: #000;
}

.btn-adfs, .btn-google, .btn-facebook {
  position: relative;
  text-transform: none;
}
.btn-adfs svg, .btn-google svg, .btn-facebook svg {
  height: 1em;
  stroke: #fff;
  left: .25em;
  position: absolute;
}
@media (max-width: 1199px) {
  .btn-adfs svg, .btn-google svg, .btn-facebook svg {
    height: .75em;
  }
}

.btn-facebook {
  color: #fff !important;
  background-color: #3b5999;
  border-color: #3b5999;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #2d4474;
  border-color: #2a3f6d;
}
.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #2d4474;
  border-color: #2a3f6d;
}
.btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4474;
  border-color: #2a3f6d;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-facebook:active:hover, .btn-facebook:active:focus, .btn-facebook:active.focus, .btn-facebook.active:hover, .btn-facebook.active:focus, .btn-facebook.active.focus, .open > .btn-facebook.dropdown-toggle:hover, .open > .btn-facebook.dropdown-toggle:focus, .open > .btn-facebook.dropdown-toggle.focus {
  color: #fff;
  background-color: #151f36;
  border-color: #060a11;
}
.btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook:disabled:focus, .btn-facebook:disabled.focus {
  background-color: #3b5999;
  border-color: #3b5999;
}
.btn-facebook.disabled:hover, .btn-facebook:disabled:hover {
  background-color: #3b5999;
  border-color: #3b5999;
}

.btn-google {
  color: rgba(0, 0, 0, 0.54) !important;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25);
}
.btn-google:hover {
  color: rgba(0, 0, 0, 0.54);
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0.25);
}
.btn-google:focus, .btn-google.focus {
  color: rgba(0, 0, 0, 0.54);
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0.25);
}
.btn-google:active, .btn-google.active, .open > .btn-google.dropdown-toggle {
  color: rgba(0, 0, 0, 0.54);
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0.25);
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-google:active:hover, .btn-google:active:focus, .btn-google:active.focus, .btn-google.active:hover, .btn-google.active:focus, .btn-google.active.focus, .open > .btn-google.dropdown-toggle:hover, .open > .btn-google.dropdown-toggle:focus, .open > .btn-google.dropdown-toggle.focus {
  color: rgba(0, 0, 0, 0.54);
  background-color: #bababa;
  border-color: rgba(0, 0, 0, 0.25);
}
.btn-google.disabled:focus, .btn-google.disabled.focus, .btn-google:disabled:focus, .btn-google:disabled.focus {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25);
}
.btn-google.disabled:hover, .btn-google:disabled:hover {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25);
}

.btn-login {
  width: 150px;
}

.btn-flat {
  border: none;
  color: #aaa;
  background-color: inherit;
}
.btn-flat:hover {
  background-color: #dfdfdf;
}

.btn-input {
  color: #76787a !important;
  background-color: #dbdbdb;
  border-color: transparent;
}
.btn-input:hover {
  color: #76787a;
  background-color: #c2c2c2;
  border-color: transparent;
}
.btn-input:focus, .btn-input.focus {
  color: #76787a;
  background-color: #c2c2c2;
  border-color: transparent;
}
.btn-input:active, .btn-input.active, .open > .btn-input.dropdown-toggle {
  color: #76787a;
  background-color: #c2c2c2;
  border-color: transparent;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-input:active:hover, .btn-input:active:focus, .btn-input:active.focus, .btn-input.active:hover, .btn-input.active:focus, .btn-input.active.focus, .open > .btn-input.dropdown-toggle:hover, .open > .btn-input.dropdown-toggle:focus, .open > .btn-input.dropdown-toggle.focus {
  color: #76787a;
  background-color: #969696;
  border-color: transparent;
}
.btn-input.disabled:focus, .btn-input.disabled.focus, .btn-input:disabled:focus, .btn-input:disabled.focus {
  background-color: #dbdbdb;
  border-color: transparent;
}
.btn-input.disabled:hover, .btn-input:disabled:hover {
  background-color: #dbdbdb;
  border-color: transparent;
}
.btn-input.active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff !important;
}
.btn-input.active * {
  color: inherit;
}
.btn-input.active:hover, .btn-input.active:focus, .btn-input.active.focus {
  color: #fff;
}

.btn-icon {
  padding: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #dfdfdf;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  color: #434343;
  font-size: 1.5rem;
  line-height: 1.45;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
  -moz-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #434343;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.card {
  display: block;
  margin-bottom: 1.5rem;
  background-color: #fff;
  border: 1px solid #fff;
  color: #414141;
  position: relative;
}
.card.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.card-block {
  padding: 1.25rem;
}

.card-block + .card-block,
.card-img-top + .card-block,
.card-block + .card-img-bottom {
  padding: 0.75rem 1.25rem;
}

.card-block-overlay {
  background-color: #fff;
  padding: 0.75rem;
}

.card-title {
  margin-bottom: 0.75rem;
  word-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 400;
}

.card-headliner {
  margin-bottom: 0.75rem;
  word-wrap: break-word;
  font-size: 1.5rem;
  font-weight: 400;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.card-footer.card-bottom,
.card-block.card-bottom {
  margin-bottom: 3.01667rem;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-sm .card-header,
.card-sm .card-block {
  padding: 0.5rem;
}
.card-sm .card-block + .card-block,
.card-sm .card-img-top + .card-block,
.card-sm .card-block + .card-img-bottom {
  padding: 0.75rem 0.5rem;
}

.card-lg .card-header,
.card-lg .card-block {
  padding: 2rem;
}
.card-lg .card-block + .card-block,
.card-lg .card-img-top + .card-block,
.card-lg .card-block + .card-img-bottom {
  padding: 0.75rem 2rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: inherit;
  border-bottom: inherit;
}
.card-header:last-child {
  border-bottom: 0;
}

.card-footer {
  position: absolute;
  bottom: 0;
  color: #767676;
  border-top: 1px solid #ebeef2;
  padding: .5rem;
  width: auto;
  left: .25rem;
  right: .25rem;
}

.user-box {
  position: relative;
  line-height: 1.2;
}
.user-box > div {
  position: absolute;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 6px;
}

.card-collapse {
  border-top: 1px solid #fff;
}

.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}
.card-inverse .btn-link {
  color: #fff;
}
.card-inverse .btn-link:focus, .card-inverse .btn-link:hover {
  color: #e6e6e6;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.card-img-top {
  border-radius: 0 0 0 0;
  position: relative;
  overflow: hidden;
}

.card-img-bottom {
  border-radius: 0 0 0 0;
  position: relative;
}

.card > .card-header + .card-block,
.card > .card-header + .card-collapse {
  border-top: 0;
}
.card > .table,
.card > .table-responsive > .table,
.card > .card-collapse > .table {
  margin-bottom: 0;
}
.card > .card-block + .table,
.card > .card-block + .table-responsive,
.card > .table + .card-block,
.card > .table-responsive + .card-block {
  border-top: 1px solid #ddd;
}
.card > .table > tbody:first-child > tr:first-child th,
.card > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.card > .table-bordered,
.card > .table-responsive > .table-bordered {
  border: 0;
}
.card > .table-bordered > thead > tr > th:first-child,
.card > .table-bordered > thead > tr > td:first-child,
.card > .table-bordered > tbody > tr > th:first-child,
.card > .table-bordered > tbody > tr > td:first-child,
.card > .table-bordered > tfoot > tr > th:first-child,
.card > .table-bordered > tfoot > tr > td:first-child,
.card > .table-responsive > .table-bordered > thead > tr > th:first-child,
.card > .table-responsive > .table-bordered > thead > tr > td:first-child,
.card > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.card > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.card > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.card > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.card > .table-bordered > thead > tr > th:last-child,
.card > .table-bordered > thead > tr > td:last-child,
.card > .table-bordered > tbody > tr > th:last-child,
.card > .table-bordered > tbody > tr > td:last-child,
.card > .table-bordered > tfoot > tr > th:last-child,
.card > .table-bordered > tfoot > tr > td:last-child,
.card > .table-responsive > .table-bordered > thead > tr > th:last-child,
.card > .table-responsive > .table-bordered > thead > tr > td:last-child,
.card > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.card > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.card > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.card > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.card > .table-bordered > thead > tr:first-child > td,
.card > .table-bordered > thead > tr:first-child > th,
.card > .table-bordered > tbody > tr:first-child > td,
.card > .table-bordered > tbody > tr:first-child > th,
.card > .table-responsive > .table-bordered > thead > tr:first-child > td,
.card > .table-responsive > .table-bordered > thead > tr:first-child > th,
.card > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.card > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.card > .table-bordered > tbody > tr:last-child > td,
.card > .table-bordered > tbody > tr:last-child > th,
.card > .table-bordered > tfoot > tr:last-child > td,
.card > .table-bordered > tfoot > tr:last-child > th,
.card > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.card > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.card > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.card > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.card > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.card > .table-bordered:last-child,
.card > .table-responsive:last-child > .table-bordered {
  border-bottom: 1px solid #ddd;
}

.card-primary {
  border-color: #337ab7;
  background-color: #337ab7;
  color: #414141;
}
.card-primary .card-collapse {
  border-top: 1px solid #337ab7;
}
.card-primary .card-block-overlay {
  background-color: #337ab7;
}

.card-success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #414141;
}
.card-success .card-collapse {
  border-top: 1px solid #d6e9c6;
}
.card-success .card-block-overlay {
  background-color: #dff0d8;
}

.card-warning {
  border-color: #faebcc;
  background-color: #fcf8e3;
  color: #414141;
}
.card-warning .card-collapse {
  border-top: 1px solid #faebcc;
}
.card-warning .card-block-overlay {
  background-color: #fcf8e3;
}

.card-danger {
  border-color: #ebccd1;
  background-color: #f2dede;
  color: #414141;
}
.card-danger .card-collapse {
  border-top: 1px solid #ebccd1;
}
.card-danger .card-block-overlay {
  background-color: #f2dede;
}

.card-info {
  border-color: #bce8f1;
  background-color: #d9edf7;
  color: #414141;
}
.card-info .card-collapse {
  border-top: 1px solid #bce8f1;
}
.card-info .card-block-overlay {
  background-color: #d9edf7;
}

.card-primary-outline {
  border: #337ab7 solid 1px;
}

.card-info-outline {
  border: #bce8f1 solid 1px;
}

.card-success-outline {
  border: #d6e9c6 solid 1px;
}

.card-warning-outline {
  border: #faebcc solid 1px;
}

.card-danger-outline {
  border: #ebccd1 solid 1px;
}

.card-default {
  border-color: #fff;
  background-color: #f5f5f5;
  color: #414141;
}
.card-default .card-collapse {
  border-top: 1px solid #fff;
}
.card-default .card-block-overlay {
  background-color: #f5f5f5;
}

.card.bg-inverse {
  border: #292929 solid 1px;
}

.card.dashed {
  border: #aaa dashed 2px;
}

.card-category {
  border-color: transparent;
  background-color: transparent;
  color: #aaa;
}
.card-category .card-collapse {
  border-top: 1px solid transparent;
}
.card-category .card-block-overlay {
  background-color: transparent;
}
.card-category .card-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card.tile-buttons .card-buttons {
  position: absolute;
  bottom: 40px;
  color: #aaa;
  padding: .5rem;
  width: auto;
  left: .25rem;
  right: .25rem;
  text-align: center;
}
.card.tile-buttons .card-buttons .btn {
  min-width: 75%;
}

.card-category:first-child:nth-last-child(2) .card-category-block,
.card-category:first-child:nth-last-child(2) ~ .card-category .card-category-block {
  height: 100px;
}
@media (min-width: 570px) {
  .card-category:first-child:nth-last-child(2) .card-category-block,
  .card-category:first-child:nth-last-child(2) ~ .card-category .card-category-block {
    height: 90px;
  }
}
@media (min-width: 768px) {
  .card-category:first-child:nth-last-child(2) .card-category-block,
  .card-category:first-child:nth-last-child(2) ~ .card-category .card-category-block {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .card-category:first-child:nth-last-child(2) .card-category-block,
  .card-category:first-child:nth-last-child(2) ~ .card-category .card-category-block {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .card-category:first-child:nth-last-child(2) .card-category-block,
  .card-category:first-child:nth-last-child(2) ~ .card-category .card-category-block {
    height: 70px;
  }
}

.card-category:first-child:nth-last-child(3) .card-category-block,
.card-category:first-child:nth-last-child(3) ~ .card-category .card-category-block {
  height: 100px;
}
@media (min-width: 570px) {
  .card-category:first-child:nth-last-child(3) .card-category-block,
  .card-category:first-child:nth-last-child(3) ~ .card-category .card-category-block {
    height: 90px;
  }
}
@media (min-width: 768px) {
  .card-category:first-child:nth-last-child(3) .card-category-block,
  .card-category:first-child:nth-last-child(3) ~ .card-category .card-category-block {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .card-category:first-child:nth-last-child(3) .card-category-block,
  .card-category:first-child:nth-last-child(3) ~ .card-category .card-category-block {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .card-category:first-child:nth-last-child(3) .card-category-block,
  .card-category:first-child:nth-last-child(3) ~ .card-category .card-category-block {
    height: 75px;
  }
}

.card-category:first-child:nth-last-child(4) .card-category-block,
.card-category:first-child:nth-last-child(4) ~ .card-category .card-category-block {
  height: 100px;
}
@media (min-width: 570px) {
  .card-category:first-child:nth-last-child(4) .card-category-block,
  .card-category:first-child:nth-last-child(4) ~ .card-category .card-category-block {
    height: 90px;
  }
}
@media (min-width: 768px) {
  .card-category:first-child:nth-last-child(4) .card-category-block,
  .card-category:first-child:nth-last-child(4) ~ .card-category .card-category-block {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .card-category:first-child:nth-last-child(4) .card-category-block,
  .card-category:first-child:nth-last-child(4) ~ .card-category .card-category-block {
    height: 115px;
  }
}
@media (min-width: 1200px) {
  .card-category:first-child:nth-last-child(4) .card-category-block,
  .card-category:first-child:nth-last-child(4) ~ .card-category .card-category-block {
    height: 95px;
  }
}

.card-category:first-child:nth-last-child(5) .card-category-block,
.card-category:first-child:nth-last-child(5) ~ .card-category .card-category-block {
  height: 100px;
}
@media (min-width: 570px) {
  .card-category:first-child:nth-last-child(5) .card-category-block,
  .card-category:first-child:nth-last-child(5) ~ .card-category .card-category-block {
    height: 90px;
  }
}
@media (min-width: 768px) {
  .card-category:first-child:nth-last-child(5) .card-category-block,
  .card-category:first-child:nth-last-child(5) ~ .card-category .card-category-block {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .card-category:first-child:nth-last-child(5) .card-category-block,
  .card-category:first-child:nth-last-child(5) ~ .card-category .card-category-block {
    height: 173px;
  }
}
@media (min-width: 1200px) {
  .card-category:first-child:nth-last-child(5) .card-category-block,
  .card-category:first-child:nth-last-child(5) ~ .card-category .card-category-block {
    height: 130px;
  }
}

.default-tile {
  height: 475px;
}

@media (min-width: 570px) {
  .default-tile {
    height: 465px;
  }
}
@media (min-width: 768px) {
  .default-tile {
    height: 460px;
  }
}
@media (min-width: 992px) {
  .default-tile {
    height: 420px;
  }
}
@media (min-width: 1200px) {
  .default-tile {
    height: 415px;
  }
}
.people-tile {
  height: 455px;
}

@media (min-width: 570px) {
  .people-tile {
    height: 515px;
  }
}
@media (min-width: 768px) {
  .people-tile {
    height: 455px;
  }
}
@media (min-width: 992px) {
  .people-tile {
    height: 515px;
  }
}
@media (min-width: 1200px) {
  .people-tile {
    height: 455px;
  }
}
.header-tile {
  height: 190px;
}

@media (min-width: 570px) {
  .header-tile {
    height: 157px;
  }
}
@media (min-width: 768px) {
  .header-tile {
    height: 226px;
  }
}
@media (min-width: 992px) {
  .header-tile {
    height: 192px;
  }
}
@media (min-width: 1200px) {
  .header-tile {
    height: 192px;
  }
}
.insight-tile {
  height: 35rem;
  border: 1px solid #434343;
}

.carousel-card-desc {
  max-height: 4.35em;
}

@media (min-width: 570px) {
  .carousel-card-desc {
    max-height: 4.35em;
  }
}
@media (min-width: 768px) {
  .carousel-card-desc {
    max-height: 4.35em;
  }
}
@media (min-width: 992px) {
  .carousel-card-desc {
    max-height: 4.35em;
  }
}
@media (min-width: 1200px) {
  .carousel-card-desc {
    max-height: 7.25em;
  }
}
.card-desc {
  max-height: 8.6em;
}

@media (min-width: 570px) {
  .card-desc {
    max-height: 5.9em;
  }
}
@media (min-width: 768px) {
  .card-desc {
    max-height: 5.9em;
  }
}
@media (min-width: 992px) {
  .card-desc {
    max-height: 5.9em;
  }
}
@media (min-width: 1200px) {
  .card-desc {
    max-height: 8.6em;
  }
}
.sub-desc {
  max-height: 14.1em;
}

.featured-tile {
  border-color: #434343;
  background-color: #292929;
  color: #aaa;
}
.featured-tile .card-collapse {
  border-top: 1px solid #434343;
}
.featured-tile .card-block-overlay {
  background-color: #292929;
}
.featured-tile a {
  color: #aaa;
}
.featured-tile a:focus, .featured-tile a:hover {
  text-decoration: underline;
  color: #08457c;
}
.featured-tile .card-footer {
  color: #666;
  border-color: #666;
}
.featured-tile .btn-link {
  color: #fff;
}
.featured-tile .btn-link:focus, .featured-tile .btn-link:hover {
  color: #d9d9d9;
}

.card.complete .card-title,
.card.complete .card-footer,
.card.complete .card-text {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.card-panel-footer {
  position: relative;
  margin: 0 .5rem -1px;
  left: auto;
  right: auto;
  color: #aaa;
  border-top: 1px solid #ebeef2;
  padding: .5rem 0;
}

.promo-card {
  border: none;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
  color: #FFF;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
.promo-card .promo-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.promo-card .promo-card-overlay .promo-card-container {
  padding: 0.4rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: space-around;
  align-items: center;
}
.promo-card .promo-card-overlay .promo-card-container.promo-list-card-container {
  justify-content: flex-start;
}
.promo-card .promo-card-overlay .promo-card-container.promo-list-card-container .promo-text-large {
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
}
@media (min-width: 1200px) {
  .promo-card .promo-card-overlay .promo-card-container.promo-list-card-container .promo-text-large {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .promo-card .promo-card-overlay .promo-card-container.promo-list-card-container .promo-text-large {
    font-size: 1.8rem !important;
  }
}

@media (max-width: 991px) {
  .promo-card .promo-card-overlay .promo-card-container.promo-list-card-container .promo-text-large {
    font-size: 1.5rem !important;
  }
}
.promo-card .promo-card-overlay .promo-card-container.promo-list-card-container .promo-text-large a {
  color: #fff;
}
.promo-card .promo-card-overlay .promo-card-container.promo-list-card-container .promo-text-large a:hover {
  text-decoration: none;
}
.promo-card .promo-icon {
  width: 112px;
  height: 112px;
}
.promo-card .promo-text-small {
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}
@media (min-width: 1200px) {
  .promo-card .promo-text-small {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .promo-card .promo-text-small {
    font-size: 0.96rem !important;
  }
}

@media (max-width: 991px) {
  .promo-card .promo-text-small {
    font-size: 0.8rem !important;
  }
}
.promo-card .promo-text-large {
  font-family: "Roboto Condensed", Impact, "Franklin Gothic Bold", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.4rem;
  width: 100%;
}
@media (min-width: 1200px) {
  .promo-card .promo-text-large {
    font-size: 2.2rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .promo-card .promo-text-large {
    font-size: 1.76rem !important;
  }
}

@media (max-width: 991px) {
  .promo-card .promo-text-large {
    font-size: 1.46667rem !important;
  }
}
.promo-card .promo-buttons {
  display: flex;
  justify-content: space-around;
}
.promo-card .promo-buttons .btn {
  min-width: 125px;
}
.promo-card .promo-buttons .btn + .btn {
  margin-left: 0.5rem;
}
@media (max-width: 450px) {
  .promo-card .promo-icon {
    display: none !important;
  }
  .promo-card .btn-lg, .promo-card .btn-group-lg > .btn {
    padding: 0.5rem 1.5rem !important;
  }
}
.promo-card.challenge-promo .promo-text-large {
  margin-bottom: 0.8rem;
}
@media (min-width: 1200px) {
  .promo-card.challenge-promo .promo-text-large {
    font-size: 1.6rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .promo-card.challenge-promo .promo-text-large {
    font-size: 1.28rem !important;
  }
}

@media (max-width: 991px) {
  .promo-card.challenge-promo .promo-text-large {
    font-size: 1.06667rem !important;
  }
}
.promo-card.half-height {
  padding-top: 33.33333% !important;
}
.promo-card.half-height .promo-text-small, .promo-card.half-height .promot-text-large {
  margin: 0;
}
.promo-card.feed-tile .promo-card-overlay, .promo-card.entity-tile .promo-card-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.promo-card.feed-tile .promo-icon {
  font-size: 5rem;
  padding: 1rem;
}
.promo-card.feed-tile .promo-text-large {
  margin: 0.4rem 0 1.2rem;
}
.promo-card.bg-lego-dark-blue {
  background-image: url("img/bgs/lego-bg-dark-blue.png");
}
.promo-card.bg-lego-light-blue {
  background-image: url("img/bgs/lego-bg-light-blue.png");
}
.promo-card.bg-lego-yellow {
  background-image: url("img/bgs/lego-bg-yellow.png");
}
.promo-card.bg-lego-yellow-lg {
  background-image: url("img/bgs/lego-bg-yellow-lg.png");
}
.promo-card.bg-lego-how-it-works-contests {
  background-image: url("img/bgs/how-it-works-contests.jpg");
}
.promo-card.bg-lego-how-it-works-ideas {
  background-image: url("img/bgs/how-it-works-ideas.jpg");
}
.promo-card.bg-lego-photo-tips {
  background-image: url("img/bgs/photo-tips.jpg");
}

.tile {
  height: 475px;
}

@media (min-width: 570px) {
  .tile {
    height: 465px;
  }
}
@media (min-width: 768px) {
  .tile {
    height: 460px;
  }
}
@media (min-width: 992px) {
  .tile {
    height: 420px;
  }
}
@media (min-width: 1200px) {
  .tile {
    height: 415px;
  }
}
.card.tile {
  border: none;
}
.card.tile .tile-stats, .card.tile .card-stats {
  text-align: right;
}
.card.tile .card-title, .card.tile .card-subtitle {
  margin-bottom: 0.75rem;
  word-wrap: break-word;
  font-weight: 400;
}
.card.tile .card-title {
  font-size: 1.25rem;
}
.card.tile .card-subtitle {
  font-size: 1.06667rem;
}
.card.tile .card-footer {
  left: 0;
  width: 100%;
}
.card.tile .card-block > .card-title {
  margin-bottom: 0;
}
.card.tile .card-block > .card-title + .card-subtitle {
  margin-top: 0.33333rem;
}
.card.tile .card-block > .card-subtitle {
  margin-bottom: 0;
}
.card.tile .card-block + .card-block.card-text {
  padding-top: 0;
}
.card.tile .card-img-top {
  text-align: center;
  min-height: 172px;
}
.card.tile .card-user .user-alias {
  font-weight: bold;
}
.card.tile .card-img-banner {
  min-height: 3rem;
  line-height: 2rem;
}
.card.tile.project-tile .card-block .card-title {
  max-height: 5.5rem;
  overflow: hidden;
}
.card.tile.project-tile .lego-corner-tab {
  top: 0;
  right: 0;
  position: absolute;
  zoom: 0.72581;
  z-index: 1;
}
.card.tile.project-tile .card-footer {
  max-height: 4rem;
}
.card.tile.project-tile .card-bottom {
  margin-bottom: 4rem;
}
.card.tile.project-tile .project-support-block {
  width: 100%;
  min-height: 5.5rem;
  border-top: 1px solid #ebeef2;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.card.tile.project-tile .project-support-block .project-support-value {
  font-size: 2rem;
  line-height: 0.75;
  height: 2.5rem;
  border-radius: 1.25rem;
}
.card.tile.project-tile .project-support-block .days-left-value, .card.tile.project-tile .project-support-block .project-support-value-expired {
  font-size: 2rem;
  line-height: 2.5rem;
}
.card.tile.project-tile .project-support-block .project-block-left {
  min-height: 4rem;
}
.card.tile.project-tile .project-support-block .project-block-left .project-support-value {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  min-width: 80%;
}
.card.tile.project-tile .project-support-block .project-block-right {
  min-height: 4rem;
}
.card.tile.challenge-application-tile .lego-corner-tab, .card.tile.challenge-tile .lego-corner-tab {
  top: 0;
  right: 0;
  position: absolute;
  zoom: 0.72581;
  z-index: 1;
}
.card.tile .card-user-stats {
  display: flex;
  align-items: center;
}
.card.tile .card-user-stats .user-avatar {
  padding-right: 0.5rem;
}
.card.tile .card-user-stats .user-detail {
  padding-right: 0.5rem;
  min-width: 0;
}
.card.tile .card-user-stats .card-stats {
  text-align: right;
  flex-grow: 1;
  flex-basis: 50px;
}
.card.tile .card-user-stats .card-stats li {
  white-space: nowrap;
}

.card.empty-feed-tile {
  padding: 1rem;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1000;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.25rem;
  font-size: 2rem;
  color: #aaa;
  text-align: center;
  z-index: 1010;
}
.carousel-control.left {
  left: 0rem;
  right: auto;
}
.carousel-control.right {
  right: 0rem;
  left: auto;
}
.carousel-control:focus, .carousel-control:hover {
  color: #666;
  text-decoration: none;
  outline: 0;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  z-index: 5;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2.25rem;
}

.carousel-control-fixed {
  position: fixed;
  top: 50%;
  width: 5.25rem;
  height: 5.25rem;
  line-height: 1;
  font-size: 6rem;
  color: #aaa;
  text-align: center;
  z-index: 1010;
}
.carousel-control-fixed.left {
  left: .625rem;
  right: auto;
}
.carousel-control-fixed.right {
  right: .625rem;
  left: auto;
}
@media (max-width: 991px) {
  .carousel-control-fixed {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    font-size: 3rem;
    width: 3.25rem;
    height: 3.25rem;
  }
}
@media (max-width: 767px) {
  .carousel-control-fixed {
    font-size: 2rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 1015;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #aaa;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #aaa;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media (min-width: 570px) {
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.carousel-indicators-card {
  bottom: 2rem;
}

.pinned .carousel-control {
  top: auto;
  bottom: 2.5rem;
}

.bx-controls {
  position: relative;
}

.bx-pager {
  z-index: 100;
}

.pfa-controls {
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 570px) {
  .pfa-controls {
    margin-bottom: 0px;
  }
}
.pfa-controls a {
  color: inherit;
}
.pfa-controls a.right {
  z-index: 101;
  right: 15px;
}
.pfa-controls a.left {
  left: 15px;
  z-index: 101;
}
.pfa-controls a:focus, .pfa-controls a:hover {
  color: #fff;
}
.pfa-controls > div {
  display: inline-block;
}
.pfa-controls .bx-pager {
  position: static;
  z-index: 100;
  bottom: auto;
}
.pfa-controls .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  outline: 0;
  border-radius: 50%;
}
.pfa-controls .bx-pager.bx-default-pager a.active {
  background: #bfc0c2;
}

.pfa-carousel, .pfa-carousel-single, .projects_on_shelves {
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-results > .pfa-carousel .panel-tile,
.carousel-results > .projects_on_shelves .panel-tile {
  margin-left: 1.875rem;
}
.carousel-results > .pfa-carousel .panel-tile:first-child,
.carousel-results > .projects_on_shelves .panel-tile:first-child {
  margin-left: 0;
}
.carousel-results > .bx-wrapper .pfa-carousel .panel-tile,
.carousel-results > .bx-wrapper .projects_on_shelves .panel-tile {
  margin-right: 1.875rem;
}

.pfa-carousel {
  height: 460px;
}
@media (min-width: 570px) {
  .pfa-carousel {
    height: 460px;
  }
}
@media (min-width: 768px) {
  .pfa-carousel {
    height: 445px;
  }
}
@media (min-width: 992px) {
  .pfa-carousel {
    height: 465px;
  }
}
@media (min-width: 1200px) {
  .pfa-carousel {
    height: 460px;
  }
}
.pfa-carousel .panel-tile {
  margin-right: 1.875rem;
  height: 460px;
  width: 258px !important;
}
.pfa-carousel .panel-tile > [class^="col-"] {
  width: 100%;
  padding: 0;
}
@media (min-width: 570px) {
  .pfa-carousel .panel-tile {
    height: 460px;
    width: 258px !important;
  }
}
@media (min-width: 768px) {
  .pfa-carousel .panel-tile {
    height: 445px;
    width: 222px !important;
  }
}
@media (min-width: 992px) {
  .pfa-carousel .panel-tile {
    height: 465px;
    width: 275px !important;
  }
}
@media (min-width: 1200px) {
  .pfa-carousel .panel-tile {
    height: 460px;
    width: 249px !important;
  }
}

.pfa-carousel-single {
  height: 633px;
}
@media (min-width: 570px) {
  .pfa-carousel-single {
    height: 750px;
  }
}
@media (min-width: 768px) {
  .pfa-carousel-single {
    height: 439px;
  }
}
@media (min-width: 992px) {
  .pfa-carousel-single {
    height: 416px;
  }
}
@media (min-width: 1200px) {
  .pfa-carousel-single {
    height: 416px;
  }
}
.pfa-carousel-single .panel-single-tile {
  display: block;
  width: 263.75px !important;
  height: 633px;
}
.pfa-carousel-single .panel-single-tile .card {
  height: 633px;
}
@media (min-width: 570px) {
  .pfa-carousel-single .panel-single-tile {
    width: 511.88px !important;
    height: 750px;
  }
  .pfa-carousel-single .panel-single-tile .card {
    height: 750px;
  }
}
@media (min-width: 768px) {
  .pfa-carousel-single .panel-single-tile {
    width: 721.875px !important;
    height: 439px;
  }
  .pfa-carousel-single .panel-single-tile .card {
    height: 439px;
  }
}
@media (min-width: 992px) {
  .pfa-carousel-single .panel-single-tile {
    width: 941.88px !important;
    height: 416px;
  }
  .pfa-carousel-single .panel-single-tile .card {
    height: 416px;
  }
}
@media (min-width: 1200px) {
  .pfa-carousel-single .panel-single-tile {
    width: 1082px !important;
    height: 416px;
  }
  .pfa-carousel-single .panel-single-tile .card {
    height: 416px;
  }
}
.pfa-carousel-single .panel-single-tile .card {
  overflow: hidden;
}
.pfa-carousel-single .panel-single-tile .card [class^="col-"] {
  position: relative;
  padding: 0;
  height: 455px;
}
@media (min-width: 570px) {
  .pfa-carousel-single .panel-single-tile .card [class^="col-"] {
    height: 412px;
  }
}
@media (min-width: 768px) {
  .pfa-carousel-single .panel-single-tile .card [class^="col-"] {
    height: 434px;
  }
}
@media (min-width: 992px) {
  .pfa-carousel-single .panel-single-tile .card [class^="col-"] {
    height: 411px;
  }
}
@media (min-width: 1200px) {
  .pfa-carousel-single .panel-single-tile .card [class^="col-"] {
    height: 411px;
  }
}

.projects_on_shelves {
  height: 483px;
}
@media (min-width: 570px) {
  .projects_on_shelves {
    height: 440px;
  }
}
@media (min-width: 768px) {
  .projects_on_shelves {
    height: 510px;
  }
}
@media (min-width: 992px) {
  .projects_on_shelves {
    height: 275px;
  }
}
@media (min-width: 1200px) {
  .projects_on_shelves {
    height: 275px;
  }
}
.projects_on_shelves .panel-tile.item {
  display: block;
  float: left;
  width: 263.75px !important;
  height: 483px;
}
@media (min-width: 570px) {
  .projects_on_shelves .panel-tile.item {
    width: 241.875px !important;
    height: 440px;
  }
}
@media (min-width: 768px) {
  .projects_on_shelves .panel-tile.item {
    width: 346.875px !important;
    height: 510px;
  }
}
@media (min-width: 992px) {
  .projects_on_shelves .panel-tile.item {
    width: 456.825px !important;
    height: 275px;
  }
}
@media (min-width: 1200px) {
  .projects_on_shelves .panel-tile.item {
    width: 556.87px !important;
    height: 275px;
  }
}
.projects_on_shelves .panel-tile.item .card [class^="col-"] {
  position: relative;
  padding: 0;
  height: 268px;
}
@media (min-width: 570px) {
  .projects_on_shelves .panel-tile.item .card [class^="col-"] {
    height: 268px;
  }
}
@media (min-width: 768px) {
  .projects_on_shelves .panel-tile.item .card [class^="col-"] {
    height: 268px;
  }
}
@media (min-width: 992px) {
  .projects_on_shelves .panel-tile.item .card [class^="col-"] {
    height: 270px;
  }
}
@media (min-width: 1200px) {
  .projects_on_shelves .panel-tile.item .card [class^="col-"] {
    height: 270px;
  }
}

.image-tile {
  height: 100px;
  width: 100px;
  margin-right: 1.875rem;
}

@media (min-width: 768px) {
  .featured-image-carousel {
    margin-right: 1em;
  }
}
.featured-image-carousel .featured-image-container {
  width: 100%;
  height: 400px;
  position: relative;
  overflow-x: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.featured-image-carousel .slide {
  display: inline-block;
  width: 100%;
  max-height: 400px;
  text-align: center;
}
.featured-image-carousel .slide img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 400px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.featured-image-carousel .pager {
  text-align: center;
  font-weight: bold;
}

.thumbnails-tray {
  z-index: 1040;
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
  text-align: center;
}
.thumbnails-tray:before, .thumbnails-tray:after {
  content: " ";
  display: table;
}
.thumbnails-tray:after {
  clear: both;
}
.thumbnails-tray div {
  list-style: none;
  position: relative;
  width: 64px;
  height: 64px;
  background-color: #eeeeee;
  margin-right: 10px;
  display: inline-block;
  border: 2px solid #fff;
}
.thumbnails-tray div:hover {
  cursor: pointer;
  border: 2px solid;
}
.thumbnails-tray .current {
  border: 2px solid;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}
.close:focus, .close:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.pfa-container .close {
  position: absolute;
  top: 1rem;
  right: 2rem;
  z-index: 1040;
}

.droppable-container {
  position: relative;
}
.droppable-container .ui-state-hover {
  background: transparent !important;
  border: 0;
  cursor: move;
}
.droppable-container .ui-state-default {
  background: #f6f6f6;
  border: 0;
  color: inherit;
  font-weight: normal;
  position: relative;
}
.droppable-container .ui-state-default::after {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: block !important;
  background: rgba(211, 211, 211, 0.25);
  z-index: 950;
  border-radius: 4px;
  border: 2px dashed #CCC;
}
.droppable-container .ui-state-default.ui-state-hover {
  background: #f6f6f6;
}
.droppable-container .ui-state-default.ui-state-hover:after {
  border-color: #444;
}

.ui-droppable.ui-sortable {
  min-height: 40px;
}

.drop-zone {
  border: 2px dashed #CCC;
  background-color: #f5f5f5;
}
.drop-zone:focus {
  border-color: #000;
}
.drop-zone .dropzone {
  background: none;
  border: none;
  padding: 0;
  min-height: 0;
}
.drop-zone .dropzone .dz-image {
  width: 100px;
  height: 100px;
  z-index: inherit;
}
.drop-zone .dropzone .dz-image img {
  z-index: 10;
}
.drop-zone .dropzone .dz-image .overlay {
  z-index: 1052;
}
.drop-zone .dropzone .dz-image .overlay .card-block-overlay {
  background: none;
}
.drop-zone .dropzone .dz-image .overlay .card-block-overlay .edit-attachment *, .drop-zone .dropzone .dz-image .overlay .card-block-overlay .delete-attachment * {
  cursor: pointer !important;
}
.drop-zone .dropzone .dz-image .overlay .card-block-overlay .edit-attachment span, .drop-zone .dropzone .dz-image .overlay .card-block-overlay .delete-attachment span {
  color: white;
}
.drop-zone .dropzone .add-to-editor {
  color: white;
}
.drop-zone .dropzone .add-to-editor * {
  cursor: pointer !important;
}
.drop-zone .dropzone .dz-preview.featured-image .dz-image, .drop-zone .dropzone .dz-preview.featured-image .dz-image img {
  width: 175px;
  height: 175px;
}
.drop-zone .dropzone .dz-details-editor-add {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75%;
  z-index: 1070;
}
.drop-zone .dropzone .dz-error-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  margin: 1em 0 0 0;
  height: 100%;
  width: 100%;
  color: red;
}
.drop-zone .dropzone .dz-error-mark svg {
  width: 40px;
  height: 40px;
}
.drop-zone .dropzone-upload-button {
  text-align: center;
}

.document-dropzone .dropzone {
  background: none;
  border: none;
  padding: 0;
  min-height: 0;
}
.document-dropzone .dropzone .dz-message {
  display: none;
}
.document-dropzone .dropzone .dz-preview {
  display: block;
  min-height: 0;
  margin: 0;
}
.document-dropzone .dropzone .dz-preview .dz-remove {
  display: inline;
}
.document-dropzone .dropzone .dz-preview .dz-progress {
  position: relative;
  margin: 0.5rem 0 0 0;
  width: 225px;
  left: 0;
}
.document-dropzone .dropzone .dz-preview .dz-error-mark {
  display: none;
}
.document-dropzone .dropzone .dz-preview .dz-error-message {
  top: 30px;
}
.document-dropzone .dropzone .dz-preview.dz-error .dz-filename-display, .document-dropzone .dropzone .dz-preview.dz-error svg {
  color: red;
}
.document-dropzone .dropzone .dz-preview.dz-complete .dz-progress {
  margin: 0;
}

.ui-draggable-dragging {
  z-index: 1060;
}

.ui-sortable-helper {
  z-index: 1060 !important;
}

.ui-draggable {
  cursor: move;
}

/*
.ui-state-highlight {
	height:40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    margin: 0 0 20px;
    // nasty thing that is hiding sortable placeholder
    visibility: visible !important;
}
*/
.question-movable.ui-sortable-helper {
  display: inline-block;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: middle;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle .caret:focus {
  outline: 0;
}

.dropup .dropdown-toggle .caret {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1061;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #666;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.45;
  color: #434343;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #363636;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  text-decoration: none;
  outline: 0;
}
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  color: #aaa;
}
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.86667rem;
  line-height: 1.45;
  color: #aaa;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (max-width: 569px) {
  .navbar-toggleable-xs .dropdown-menu {
    background-color: transparent;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    float: none;
    right: auto;
    left: auto;
  }
  .navbar-toggleable-xs .dropdown-menu .dropdown-item:focus, .navbar-toggleable-xs .dropdown-menu .dropdown-item:hover {
    background: transparent;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .dropdown-menu {
    background-color: transparent;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    float: none;
    right: auto;
    left: auto;
  }
  .navbar-toggleable-sm .dropdown-menu .dropdown-item:focus, .navbar-toggleable-sm .dropdown-menu .dropdown-item:hover {
    background: transparent;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .dropdown-menu {
    background-color: transparent;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    float: none;
    right: auto;
    left: auto;
  }
  .navbar-toggleable-md .dropdown-menu .dropdown-item:focus, .navbar-toggleable-md .dropdown-menu .dropdown-item:hover {
    background: transparent;
  }
}

.form-control, .taginputcontainer {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.45;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 0.06667rem solid #ccc;
  border-radius: 0.25rem;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:not(textarea), .taginputcontainer:not(textarea) {
  height: 2.26667rem;
}
.form-control::-ms-expand, .taginputcontainer::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .taginputcontainer:focus {
  border-color: #66afe9;
  outline: none;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::placeholder, .taginputcontainer::placeholder {
  color: #999;
  opacity: 1;
}
.form-control:disabled, .taginputcontainer:disabled, .form-control[readonly], [readonly].taginputcontainer {
  background-color: #dfdfdf;
  opacity: 1;
}
.form-control:disabled, .taginputcontainer:disabled {
  cursor: default;
}

select.form-control[multiple], select[multiple].taginputcontainer {
  height: auto;
}

.form-control-file,
.form-control-range {
  display: block;
  height: auto !important;
}

.form-control-label {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input[type="date"].taginputcontainer,
  input[type="time"].form-control,
  input[type="time"].taginputcontainer,
  input[type="datetime-local"].form-control,
  input[type="datetime-local"].taginputcontainer,
  input[type="month"].form-control,
  input[type="month"].taginputcontainer {
    line-height: 2.26667rem;
  }
  input[type="date"].input-sm, .input-group-sm input[type="date"].form-control, .input-group-sm input[type="date"].taginputcontainer,
  input[type="time"].input-sm, .input-group-sm
  input[type="time"].form-control, .input-group-sm
  input[type="time"].taginputcontainer,
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"].form-control, .input-group-sm
  input[type="datetime-local"].taginputcontainer,
  input[type="month"].input-sm, .input-group-sm
  input[type="month"].form-control, .input-group-sm
  input[type="month"].taginputcontainer {
    line-height: 1.91667rem;
  }
  input[type="date"].input-lg, .input-group-lg input[type="date"].form-control, .input-group-lg input[type="date"].taginputcontainer,
  input[type="time"].input-lg, .input-group-lg
  input[type="time"].form-control, .input-group-lg
  input[type="time"].taginputcontainer,
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"].form-control, .input-group-lg
  input[type="datetime-local"].taginputcontainer,
  input[type="month"].input-lg, .input-group-lg
  input[type="month"].form-control, .input-group-lg
  input[type="month"].taginputcontainer {
    line-height: 3.43333rem;
  }
}
.form-control-static {
  min-height: 2.26667rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
}
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.taginputcontainer,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.taginputcontainer,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .taginputcontainer,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 1.91667rem;
  padding: 0.275rem 0.75rem;
  font-size: 0.86667rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-sm:not(textarea), .input-group-sm > .form-control:not(textarea), .input-group-sm > .taginputcontainer:not(textarea),
.input-group-sm > .input-group-addon:not(textarea),
.input-group-sm > .input-group-btn > .btn:not(textarea) {
  height: 1.91667rem;
}

select.form-control-sm, .input-group-sm > select.form-control, .input-group-sm > select.taginputcontainer,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 1.91667rem;
  line-height: 1.91667rem;
}

textarea.form-control-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.taginputcontainer,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].form-control-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].taginputcontainer,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .taginputcontainer,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 3.43333rem;
  padding: 0.75rem 1.25rem;
  font-size: 1.4rem;
  line-height: 1.33333;
  border-radius: 0.3rem;
}
.form-control-lg:not(textarea), .input-group-lg > .form-control:not(textarea), .input-group-lg > .taginputcontainer:not(textarea),
.input-group-lg > .input-group-addon:not(textarea),
.input-group-lg > .input-group-btn > .btn:not(textarea) {
  height: 3.43333rem;
}

select.form-control-lg, .input-group-lg > select.form-control, .input-group-lg > select.taginputcontainer,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 3.43333rem;
  line-height: 3.43333rem;
}

textarea.form-control-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.taginputcontainer,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].form-control-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].taginputcontainer,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}
.radio label,
.checkbox label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio label input:only-child,
.checkbox label input:only-child {
  position: static;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem;
}

input[type="radio"]:disabled, input[type="radio"].disabled,
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled {
  cursor: default;
}

.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: default;
}

.radio.disabled label,
.checkbox.disabled label {
  cursor: default;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.56667rem;
  background-size: 1.47333rem 1.47333rem;
}

.has-icon {
  position: relative;
}
.has-icon .form-control.left, .has-icon .left.taginputcontainer {
  padding-left: 2.25rem;
}
.has-icon .form-control.right, .has-icon .right.taginputcontainer {
  padding-right: 2.25rem;
}
.has-icon .form-control-sm.left, .has-icon .input-group-sm > .left.form-control, .has-icon .input-group-sm > .left.taginputcontainer,
.has-icon .input-group-sm > .left.input-group-addon,
.has-icon .input-group-sm > .input-group-btn > .left.btn {
  padding-left: 2.25rem;
}
.has-icon .form-control-sm.right, .has-icon .input-group-sm > .right.form-control, .has-icon .input-group-sm > .right.taginputcontainer,
.has-icon .input-group-sm > .right.input-group-addon,
.has-icon .input-group-sm > .input-group-btn > .right.btn {
  padding-right: 2.25rem;
}
.has-icon .form-control-lg.left, .has-icon .input-group-lg > .left.form-control, .has-icon .input-group-lg > .left.taginputcontainer,
.has-icon .input-group-lg > .left.input-group-addon,
.has-icon .input-group-lg > .input-group-btn > .left.btn {
  padding-left: 3.75rem;
}
.has-icon .form-control-lg.right, .has-icon .input-group-lg > .right.form-control, .has-icon .input-group-lg > .right.taginputcontainer,
.has-icon .input-group-lg > .right.input-group-addon,
.has-icon .input-group-lg > .input-group-btn > .right.btn {
  padding-right: 3.75rem;
}

.form-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 1.5rem;
}
.form-icon.left {
  left: 0.75rem;
}
.form-icon.right {
  right: 0.75rem;
}

.form-icon-sm {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 1.3rem;
}
.form-icon-sm.left {
  left: 0.75rem;
}
.form-icon-sm.right {
  right: 0.75rem;
}

.form-icon-lg {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 2.1rem;
}
.form-icon-lg.left {
  left: 1.25rem;
}
.form-icon-lg.right {
  right: 1.25rem;
}

@media (min-width: 570px) {
  .form-inline {
    margin: -5px;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 3px;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .taginputcontainer {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .taginputcontainer {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .input-group > .taginputcontainer {
    width: 100%;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.required:after {
  color: red;
  content: ' *';
}

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #a6ce39;
}
.has-success .form-control, .has-success .taginputcontainer {
  border-color: #a6ce39;
}
.has-success .input-group-addon {
  color: #a6ce39;
  border-color: #a6ce39;
  background-color: #f0f6dd;
}
.has-success .form-control-feedback {
  color: #a6ce39;
}

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #ffd503;
}
.has-warning .form-control, .has-warning .taginputcontainer {
  border-color: #ffd503;
}
.has-warning .input-group-addon {
  color: #ffd503;
  border-color: #ffd503;
  background-color: #fff7cf;
}
.has-warning .form-control-feedback {
  color: #ffd503;
}

.has-error .text-help,
.has-error .form-control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #f2dede;
}
.has-error .form-control, .has-error .taginputcontainer {
  border-color: #f2dede;
}
.has-error .input-group-addon {
  color: #f2dede;
  border-color: #f2dede;
  background-color: white;
}
.has-error .form-control-feedback {
  color: #f2dede;
}

.taginput .tag, .searchresults .tag {
  padding: 0 0.375rem;
  margin: 0.375rem 0.375rem 0 0;
  line-height: 20px;
}

.tag {
  cursor: default;
  display: inline-block;
  *display: inline;
  word-break: break-all;
  zoom: auto;
}

.taginput {
  width: 100%;
  padding: 0.375rem 0;
  font-size: 1rem;
}
.taginput .tag {
  border-radius: 0.25rem;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px;
  background: #fff;
  color: #666;
}
.taginput .tag b {
  border-radius: 100%;
  cursor: pointer;
  background: #aaa;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  margin-left: 2px;
  padding: 0 3px;
  vertical-align: middle;
  display: inline-block;
  height: 12px;
}

.tag-list {
  margin: 0;
}
.tag-list .tag {
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  background: #dfdfdf;
  margin: 0 0.75rem 0.75rem 0;
}
.tag-list .tag b {
  border-radius: 100%;
  cursor: pointer;
  background: #aaa;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  margin-left: 2px;
  padding: 0 3px;
  vertical-align: middle;
  display: inline-block;
  height: 12px;
}

.taginputcontainer {
  margin-top: 0.375rem;
}
.taginputcontainer input[type="text"] {
  border: 0;
  width: 100%;
}
.taginputcontainer input[type="text"]:focus {
  border: 0;
  -moz-box-shadow: black 0 0 0;
  -webkit-box-shadow: black 0 0 0;
  box-shadow: black 0 0 0;
  outline: 0;
}

.searchresults {
  padding: 0 0.375rem 0.375rem;
  border-radius: 0.25rem;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px;
  background: #fff;
  color: #666;
  margin-top: 0;
}
.searchresults .tag {
  border-radius: 0.25rem;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px;
  background: #fff;
  margin: 0 0.5rem 0 0;
}
.searchresults li {
  list-style: none;
  padding: 0.25rem;
}
.searchresults li:focus, .searchresults li:hover {
  background-color: #eeeeee;
}

.help-inline {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.25rem;
  padding: 0 5px;
  margin-bottom: 5px;
}

.help-inline {
  color: #7f0000;
  background-color: #f2dede;
}

.help-block {
  color: #aaa;
  font-style: italic;
  margin-bottom: .75rem;
}

.charcount {
  color: #aaa;
  font-size: 0.86667rem;
  font-style: italic;
  margin-bottom: .75rem;
}

.ui-datepicker {
  z-index: 1060 !important;
}

.disabled-container {
  opacity: 0.3;
}

.choose-rank-survey .ranking-option .card-block {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.choose-rank-survey .ranking-option label {
  padding-left: 1em;
  padding-right: 1em;
  flex-basis: 100%;
  cursor: move;
}

.simple-html-editor .simple-html-editor-interface .group {
  display: block;
  float: left;
}
.simple-html-editor .simple-html-editor-interface .group .item {
  font-size: 0.75rem;
  padding: 0.375rem 0.5rem;
  color: #666;
  width: 31px;
  float: left;
}
.simple-html-editor .simple-html-editor-interface .group .item:hover {
  background-color: #dfdfdf;
  cursor: pointer;
}
.simple-html-editor .simple-html-editor-interface .menu-box {
  float: left;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}
.simple-html-editor .simple-html-editor-content {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0.375rem 0.75rem;
  min-height: 10em;
}
.simple-html-editor .simple-html-editor-content:focus {
  border-color: #66afe9;
  outline: none;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.simple-html-editor .max-char-count {
  float: right;
  font-size: 80%;
}
.simple-html-editor .max-char-count.max-reached {
  color: #7f0000;
  font-weight: bold;
}
.simple-html-editor textarea {
  display: none;
}

.photo-picker-search .modal-dialog {
  bottom: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.photo-picker-search .modal-header {
  border: none;
  height: 40px;
}
.photo-picker-search .modal-body {
  overflow-y: auto;
  padding: 15px;
  margin-bottom: 25px;
  max-height: 75vh;
}
.photo-picker-search .modal-content {
  box-shadow: none;
}
.photo-picker-search .photo-picker-search-loading {
  margin: 1rem;
  width: 100%;
  text-align: center;
}
.photo-picker-search .photo-picker-search-loading span {
  color: #434343;
}
.photo-picker-search .photo-picker-search-button {
  position: absolute;
  left: 25px;
  top: 23px;
}
.photo-picker-search .photo-picker-search-button i {
  font-size: 40px;
  color: #aaa;
  top: 3px;
  position: relative;
  line-height: 1.1;
}
.photo-picker-search .photo-picker-search-query {
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  height: 45px;
  border: none;
  background-color: #dfdfdf;
  margin-bottom: 20px;
  box-shadow: none;
  color: #666;
  font-size: 24px;
  font-style: italic;
  line-height: 30px;
  padding: 10px 10px 10px 60px;
}
@media (max-width: 400px) {
  .photo-picker-search .photo-picker-search-query {
    font-size: 18px;
  }
}
.photo-picker-search .photo-picker-search-result-container {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.photo-picker-search .photo-picker-thumbnail {
  display: inline-block;
  vertical-align: top;
}
.photo-picker-search .photo-picker-thumbnail img {
  height: 150px;
  margin-bottom: 0.5rem;
}
.photo-picker-search .photo-picker-preview {
  background: #eeeeee;
  position: absolute;
  top: auto;
  left: 25px;
  right: 25px;
  text-align: left;
  overflow: hidden;
  height: 370px;
  text-align: center;
}
@media (max-width: 480px) {
  .photo-picker-search .photo-picker-preview {
    height: 310px;
  }
}
.photo-picker-search .photo-picker-preview .preview-img {
  height: 260px;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .photo-picker-search .photo-picker-preview .preview-img {
    height: 170px;
  }
}
@media (max-width: 320px) {
  .photo-picker-search .photo-picker-preview .preview-img {
    height: 150px;
  }
}
.photo-picker-search .photo-picker-preview .caption {
  margin-top: 10px;
  overflow: hidden;
}
.photo-picker-search .photo-picker-preview .caption .btn {
  margin-bottom: 10px;
}
@media (max-width: 320px) {
  .photo-picker-search .photo-picker-preview .caption .btn {
    box-sizing: border-box;
    width: 80%;
  }
}
.photo-picker-search .photo-picker-preview .caption .btn-select {
  background: #fff;
  color: #414141;
}
.photo-picker-search .photo-picker-preview .caption .btn-select:hover, .photo-picker-search .photo-picker-preview .caption .btn-select:active, .photo-picker-search .photo-picker-preview .caption .btn-select:focus {
  background: #ddd;
  color: #414141;
}
.photo-picker-search .photo-picker-preview .attribution {
  font-size: 11px;
}
.photo-picker-search .photo-picker-preview .attribution.license-4, .photo-picker-search .photo-picker-preview .attribution.license-5, .photo-picker-search .photo-picker-preview .attribution.license-6 {
  display: block;
}
.photo-picker-search .photo-picker-preview .creative-commons {
  width: 15px !important;
  height: 15px !important;
}
.photo-picker-search .photo-picker-results-more {
  text-align: center;
  margin-bottom: 30px;
}

.container, .challenge-header .challenge-pfa .challenge-pfa-container, body > div.container .site-wrapper > .main-content, body > div.container .site-wrapper > footer, .main-navigation .navbar, .pfa-inner-container {
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
}
.container:before, .challenge-header .challenge-pfa .challenge-pfa-container:before, body > div.container .site-wrapper > .main-content:before, body > div.container .site-wrapper > footer:before, .main-navigation .navbar:before, .pfa-inner-container:before, .container:after, .challenge-header .challenge-pfa .challenge-pfa-container:after, body > div.container .site-wrapper > .main-content:after, body > div.container .site-wrapper > footer:after, .main-navigation .navbar:after, .pfa-inner-container:after {
  content: " ";
  display: table;
}
.container:after, .challenge-header .challenge-pfa .challenge-pfa-container:after, body > div.container .site-wrapper > .main-content:after, body > div.container .site-wrapper > footer:after, .main-navigation .navbar:after, .pfa-inner-container:after {
  clear: both;
}
@media (min-width: 570px) {
  .container, .challenge-header .challenge-pfa .challenge-pfa-container, body > div.container .site-wrapper > .main-content, body > div.container .site-wrapper > footer, .main-navigation .navbar, .pfa-inner-container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container, .challenge-header .challenge-pfa .challenge-pfa-container, body > div.container .site-wrapper > .main-content, body > div.container .site-wrapper > footer, .main-navigation .navbar, .pfa-inner-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container, .challenge-header .challenge-pfa .challenge-pfa-container, body > div.container .site-wrapper > .main-content, body > div.container .site-wrapper > footer, .main-navigation .navbar, .pfa-inner-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container, .challenge-header .challenge-pfa .challenge-pfa-container, body > div.container .site-wrapper > .main-content, body > div.container .site-wrapper > footer, .main-navigation .navbar, .pfa-inner-container {
    width: 1170px;
  }
}

@media (max-width: 991px) {
  .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 570px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }

  .col-xl-1 {
    width: 8.33333%;
  }

  .col-xl-2 {
    width: 16.66667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.33333%;
  }

  .col-xl-5 {
    width: 41.66667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.33333%;
  }

  .col-xl-8 {
    width: 66.66667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.33333%;
  }

  .col-xl-11 {
    width: 91.66667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.33333%;
  }

  .col-xl-pull-2 {
    right: 16.66667%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-4 {
    right: 33.33333%;
  }

  .col-xl-pull-5 {
    right: 41.66667%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-7 {
    right: 58.33333%;
  }

  .col-xl-pull-8 {
    right: 66.66667%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-10 {
    right: 83.33333%;
  }

  .col-xl-pull-11 {
    right: 91.66667%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.33333%;
  }

  .col-xl-push-2 {
    left: 16.66667%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-4 {
    left: 33.33333%;
  }

  .col-xl-push-5 {
    left: 41.66667%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-7 {
    left: 58.33333%;
  }

  .col-xl-push-8 {
    left: 66.66667%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-10 {
    left: 83.33333%;
  }

  .col-xl-push-11 {
    left: 91.66667%;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0%;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
[class*="-push-"],
[class*="-pull-"] {
  position: relative;
}

@media (min-width: 768px) {
  .row-centered {
    display: table;
    table-layout: fixed;
    padding: 0;
  }
  .row-centered:before, .row-centered:after {
    content: '';
    display: table-cell;
  }

  .col-centered {
    float: none;
    display: table-cell;
  }
}
.avatar {
  border-radius: 50%;
  border: 2px solid #ebeef2;
  background-color: #ebeef2;
  position: relative;
  overflow: hidden;
}

.avatar-xs {
  width: 34px;
  height: 34px;
  max-width: 34px;
  max-height: 34px;
  overflow: hidden;
}

.avatar-sm {
  width: 43px;
  height: 43px;
  max-width: 43px;
  max-height: 43px;
  overflow: hidden;
}

.avatar-md {
  width: 70px;
  height: 70px;
  max-width: 70px;
  max-height: 70px;
  overflow: hidden;
}

.avatar-lg {
  width: 94px;
  height: 94px;
  max-width: 94px;
  max-height: 94px;
  overflow: hidden;
}

.avatar-xl {
  width: 164px;
  height: 164px;
  max-width: 164px;
  max-height: 164px;
  overflow: hidden;
}

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

.crop-container {
  position: relative;
  overflow: hidden;
}
.crop-container .crop-img {
  position: absolute;
  bottom: 0;
}

.landscape {
  height: 9rem;
}

.aspect-4by4 {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  display: block;
}
.aspect-4by4 > .aspect-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aspect-4by4 > .aspect-container .chart,
.aspect-4by4 > .aspect-container .chart_region > div {
  height: 100%;
  position: relative;
}
.aspect-4by4 > .aspect-container .chart .highcharts-container,
.aspect-4by4 > .aspect-container .chart_region > div .highcharts-container {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute !important;
  margin: auto;
}

.aspect-4by3 {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  display: block;
}
.aspect-4by3 > .aspect-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aspect-4by3 > .aspect-container .chart,
.aspect-4by3 > .aspect-container .chart_region > div {
  height: 100%;
  position: relative;
}
.aspect-4by3 > .aspect-container .chart .highcharts-container,
.aspect-4by3 > .aspect-container .chart_region > div .highcharts-container {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute !important;
  margin: auto;
}

.aspect-16by9, .video_embed, .video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
}
.aspect-16by9 > .aspect-container, .video_embed > .aspect-container, .video-wrapper > .aspect-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aspect-16by9 > .aspect-container .chart,
.aspect-16by9 > .aspect-container .chart_region > div, .video_embed > .aspect-container .chart,
.video_embed > .aspect-container .chart_region > div, .video-wrapper > .aspect-container .chart,
.video-wrapper > .aspect-container .chart_region > div {
  height: 100%;
  position: relative;
}
.aspect-16by9 > .aspect-container .chart .highcharts-container,
.aspect-16by9 > .aspect-container .chart_region > div .highcharts-container, .video_embed > .aspect-container .chart .highcharts-container,
.video_embed > .aspect-container .chart_region > div .highcharts-container, .video-wrapper > .aspect-container .chart .highcharts-container,
.video-wrapper > .aspect-container .chart_region > div .highcharts-container {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute !important;
  margin: auto;
}

.video_embed iframe,
.video_embed object,
.video_embed embed,
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-arrow {
  position: relative;
}
.img-arrow:after {
  content: '';
  width: 0;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  pointer-events: none;
}
.img-arrow.left {
  border-radius: 0.25rem 0 0 0.25rem;
}
.img-arrow.left:after {
  left: 100%;
  border-width: 1em 0 1em .5em;
}

.current {
  color: #666;
}

.text-image {
  margin: 0 auto 0.5rem;
}
.text-image > * {
  font-size: inherit;
  line-height: 2;
  text-align: center;
  display: block;
}
.text-image.img-circle {
  border-radius: 50%;
}
.text-image.img-circle.xl, .text-image.img-circle.lg, .text-image.img-circle.md, .text-image.img-circle.sm {
  height: 2em;
  width: 2em;
}
.text-image.img-circle.xl > *, .text-image.img-circle.lg > *, .text-image.img-circle.md > *, .text-image.img-circle.sm > * {
  width: 2em;
}
.text-image.img-circle.xl > svg, .text-image.img-circle.lg > svg, .text-image.img-circle.md > svg, .text-image.img-circle.sm > svg {
  height: 2em;
}
.text-image.xl {
  font-size: 4.8em;
}
.text-image.lg {
  font-size: 3em;
}
.text-image.md {
  font-size: 2em;
}
.text-image.sm {
  font-size: 1em;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .form-control, .input-group .taginputcontainer {
  position: relative;
  z-index: 1040;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .taginputcontainer:focus, .input-group .form-control:active, .input-group .taginputcontainer:active, .input-group .form-control:hover, .input-group .taginputcontainer:hover {
  z-index: 1041;
}

.input-group-addon,
.input-group .form-control,
.input-group .taginputcontainer {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .taginputcontainer:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-btn {
  display: table-cell;
}
.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.35;
  color: #666;
  text-align: center;
  background-color: #dfdfdf;
  border: 0.06667rem solid #ccc;
  border-radius: 0.25rem;
  height: 2.26667rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.86667rem;
  border-radius: 0.2rem;
  height: 1.91667rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.4rem;
  border-radius: 0.3rem;
  height: 3.43333rem;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group-addon label {
  margin: 0;
}

.input-group .form-control:first-child, .input-group .taginputcontainer:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group .taginputcontainer:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
  height: 2.26667rem;
}
.input-group-btn > .btn + .btn {
  margin-left: -0.06667rem;
}
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -0.06667rem;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -0.06667rem;
}
.input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn:hover,
.input-group-btn:last-child > .btn-group:focus,
.input-group-btn:last-child > .btn-group:active,
.input-group-btn:last-child > .btn-group:hover {
  z-index: 3;
}

.input-group-clear .input-group-addon {
  border: 0;
  background-color: transparent;
}
.input-group-clear > .form-control:not(:first-child):not(:last-child), .input-group-clear > .taginputcontainer:not(:first-child):not(:last-child) {
  border-radius: 0.25rem;
}
.input-group-clear.form-control-sm > .form-control:not(:first-child):not(:last-child), .input-group-sm > .input-group-clear.form-control > .form-control:not(:first-child):not(:last-child), .input-group-sm > .input-group-clear.taginputcontainer > .form-control:not(:first-child):not(:last-child),
.input-group-sm > .input-group-clear.input-group-addon > .form-control:not(:first-child):not(:last-child),
.input-group-sm > .input-group-btn > .input-group-clear.btn > .form-control:not(:first-child):not(:last-child), .input-group-clear.form-control-sm > .taginputcontainer:not(:first-child):not(:last-child), .input-group-sm > .input-group-clear.form-control > .taginputcontainer:not(:first-child):not(:last-child), .input-group-sm > .input-group-clear.taginputcontainer > .taginputcontainer:not(:first-child):not(:last-child),
.input-group-sm > .input-group-clear.input-group-addon > .taginputcontainer:not(:first-child):not(:last-child),
.input-group-sm > .input-group-btn > .input-group-clear.btn > .taginputcontainer:not(:first-child):not(:last-child) {
  border-radius: 0.2rem;
}
.input-group-clear.form-control-lg > .form-control:not(:first-child):not(:last-child), .input-group-lg > .input-group-clear.form-control > .form-control:not(:first-child):not(:last-child), .input-group-lg > .input-group-clear.taginputcontainer > .form-control:not(:first-child):not(:last-child),
.input-group-lg > .input-group-clear.input-group-addon > .form-control:not(:first-child):not(:last-child),
.input-group-lg > .input-group-btn > .input-group-clear.btn > .form-control:not(:first-child):not(:last-child), .input-group-clear.form-control-lg > .taginputcontainer:not(:first-child):not(:last-child), .input-group-lg > .input-group-clear.form-control > .taginputcontainer:not(:first-child):not(:last-child), .input-group-lg > .input-group-clear.taginputcontainer > .taginputcontainer:not(:first-child):not(:last-child),
.input-group-lg > .input-group-clear.input-group-addon > .taginputcontainer:not(:first-child):not(:last-child),
.input-group-lg > .input-group-btn > .input-group-clear.btn > .taginputcontainer:not(:first-child):not(:last-child) {
  border-radius: 0.3rem;
}

.label {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 90%;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.25rem;
  font-weight: bold;
}
.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-pill {
  color: #fff;
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.label-default {
  background-color: #aaa;
  color: #434343;
}
.label-default[href]:focus, .label-default[href]:hover {
  background-color: #919191;
}

.label-success {
  background-color: #a6ce39;
  color: #fff;
}
.label-success[href]:focus, .label-success[href]:hover {
  background-color: #88aa2a;
}

.label-info {
  background-color: #d9edf7;
  color: #fff;
}
.label-info[href]:focus, .label-info[href]:hover {
  background-color: #afd9ee;
}

.label-warning {
  background-color: #ffd503;
  color: #434343;
}
.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #cfad00;
}

.label-danger {
  background-color: #f2dede;
  color: #fff;
}
.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #e4b9b9;
}

.likert-head {
  font-weight: bold;
}

.activity-group-likert .likert-voting {
  clear: both;
  padding-bottom: 20px;
  padding-top: 5px;
  border-bottom: 1px solid #dfdfdf;
  list-style-type: none;
  margin-bottom: 1rem;
}
.activity-group-likert .likert-voting li .help-inline {
  margin-top: -25px;
}
.activity-group-likert .likert-voting li label {
  margin-bottom: 25px;
}
.activity-group-likert .likert-voting li .likert-scale {
  height: 7px;
  list-style-type: none;
  margin-left: 0;
}
.activity-group-likert .likert-voting li .likert-scale li {
  float: left;
  text-align: center;
  margin-top: -13px;
  position: relative;
  overflow: hidden;
}
.activity-group-likert .likert-voting li .likert-scale li:first-child:nth-last-child(1), .activity-group-likert .likert-voting li .likert-scale li:first-child:nth-last-child(1) ~ li {
  width: 100%;
}
.activity-group-likert .likert-voting li .likert-scale li:first-child:nth-last-child(2), .activity-group-likert .likert-voting li .likert-scale li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.activity-group-likert .likert-voting li .likert-scale li:first-child:nth-last-child(3), .activity-group-likert .likert-voting li .likert-scale li:first-child:nth-last-child(3) ~ li {
  width: 33.33333%;
}
.activity-group-likert .likert-voting li .likert-scale li:first-child:nth-last-child(4), .activity-group-likert .likert-voting li .likert-scale li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
.activity-group-likert .likert-voting li .likert-scale li:first-child:nth-last-child(5), .activity-group-likert .likert-voting li .likert-scale li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}
.activity-group-likert .likert-voting li .likert-scale li:first-child:nth-last-child(6), .activity-group-likert .likert-voting li .likert-scale li:first-child:nth-last-child(6) ~ li {
  width: 16.66667%;
}
.activity-group-likert .likert-voting li .likert-scale li label {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 12px;
  display: block;
}
.activity-group-likert .likert-voting li .likert-scale li input {
  width: 15px;
  height: 15px;
  position: relative;
  z-index: 101;
  top: 3px;
  margin-bottom: 1rem;
}
.activity-group-likert .likert-voting li .likert-scale li input:disabled:after {
  position: absolute;
  content: '';
  display: block;
  background-color: #eceeef;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 50%;
  top: 50%;
  bottom: 50%;
  border: 1px solid #b2b2b2;
}
.activity-group-likert .likert-voting li .likert-scale li.smallScale {
  width: 180px;
}
.activity-group-likert .likert-voting li .likert-scale li.middle:after, .activity-group-likert .likert-voting li .likert-scale li.first:after {
  border-top: 6px solid #666;
  content: "";
  position: absolute;
  width: 100%;
  top: 11px;
  z-index: 100;
  left: 50%;
}
.activity-group-likert .likert-voting li .likert-scale li.middle:before, .activity-group-likert .likert-voting li .likert-scale li.last:before {
  border-bottom: 6px solid #666;
  content: "";
  position: absolute;
  width: 100%;
  top: 11px;
  z-index: 100;
  right: 50%;
}
.activity-group-likert.likert-na li ul.likert-scale li:nth-last-of-type(2):after {
  border-top: 0;
}
.activity-group-likert.likert-na li ul.likert-scale li.last:before {
  border-bottom: 0;
}

@media (max-width: 480px) {
  .activity-group-likert .likert-voting li ul.likert-scale li label {
    font-size: 8px;
  }
}
.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -0.06667rem;
  background-color: #fff;
  border: 0.06667rem solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #aaa;
  cursor: default;
  background-color: #dfdfdf;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #aaa;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .card.tile .list-group-item-heading > .card-published,
.card.tile .list-group-item.active .list-group-item-heading > .card-published, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .card.tile .list-group-item-heading > .card-published,
.card.tile .list-group-item.active:focus .list-group-item-heading > .card-published, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .card.tile .list-group-item-heading > .card-published,
.card.tile .list-group-item.active:hover .list-group-item-heading > .card-published {
  color: inherit;
}

.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  border-width: 1px 0 0;
}

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit;
}
.list-group-item-action .list-group-item-heading {
  color: #333;
}
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item-success {
  color: #a6ce39;
  background-color: #a6ce39;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #a6ce39;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #a6ce39;
  background-color: #98be2f;
}
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #a6ce39;
  border-color: #a6ce39;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #4b4b4b;
  background-color: #ffd503;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #4b4b4b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #4b4b4b;
  background-color: #e9c200;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #4b4b4b;
  border-color: #4b4b4b;
}

.list-group-item-danger {
  color: #7f0000;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #7f0000;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #7f0000;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #7f0000;
  border-color: #7f0000;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.list-state-selected {
  background-color: rgba(218, 235, 224, 0.25);
}

.list-state-not_selected {
  background-color: rgba(200, 200, 200, 0.25);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
@media (min-width: 570px) {
  .media [class*="col-"].media-left, .media [class*="col-"].media-right, .media [class*="col-"].media-body {
    float: none;
  }
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-full {
  width: 10000px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right {
  padding-left: 10px;
  white-space: nowrap;
}

.media-left {
  padding-right: 10px;
}

.media-auto {
  display: table;
  margin: 0 auto;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1080;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.45;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 570px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: inline-block;
  word-break: normal;
  white-space: nowrap;
}
.nav-link > * {
  margin: 0;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #aaa;
}
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
  color: #aaa;
  cursor: default;
  background-color: transparent;
}

.nav-tabs {
  border-bottom: 2px solid #fff;
}
.nav-tabs:before, .nav-tabs:after {
  content: " ";
  display: table;
}
.nav-tabs:after {
  clear: both;
}
.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs .nav-item + .nav-item {
  margin-left: 0.2rem;
}
@media (max-width: 767px) {
  .nav-tabs .nav-item {
    float: none;
    display: block;
    margin-bottom: 0.2rem;
  }
  .nav-tabs .nav-item + .nav-item {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .nav-tabs .nav-item {
    float: none;
    display: block;
    margin-bottom: 0.2rem;
  }
  .nav-tabs .nav-item + .nav-item {
    margin-left: 0;
  }
}
.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  background-color: #dfdfdf;
  text-decoration: none;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  background-color: #dfdfdf;
  border-color: transparent transparent transparent;
  text-decoration: none;
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: #aaa;
  background-color: #f8f8f8;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.active .nav-link,
.nav-tabs .nav-item.active .nav-link:focus,
.nav-tabs .nav-item.active .nav-link:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #666;
  background-color: #fff;
  border-color: transparent transparent transparent;
}
.nav-tabs > .table > tbody:first-child > tr:first-child th,
.nav-tabs > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.nav-tabs + .tab-content .tab-pane > .card,
.nav-tabs + .tab-content .tab-pane > .table-bordered,
.nav-tabs + .tab-content .tab-pane > .list-group,
.nav-tabs + .tab-content .tab-pane > .table-responsive > .table-bordered,
.nav-tabs + .tab-content .tab-pane > .table-responsive {
  border-top: 0;
}

.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-justified > .nav-item {
  float: none;
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}
.nav-justified > .nav-item .nav-link {
  text-align: center;
}
.nav-justified > .nav-item:not(:first-child) .nav-link {
  margin-left: 0.2rem;
}
.nav-justified .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-pills:before, .nav-pills:after {
  content: " ";
  display: table;
}
.nav-pills:after {
  clear: both;
}
.nav-pills .nav-item {
  float: left;
}
.nav-pills .nav-item + .nav-item {
  margin-left: 0.2rem;
}
.nav-pills .nav-item.disabled .nav-link {
  color: #aaa;
}
.nav-pills .nav-item.disabled .nav-link, .nav-pills .nav-item.disabled .nav-link:focus, .nav-pills .nav-item.disabled .nav-link:hover {
  color: #aaa;
  cursor: default;
  background-color: transparent;
}
.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.2rem;
}
.nav-pills .nav-item .nav-link:focus, .nav-pills .nav-item .nav-link:hover {
  color: #285f8f;
  background-color: #f5f5f5;
}
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
}

.nav-stacked .nav-item {
  display: block;
  float: none;
  margin-bottom: .2rem;
}
.nav-stacked .nav-item + .nav-item {
  margin-left: 0;
}
.nav-stacked .nav-item .nav .nav-item {
  margin-bottom: 0;
}
.nav-stacked .nav-item .nav .nav-item .nav-link {
  padding: .5em 1em .5em 2em;
}
.nav-stacked .nav-category {
  padding: 0.75rem;
  margin: 0;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-icon {
  font-size: 1.714rem;
  line-height: 1.1;
}

.navbar {
  position: relative;
  padding: 0 1rem;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}

@media (min-width: 570px) {
  .navbar-full {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 570px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}
@media (min-width: 570px) {
  .navbar-sticky-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  padding-top: .75rem;
  padding-bottom: .75rem;
  margin-right: 1rem;
  font-size: 1.4rem;
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}

.navbar-nav .navbar-divider:first-child {
  border-left: 1px solid #ddd;
}
.navbar-nav .navbar-divider {
  border-right: 1px solid #ddd;
}

.navbar-toggler {
  padding: 1rem 1rem;
  font-size: 1.4rem;
  line-height: 1;
  background: none;
  border: 0.06667rem solid transparent;
  border-radius: 1.175rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

@media (min-width: 570px) {
  .navbar-toggleable-xs .navbar-nav {
    display: block !important;
  }
}
@media (max-width: 569px) {
  .navbar-toggleable-xs .navbar-nav {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    clear: both;
  }
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    width: 100%;
    display: block;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm .navbar-nav {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    clear: both;
  }
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    width: 100%;
    display: block;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md .navbar-nav {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    clear: both;
  }
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    width: 100%;
    display: block;
  }
}

.navbar-nav .nav-item {
  float: left;
}
.navbar-nav .nav-link {
  display: block;
  padding: 1rem;
}

.nav-icon .nav-link {
  cursor: pointer;
  padding: 1rem 1rem;
}
.nav-icon .nav-link:not(.collapsed) {
  color: #aaa;
}

.navbar-btn.btn {
  margin: .5rem 0;
}
.navbar-btn.btn-xs {
  margin: 1rem 0;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin: .75rem 0;
}
.navbar-btn.btn-lg, .btn-group-lg > .navbar-btn.btn {
  margin: .1rem 0;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-toggler {
  color: #666;
}
.navbar-light .navbar-nav .nav-link {
  color: #666;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  background-color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-nav .navbar-divider {
  border-color: "rgba(0,0,0,.075)";
}
@media (max-width: 991px) {
  .navbar-light .nav-item .dropdown-item {
    color: #666;
  }
  .navbar-light .nav-item .dropdown-item:focus, .navbar-light .nav-item .dropdown-item:hover {
    color: rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.3);
  }
  .navbar-light .nav-item .dropdown-divider {
    background-color: "rgba(0,0,0,.075)";
  }
}

.navbar-dark .navbar-brand {
  color: #eee;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #eee;
}
.navbar-dark .navbar-toggler {
  color: #dfdfdf;
}
.navbar-dark .navbar-nav .nav-link {
  color: #dfdfdf;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: #666;
}
.navbar-dark .navbar-nav .open > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.active {
  background-color: #666;
}
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: #eee;
}
.navbar-dark .navbar-nav .navbar-divider {
  border-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 991px) {
  .navbar-dark .nav-item .dropdown-item {
    color: #dfdfdf;
  }
  .navbar-dark .nav-item .dropdown-item:focus, .navbar-dark .nav-item .dropdown-item:hover {
    color: #eee;
    background-color: #666;
  }
  .navbar-dark .nav-item .dropdown-divider {
    background-color: rgba(255, 255, 255, 0.075);
  }
}

.search-bg .navbar-brand {
  color: #aaa;
}
.search-bg .navbar-brand:focus, .search-bg .navbar-brand:hover {
  color: #aaa;
}
.search-bg .navbar-toggler {
  color: #666;
}
.search-bg .navbar-nav .nav-link {
  color: #666;
}
.search-bg .navbar-nav .nav-link:focus, .search-bg .navbar-nav .nav-link:hover {
  color: #aaa;
  background-color: transparent;
}
.search-bg .navbar-nav .open > .nav-link,
.search-bg .navbar-nav .active > .nav-link,
.search-bg .navbar-nav .nav-link.open,
.search-bg .navbar-nav .nav-link.active {
  background-color: transparent;
}
.search-bg .navbar-nav .open > .nav-link, .search-bg .navbar-nav .open > .nav-link:focus, .search-bg .navbar-nav .open > .nav-link:hover,
.search-bg .navbar-nav .active > .nav-link,
.search-bg .navbar-nav .active > .nav-link:focus,
.search-bg .navbar-nav .active > .nav-link:hover,
.search-bg .navbar-nav .nav-link.open,
.search-bg .navbar-nav .nav-link.open:focus,
.search-bg .navbar-nav .nav-link.open:hover,
.search-bg .navbar-nav .nav-link.active,
.search-bg .navbar-nav .nav-link.active:focus,
.search-bg .navbar-nav .nav-link.active:hover {
  color: #aaa;
}
.search-bg .navbar-nav .navbar-divider {
  border-color: "rgba(0,0,0,.075)";
}
@media (max-width: 991px) {
  .search-bg .nav-item .dropdown-item {
    color: #666;
  }
  .search-bg .nav-item .dropdown-item:focus, .search-bg .nav-item .dropdown-item:hover {
    color: #aaa;
    background-color: transparent;
  }
  .search-bg .nav-item .dropdown-divider {
    background-color: "rgba(0,0,0,.075)";
  }
}

.bg-admin-nav {
  background-color: #222;
  border-bottom: 1px solid #080808;
}

.navbar-default {
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
}

.notifications {
  z-index: 1060;
}
.notifications.top-right {
  position: fixed;
  top: 1.7rem;
  right: 1.7rem;
}
.notifications .close {
  margin-left: 1rem;
}

.notifications-container .left-col {
  padding: 0;
}
.notifications-container .left-col .notifications-help {
  background-color: #fff;
  border: 1px solid #434343;
  text-align: center;
}
.notifications-container .left-col .notifications-help .help {
  padding: 0.5em 2em;
}
.notifications-container .left-col .notifications-help .help h3 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #292929;
}
.notifications-container .left-col, .notifications-container .right-col {
  position: static;
}
.notifications-container .left-col.sticky, .notifications-container .right-col.sticky {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
}
@media (max-width: 767px) {
  .notifications-container .main-feed-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.notifications-container .main-feed-container .notifications-container-contents {
  padding: 0;
}
.notifications-container .main-feed-container .notifications-container-contents li {
  width: 100%;
  background-color: #fff;
  padding: 0.5em;
  margin-bottom: 0.5em;
  min-height: 90px;
  display: flex;
}
.notifications-container .main-feed-container .notifications-container-contents li .contents {
  display: flex;
  align-items: stretch;
  flex-grow: 1;
  min-width: 1px;
}
.notifications-container .main-feed-container .notifications-container-contents li .contents:focus .message-image, .notifications-container .main-feed-container .notifications-container-contents li .contents:hover .message-image {
  color: #0c6dc4;
}
.notifications-container .main-feed-container .notifications-container-contents li .contents .message-image {
  height: 60px;
  width: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 0.75em;
  margin-right: 1.25em;
}
.notifications-container .main-feed-container .notifications-container-contents li .contents .message-image img {
  height: 60px;
  width: 60px;
}
.notifications-container .main-feed-container .notifications-container-contents li .contents .message-image .badge-icon {
  margin-top: 0;
}
.notifications-container .main-feed-container .notifications-container-contents li .contents .message-image .points-icon {
  height: 32px;
  width: 32px;
}
.notifications-container .main-feed-container .notifications-container-contents li .contents .message-message {
  flex-grow: 1;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-width: 1px;
}
.notifications-container .main-feed-container .notifications-container-contents li .contents .message-message .title {
  font-weight: bold;
}
.notifications-container .main-feed-container .notifications-container-contents li .contents .message-message .message-date {
  text-align: right;
  color: #aaa;
  align-self: flex-end;
  display: inline-block;
}
.notifications-container .main-feed-container .notifications-container-contents li .contents .message-message .message-date:hover, .notifications-container .main-feed-container .notifications-container-contents li .contents .message-message .message-date:focus {
  color: #aaa;
  text-decoration: none;
}
.notifications-container .main-feed-container .notifications-container-contents li .contents .message-message .message-date time {
  display: inline-block;
}
.notifications-container .main-feed-container .notifications-container-contents li .contents .message-message .message-date time:hover, .notifications-container .main-feed-container .notifications-container-contents li .contents .message-message .message-date time:focus {
  color: #aaa;
  text-decoration: none;
}
.notifications-container .main-feed-container .notifications-container-contents li .contents .message-message button {
  margin-top: 2em;
}
.notifications-container .main-feed-container .notifications-container-contents li.unseen-notifications-header, .notifications-container .main-feed-container .notifications-container-contents li.seen-notifications-header {
  background-color: transparent;
  padding: 0.5em 0 0.5em 0.5em;
  margin-bottom: 0;
  min-height: inherit;
  font-weight: bold;
  font-size: 110%;
  align-items: center;
}
.notifications-container .main-feed-container .notifications-container-contents li.unseen-notifications-header .rule, .notifications-container .main-feed-container .notifications-container-contents li.seen-notifications-header .rule {
  margin-left: 1em;
  flex-grow: 1;
}
.notifications-container .main-feed-container .notifications-container-contents li.unseen-notifications-header .rule hr, .notifications-container .main-feed-container .notifications-container-contents li.seen-notifications-header .rule hr {
  border-top: 2px solid #aaa;
}
.notifications-container .main-feed-container .notifications-container-contents .search-spinner {
  font-size: 30px;
  text-align: center;
  display: block;
  width: 100%;
}
.notifications-container .main-feed-container .notifications-container-contents .empty-feed-tile {
  display: block;
}
.notifications-container .main-feed-container .notifications-container-contents .empty-feed-tile header {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-color: #dfdfdf;
  margin: auto;
  vertical-align: middle;
  line-height: 200px;
  font-size: 5em;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}

.page-item {
  display: inline;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
}
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  color: #aaa;
  pointer-events: none;
  cursor: default;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  text-decoration: none;
  background-color: #fff;
  border: 0.06667rem solid #ddd;
  color: #0c6dc4;
}
.page-link:focus, .page-link:hover {
  color: #08457c;
  background-color: #dfdfdf;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.4rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.86667rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  border: none;
  background: #dfdfdf none;
}

.progress-bar {
  display: inline-block;
  text-indent: -999rem;
  float: left;
  height: 1rem;
}

.progress[width^="0"] {
  min-width: 2rem;
  color: #aaa;
  background-color: transparent;
  background-image: none;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 1rem 1rem;
}

.progress-animated .progress-bar-striped {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-group {
  width: 100%;
  position: relative;
  display: table;
}
.progress-group.sm .progress-addon {
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.progress-group.sm .progress,
.progress-group.sm .progress-bar {
  height: 5px;
}
.progress-group.md .progress-addon {
  height: 45px;
  width: 45px;
  line-height: 45px;
}
.progress-group.md .progress,
.progress-group.md .progress-bar {
  height: 11.25px;
}
.progress-group.lg .progress-addon {
  height: 60px;
  width: 60px;
  line-height: 60px;
}
.progress-group.lg .progress,
.progress-group.lg .progress-bar {
  height: 15px;
}
.progress-group .progress,
.progress-group .progress-bar {
  margin: 0;
}

.progress-addon {
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  z-index: 1040;
  position: relative;
}

.progress-addon:first-child {
  margin-right: -2px;
}

.progress-addon:last-child {
  margin-left: -2px;
  background-color: #dfdfdf;
}

.progress-section {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.progress-control.disabled {
  background-color: #dfdfdf;
}
.progress-control.expired {
  background-color: #aaa;
}
.progress-control.required::after {
  content: '';
}

.progress .progress-handle {
  border-radius: 0;
  background: #00aacc;
  border: none;
  width: 70px;
  height: 43px;
  top: -70px;
  margin-left: -35px;
  text-align: center;
  padding: 5px 0 0;
  z-index: 1041;
}
.progress .progress-handle [data-attr|="supportValue"] {
  font-family: "Facit", Arial, sans-serif;
  font-size: 24px;
  color: #fff;
}
.progress .progress-handle .space-block {
  height: 15px;
  background: #fff;
  width: 100%;
}
.progress .progress-handle .support-handle-footer {
  left: 0;
  right: 0;
  border-top: 17px solid #fff;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
}
.progress .progress-handle .support-handle-footer .icon {
  height: 20px;
  width: 15px;
  top: -30px;
  left: -8px;
  position: relative;
}

.progress-bar-success.progress-bar {
  background-color: #a6ce39;
}

.progress-bar-info.progress-bar {
  background-color: #d9edf7;
}

.progress-bar-warning.progress-bar {
  background-color: #ffd503;
}

.progress-bar-danger.progress-bar {
  background-color: #f2dede;
}

.progress-expired.progress-bar {
  background-color: #aaa;
}

.slider-control-group {
  overflow: hidden;
  margin-bottom: 1rem;
}
.slider-control-group .activity-group {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.slider-control-group .slider-activity {
  overflow: inherit;
  height: inherit;
  float: none;
  position: inherit;
  width: 100%;
  display: table;
}
.slider-control-group .slider-activity .slider-container {
  width: 100%;
  padding: 8px 10%;
  vertical-align: middle;
}
.slider-control-group .slider-activity .slider-container .slider-cover {
  display: none;
}
.slider-control-group .slider-activity .slider-container .ui-slider-handle {
  background: #666;
  border-radius: 50%;
  width: 1.7em;
  height: 1.7em;
  top: -.55em;
  margin-left: -0.85em;
  cursor: pointer;
}
.slider-control-group .slider-activity .slider-container .ui-slider-handle:focus {
  outline: none;
}
.slider-control-group .slider-activity .slider-container .ui-slider-handle.ui-state-hover {
  border: 1px solid #434343;
}
.slider-control-group .slider-activity .slider-container .ui-slider-range {
  background: rgba(102, 102, 102, 0.3);
}
.slider-control-group .slider-activity .slider-container .ui-widget-content {
  border-color: #666;
}
.slider-control-group .slider-activity .slide-labels {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #666;
}
.slider-control-group .slider-activity .slide-labels .slide-label {
  padding-top: 1em;
  font-size: 110%;
  max-width: 200px;
  text-align: center;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.slider-control-group .checkbox {
  clear: both;
}
.slider-control-group .form-actions {
  border: 0;
  padding-top: 10px;
}
.slider-control-group .slider-na {
  display: none;
}
.slider-control-group.na-option .slider-na {
  display: table;
  padding: 10px 20px 0 20px;
  width: 11%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
.slider-control-group.na-option .slider-na label {
  display: table-cell;
  font-size: 14px;
}
.slider-control-group.na-option .slider-na label.checkbox {
  clear: none;
  margin-top: 0;
}
.slider-control-group.na-option .slider-na label.checkbox label {
  padding-left: 20px;
}
.slider-control-group.na-option .slider-na label.checkbox input[type="checkbox"] {
  margin-left: 0;
}

.show-group .ui-state-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}
.show-group .ui-slider-handle {
  cursor: auto;
  outline: none;
}
.show-group .slider-cover {
  display: none;
}

@media (min-width: 1200px) {
  .slider-control-group .slider-container {
    width: 70%;
  }
}
.range-slider {
  display: inline-block;
  padding: 0 10px;
  height: 20px;
  width: 130px;
}

.range-slider.disabled {
  opacity: 0.5;
}

.range-slider-inner {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}

.range-slider-rail,
.range-slider-fill {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.range-slider-rail {
  width: 100%;
  background-color: #e2e2e2;
}

.range-slider-fill {
  background-color: #21fb92;
}

.range-slider-knob {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 20px;
  width: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.range-slider-hidden {
  display: none;
}

.sortable {
  min-height: 5rem;
  padding: 1rem 1rem;
  border: 1px dashed #aaa;
  list-style: none;
}
.sortable.ui-state-hover {
  border-color: #434343;
}

.instruction {
  position: relative;
  padding-bottom: 2.5rem;
}

.instruction-item {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  cursor: normal;
}

.attachments-list-upload > .ui-sortable-placeholder,
.attachments-list-upload > .attachment {
  height: 100px !important;
  width: 100px !important;
  margin: 5px !important;
}
.attachments-list-upload > .ui-sortable-placeholder:first-child.ui-sortable-helper,
.attachments-list-upload > .attachment:first-child.ui-sortable-helper {
  height: 100px !important;
  width: 100px !important;
}
@media (max-width: 767px) {
  .attachments-list-upload > .ui-sortable-placeholder,
  .attachments-list-upload > .attachment {
    height: 89px !important;
    width: 89px !important;
  }
}

.featured .attachments-list-upload > .attachment:first-child, .featured .attachments-list-upload > .ui-sortable-placeholder:first-child {
  height: 210px !important;
  width: 210px !important;
}
.featured .attachments-list-upload > .attachment:first-child.ui-sortable-helper + *, .featured .attachments-list-upload > .ui-sortable-placeholder:first-child.ui-sortable-helper + * {
  height: 210px !important;
  width: 210px !important;
}
@media (max-width: 767px) {
  .featured .attachments-list-upload > .attachment:first-child, .featured .attachments-list-upload > .ui-sortable-placeholder:first-child {
    height: 188px !important;
    width: 188px !important;
  }
}

.attachments-list-upload > .ui-sortable-placeholder,
.attachments-list-upload > .attachment {
  float: left;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: move;
}

.attachments-list-upload .attachment {
  height: 100px !important;
  width: 100px !important;
}
.attachments-list-upload .attachment img {
  height: 100px !important;
  width: 100px !important;
}

.unbounded-image .attachments-list-upload {
  display: flex;
  flex-flow: row wrap;
}
.unbounded-image .attachments-list-upload li {
  flex-grow: 1;
  min-width: 1px;
}
.unbounded-image .attachments-list-upload .attachment {
  padding-right: 1em;
  width: auto !important;
  height: auto !important;
}
.unbounded-image .attachments-list-upload .attachment .card img {
  width: auto !important;
  height: auto !important;
  margin: 0;
}
.unbounded-image .attachments-list-upload .attachment:last-child {
  padding-right: 0;
}

.ui-sortable-placeholder {
  height: 2.5rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  visibility: visible;
  border-radius: 0.25rem;
  margin: 0 0 1rem;
}

.ui-sortable-handle {
  cursor: move;
}

.sort-container .sort-icon {
  display: inline-block;
}
.sort-container .rank-icon {
  display: none;
}
.sort-container .rank {
  display: none;
}

.rank-container .sort-icon {
  display: none;
}
.rank-container .rank-icon {
  display: inline-block;
}

.img-input {
  padding: 0.5rem 0 0.5rem 0.5rem;
  text-align: center;
}
.img-input .radio, .img-input .checkbox {
  margin: 0;
}
.img-input input[type="radio"],
.img-input input[type="checkbox"] {
  display: none;
  clip: rect(0, 0, 0, 0);
}
.img-input input {
  margin: 5px;
}
.img-input label {
  padding: 1rem;
  border: 2px solid #ccc;
  position: relative;
  cursor: pointer;
  border-radius: .25em;
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.img-input label::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}
.img-input label:hover {
  background-color: #aaa;
}
.img-input label:hover:after {
  display: block;
  z-index: 1040;
}
.img-input label img {
  display: inline !important;
  pointer-events: none;
}

[v-cloak] {
  display: none;
}

@media (max-width: 767px) {
  .search-desktop-header {
    margin-left: 1rem;
  }
}

.global-search .search-app {
  display: flex;
  flex-wrap: wrap;
}
.global-search .search-app .padded-row {
  margin-left: 0;
}
.global-search .search-app .search_results > ul {
  padding-left: 0;
}
@media (min-width: 768px) {
  .global-search .search-app .search_results > ul {
    margin-left: -0.9375rem;
  }
}
.global-search .search-app .row {
  margin-left: 0;
  margin-right: 0;
}
.global-search .search-app .search-form {
  width: 100%;
}
@media (max-width: 767px) {
  .global-search .search-app .search-form nav {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}
.global-search .search-app .mobile-search-header {
  display: none;
}
@media (max-width: 991px) {
  .global-search .search-app .mobile-search-header {
    display: block;
  }
}
@media (max-width: 767px) {
  .global-search .search-app .mobile-search-header {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}
.global-search .search-app .mobile-search-header .mobile-search-default-display {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.global-search .search-app .mobile-search-header .mobile-search-default-display h2 {
  margin-right: auto;
  align-self: center;
  text-transform: capitalize;
}
.global-search .search-app .mobile-search-header .mobile-search-default-display .navbar {
  flex-grow: 1;
  display: flex;
  align-items: center;
  background: #dfdfdf;
  margin: 0;
  padding: 0.375rem 0.75rem;
}
.global-search .search-app .mobile-search-header .mobile-search-default-display .navbar .navbar-search {
  flex-grow: 1;
  background: #dfdfdf;
  border: 0;
  box-shadow: none;
}
.global-search .search-app .mobile-search-header .mobile-search-default-display ul {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
.global-search .search-app .mobile-search-header .mobile-search-default-display ul .filter-button {
  margin: 0 0.5rem;
}
.global-search .search-app .mobile-search-header .mobile-search-default-display ul h3 {
  font-size: 1.75rem;
}
.global-search .search-app .mobile-search-header .search-filter-container, .global-search .search-app .mobile-search-header .search-sort-container {
  margin: 0 0 1rem 0;
}
.global-search .search-app .mobile-search-header .search-filter-container .grouped label {
  width: auto;
  padding: 0.25em 0.4em;
}
.global-search .search-app .search-filter .filter-container {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.global-search .search-app .search-filter .filter-container h4 {
  cursor: pointer;
}
.global-search .search-app .search-filter .card {
  background-color: #FFF;
  border: 0;
}
.global-search .search-app .mobile-search-header .search-filter-container h3, .global-search .search-app .mobile-search-header .search-sort-container h3, .global-search .search-app .row.search-params .global-search-sidebar .search-filter-container h3, .global-search .search-app .row.search-params .global-search-sidebar .search-sort-container h3 {
  background: #FFF;
  border: 0;
  padding: 10px;
}
.global-search .search-app .mobile-search-header .search-filter-container h3 span, .global-search .search-app .mobile-search-header .search-sort-container h3 span, .global-search .search-app .row.search-params .global-search-sidebar .search-filter-container h3 span, .global-search .search-app .row.search-params .global-search-sidebar .search-sort-container h3 span {
  top: 3px;
  margin-right: 5px;
}
.global-search .search-app .mobile-search-header .search-filter-container h4, .global-search .search-app .mobile-search-header .search-filter-container label, .global-search .search-app .mobile-search-header .search-sort-container h4, .global-search .search-app .mobile-search-header .search-sort-container label, .global-search .search-app .row.search-params .global-search-sidebar .search-filter-container h4, .global-search .search-app .row.search-params .global-search-sidebar .search-filter-container label, .global-search .search-app .row.search-params .global-search-sidebar .search-sort-container h4, .global-search .search-app .row.search-params .global-search-sidebar .search-sort-container label {
  padding: 0.75rem 1.25rem;
}
.global-search .search-app .mobile-search-header .search-filter-container label, .global-search .search-app .mobile-search-header .search-sort-container label, .global-search .search-app .row.search-params .global-search-sidebar .search-filter-container label, .global-search .search-app .row.search-params .global-search-sidebar .search-sort-container label {
  width: 100%;
  font-weight: bold;
  margin-bottom: 0;
}
.global-search .search-app .mobile-search-header .search-filter-container .grouped label, .global-search .search-app .mobile-search-header .search-filter-container .tag-container label, .global-search .search-app .row.search-params .global-search-sidebar .search-filter-container .grouped label, .global-search .search-app .row.search-params .global-search-sidebar .search-filter-container .tag-container label {
  padding-left: 2.5rem;
}
.global-search .search-app .mobile-search-header .search-filter-container .tag-search, .global-search .search-app .row.search-params .global-search-sidebar .search-filter-container .tag-search {
  background: #FFF;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.global-search .search-app .mobile-search-header .search-sort-container label, .global-search .search-app .row.search-params .global-search-sidebar .search-sort-container label {
  background: #FFF;
  border-color: #FFF;
  padding-left: 2.5rem;
  margin-bottom: 0;
}
.global-search .search-app .mobile-search-header .tag-container .tag-search, .global-search .search-app .row.search-params .global-search-sidebar .tag-container .tag-search {
  margin-bottom: 1rem;
}
.global-search .search-app .mobile-search-header .tag-container .no-tags, .global-search .search-app .row.search-params .global-search-sidebar .tag-container .no-tags {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0.75rem 1.25rem;
}
.global-search .search-app .row.search-params {
  display: flex;
  flex-wrap: wrap;
}
.global-search .search-app .row.search-params .search-stats {
  width: 100%;
}
@media (max-width: 767px) {
  .global-search .search-app .row.search-params .search-stats {
    padding-left: 0.9375rem;
  }
}
.global-search .search-app .row.search-params .search-selection {
  margin-left: 0;
}
@media (max-width: 767px) {
  .global-search .search-app .row.search-params .search-selection {
    padding-left: 0.9375rem;
  }
}
.global-search .search-app .row.search-params .search-selection .delete-selection {
  cursor: pointer;
}
.global-search .search-app .row.search-params .search-selection .your-selections li {
  margin: 0 10px 10px 0;
  padding: 0;
}
.global-search .search-app .row.search-params .search-selection .your-selections li a {
  padding: 5px 10px;
  border-radius: 5px;
  background: #bfc0c2;
}
.global-search .search-app .row.search-params .search-selection .your-selections li a span, .global-search .search-app .row.search-params .search-selection .your-selections li a svg {
  color: #fff;
}
.global-search .search-app .row.search-params .search-selection .your-selections li a span.filter-by, .global-search .search-app .row.search-params .search-selection .your-selections li a svg.filter-by {
  color: #414141;
  font-weight: 300;
}
.global-search .search-app .row.search-params .search-main {
  width: 75%;
}
@media (max-width: 991px) {
  .global-search .search-app .row.search-params .search-main {
    width: 100%;
  }
}
.global-search .search-app .row.search-params .search-main .search_results li {
  list-style-type: none;
}
.global-search .search-app .row.search-params .search-spinner {
  font-size: 60px;
  text-align: center;
  display: block;
}
.global-search .search-app .row.search-params .no-results {
  padding-left: 0.9375rem;
  margin-top: 1rem;
  font-size: 1.4rem;
}
.global-search .search-app .row.search-params .global-search-sidebar {
  width: 25%;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .global-search .search-app .row.search-params .global-search-sidebar {
    display: none;
  }
}
.global-search .search-app .row.search-params .global-search-sidebar .search-query {
  margin-bottom: 1rem;
  padding: 0;
}
.global-search .search-app .row.search-params .global-search-sidebar .search-query input {
  background-color: #dfdfdf;
}
.global-search .search-app .row.search-params .global-search-sidebar .search-query .form-icon {
  top: 3px;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: #fff;
}
.table th,
.table td {
  padding: 0.75rem;
  line-height: 1.45;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.table th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table tbody th {
  vertical-align: middle;
  border-bottom: 0;
}
.table .table {
  background-color: #eeeeee;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #ddd;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}

.table-active,
.table-active > .th,
.table-active > .td {
  background-color: #f5f5f5;
}

.table-hover .table-active:hover {
  background-color: #e8e8e8;
}
.table-hover .table-active:hover > .td,
.table-hover .table-active:hover > .th {
  background-color: #e8e8e8;
}

.table-success,
.table-success > .th,
.table-success > .td {
  background-color: #a6ce39;
}

.table-hover .table-success:hover {
  background-color: #98be2f;
}
.table-hover .table-success:hover > .td,
.table-hover .table-success:hover > .th {
  background-color: #98be2f;
}

.table-info,
.table-info > .th,
.table-info > .td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.table-hover .table-info:hover > .td,
.table-hover .table-info:hover > .th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > .th,
.table-warning > .td {
  background-color: #ffd503;
}

.table-hover .table-warning:hover {
  background-color: #e9c200;
}
.table-hover .table-warning:hover > .td,
.table-hover .table-warning:hover > .th {
  background-color: #e9c200;
}

.table-danger,
.table-danger > .th,
.table-danger > .td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.table-hover .table-danger:hover > .td,
.table-hover .table-danger:hover > .th {
  background-color: #ebcccc;
}

.table-inverse,
.table-inverse > .th,
.table-inverse > .td {
  background-color: #292929;
}

.table-hover .table-inverse:hover {
  background-color: #1c1c1c;
}
.table-hover .table-inverse:hover > .td,
.table-hover .table-inverse:hover > .th {
  background-color: #1c1c1c;
}

.table-inverse {
  color: #fff;
}

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
}

.thead-inverse .th {
  color: #fff;
  background-color: #434343;
}

.thead-default .th {
  color: #666;
  background-color: #dfdfdf;
}

.table-inverse {
  color: #dfdfdf;
  background-color: #434343;
}
.table-inverse.table-bordered {
  border: 0;
}
.table-inverse .th,
.table-inverse .td,
.table-inverse thead .th {
  border-color: #666;
}

.table-reflow thead {
  float: left;
}
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}
.table-reflow .th,
.table-reflow .td {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.table-reflow .th:last-child,
.table-reflow .td:last-child {
  border-right: 1px solid #ddd;
}
.table-reflow thead:last-child tr:last-child .th,
.table-reflow thead:last-child tr:last-child .td,
.table-reflow tbody:last-child tr:last-child .th,
.table-reflow tbody:last-child tr:last-child .td,
.table-reflow tfoot:last-child tr:last-child .th,
.table-reflow tfoot:last-child tr:last-child .td {
  border-bottom: 1px solid #ddd;
}
.table-reflow tr {
  float: left;
}
.table-reflow tr .th,
.table-reflow tr .td {
  display: block !important;
  border: 1px solid #ddd;
}

.table-clone {
  display: table;
  width: 100%;
}

.table-cell {
  display: table-cell;
  float: none;
}

.challenge-header {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 2px #dfdfdf;
}
.challenge-header .banner-section {
  height: 300px;
}
.challenge-header .challenge-pfa {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  background-size: cover;
  background-position-x: center;
  height: 300px;
}
.challenge-header .challenge-pfa:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.challenge-header .challenge-pfa:after {
  top: 0;
  right: 0;
  position: absolute;
  content: url("img/contest-corner-tab.svg");
}
.challenge-header .challenge-pfa .challenge-pfa-container {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .challenge-header .challenge-pfa .challenge-pfa-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.challenge-header .challenge-pfa .challenge-title {
  position: relative;
  width: 90%;
  max-height: 130px;
  overflow: hidden;
  margin: auto;
  text-align: center;
  color: #fff;
  padding: 0.5em 1em;
}
.challenge-header .challenge-pfa .challenge-title h2 {
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .challenge-header .challenge-pfa .challenge-title h2 {
    font-size: 3.0rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .challenge-header .challenge-pfa .challenge-title h2 {
    font-size: 2.4rem;
  }
}

@media (min-width: 570px) and (max-width: 767px) {
  .challenge-header .challenge-pfa .challenge-title h2 {
    font-size: 2.4rem;
  }
}

@media (max-width: 569px) {
  .challenge-header .challenge-pfa .challenge-title h2 {
    font-size: 2.0rem;
  }
}
.challenge-header .challenge-pfa .mod-tools {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 1rem;
  margin-right: 3rem;
  z-index: 1070;
}
.challenge-header .challenge-pfa .mod-tools .btn {
  color: #eeeeee;
}
.challenge-header .challenge-progress-bar {
  width: 90%;
}
.challenge-header .challenge-progress-bar .phase-container {
  color: #fff;
  padding-top: 1em;
}
.challenge-header .challenge-progress-bar .phase-container:before, .challenge-header .challenge-progress-bar .phase-container:after {
  content: " ";
  display: table;
}
.challenge-header .challenge-progress-bar .phase-container:after {
  clear: both;
}
.challenge-header .challenge-progress-bar .phase-container .phase-names {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.challenge-header .challenge-progress-bar .phase-container .phase-names:before, .challenge-header .challenge-progress-bar .phase-container .phase-names:after {
  content: " ";
  display: table;
}
.challenge-header .challenge-progress-bar .phase-container .phase-names:after {
  clear: both;
}
.challenge-header .challenge-progress-bar .phase-container .phase-names h2 {
  color: #aaa;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
  font-weight: normal;
}
.challenge-header .challenge-progress-bar .phase-container .phase-progress {
  width: 100%;
}
.challenge-header .challenge-progress-bar .phase-container .phase-progress:before, .challenge-header .challenge-progress-bar .phase-container .phase-progress:after {
  content: " ";
  display: table;
}
.challenge-header .challenge-progress-bar .phase-container .phase-progress:after {
  clear: both;
}
.challenge-header .challenge-progress-bar .phase-container .phase-progress h3, .challenge-header .challenge-progress-bar .phase-container .phase-progress p {
  color: #aaa;
  text-align: center;
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
  font-weight: normal;
}
.challenge-header .challenge-progress-bar .phase-container .phase-progress h3 {
  font-size: 1rem;
  margin-bottom: 0;
  padding-bottom: 45px;
  text-transform: uppercase;
}
.challenge-header .challenge-progress-bar .phase-container .phase-progress .progress {
  border-radius: 0;
  height: 10px;
  line-height: 10px;
  background: rgba(223, 223, 223, 0.5);
  overflow: visible;
  position: relative;
  margin-bottom: 10px;
}
.challenge-header .challenge-progress-bar .phase-container .phase-progress .progress .progress-bar {
  background-color: #dfdfdf;
  box-shadow: none;
  height: 10px;
}
.challenge-header .challenge-progress-bar .phase-container .phase-progress .progress-bar-indicator {
  display: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  float: right;
  top: -10px;
  text-align: center;
  position: absolute;
  right: -2px;
  color: #fff;
}
.challenge-header .challenge-progress-bar .phase-container .phase-progress .phase-indicator-bottom {
  display: none;
  position: absolute;
  bottom: 0;
  right: 47%;
  border-bottom: 30px solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  width: 15px;
  height: 15px;
}
.challenge-header .challenge-progress-bar .phase-container .challenge-phase {
  padding: 0 7px;
  float: left;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .challenge-header .challenge-progress-bar .phase-container .challenge-phase {
    display: none;
  }
}
.challenge-header .challenge-progress-bar .phase-container .challenge-phase.complete .progress .progress-bar {
  background-color: #fff;
}
.challenge-header .challenge-progress-bar .phase-container .challenge-phase.complete .progress-bar-indicator {
  display: block;
  background-color: #fff;
}
.challenge-header .challenge-progress-bar .phase-container .challenge-phase.active {
  display: block;
}
.challenge-header .challenge-progress-bar .phase-container .challenge-phase.active h2, .challenge-header .challenge-progress-bar .phase-container .challenge-phase.active h3 {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .challenge-header .challenge-progress-bar .phase-container .challenge-phase.active {
    width: 100% !important;
  }
}
.challenge-header .challenge-progress-bar .phase-container .challenge-phase.active .progress .progress-bar {
  background-color: #fff;
}
.challenge-header .challenge-progress-bar .phase-container .challenge-phase.active .phase-indicator-bottom {
  display: block;
  border-bottom-color: #white;
}
.challenge-header .current-phase {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
  background-color: #FFFFFF;
}
.challenge-header .current-phase .description-section {
  display: flex;
  flex-grow: 1;
}
.challenge-header .current-phase .description-section .challenge-description {
  flex-grow: 1;
}
.challenge-header .current-phase .description-section .mod-tools {
  padding-left: 1em;
}
.challenge-header .current-phase .description-section .mod-tools .dropdown {
  margin-bottom: 1em;
}
.challenge-header .current-phase .description-section .mod-tools button {
  padding: 1px 6px;
}
.challenge-header .challenge-details {
  background-color: #FFFFFF;
  padding: 1rem;
  display: flex;
}
@media (min-width: 768px) {
  .challenge-header .challenge-details {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .challenge-header .challenge-details {
    flex-direction: column;
    align-items: center;
  }
}
.challenge-header .challenge-details .stats {
  flex-basis: 20%;
  color: #666;
}
@media (max-width: 991px) {
  .challenge-header .challenge-details .stats {
    display: none;
  }
}
.challenge-header .challenge-details .stats .days-left {
  display: flex;
  align-items: center;
  min-width: 11rem;
  margin-bottom: 0.5em;
  flex-direction: column;
}
.challenge-header .challenge-details .stats .days-left .days-left-count {
  font-size: 2.2rem;
  line-height: 2.2rem;
}
.challenge-header .challenge-details .stats .days-left .days-left-text {
  font-size: 0.9rem;
  text-transform: capitalize;
}
.challenge-header .challenge-details .phase {
  display: block;
}
@media (min-width: 992px) {
  .challenge-header .challenge-details .phase {
    flex-basis: 80%;
    margin: 0 2rem 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .challenge-header .challenge-details .phase {
    flex-basis: 75%;
    margin: 0 1.5rem 0 0;
  }
}

@media (max-width: 767px) {
  .challenge-header .challenge-details .phase {
    flex-basis: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .challenge-header .challenge-details .stats + .phase {
    margin-left: 2rem;
    flex-basis: 60%;
  }
}
.challenge-header .challenge-details .actions {
  text-align: center;
}
@media (min-width: 992px) {
  .challenge-header .challenge-details .actions {
    flex-basis: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .challenge-header .challenge-details .actions {
    flex-basis: 25%;
  }
}

@media (max-width: 767px) {
  .challenge-header .challenge-details .actions {
    max-width: 200px;
  }
}
.challenge-header .challenge-details .actions .btn {
  display: block;
}
.challenge-header .challenge-details .actions .btn + .btn {
  margin-top: 0.5rem;
}
.challenge-header .challenge-brief:before, .challenge-header .challenge-brief:after {
  content: " ";
  display: table;
}
.challenge-header .challenge-brief:after {
  clear: both;
}
@media (min-width: 992px) {
  .challenge-header .challenge-brief {
    width: 70%;
    padding-top: 1rem;
    margin-right: 15%;
    margin-left: 15%;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .challenge-header .challenge-brief {
    padding-top: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 0;
  }
}
.challenge-header .challenge-brief .show-more-or-less.lego-challenge {
  margin-bottom: 1rem;
}
.challenge-header .challenge-brief .show-more-or-less.lego-challenge .show-more-or-less-content {
  min-height: 500px !important;
  margin-bottom: 2rem;
}
.challenge-header .challenge-brief .show-more-or-less.lego-challenge.show-more-collapsed .show-more-button, .challenge-header .challenge-brief .show-more-or-less.lego-challenge.show-more-expanded .show-less-button {
  color: #FFFFFF !important;
  display: inline-block !important;
}
@media (max-width: 991px) {
  .challenge-header .phase_remaining {
    font-size: .8rem;
  }
}
.challenge-header .phase_aside {
  padding: .5em 1.2em .3em;
  font-size: 80%;
  white-space: nowrap;
}
.challenge-header .phase_remaining_days {
  font-size: 2.61792em;
}
.challenge-header .phase_remaining_unit {
  font-size: 1rem;
}
.challenge-header .phase_aside-description {
  font-weight: 300;
}
.challenge-header .phase_aside-title {
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
}

.start-app {
  font-weight: 300;
  text-transform: uppercase;
}
.start-app span {
  font-weight: 400;
  font-size: 1.5rem;
}

.application-list p {
  white-space: normal;
  overflow: initial;
}
.application-list .application-item {
  padding: 1em 0.5em;
  border: 0.06667rem solid #ddd;
}
.application-list .application-select {
  width: 100%;
}

.supporter-insights-dashboard .highcharts-title {
  display: none !important;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.45;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.86667rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0.25rem;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.vote-widget {
  display: flex;
  padding: 1rem;
}
.vote-widget .voting-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.vote-widget .voting-container .vote-totals {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.vote-widget .voting-container .vote-totals h2 {
  font-size: 2.5rem;
  font-weight: bold;
}
.vote-widget .voting-container .vote-button {
  font-size: 3rem;
  color: #666;
  background-color: transparent;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  padding: 0.5rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vote-widget .voting-container .vote-button:active, .vote-widget .voting-container .vote-button:focus {
  outline: none;
}
.vote-widget .voting-container.like .vote-button {
  border-radius: 50%;
}
.vote-widget .voting-container.up-down .vote-button:disabled, .vote-widget .voting-container.distributed .vote-button:disabled {
  cursor: default;
}
.vote-widget .voting-container.up-down .vote-buttons, .vote-widget .voting-container.distributed .vote-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vote-widget .voting-container.up-down .vote-buttons .vote-sum, .vote-widget .voting-container.distributed .vote-buttons .vote-sum {
  font-size: 2rem;
}
.vote-widget .voting-container.distributed hr {
  width: 100%;
  border: 1px solid #aaa;
}
.vote-widget .voting-container.distributed .vote-button.down:disabled {
  color: #666;
}
.vote-widget .voting-container.distributed .my-votes {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  text-align: center;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vote-widget .voting-container.distributed .my-votes h3 {
  cursor: pointer;
}
.vote-widget .voting-container.distributed .my-votes .vote-description {
  margin-top: 1rem;
}
.vote-widget .voting-container.distributed .my-votes .vote-description .no-votes {
  margin-top: 0.5rem;
  font-style: italic;
  color: #aaa;
}
.vote-widget .voting-container.distributed .my-votes .vote-description .voted-item {
  margin-top: 0.5rem;
  padding: 0.5rem;
  border: 1px solid #aaa;
  background-color: #eeeeee;
  border-radius: 25px;
  width: 100%;
}
.vote-widget .voting-container.distributed .my-votes .vote-description .voted-item .voted-title {
  width: 100%;
}
.vote-widget .voting-container.distributed .my-votes .vote-description .voted-item .voted-item-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-weight: bold;
}
.vote-widget .voting-container.distributed .my-votes .vote-description .voted-item .voted-item-widget .vote-button {
  font-size: 1.25rem;
  display: block;
  padding: 0 1.25rem;
  margin: 0;
}
.vote-widget .voting-container.distributed .my-votes .vote-description .voted-item:last-of-type {
  margin-bottom: 0;
}

.inline-vote, .comment-action-like {
  line-height: 0.6;
}
.inline-vote > div, .comment-action-like > div {
  display: inline-block;
}
.inline-vote .vote-widget, .comment-action-like .vote-widget {
  padding: 0;
  display: inline-block;
}
.inline-vote .vote-widget .voting-container, .comment-action-like .vote-widget .voting-container {
  flex-direction: row;
  flex-wrap: nowrap;
}
.inline-vote .vote-widget .voting-container .vote-button, .comment-action-like .vote-widget .voting-container .vote-button {
  font-size: inherit;
  padding: 0;
  color: inherit;
}
.inline-vote .vote-widget .voting-container .vote-totals, .comment-action-like .vote-widget .voting-container .vote-totals {
  margin-left: 0.5rem;
  width: initial;
}
.inline-vote .vote-widget .voting-container .vote-totals span, .comment-action-like .vote-widget .voting-container .vote-totals span {
  display: none;
}
.inline-vote .vote-widget .voting-container .vote-totals h2, .comment-action-like .vote-widget .voting-container .vote-totals h2 {
  font-size: inherit;
  font-weight: inherit;
}

.rating-field {
  display: flex;
  flex-wrap: wrap;
}
.rating-field.edit-mode .rating-option {
  cursor: pointer;
}
.rating-field .rating-option {
  text-align: center;
  display: block;
  padding: 0 0.3rem;
}
.rating-field .rating-option .rating-option-label {
  color: #666;
}
.rating-field .rating-option .rating-option-icon {
  font-size: 2em;
}
@media (min-width: 992px) {
  .rating-field .rating-option .rating-option-icon {
    font-size: 3em;
  }
}
.rating-field .rating-option .selected {
  display: none;
}
.rating-field .rating-option .not-selected {
  display: block;
  color: rgba(102, 102, 102, 0.3);
}
.rating-field .rating-option.active {
  color: rgba(102, 102, 102, 0.8);
}
.rating-field .rating-option.active .selected {
  display: block;
}
.rating-field .rating-option.active .not-selected {
  display: none;
}
.rating-field.crown .rating-option.active {
  color: #ff4e00;
}
.rating-field.thumbs-up .rating-option.active {
  color: #0098e5;
}
.rating-field.heart .rating-option.active {
  color: #b51717;
}
.rating-field.user .rating-option.active {
  color: #3f0e84;
}
.rating-field.lightbulb .rating-option.active {
  color: #ffe870;
}
.rating-field.trophy .rating-option.active {
  color: #049949;
}
.rating-field.wrench .rating-option.active {
  color: #a2b0b1;
}
.rating-field.bell .rating-option.active {
  color: #951313;
}
.rating-field.star .rating-option.active {
  color: #ffe451;
}

.bg-inverse {
  color: #dfdfdf;
  background-color: #292929;
}

.bg-clear {
  background-color: #fff;
  color: #666;
}

.bg-gray {
  background-color: #aaa;
  color: #292929;
}

.bg-faded {
  background-color: #fff;
}

.bg-pfa {
  color: #fff;
  background-color: #292929;
}

.bg-lighter {
  background-color: #dfdfdf;
}

.winner-banner, .card.tile .card-img-banner {
  background-color: rgba(0, 0, 0, 0.65);
  margin-bottom: 1rem;
  padding: .5rem;
  color: #fff;
}

.winner-icon {
  height: 2rem;
  width: 2rem;
}

.bg-admin-nav {
  background-color: #222;
  border-bottom: 1px solid #080808;
}

.overlay-label {
  background-color: transparent;
  padding: 0;
  margin-top: 1rem;
}
.overlay-label > * {
  padding: 0 1.5rem;
  line-height: 2rem;
}
.overlay-label > * a {
  color: #fff;
}
.overlay-label > * a:focus, .overlay-label > * a:hover {
  color: #d9d9d9;
}

.overlay-inverse {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0.25rem 0.75rem;
}

.footer-bottom {
  color: #666 !important;
  background-color: #fff !important;
}

a.footer-bottom:focus, a.footer-bottom:hover {
  background-color: #4d4d4d;
}

.bg-success {
  color: #fff !important;
  background-color: #a6ce39 !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #e6e6e6;
}

.bg-info {
  color: #fff !important;
  background-color: #d9edf7 !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #e6e6e6;
}

.bg-warning {
  color: #fff !important;
  background-color: #ffd503 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #e6e6e6;
}

.bg-danger {
  color: #fff !important;
  background-color: #f2dede !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e6e6e6;
}

.bg-attention {
  color: #fff !important;
  background-color: #9d0a0e !important;
}

a.bg-attention:focus, a.bg-attention:hover {
  background-color: #e6e6e6;
}

.search-bg {
  background-color: #FFF;
}

.form-transparent input {
  background-color: transparent;
  border: none;
  color: #aaa;
  box-shadow: none;
}
.form-transparent input:focus, .form-transparent input:hover {
  outline: none;
  border: none;
  box-shadow: none;
}
.form-transparent input + i[class*="icon"] {
  color: #aaa;
}

.form-inverse input {
  background-color: #434343;
  border: none;
  color: #aaa;
  box-shadow: none;
}
.form-inverse input:focus, .form-inverse input:hover {
  outline: none;
  border: none;
  box-shadow: none;
}
.form-inverse input + i[class*="icon"] {
  color: #aaa;
}

.form-faded input {
  background-color: #dfdfdf;
  border: none;
  color: #666;
  box-shadow: none;
}
.form-faded input:focus, .form-faded input:hover {
  outline: none;
  border: none;
  box-shadow: none;
}
.form-faded input + i[class*="icon"] {
  color: #666;
}

.user-nav-tabs .nav-item > .nav-link {
  color: #aaa;
  border-color: none;
  background-color: #434343;
}
.user-nav-tabs .nav-item > .nav-link:focus, .user-nav-tabs .nav-item > .nav-link:hover {
  color: #666;
  border-color: none;
  background-color: #eeeeee;
}
.user-nav-tabs .nav-item > .nav-link.active {
  color: #666;
  border-color: none;
  background-color: #eeeeee;
}
.user-nav-tabs .nav-item > .nav .nav-item > .nav-link {
  background-color: #eeeeee;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 569px) {
  .block-xs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .block-sm {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .block-md {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .block-lg {
    display: block !important;
  }
}
.block-xl {
  display: block !important;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

@media (max-width: 569px) {
  .pull-xs-left {
    float: left !important;
  }

  .pull-xs-right {
    float: right !important;
  }

  .pull-xs-none {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .pull-sm-left {
    float: left !important;
  }

  .pull-sm-right {
    float: right !important;
  }

  .pull-sm-none {
    float: none !important;
  }
}
@media (max-width: 991px) {
  .pull-md-left {
    float: left !important;
  }

  .pull-md-right {
    float: right !important;
  }

  .pull-md-none {
    float: none !important;
  }
}
@media (max-width: 1199px) {
  .pull-lg-left {
    float: left !important;
  }

  .pull-lg-right {
    float: right !important;
  }

  .pull-lg-none {
    float: none !important;
  }
}
.pull-xl-left {
  float: left !important;
}

.pull-xl-right {
  float: right !important;
}

.pull-xl-none {
  float: none !important;
}

.invisible {
  visibility: hidden !important;
}

.hidden {
  display: none !important;
}

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center, .card.tile.project-tile .project-support-block .project-block-left, .card.tile.project-tile .project-support-block .project-block-right {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 570px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.hidden-xs-up {
  display: none !important;
}

@media (min-width: 570px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
@media (max-width: 569px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down, .lego-id-prompt #registration-prompt .lego-id-logo, .lego-id-prompt #registration-prompt .avatar-lego {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase, .card.tile .card-img-banner {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-strong {
  font-weight: 600 !important;
}

/*
@include text-emphasis-variant('.text-brand', $brand-1);


@include text-emphasis-variant('.text-info', $brand-info);

@include text-emphasis-variant('.text-warning', $brand-warning);

*/
.text-muted, .card.tile .card-published {
  color: #6c6c6c !important;
}

a.text-muted:focus, .card.tile a.card-published:focus, a.text-muted:hover, .card.tile a.card-published:hover {
  color: #535353;
}

.text-success {
  color: #a6ce39 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #88aa2a;
}

.text-danger {
  color: #7f0000 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #4c0000;
}

.text-info {
  color: #31708f !important;
}

a.text-info:focus, a.text-info:hover {
  color: #245269;
}

.text-up {
  color: #71b53a !important;
}

a.text-up:focus, a.text-up:hover {
  color: #598e2e;
}

.text-down {
  color: #eb7916 !important;
}

a.text-down:focus, a.text-down:hover {
  color: #be6110;
}

.warning {
  color: #7f0000 !important;
}

a.warning:focus, a.warning:hover {
  color: #4c0000;
}

.tile-idea-state {
  color: #414141 !important;
}

a.tile-idea-state:focus, a.tile-idea-state:hover {
  color: #282828;
}

.text-inverse {
  color: #fff !important;
}

a.text-inverse:focus, a.text-inverse:hover {
  color: #e6e6e6;
}

.flush-item {
  margin: 0;
  border-width: 1px 0;
  border-radius: 0;
}

.flush:first-child + .card-flush-item,
.flush .card-flush-item + .card-flush-item {
  border-top: 0;
}
.flush:last-child {
  border-bottom: 0;
}

.flush-border {
  border-width: 0;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-all-0 {
  margin: 0 0 !important;
}

.m-top-0 {
  margin-top: 0 !important;
}

.m-right-0 {
  margin-right: 0 !important;
}

.m-bottom-0 {
  margin-bottom: 0 !important;
}

.m-left-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-all-1 {
  margin: 1rem 1rem !important;
}

.m-top-1 {
  margin-top: 1rem !important;
}

.m-right-1 {
  margin-right: 1rem !important;
}

.m-bottom-1 {
  margin-bottom: 1rem !important;
}

.m-left-1 {
  margin-left: 1rem !important;
}

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-all-2 {
  margin: 1.5rem 1.5rem !important;
}

.m-top-2 {
  margin-top: 1.5rem !important;
}

.m-right-2 {
  margin-right: 1.5rem !important;
}

.m-bottom-2 {
  margin-bottom: 1.5rem !important;
}

.m-left-2 {
  margin-left: 1.5rem !important;
}

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-all-3 {
  margin: 3rem 3rem !important;
}

.m-top-3 {
  margin-top: 3rem !important;
}

.m-right-3 {
  margin-right: 3rem !important;
}

.m-bottom-3 {
  margin-bottom: 3rem !important;
}

.m-left-3 {
  margin-left: 3rem !important;
}

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-all-0 {
  padding: 0 0 !important;
}

.p-top-0 {
  padding-top: 0 !important;
}

.p-right-0 {
  padding-right: 0 !important;
}

.p-bottom-0 {
  padding-bottom: 0 !important;
}

.p-left-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-all-1 {
  padding: 1rem 1rem !important;
}

.p-top-1 {
  padding-top: 1rem !important;
}

.p-right-1 {
  padding-right: 1rem !important;
}

.p-bottom-1 {
  padding-bottom: 1rem !important;
}

.p-left-1 {
  padding-left: 1rem !important;
}

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-all-2 {
  padding: 1.5rem 1.5rem !important;
}

.p-top-2 {
  padding-top: 1.5rem !important;
}

.p-right-2 {
  padding-right: 1.5rem !important;
}

.p-bottom-2 {
  padding-bottom: 1.5rem !important;
}

.p-left-2 {
  padding-left: 1.5rem !important;
}

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-all-3 {
  padding: 3rem 3rem !important;
}

.p-top-3 {
  padding-top: 3rem !important;
}

.p-right-3 {
  padding-right: 3rem !important;
}

.p-bottom-3 {
  padding-bottom: 3rem !important;
}

.p-left-3 {
  padding-left: 3rem !important;
}

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.overlay-container {
  position: relative;
  width: 100%;
}

.show-on-top {
  z-index: 10;
}

.text-overlay {
  color: #fff;
  position: relative;
  text-align: center;
}
.text-overlay a {
  color: #fff;
}
.text-overlay a:hover {
  color: #ddd;
}

.overlay {
  position: absolute;
  overflow: hidden;
  z-index: 5;
}
.overlay.lg {
  padding: 1.5rem;
}
.overlay.right {
  right: 0;
}
.overlay.top {
  top: 0;
}
.overlay.left {
  left: 0;
}
.overlay.bottom {
  bottom: 0;
}
.overlay.cover {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.overlay.center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay.testing-overlay .card-header {
  padding: 0.25rem;
}

[class^="b-"], [class*=" b-"] {
  border-style: solid;
}
[class^="b-"].b-default, [class*=" b-"].b-default {
  border-color: #e8e8e8;
}

.border-all-0 {
  border-width: 0px !important;
}

.border-top-0 {
  border-top-width: 0px !important;
}

.border-right-0 {
  border-right-width: 0px !important;
}

.border-bottom-0 {
  border-bottom-width: 0px !important;
}

.border-left-0 {
  border-left-width: 0px !important;
}

.border-all-1 {
  border-width: 0.06667rem !important;
}

.border-top-1 {
  border-top-width: 0.06667rem !important;
}

.border-right-1 {
  border-right-width: 0.06667rem !important;
}

.border-bottom-1 {
  border-bottom-width: 0.06667rem !important;
}

.border-left-1 {
  border-left-width: 0.06667rem !important;
}

.mod-tools button {
  color: #666;
  font-size: inherit;
  padding: 0.25rem;
}
@media (max-width: 767px) {
  .mod-tools .dropdown-item {
    font-size: 1.25rem;
    padding: 0.5rem 1.5rem;
  }
}

.social-sharing-buttons {
  padding: 0.2rem 0;
  width: 7em !important;
  min-width: 7em !important;
}
.social-sharing-buttons li {
  margin: 0 !important;
  padding: 0.3rem 0.6rem 0;
}
.social-sharing-buttons li:last-child {
  padding-bottom: 0.3rem;
}

.social-sharing-button {
  display: inline-block;
  border-radius: 4px;
  transition: 25ms ease-out;
  line-height: 0.8rem;
  padding: 0.3rem 0.9rem;
  margin: 0 auto;
  min-width: 5.5rem;
}
.social-sharing-button .social-sharing-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
}
.social-sharing-button .social-sharing-label:hover, .social-sharing-button .social-sharing-label:active {
  color: #fff;
}
.social-sharing-button.facebook {
  background-color: #3B5998;
}
.social-sharing-button.facebook:hover {
  background-color: #2d4373;
}
.social-sharing-button.reddit {
  background-color: #FF4500;
}
.social-sharing-button.reddit:hover {
  background-color: #cc3700;
}
.social-sharing-button.linkedin {
  background-color: #0077B5;
}
.social-sharing-button.linkedin:hover {
  background-color: #005582;
}
.social-sharing-button.twitter {
  background-color: #1DA1F2;
}
.social-sharing-button.twitter:hover {
  background-color: #0c85d0;
}
.social-sharing-button.google-plus {
  background-color: #DC4E41;
}
.social-sharing-button.google-plus:hover {
  background-color: #c63224;
}
.social-sharing-button.pinterest {
  background-color: #BD081C;
}
.social-sharing-button.pinterest:hover {
  background-color: #8c0615;
}
.social-sharing-button.email {
  background-color: #0C9D58;
}
.social-sharing-button.email:hover {
  background-color: #086e3d;
}

[v-cloak] {
  display: none !important;
}

.fa-layers-counter {
  display: none;
}

.main-navigation .container-fluid {
  padding: 0;
}
.main-navigation .navbar-header .navbar-brand img {
  width: auto;
}
.main-navigation .navbar-nav .nav-link {
  padding: 0.5em 1em;
}
.main-navigation .navbar-nav .nav-item .navbar-btn {
  margin: 5px 0;
}
.main-navigation .navbar-nav .nav-item .user-avatar-container {
  padding-right: 0;
}
.main-navigation .navbar-nav .nav-item .user-alias-container {
  margin-left: 5px;
}
.main-navigation .navbar-nav .nav-item .avatar {
  border-color: #434343;
}
.main-navigation .navbar-nav .nav-item .fa-layers-counter {
  font-size: 2.5rem;
}
.main-navigation .dropdown-menu {
  background-color: #eeeeee;
  border-color: #292929;
  border: 1px solid;
  border-top: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: 240px;
}
.main-navigation .dropdown-menu li, .main-navigation .dropdown-menu .dropdown-item {
  padding: 1rem;
  border-top: 1px solid #292929;
  white-space: normal;
}
.main-navigation .dropdown-menu li:hover, .main-navigation .dropdown-menu .dropdown-item:hover {
  color: #eeeeee;
  background-color: #292929;
}
.main-navigation .dropdown-menu li .user-rank-info, .main-navigation .dropdown-menu .dropdown-item .user-rank-info {
  white-space: nowrap;
}
.main-navigation .navbar-logo {
  display: flex;
  justify-content: flex-start;
  padding: 0;
}
.main-navigation .navbar-logo .navbar-header {
  display: flex;
  margin-left: 1em;
  align-items: center;
}
@media (min-width: 768px) {
  .main-navigation .navbar-logo .navbar-header .community-logo {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .main-navigation .navbar-logo .navbar-header .community-logo {
    max-width: 100%;
  }
}
.main-navigation .navbar-mobile {
  padding: 0;
}
.main-navigation .navbar-mobile .primary-nav {
  flex-wrap: nowrap;
}
.main-navigation .navbar-mobile-hamburger, .main-navigation .navbar-mobile-userinfo {
  background-color: #eeeeee;
}
.main-navigation .navbar-mobile-hamburger .nav, .main-navigation .navbar-mobile-userinfo .nav {
  width: 100%;
  padding: 0;
  text-align: right;
}
.main-navigation .navbar-mobile-hamburger .nav .nav-item:first-child .nav-link, .main-navigation .navbar-mobile-userinfo .nav .nav-item:first-child .nav-link {
  border: none;
}
.main-navigation .navbar-mobile-hamburger .nav .nav-item, .main-navigation .navbar-mobile-userinfo .nav .nav-item {
  margin: 0;
}
.main-navigation .navbar-mobile-hamburger .nav, .main-navigation .navbar-mobile-userinfo .nav {
  border-bottom: 1px solid #434343;
}
.main-navigation .navbar-mobile-hamburger .nav .nav-link, .main-navigation .navbar-mobile-userinfo .nav .nav-link {
  display: block;
  padding: .75rem 4.5rem .75rem .75rem;
  font-size: 1.5rem;
  margin: 0;
  border-top: 1px solid #aaa;
  background-color: #fff;
  color: #434343;
  text-transform: uppercase;
}
.main-navigation .navbar-mobile-hamburger .nav .nav-link.current, .main-navigation .navbar-mobile-userinfo .nav .nav-link.current {
  background-color: #434343;
  color: #fff;
}
.main-navigation .primary-nav {
  flex-grow: 1;
  align-self: flex-end;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: stretch;
}
.main-navigation .primary-nav .nav-item {
  float: none;
}
.main-navigation .primary-nav .nav-item .nav-link {
  padding: 0.5em 0.75em;
}
@media (min-width: 992px) {
  .main-navigation .primary-nav .nav-item .nav-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}
.main-navigation .primary-nav .nav-item .nav-link.no-hover:hover {
  color: inherit;
  background-color: inherit;
}
.main-navigation .primary-nav .nav-item .svg-icon-nav {
  font-size: 22px;
  height: 1em;
  width: 1.25em;
  -moz-transform: scale(1);
}
@media (max-width: 991px) {
  .main-navigation .primary-nav .nav-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.main-navigation .primary-nav .search-nav-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main-navigation .primary-nav .search-nav-item .nav-search-expandable {
  display: flex;
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
  height: 80%;
  border-radius: 1.3rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-navigation .primary-nav .search-nav-item .nav-search-expandable.no-hover:hover {
  background-color: #fff;
}
.main-navigation .primary-nav .search-nav-item input {
  border: 0;
  color: #666;
  background-color: transparent;
  padding: 0.5rem;
}
.main-navigation .primary-nav .search-nav-item input:active, .main-navigation .primary-nav .search-nav-item input:focus {
  outline: none;
}
.main-navigation .primary-nav .search-nav-item .expand-enter-active,
.main-navigation .primary-nav .search-nav-item .expand-leave-active {
  -webkit-transition: width 0.5s;
  /* Safari */
  transition: width 0.5s;
}
.main-navigation .primary-nav .search-nav-item .expand-enter-active {
  width: 220px;
}
.main-navigation .primary-nav .search-nav-item .expand-enter,
.main-navigation .primary-nav .search-nav-item .expand-leave-active {
  width: 0;
}
.main-navigation .primary-nav .search-nav-item .expand-leave {
  width: 220px;
}
.main-navigation .primary-nav .search-nav-item .search-icon {
  align-self: center;
  font-size: 1.3rem;
  color: #666;
}
.main-navigation .primary-nav .search-nav-item .nav-link {
  position: relative;
}
.main-navigation .primary-nav .search-mobile-nav-item {
  flex-grow: 1;
  text-align: right;
}
@media (max-width: 569px) {
  .main-navigation .primary-nav .user-info-nav-item .inline-user-alias {
    display: none;
  }
}
.main-navigation .primary-nav .sign-in-nav-item {
  order: 98;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-navigation .primary-nav .hamburger-nav-item {
  order: 99;
}
.main-navigation .primary-nav .notifications-nav-item .nav-link-notifications {
  height: 100%;
}
.main-navigation .primary-nav .mobile-favicon {
  margin: 0.5rem;
}
.main-navigation .navbar-mobile-search {
  width: 100%;
}
.main-navigation .navbar-mobile-search form {
  display: flex;
  border-bottom: 1px solid #666;
}
.main-navigation .navbar-mobile-search form input, .main-navigation .navbar-mobile-search form button {
  background-color: #f6f6f6;
  border: 0;
}
.main-navigation .navbar-mobile-search form input {
  padding: 0.5rem;
  flex-grow: 1;
}
.main-navigation .navbar-mobile-search form input:focus {
  outline: none;
}
.main-navigation .navbar-mobile-search form button {
  font-size: 150%;
}
.main-navigation .navbar-secondary {
  padding-left: 0;
}
.main-navigation .navbar-secondary .nav-item .label {
  font-size: 80%;
  line-height: 0;
  display: inline;
}
.main-navigation .navbar-secondary .nav-item .nav-link {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  text-transform: uppercase;
}
.main-navigation .navbar-secondary .nav-item .nav-link:active, .main-navigation .navbar-secondary .nav-item .nav-link.current, .main-navigation .navbar-secondary .nav-item .nav-link.active {
  background-color: #eeeeee;
  color: #666;
}
.main-navigation .navbar-full-width .navbar-nav {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0;
}
.main-navigation .navbar-full-width .navbar-nav > li {
  float: none;
  flex-grow: 1;
  text-align: center;
}
.main-navigation .navbar-full-width .nav-item .nav-link {
  padding: 0.75rem 0;
}

.activities-mobile-list h2, .challenges-mobile-list h2, .notifications-mobile-list h2 {
  margin-top: -1rem;
  text-transform: uppercase;
  padding: 1rem;
  background: #fff;
}
.activities-mobile-list .activities-links, .activities-mobile-list .challenge-links, .challenges-mobile-list .activities-links, .challenges-mobile-list .challenge-links, .notifications-mobile-list .activities-links, .notifications-mobile-list .challenge-links {
  list-style-type: none;
  padding-left: 0;
}
.activities-mobile-list .activities-links .activity-to-do, .activities-mobile-list .activities-links .nav-link, .activities-mobile-list .challenge-links .activity-to-do, .activities-mobile-list .challenge-links .nav-link, .challenges-mobile-list .activities-links .activity-to-do, .challenges-mobile-list .activities-links .nav-link, .challenges-mobile-list .challenge-links .activity-to-do, .challenges-mobile-list .challenge-links .nav-link, .notifications-mobile-list .activities-links .activity-to-do, .notifications-mobile-list .activities-links .nav-link, .notifications-mobile-list .challenge-links .activity-to-do, .notifications-mobile-list .challenge-links .nav-link {
  display: block;
  padding: 2rem;
  font-size: 1rem;
  margin: 0;
  border-top: 1px solid #aaa;
  color: #434343;
  text-transform: uppercase;
  cursor: pointer;
  white-space: normal;
}
.activities-mobile-list .activities-links .activity-to-do.current, .activities-mobile-list .activities-links .nav-link.current, .activities-mobile-list .challenge-links .activity-to-do.current, .activities-mobile-list .challenge-links .nav-link.current, .challenges-mobile-list .activities-links .activity-to-do.current, .challenges-mobile-list .activities-links .nav-link.current, .challenges-mobile-list .challenge-links .activity-to-do.current, .challenges-mobile-list .challenge-links .nav-link.current, .notifications-mobile-list .activities-links .activity-to-do.current, .notifications-mobile-list .activities-links .nav-link.current, .notifications-mobile-list .challenge-links .activity-to-do.current, .notifications-mobile-list .challenge-links .nav-link.current {
  background-color: #434343;
  color: #fff;
}
.activities-mobile-list .activities-links .nav-link.disabled, .activities-mobile-list .challenge-links .nav-link.disabled, .challenges-mobile-list .activities-links .nav-link.disabled, .challenges-mobile-list .challenge-links .nav-link.disabled, .notifications-mobile-list .activities-links .nav-link.disabled, .notifications-mobile-list .challenge-links .nav-link.disabled {
  text-transform: none;
  font-style: italic;
  cursor: default;
}
.activities-mobile-list .notification-links, .challenges-mobile-list .notification-links, .notifications-mobile-list .notification-links {
  padding: 1rem;
}
.activities-mobile-list .notification-links svg, .activities-mobile-list .notification-links hr:first-of-type, .challenges-mobile-list .notification-links svg, .challenges-mobile-list .notification-links hr:first-of-type, .notifications-mobile-list .notification-links svg, .notifications-mobile-list .notification-links hr:first-of-type {
  display: none;
}

.force-full-width-content {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.main-content {
  background-color: #eeeeee;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
@media (min-width: 992px) {
  .main-content {
    padding: 1em 2em 2em;
  }
}
@media (max-width: 991px) {
  .main-content {
    padding: 1em 0 2em;
  }
}
@media (max-width: 767px) {
  .main-content .dashboard-tiles {
    margin-left: 0;
    margin-right: 0;
  }
}
.main-content > .row {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .main-content .force-full-width-content {
    margin-left: -2em;
    margin-right: -2em;
  }
}
@media (max-width: 991px) {
  .main-content .force-full-width-content {
    margin-left: 0;
    margin-right: 0;
  }
}

.negate-header-padding {
  margin-top: -1em;
}

.main-footer .footer-top {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.main-footer .footer-img-link img, .main-footer .chaordix-footer-img-link img {
  width: auto;
}
@media (max-width: 991px) {
  .main-footer .footer-img-link img, .main-footer .chaordix-footer-img-link img {
    margin-top: 1rem;
  }
}
.main-footer .chaordix-footer-img-link img {
  height: 40px;
}

.footer-social-links {
  font-size: 1.75em;
}
@media (max-width: 991px) {
  .footer-social-links {
    float: right;
  }
}
.footer-social-links .link-footer {
  text-decoration: none;
}

html.js #flashes {
  display: none;
}

#flashes {
  display: none;
}

.sidebar-footer {
  border-top: 4px solid #aaa;
  padding: 1em;
  margin-bottom: 2em;
  font-size: 80%;
}
.sidebar-footer a {
  color: #666;
}
.sidebar-footer a:focus, .sidebar-footer a:hover {
  color: #434343;
}

.show-more-or-less .show-more-button, .show-more-or-less .show-less-button {
  display: none;
  cursor: pointer;
}
.show-more-or-less .show-more-or-less-content {
  max-height: 10em;
  overflow: hidden;
  position: relative;
}
.show-more-or-less .show-more-or-less-content .text-fade-out {
  display: none;
}
.show-more-or-less.show-more-collapsed .show-less-button {
  display: none;
}
.show-more-or-less.show-more-collapsed .show-more-button {
  display: block;
}
.show-more-or-less.show-more-collapsed .show-more-or-less-content .text-fade-out {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 4em;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), #eeeeee);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #eeeeee);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #eeeeee);
}
.show-more-or-less.show-more-collapsed .show-more-or-less-content .text-fade-out.fade-to-white {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), #ffffff);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #ffffff);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #ffffff);
}
.show-more-or-less.show-more-expanded .show-more-or-less-content, .show-more-or-less.show-more-all .show-more-or-less-content {
  max-height: none;
}
.show-more-or-less.show-more-expanded .show-more-or-less-content .text-fade-out, .show-more-or-less.show-more-all .show-more-or-less-content .text-fade-out {
  display: none;
}
.show-more-or-less.show-more-expanded .show-less-button {
  display: block;
  margin-top: 2em;
}
.show-more-or-less.show-more-expanded .show-more-button {
  display: none;
}

[v-cloak] {
  display: none;
}

.desktop-sort-menu {
  padding: 0;
  text-align: right;
}
.desktop-sort-menu .divider {
  display: none;
}
.desktop-sort-menu .sort-menu {
  border-bottom: 1px solid #666;
}

.whats-up-left-col .lego-left-nav {
  padding: 1rem;
  color: #666;
}
.whats-up-left-col .lego-left-nav h2 {
  text-transform: uppercase;
  margin-top: 1.5rem;
}
.whats-up-left-col .lego-left-nav .stats {
  margin: 1.5rem 0;
  font-size: 115%;
}
.whats-up-left-col .lego-left-nav .stats span {
  font-weight: bold;
}

.sort-menu {
  width: 100%;
  padding: 0.5rem;
  background-color: #F8F8F8;
}
.sort-menu .sort-label {
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sort-menu .sort-label {
    position: absolute;
    margin-top: -0.2rem;
  }
  .sort-menu .sort-option {
    display: block;
    width: 100%;
    margin-top: 0.3rem;
    padding-left: 3rem;
  }
}

@media (max-width: 767px) {
  .sort-menu .sort-options {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sort-menu .sort-options .sort-option {
    flex-grow: 1;
    margin-left: 1rem;
  }
}

.whats-up-container {
  margin-top: 0;
}
@media (max-width: 767px) {
  .whats-up-container {
    margin-top: -1rem;
  }
}
@media (max-width: 767px) {
  .whats-up-container .main-feed-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.whats-up-container .winner-banner, .whats-up-container .card.tile .card-img-banner, .card.tile .whats-up-container .card-img-banner {
  margin-bottom: 0;
}
.whats-up-container .whats-up-left-col {
  padding: 0;
}
.whats-up-container .whats-up-left-col.sticky, .whats-up-container .whats-up-right-col.sticky {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
}
.whats-up-container .whats-up-left-bar {
  margin-bottom: 1.5rem;
}
.whats-up-container .whats-up-contents-container {
  position: relative;
}
.whats-up-container .whats-up-contents-container .list-unstyled ul {
  padding-left: 0;
}
@media (max-width: 569px) {
  .whats-up-container .whats-up-contents-container {
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 570px) and (max-width: 767px) {
  .whats-up-container .whats-up-contents-container {
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .whats-up-container .whats-up-contents-container {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .whats-up-container .whats-up-contents-container {
    padding-bottom: 6rem;
  }
}
.whats-up-container .whats-up-nav-container {
  background-color: #F8F8F8;
  border: none;
  padding: 0;
}
.whats-up-container .whats-up-nav-container .nav-item {
  margin: 0;
}
.whats-up-container .nav-pills .nav-link {
  white-space: normal;
  padding: 0.275rem 1.33rem;
  color: #000000;
}
.whats-up-container .nav-pills .nav-link:hover, .whats-up-container .nav-pills .nav-link:focus {
  text-decoration: underline;
  color: #000000;
  background: none;
}
.whats-up-container .nav-pills .nav-sections {
  padding-left: 0;
  margin-bottom: 0;
}
.whats-up-container .nav-pills .nav-sections:last-of-type {
  margin-bottom: 0;
}
.whats-up-container .nav-pills .router-link-active, .whats-up-container .nav-pills .router-link-active:focus, .whats-up-container .nav-pills .router-link-active:hover {
  color: #598DFD;
}
.whats-up-container .nav-pills .router-link-active:hover, .whats-up-container .nav-pills .router-link-active:focus, .whats-up-container .nav-pills .router-link-active:focus:hover, .whats-up-container .nav-pills .router-link-active:focus:focus, .whats-up-container .nav-pills .router-link-active:hover:hover, .whats-up-container .nav-pills .router-link-active:hover:focus {
  text-decoration: none;
  background: none;
  cursor: default;
}
.whats-up-container .nav-pills .main-feed-item .nav-link, .whats-up-container .nav-pills .main-feed-link .nav-link {
  margin-left: 0;
}
.whats-up-container .nav-pills .main-feed-item:last-of-type, .whats-up-container .nav-pills .main-feed-link:last-of-type {
  margin-bottom: 0;
}
.whats-up-container .nav-pills .main-feed-item, .whats-up-container .nav-pills .main-feed-link, .whats-up-container .nav-pills .main-feed-header h5 {
  text-transform: uppercase;
}
.whats-up-container .nav-pills .main-feed-header {
  display: flex;
  align-items: center;
  white-space: normal;
  padding: 0.275rem 1.33rem;
  color: #000000;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.whats-up-container .nav-pills .main-feed-header h5 {
  flex-grow: 1;
  color: #000000;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: solid 1px #666;
  line-height: 1.45rem;
}
.whats-up-container .nav-pills .main-feed-header .toggle-buttons {
  display: none;
}
.whats-up-container .nav-pills .main-feed-header:hover, .whats-up-container .nav-pills .main-feed-header:focus {
  background: none;
}
.whats-up-container .nav-pills .main-feed-child {
  margin: 0;
}
.whats-up-container .nav-pills .main-feed-child .nav-link {
  padding-left: 2.33rem;
}
.whats-up-container .nav-pills .main-feed-child:last-child {
  margin-bottom: 0.46667rem;
}
.whats-up-container .nav-pills .main-feed-header + .main-feed-child {
  margin-top: 0.45rem;
}
.whats-up-container .navbar-feed-menu {
  background-color: #dfdfdf;
  border: 1px solid #666;
  color: #666;
  cursor: pointer;
}
@media (max-width: 991px) {
  .whats-up-container .navbar-feed-menu {
    margin-left: 0;
    margin-right: 0;
  }
}
.whats-up-container .navbar-feed-menu .feed-label {
  padding: 0.5em 1em;
  font-weight: bold;
  font-size: 1.4rem;
}
.whats-up-container .navbar-feed-menu .feed-collapse {
  padding: 0.5em 1em 0.5em 0;
  font-size: 1.4rem;
}
.whats-up-container .navbar-feed-menu .feed-collapse a {
  color: #666;
  float: right;
}
.whats-up-container .navbar-feed-menu .feed-collapse a svg {
  line-height: 1.45;
}
.whats-up-container .lego-anonymous-left-nav h2 {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.whats-up-container .lego-anonymous-left-nav .card .card-footer {
  padding: 0.5rem 1.33rem;
}
.whats-up-container .lego-anonymous-left-nav .card .card-footer h4 a {
  color: #0c6dc4 !important;
}
.whats-up-container .lego-anonymous-left-nav .card .card-footer h5 {
  margin-top: 0.25rem;
}
.whats-up-container .card {
  border: none;
}
.whats-up-container .card .card-footer {
  background-color: #FFF;
  position: relative;
  padding: 1rem 1.33rem;
  left: auto;
  right: auto;
  border: none;
}
.whats-up-container .card .card-footer .media {
  margin-top: 0;
}
.whats-up-container .card .card-buttons {
  margin-top: 1em;
}
.whats-up-container .card .card-buttons .btn + .btn {
  margin-left: 1em;
}
.whats-up-container .card .card-block {
  padding: 0;
}
.whats-up-container .card .tile-description {
  padding: 0.5em 0;
}
.whats-up-container .card .featured-label {
  font-size: 60%;
  margin-right: 0.5em;
}
.whats-up-container .card .feed-tile-menu {
  cursor: pointer;
  color: #aaa;
}
.whats-up-container .card .feed-tile-menu:focus, .whats-up-container .card .feed-tile-menu:active, .whats-up-container .card .feed-tile-menu:hover {
  color: #666;
}
.whats-up-container .card.project_feed_tile .card-img-top, .whats-up-container .card.challenge_application_feed_tile .card-img-top {
  min-height: 5rem;
}
.whats-up-container .card.project_feed_tile .card-img-top:after, .whats-up-container .card.challenge_application_feed_tile .card-img-top:after {
  top: 0;
  right: 0;
  position: absolute;
}
.whats-up-container .card .lego-corner-tab {
  position: absolute;
  top: 0;
  right: 0;
}
.whats-up-container .card.challenge.winner-carousel .carousel-inner {
  min-height: 8rem;
}
.whats-up-container .card.challenge.winner-carousel .carousel-inner:after {
  top: 0;
  right: 0;
  position: absolute;
  content: url("img/contest-corner-tab.svg");
}
.whats-up-container .card.blog_post_feed_tile .alert {
  margin: 0;
  border: 0;
  border-radius: inherit;
}
.whats-up-container .card.feed-activity-card {
  border: none;
}
.whats-up-container .card.feed-activity-card .card-block {
  background-color: #fff;
}
.whats-up-container .card.feed-activity-card.poll .card-block, .whats-up-container .card.feed-activity-card.quiz .card-block, .whats-up-container .card.feed-activity-card.quick_question_survey .card-block {
  background-color: inherit;
}
.whats-up-container .card.feed-activity-card.poll .tile-header-info, .whats-up-container .card.feed-activity-card.quiz .tile-header-info, .whats-up-container .card.feed-activity-card.quick_question_survey .tile-header-info {
  display: flex;
  justify-content: space-between;
}
.whats-up-container .card.feed-activity-card.poll .tile-header-info .tile-actions-menu, .whats-up-container .card.feed-activity-card.quiz .tile-header-info .tile-actions-menu, .whats-up-container .card.feed-activity-card.quick_question_survey .tile-header-info .tile-actions-menu {
  width: 2.5rem;
  min-width: 2.5rem;
}
.whats-up-container .card.feed-activity-card.poll .tile-header-info .tile-actions-menu .dropdown-menu, .whats-up-container .card.feed-activity-card.quiz .tile-header-info .tile-actions-menu .dropdown-menu, .whats-up-container .card.feed-activity-card.quick_question_survey .tile-header-info .tile-actions-menu .dropdown-menu {
  z-index: 1039;
}
.whats-up-container .card.feed-activity-card.poll .tile-header-info .title-container, .whats-up-container .card.feed-activity-card.quiz .tile-header-info .title-container, .whats-up-container .card.feed-activity-card.quick_question_survey .tile-header-info .title-container {
  flex-grow: 1;
  border-bottom: 1px solid;
  padding-bottom: 0.5rem;
  margin: 1rem 0 1.5rem 2.5rem;
  color: inherit;
  text-align: center;
}
.whats-up-container .card.feed-activity-card.poll .question-container, .whats-up-container .card.feed-activity-card.quiz .question-container, .whats-up-container .card.feed-activity-card.quick_question_survey .question-container {
  margin: 0 2.5rem;
}
.whats-up-container .card.feed-tile .card-img-top {
  margin: 0;
}
.whats-up-container .card.feed-tile .media {
  overflow: visible;
}
.whats-up-container .card.feed-tile .avatar {
  border: none;
  width: 44px;
  height: 44px;
}
.whats-up-container .card.feed-tile .author-info {
  margin: 0;
  padding: 0.267rem 0;
  min-width: 8.5rem;
}
.whats-up-container .card.feed-tile .author-info .media-left {
  vertical-align: middle;
}
.whats-up-container .card.feed-tile .author-info .author-alias {
  margin: 0;
  font-weight: bold;
}
.whats-up-container .card.feed-tile .author-info .author-alias a {
  color: #434343;
}
.whats-up-container .card.feed-tile .author-info .response-published-at {
  color: #aaa;
  font-size: 0.9rem;
}
.whats-up-container .card.feed-tile .response-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  white-space: normal;
  max-height: 3.33rem;
  overflow: hidden;
  text-align: right;
  width: 100%;
}
.whats-up-container .card.feed-tile .response-title a {
  color: black;
}
.whats-up-container .card.feed-tile .response-detail {
  margin-top: 0.55rem;
  margin-bottom: 0.3833rem;
}
.whats-up-container .card.feed-tile .response-detail .response-stat {
  height: 2rem;
  line-height: 2rem;
  color: #aaa;
  padding-right: 0.5rem;
  margin-top: 1px;
}
.whats-up-container .card.feed-tile .response-detail .response-stat .svg-icon-feed.comment-icon {
  height: 1.06667rem;
  width: 1.2rem;
  margin-right: 0.1rem;
}
.whats-up-container .card.feed-tile .response-detail .project-support {
  text-align: right;
  height: 2rem;
  line-height: 2rem;
  margin-top: 1px;
}
.whats-up-container .card.feed-tile .response-detail .project-support .project-support-label {
  margin-right: 0.5rem;
}
.whats-up-container .card.feed-tile .response-detail .project-support .project-support-button {
  margin: -0.175rem 0;
}
.whats-up-container .card.feed-tile .response-detail .project-phase .project-phase-label {
  line-height: 2rem;
  font-size: 1.4rem;
  color: #598DFD;
  text-transform: uppercase;
}
.whats-up-container .card.feed-tile .response-detail .project-phase .project-phase-icon svg {
  height: 2rem !important;
  vertical-align: top;
  line-height: 1;
  color: #598DFD;
}
.whats-up-container .card.feed-tile .response-detail .project-phase .project-phase-icon svg.in-review-icon {
  width: 2.13333rem;
}
.whats-up-container .card.feed-tile .response-detail .project-phase .project-phase-icon svg.on-shelves-icon, .whats-up-container .card.feed-tile .response-detail .project-phase .project-phase-icon svg.sold-out-icon {
  width: 2.53333rem;
}
.whats-up-container .card.feed-tile .response-detail .project-phase .project-phase-icon svg.achieved-support-icon {
  width: 2.6rem;
}
.whats-up-container .card.feed-tile .response-detail .project-phase .project-phase-icon svg.not-approved-icon, .whats-up-container .card.feed-tile .response-detail .project-phase .project-phase-icon svg.approved-icon {
  width: 1.46667rem;
}
.whats-up-container .card.feed-tile .activity-title {
  margin-left: 1em;
}
.whats-up-container .card.winner-carousel {
  border: none !important;
  backround-color: #FFF !important;
}
.whats-up-container .card.winner-carousel .carousel-control {
  position: inherit;
  width: auto;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  margin: 0;
  text-align: inherit;
  font-size: inherit;
  color: inherit;
}
.whats-up-container .card.winner-carousel .author-info {
  background-color: inherit;
}
.whats-up-container .card.winner-carousel .card-img-top {
  margin-top: 0;
}
.whats-up-container .card.winner-carousel .card-block {
  position: relative;
  padding: 0;
}
.whats-up-container .card.winner-carousel .card-block .tile-actions-menu {
  position: absolute;
  right: 0;
  top: 0.5em;
}
.whats-up-container .card.winner-carousel .card-block .carousel-control {
  position: absolute;
  bottom: 0;
  margin: 0.5rem 0;
  padding: 0 0.5rem;
  font-size: 1rem;
  color: #aaa;
}
.whats-up-container .card.winner-carousel .card-block .carousel-control:hover {
  color: #666;
}
.whats-up-container .card.winner-carousel .card-block .carousel-control.left {
  left: 0;
  background: -moz-linear-gradient(left, white 0%, white 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, white 0%, white 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 70%, rgba(255, 255, 255, 0) 100%);
}
.whats-up-container .card.winner-carousel .card-block .carousel-control.right {
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 30%, white 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 30%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 30%, #ffffff 100%);
}
.whats-up-container .card.winner-carousel .card-footer {
  border-bottom: 0;
  margin: 0;
  text-align: right;
}
.whats-up-container .card.winner-carousel .card-footer .parent-title {
  margin: 0;
  color: #598DFD;
  text-transform: uppercase;
}
.whats-up-container .card.winner-carousel .card-footer .parent-title svg {
  color: #598DFD;
  font-size: 1.6rem;
  vertical-align: text-bottom;
}
.whats-up-container .card.winner-carousel .response-title-carousel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.whats-up-container .card.winner-carousel .response-title-carousel .response-title {
  flex-grow: 1;
  padding: 0 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 2.5rem;
  white-space: nowrap;
}
.whats-up-container .card.winner-carousel .response-title-carousel .response-title .winner-icon {
  margin: 0 0.25em;
}
@media (min-width: 992px) {
  .whats-up-container .card.winner-carousel .parent-title, .whats-up-container .card.winner-carousel .response-title {
    font-size: 20rem/15;
  }
}
@media (max-width: 1199px) {
  .whats-up-container .card.winner-carousel .parent-title, .whats-up-container .card.winner-carousel .response-title {
    font-size: 18rem/15;
  }
}
@media (max-width: 569px) {
  .whats-up-container .card.winner-carousel .parent-title, .whats-up-container .card.winner-carousel .response-title {
    font-size: 0.9rem;
  }
}
.whats-up-container .tile-featured-meta-num {
  font-size: 1.5em;
  line-height: 1;
  text-align: center;
}
.whats-up-container .tile-featured-meta-label {
  font-size: 1em;
  line-height: 1;
}
.whats-up-container .tile-footer-actions {
  margin-top: 0.5em;
}
.whats-up-container .tile-footer-actions ul li {
  float: left;
  margin-right: 1em;
}
.whats-up-container .tile-footer-actions ul li:last-child {
  margin-right: 0;
}
.whats-up-container .tile-footer-actions .btn {
  margin-bottom: 0;
}
.whats-up-container .empty-feed-tile header {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-color: #dfdfdf;
  margin: auto;
  vertical-align: middle;
  line-height: 200px;
  font-size: 5em;
}
.whats-up-container .entries-header {
  margin-bottom: 1.5rem;
  list-style-type: none;
}
.whats-up-container .entries-header h3 {
  font-weight: 500;
}
.whats-up-container .phase-timeline {
  margin-bottom: 1em;
}
.whats-up-container .phase-timeline .phase-details {
  display: flex;
  border-top: 1px solid #aaa;
}
.whats-up-container .phase-timeline .phase-details:last-child {
  border-bottom: 1px solid #aaa;
}
.whats-up-container .phase-timeline .past-phase {
  opacity: 0.5;
}
.whats-up-container .phase-timeline .phase-title {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.whats-up-container .phase-timeline .phase-date {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.whats-up-container .phase-timeline .phase-status {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.whats-up-container .footer-card .card-block {
  padding: 1.25rem;
}
.whats-up-container .footer-card .card-block img {
  width: auto;
}
.whats-up-container .footer-card.card {
  margin-bottom: 0;
}
.whats-up-container .feed-overlay {
  background-color: #eee;
  opacity: 0.6;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  overflow: hidden;
  font-size: 30px;
}
.whats-up-container .search-spinner {
  font-size: 30px;
  text-align: center;
  display: block;
}
.whats-up-container .sticky-mobile {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1035;
}
.whats-up-container .fade-enter-active {
  transition: opacity 0.5s ease-out;
}
.whats-up-container .fade-leave-active {
  display: none;
}
.whats-up-container .fade-enter, .whats-up-container .fade-leave-to {
  opacity: 0;
}
.whats-up-container .mobile-feed-title {
  width: 100%;
  background-color: #dfdfdf;
  padding: 0.75rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #292929;
  font-family: 'Facit', Arial, sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.whats-up-container .mobile-feed-menu-container {
  background-color: #fff;
}
.whats-up-container .mobile-feed-menu-container .mobile-feed-menu {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-box-shadow: 0 0 10px #666;
  -webkit-box-shadow: 0 0 10px #666;
  box-shadow: 0 0 10px #666;
}
.whats-up-container .mobile-feed-menu-container .mobile-nav-link {
  display: flex;
  justify-content: center;
  flex: 1;
  font-size: 1.3rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Facit', Arial, sans-serif;
  border: 0;
  border-top: 4px solid transparent;
  border-radius: 0;
  padding: 0;
}
.whats-up-container .mobile-feed-menu-container .mobile-nav-link:focus, .whats-up-container .mobile-feed-menu-container .mobile-nav-link:active, .whats-up-container .mobile-feed-menu-container .mobile-nav-link:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.whats-up-container .mobile-feed-menu-container .mobile-nav-link > a {
  flex-grow: 1;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  padding: 0.75rem 1rem;
}
.whats-up-container .mobile-feed-menu-container .mobile-nav-link a {
  color: #292929;
}
.whats-up-container .mobile-feed-menu-container .mobile-nav-link a:hover {
  color: #292929;
}
.whats-up-container .mobile-feed-menu-container .mobile-nav-link .main-feed-child .nav-link {
  font-weight: 300;
}
.whats-up-container .mobile-feed-menu-container .mobile-nav-link.selected {
  border-top-color: #337ab7;
}
.whats-up-container .overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1030;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 4rem;
}
.whats-up-container .overlay .overlay-title {
  width: 100%;
  font-size: 1.5rem;
  border-bottom: 2px solid #aaa;
  padding: 1rem;
  padding-left: 1.25rem;
  color: #292929;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Facit', Arial, sans-serif;
}
.whats-up-container .overlay .overlay-title .icon {
  margin-right: 1rem;
  cursor: pointer;
}
.whats-up-container .overlay .overlay-content {
  position: relative;
  width: 100%;
  padding: 1rem;
  background-color: #fff;
}
.whats-up-container .overlay .overlay-content .top-nav-section {
  margin-bottom: 0;
}
.whats-up-container .overlay .overlay-content .main-feed-item, .whats-up-container .overlay .overlay-content .main-feed-header h5 {
  font-size: 1.3rem;
}
.whats-up-container .overlay .overlay-content .main-feed-child {
  font-size: 1.15rem;
}
.whats-up-container .overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
.whats-up-container .feed-overlay {
  background-color: #eee;
  opacity: 0.6;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  overflow: hidden;
  font-size: 30px;
}
.whats-up-container .search-spinner {
  font-size: 30px;
  text-align: center;
  display: block;
}
.whats-up-container .current-activities-header {
  margin: 2rem 0 0.5833rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  text-align: center;
}
.whats-up-container .desktop-divider-header, .whats-up-container .desktop-divider-header div {
  display: flex;
  align-items: center;
}
.whats-up-container .desktop-divider-header {
  margin: 1px 0 0 0;
  font-size: 1rem;
}
.whats-up-container .desktop-divider-header .divider {
  flex-grow: 1;
  border-top: 1px solid #aaa;
}
.whats-up-container .desktop-divider-header .divider-header-section {
  padding: 0;
}
.whats-up-container .desktop-divider-header .divider-header-section span, .whats-up-container .desktop-divider-header .divider-header-section .divider {
  display: none;
}
.whats-up-container .desktop-divider-header .divider-header-section span {
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .whats-up-container .desktop-divider-header .divider-header-section {
    padding-left: 1rem;
  }
}

.main-content .response-page .comments-container a {
  cursor: pointer;
}
.main-content .response-page .comments-container .locked-thread span {
  margin-right: 0.75rem;
}
.main-content .response-page .comments-container .linkedComment {
  background-color: #f6f6f6;
}
.main-content .response-page .comments-container .media {
  overflow: visible;
}
.main-content .response-page .comments-container .media .media-body {
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-content .response-page .comments-container .comment-sort-preference {
    float: left;
  }
  .main-content .response-page .comments-container .replies-sort-preference {
    float: left;
    margin-left: 2em;
  }
}
.main-content .response-page .comments-container .comment-sort-preference {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-content .response-page .comments-container .comment-sort-preference a:hover {
  text-decoration: none;
}
.main-content .response-page .comments-container .comment-create-error {
  color: red !important;
  font-style: italic;
}
.main-content .response-page .comments-container .comment-main {
  margin-top: 0.5em;
  margin-left: 10px;
}
.main-content .response-page .comments-container .comment-main .comment-in-reply-to {
  font-style: italic;
}
.main-content .response-page .comments-container .comment-replies {
  margin-left: 1em;
  background-color: #f6f6f6;
}
.main-content .response-page .comments-container .comment-replies .comment-thread {
  padding: 0.5em;
}
.main-content .response-page .comments-container .comment-content {
  overflow: hidden;
}
.main-content .response-page .comments-container .comment-content .comment-in-reply-to {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.main-content .response-page .comments-container .comment-reply-container {
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}
.main-content .response-page .comments-container .comment-actions-list {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 80%;
  color: #aaa;
}
.main-content .response-page .comments-container .comment-actions-list li {
  padding: 0;
}
.main-content .response-page .comments-container .comment-actions-list li + li:before {
  content: " - ";
  color: #b1bbbf;
}
.main-content .response-page .comments-container .comment-actions-list a {
  color: #6c6c6c;
}
.main-content .response-page .comments-container .comment-action-toggle-replies {
  background: #eeeeee;
  border-radius: 0;
  padding: 4px 15px;
  font-size: 14px;
  text-decoration: none;
}
.main-content .response-page .comments-container .comment-action-toggle-replies span {
  display: inline-block;
}
.main-content .response-page .comments-container .comment-action-toggle-replies span.dropdown-toggle svg.active {
  display: none;
}
.main-content .response-page .comments-container .comment-action-toggle-replies span.dropdown-toggle.toggle-replies svg {
  display: none;
}
.main-content .response-page .comments-container .comment-action-toggle-replies span.dropdown-toggle.toggle-replies svg.active {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.main-content .response-page .comments-container .comment-action-toggle-replies:hover {
  text-decoration: none;
}
.main-content .response-page .comments-container .comment-footer {
  position: relative;
  margin: 30px 0 30px 0px;
}
.main-content .response-page .comments-container .dropzone {
  border: 0 !important;
  background: none !important;
  padding: 0 !important;
  min-height: 0;
}
.main-content .response-page .comments-container .dropzone .dz-preview.dz-image-preview {
  background: none !important;
}
.main-content .response-page .comments-container .dropzone.dz-started .dz-message {
  display: block;
}
.main-content .response-page .comments-container .dropzone.dz-max-files-reached .dz-message {
  display: none;
}
.main-content .response-page .update-card .cms {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.main-content .response-page .update-card .owner-actions, .main-content .response-page .update-card .user-actions {
  display: inline;
}
.main-content .response-page .update-card .owner-actions a, .main-content .response-page .update-card .user-actions a {
  padding: 0;
  border-radius: 0;
  font-size: 80%;
}
.main-content .response-page .update-card .owner-actions a:hover, .main-content .response-page .update-card .user-actions a:hover {
  background: none;
}
.main-content .response-page .update-card .owner-actions a svg, .main-content .response-page .update-card .user-actions a svg {
  display: none;
}
.main-content .response-page .update-card .owner-actions a:after {
  content: "-";
}
.main-content .response-page .response-body {
  width: 100%;
}
.main-content .response-page .response-body .response-main-content {
  left: 0;
  padding: 1rem 1.5rem 0 1.5rem;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 767px) {
  .main-content .response-page .response-body .response-main-content {
    border-bottom: 1px solid #dfdfdf;
  }
}
.main-content .response-page .response-body .response-main-content .activity-header-title h3 {
  text-transform: uppercase;
  margin-top: 0.5rem;
  font: 1rem Arial, Helvetica, sans-serif;
  color: #666;
}
.main-content .response-page .response-body .response-main-content .activity-header-title h3 a {
  color: #666;
}
.main-content .response-page .response-body .response-main-content .featured-image-carousel {
  margin-right: 0;
}
.main-content .response-page .response-body .response-main-content .featured-image-carousel .js-slide {
  cursor: pointer;
}
.main-content .response-page .response-body .response-main-content .inline-user-post-info, .main-content .response-page .response-body .response-main-content .inline-user-post-info .support-bar {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 569px) {
  .main-content .response-page .response-body .response-main-content .inline-user-post-info, .main-content .response-page .response-body .response-main-content .inline-user-post-info .support-bar {
    flex-wrap: wrap;
  }
}
@media (max-width: 569px) {
  .main-content .response-page .response-body .response-main-content .inline-user-post-info {
    flex-direction: column-reverse;
  }
}
.main-content .response-page .response-body .response-main-content .inline-user-post-info .user-info-bar {
  width: 20%;
  padding-top: 1.1rem;
}
@media (max-width: 569px) {
  .main-content .response-page .response-body .response-main-content .inline-user-post-info .user-info-bar {
    width: 100%;
    padding-top: 0;
  }
}
.main-content .response-page .response-body .response-main-content .inline-user-post-info .support-bar {
  width: 80%;
  flex-direction: row-reverse;
  justify-content: center;
}
@media (max-width: 569px) {
  .main-content .response-page .response-body .response-main-content .inline-user-post-info .support-bar {
    width: 100%;
  }
}
.main-content .response-page .response-body .response-main-content .inline-user-post-info .support-bar .how-to-support {
  flex: 0.5;
  padding-top: 0.5rem;
}
@media (max-width: 569px) {
  .main-content .response-page .response-body .response-main-content .inline-user-post-info .support-bar .how-to-support {
    flex: 1;
    margin-bottom: 1rem;
  }
}
.main-content .response-page .response-body .response-main-content .inline-user-post-info .post-info-bar {
  flex: 0.5;
  padding-top: 0.75rem;
}
@media (max-width: 569px) {
  .main-content .response-page .response-body .response-main-content .inline-user-post-info .post-info-bar {
    flex: 1;
    padding-top: 3rem;
  }
}
.main-content .response-page .response-body .response-main-content .inline-user-challenge-info {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
@media (max-width: 569px) {
  .main-content .response-page .response-body .response-main-content .inline-user-challenge-info {
    flex-direction: column-reverse;
    align-items: center;
  }
  .main-content .response-page .response-body .response-main-content .inline-user-challenge-info .user-info-bar, .main-content .response-page .response-body .response-main-content .inline-user-challenge-info .post-info-bar {
    margin-right: 0 !important;
  }
}
.main-content .response-page .response-body .response-main-content .inline-user-challenge-info .user-info-bar, .main-content .response-page .response-body .response-main-content .inline-user-challenge-info .post-info-bar {
  width: 20%;
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-content .response-page .response-body .response-main-content .inline-user-challenge-info .media-full {
  width: auto;
}
.main-content .response-page .response-body .response-main-content .inline-user-challenge-info .user-info-bar .user-groups {
  display: none;
}
.main-content .response-page .response-body .response-main-content .inline-user-challenge-info .voting-info-bar {
  text-align: center;
}
.main-content .response-page .response-body .response-main-content .inline-user-challenge-info .voting-info-bar .vote-container {
  padding-top: 0;
}
.main-content .response-page .response-body .response-main-content .inline-user-challenge-info .voting-info-bar .voting-days-label, .main-content .response-page .response-body .response-main-content .inline-user-challenge-info .voting-info-bar .num-votes-label {
  font-weight: bold;
}
.main-content .response-page .response-body .response-main-content .inline-user-challenge-info .voting-info-bar .voting-days-left, .main-content .response-page .response-body .response-main-content .inline-user-challenge-info .voting-info-bar .vote-count h2 {
  font-size: 2.5rem;
}
.main-content .response-page .response-body .response-main-content .inline-user-challenge-info .voting-info-bar .num-votes-label {
  margin-bottom: 1rem;
}
.main-content .response-page .response-body .response-main-content .inline-user-challenge-info .voting-info-bar .voting-days-label {
  margin-bottom: 2rem;
}
.main-content .response-page .response-body .response-main-content .main-content-tab-content {
  margin-bottom: 0;
}
.main-content .response-page .response-body .response-main-content .main-content-tab-content .activity-response {
  padding-left: 0;
  padding-right: 0;
}
.main-content .response-page .response-body .response-main-content .main-content-tab-content .activity-response .tag-list {
  margin-top: 2em;
}
.main-content .response-page .response-body .response-main-content .mod-tools {
  margin-right: -1rem;
}
.main-content .response-page .response-body .response-main-content .content-title h2 {
  margin-top: 0.25rem;
}
.main-content .response-page .response-body .response-main-content #reports {
  padding-left: 0 !important;
}
.main-content .response-page .response-body .response-main-content .supporter-insights-dashboard {
  margin-left: 0;
}
.main-content .response-page .response-body .support-details .phase_remaining_days {
  font-size: 2.61792em;
}
.main-content .response-page .response-body .support-details .phase_remaining_unit {
  font-size: 1rem;
}
.main-content .response-page .response-body .support-bar {
  padding: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .main-content .response-page .response-body .support-bar {
    padding-bottom: 0;
  }
}
.main-content .response-page .response-body .support-bar span {
  font-size: 90%;
}
.main-content .response-page .response-body .support-bar .support-label, .main-content .response-page .response-body .support-bar .phase_remaining_unit {
  font-weight: bold;
}
.main-content .response-page .response-body .support-bar .support-count {
  font-size: 2.5rem;
}
.main-content .response-page .response-body .support-bar .flag-button, .main-content .response-page .response-body .support-bar .social-sharing-dropdown {
  text-align: center;
}
.main-content .response-page .response-body .support-bar .project-support-button {
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 5px 35px;
  line-height: 22px;
  font-size: 18px;
  position: relative;
  min-width: 175px;
  min-height: 34px;
}
.main-content .response-page .response-body .support-bar .project-support-button svg.fa-star {
  display: none;
}
.main-content .response-page .response-body .support-bar .project-support-button .support-loading {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -3px;
  font-size: 1.25rem;
  padding-left: 25px;
}
.main-content .response-page .response-body .support-bar .project-support-button .support-loading svg {
  position: absolute;
  margin-left: -25px;
  margin-top: 3px;
}
.main-content .response-page .response-body .support-bar .project-support-button:not(.supporting) {
  background-color: #598DFD;
  color: #FFF !important;
}
.main-content .response-page .response-body .support-bar .project-support-button.supporting {
  color: #598DFD !important;
  border: 1px solid #598DFD;
}
.main-content .response-page .response-body .support-bar .project-support-button.supporting:hover {
  background-color: #fff;
}
.main-content .response-page .response-body .support-bar .project-support-button.supporting[disabled] {
  color: #bed2fe !important;
  border: 1px solid #bed2fe;
  background-color: transparent !important;
}
.main-content .response-page .response-body .support-bar .support-response span {
  font-size: 100%;
}
.main-content .response-page .response-body .support-bar .support-response .support-count {
  font-size: 150%;
}
.main-content .response-page .response-body .support-bar .support-response .social-sharing-dropdown {
  display: inline-block;
}
.main-content .response-page .response-body .support-modal .modal-header {
  border-bottom: none !important;
}
.main-content .response-page .response-body .support-modal .close {
  opacity: 0.5 !important;
}
.main-content .response-page .response-body .support-modal .close:hover {
  opacity: 0.75 !important;
}
.main-content .response-page .response-body .social-sharing-dropdown .dropdown-container {
  display: inline-block;
  position: relative;
}
.main-content .response-page .response-body .social-sharing-dropdown .dropdown-container .btn:focus {
  outline: none !important;
}
.main-content .response-page .response-body .social-sharing-dropdown .dropdown-container .dropdown-menu {
  margin-top: 0.25rem;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  text-align: left !important;
}
.main-content .response-page .response-body .vote-widget {
  background: none;
}
.main-content .response-page .response-body .vote-widget .vote-detail {
  margin-bottom: 1rem;
}
.main-content .response-page .response-body .vote-widget .lego-contest-like .vote-button {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.main-content .response-page .response-body .vote-widget .lego-contest-like .vote-button svg {
  display: none;
}
.main-content .response-page .response-body .vote-widget .lego-contest-like .vote-button span {
  font-size: 1.25rem;
}
.main-content .response-page .response-body .vote-widget .lego-contest-like .vote-button:not(.voted) {
  background-color: #598DFD;
  color: #FFF !important;
}
.main-content .response-page .response-body .vote-widget .lego-contest-like .vote-button.voted {
  color: #598DFD !important;
  border: 1px solid #598DFD;
}
.main-content .response-page .response-body .vote-widget .lego-contest-like .vote-button.voted:hover {
  background-color: #fff;
}
.main-content .response-page .response-body .vote-stat-container .vote-widget {
  padding: 0 10px 0 0;
}
.main-content .response-page .response-body .vote-stat-container .vote-widget .vote-button {
  background: none;
  color: #aaa !important;
  margin-bottom: 0;
  font-size: 1rem;
}
.main-content .response-page .response-body .vote-stat-container .vote-widget .vote-button svg {
  display: inline;
}
.main-content .response-page .response-body .vote-stat-container .vote-widget .vote-button span {
  font-size: 1rem;
}
.main-content .response-page .response-body .vote-bar {
  padding: 1rem;
  margin-bottom: 1rem;
  background: #fff;
}
@media (max-width: 767px) {
  .main-content .response-page .response-body .vote-bar {
    padding-bottom: 0;
  }
}
.main-content .response-page .response-body .vote-bar .voting-days-label, .main-content .response-page .response-body .vote-bar .num-votes-label {
  font-weight: bold;
}
.main-content .response-page .response-body .vote-bar .voting-days-left, .main-content .response-page .response-body .vote-bar .vote-count h2 {
  font-size: 2.5rem;
}
.main-content .response-page .response-body .vote-bar .num-votes-label {
  margin-bottom: 1rem;
}
.main-content .response-page .response-body .vote-bar .voting-days-label {
  margin-bottom: 2rem;
}
.main-content .response-page .response-body .user-info-bar .media .user-groups {
  padding-bottom: 1rem;
}
.main-content .response-page .response-body .user-info-bar .media .label {
  display: block;
  background: none;
  font-weight: 300;
  font-size: 1rem;
  color: #aaa;
  font-family: Arial, Helvetica, sans-serif;
}
.main-content .response-page .response-body .right-sidebar {
  padding-right: 0;
}
@media (max-width: 767px) {
  .main-content .response-page .response-body .right-sidebar {
    padding: 0;
  }
}
.main-content .response-page .response-body .right-sidebar .follow-button.following {
  color: #aaa;
}
@media (max-width: 991px) {
  .main-content .response-page .response-body .right-sidebar .support-bar {
    display: none;
  }
}
.main-content .response-page .response-body .right-sidebar .support-bar .support-details {
  margin-bottom: 1rem;
}
.main-content .response-page .response-body .right-sidebar .support-bar .support-details .on-shelves-btn {
  margin-left: -1rem;
}
.main-content .response-page .response-body .right-sidebar .user-info-bar, .main-content .response-page .response-body .right-sidebar .post-info-bar, .main-content .response-page .response-body .right-sidebar .support-bar {
  background-color: #fff;
}
.main-content .response-page .response-body .right-sidebar .user-info-bar .btn-flat span, .main-content .response-page .response-body .right-sidebar .post-info-bar .btn-flat span, .main-content .response-page .response-body .right-sidebar .sidebar-content .btn-flat span {
  color: #434343;
}
.main-content .response-page .response-body .right-sidebar .user-info-bar {
  padding: 1rem 0;
}
.main-content .response-page .response-body .right-sidebar .user-info-bar .media {
  text-align: center;
}
.main-content .response-page .response-body .right-sidebar .post-info-bar {
  margin-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .main-content .response-page .response-body .right-sidebar .post-info-bar {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-top: 0;
  }
}
.main-content .response-page .response-body .right-sidebar .post-info-bar .content-meta-data {
  display: flex;
  justify-content: center;
  margin: 1rem;
}
.main-content .response-page .response-body .right-sidebar .post-info-bar .content-meta-data .stat {
  display: flex;
  align-items: center;
}
.main-content .response-page .response-body .right-sidebar .post-info-bar .content-meta-data .stat a {
  color: #aaa;
}
.main-content .response-page .response-body .right-sidebar .post-info-bar .content-meta-data .stat a:hover {
  color: #aaa;
  text-decoration: none;
}
.main-content .response-page .comments h4 {
  text-transform: uppercase;
}
.main-content .response-page .comments .comment-user-preferences > div {
  display: flex;
}
@media (max-width: 767px) {
  .main-content .response-page .comments .comment-user-preferences > div {
    flex-direction: column;
    margin: -0.2rem;
  }
  .main-content .response-page .comments .comment-user-preferences > div div {
    padding: 0.2rem 0;
  }
}
.main-content .response-page .comments .comment-user-preferences > div div {
  padding-right: 2rem;
}
.main-content .response-page .comments .btn-primary {
  background-color: #598DFD;
  color: #FFF !important;
}
.main-content .response-page .comments .sort-order {
  color: #00AFC6;
}
@media (max-width: 767px) {
  .main-content .response-page .comments .comment-content-additional {
    width: 50%;
  }
}
.main-content .response-page .comments .comment-action-like > div {
  display: inline-block;
}
.main-content .response-page .comments .comment-action-like .vote-container .vote-button {
  background: none;
  border: none;
  color: #aaa !important;
  padding: 0;
  margin: 0;
  text-transform: none;
}
.main-content .response-page .response-footer {
  background-color: #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.main-content .response-page .response-footer .response-footer-content {
  margin-left: 0;
}
.main-content .response-page .similar-projects {
  padding: 2rem 3rem;
}
.main-content .response-page .similar-projects h4 {
  margin-top: 0;
  text-transform: uppercase;
}
.main-content .response-page .similar-projects .tile-sm {
  width: 100%;
  padding: 0;
}
.main-content .response-page .similar-projects .tile-sm .card-title {
  padding: 1rem;
}
.main-content .response-page .similar-projects .project-recommended .card-img-top:after {
  top: 0;
  right: 0;
  position: absolute;
  content: url("img/project-corner-tab.svg");
}
.main-content .response-page .similar-projects .challenge_application-recommended .card-img-top:after {
  top: 0;
  right: 0;
  position: absolute;
  content: url("img/contest-corner-tab.svg");
}
.main-content .response-page .recommended-projects .tile-sm {
  width: 100%;
  padding: 0;
}
.main-content .response-page .recommended-projects .tile-sm .card {
  margin-bottom: 0 !important;
}
.main-content .response-page .recommended-projects .tile-sm .card-title {
  padding: 1rem;
}
.main-content .response-page .recommended-projects .project-recommended .card-img-top:after {
  top: 0;
  right: 0;
  position: absolute;
  content: url("img/project-corner-tab.svg");
}
.main-content .response-page .recommended-projects .challenge_application-recommended .card-img-top:after {
  top: 0;
  right: 0;
  position: absolute;
  content: url("img/contest-corner-tab.svg");
}
.main-content .response-page .content-footer {
  padding: 0;
}
.main-content .response-page .content-footer .more-to-do {
  background-color: #434343;
  padding: 2rem 3rem;
}
.main-content .response-page .content-footer .more-to-do h4 {
  margin-top: 0;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .main-content .response-page .content-footer .more-to-do .promo-card .competition-text, .main-content .response-page .content-footer .more-to-do .promo-card .btn {
    display: none;
  }
}
.main-content .response-page .content-footer .more-to-do .promo-card .promo-card-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.main-content .response-page .content-footer .more-to-do .promo-card .btn {
  margin-top: 1rem;
  border: 1px solid #fff;
}
.main-content .response-page .content-footer .more-to-do .promo-card .promo-text-medium {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: 'Facit', Arial, sans-serif;
}
@media (max-width: 767px) {
  .main-content .response-page .content-footer .more-to-do .promo-card .promo-text-medium {
    font-size: 1.6rem;
  }
}
.main-content .response-page .content-footer .more-to-do .promo-card .competition-text {
  margin-bottom: 0.5rem;
}
.main-content .response-page .btn {
  border-radius: 1.175rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.main-content .response-page .nav {
  padding-top: 1rem;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.main-content .response-page .nav li {
  position: relative;
  display: block;
}
.main-content .response-page .nav li a {
  position: relative;
  display: block;
}
.main-content .response-page .nav li a:hover, .main-content .response-page .nav li a:focus {
  text-decoration: none;
  background-color: #eee;
}
.main-content .response-page .nav-pills {
  border-bottom: 2px solid;
}
.main-content .response-page .nav-pills li {
  float: left;
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  .main-content .response-page .nav-pills li {
    width: 100%;
    text-align: center;
  }
}
.main-content .response-page .nav-pills li a {
  padding: 10px 15px;
}
.main-content .response-page .nav-pills li a:hover, .main-content .response-page .nav-pills li a:focus {
  background-color: #dfdfdf;
}
.main-content .response-page .nav-pills li + li {
  margin-left: 2px;
}
.main-content .response-page .nav-pills li.active a {
  background-color: #292929;
}
.main-content .response-page .nav-pills li.active .label-brand {
  background-color: #eeeeee;
}
.main-content .response-page .nav-pills .label {
  vertical-align: initial;
}
.main-content .response-page .application-toolbar {
  background-color: #292929;
  margin-top: 1px;
  margin-bottom: 1rem;
}
.main-content .response-page .application-toolbar .navbar-brand {
  color: #eeeeee;
  padding: 0.66667rem;
}
.main-content .response-page .application-toolbar .navbar-nav {
  padding-top: 0;
}
.main-content .response-page .application-toolbar .navbar-nav .nav-link {
  color: #eeeeee;
}
.main-content .response-page .application-toolbar .navbar-nav .nav-link:focus, .main-content .response-page .application-toolbar .navbar-nav .nav-link:hover {
  color: #eeeeee;
  background-color: #666;
}
.main-content .response-page .application-toolbar .navbar-nav .open > .nav-link,
.main-content .response-page .application-toolbar .navbar-nav .active > .nav-link,
.main-content .response-page .application-toolbar .navbar-nav .nav-link.open,
.main-content .response-page .application-toolbar .navbar-nav .nav-link.active {
  background-color: #666;
}
.main-content .response-page .application-toolbar .navbar-nav .open > .nav-link, .main-content .response-page .application-toolbar .navbar-nav .open > .nav-link:focus, .main-content .response-page .application-toolbar .navbar-nav .open > .nav-link:hover,
.main-content .response-page .application-toolbar .navbar-nav .active > .nav-link,
.main-content .response-page .application-toolbar .navbar-nav .active > .nav-link:focus,
.main-content .response-page .application-toolbar .navbar-nav .active > .nav-link:hover,
.main-content .response-page .application-toolbar .navbar-nav .nav-link.open,
.main-content .response-page .application-toolbar .navbar-nav .nav-link.open:focus,
.main-content .response-page .application-toolbar .navbar-nav .nav-link.open:hover,
.main-content .response-page .application-toolbar .navbar-nav .nav-link.active,
.main-content .response-page .application-toolbar .navbar-nav .nav-link.active:focus,
.main-content .response-page .application-toolbar .navbar-nav .nav-link.active:hover {
  color: #dfdfdf;
}
@media (max-width: 991px) {
  .main-content .response-page .application-toolbar .nav-item .dropdown-item {
    color: #434343;
  }
  .main-content .response-page .application-toolbar .nav-item .dropdown-item:focus, .main-content .response-page .application-toolbar .nav-item .dropdown-item:hover {
    color: #aaa;
    background-color: #666;
  }
  .main-content .response-page .application-toolbar .nav-item .dropdown-divider {
    background-color: rgba(0, 0, 0, 0.075);
  }
}

#projects-project-show .main-content .response-page .response-body .response-main-content, #projects-project-show-updates .main-content .response-page .response-body .response-main-content, #projects-project-show-comments_tab .main-content .response-page .response-body .response-main-content, #projects-project-show-official_comments .main-content .response-page .response-body .response-main-content {
  background: #fff url("img/project-corner-tab.svg") no-repeat right top;
}
@media (max-width: 991px) {
  #projects-project-show .main-content .response-page .response-body .response-main-content, #projects-project-show-updates .main-content .response-page .response-body .response-main-content, #projects-project-show-comments_tab .main-content .response-page .response-body .response-main-content, #projects-project-show-official_comments .main-content .response-page .response-body .response-main-content {
    width: 100%;
  }
}
#projects-project-show .main-content .response-page .response-body .response-main-content #mod-tools-dropdown, #projects-project-show-updates .main-content .response-page .response-body .response-main-content #mod-tools-dropdown, #projects-project-show-comments_tab .main-content .response-page .response-body .response-main-content #mod-tools-dropdown, #projects-project-show-official_comments .main-content .response-page .response-body .response-main-content #mod-tools-dropdown {
  margin-right: 3rem;
}
@media (max-width: 991px) {
  #projects-project-show .main-content .response-page .response-body .right-sidebar .user-info-bar, #projects-project-show-updates .main-content .response-page .response-body .right-sidebar .user-info-bar, #projects-project-show-comments_tab .main-content .response-page .response-body .right-sidebar .user-info-bar, #projects-project-show-official_comments .main-content .response-page .response-body .right-sidebar .user-info-bar {
    display: none;
  }
}

#challenges-application .main-content .response-page .response-body .response-main-content, #challenges-application-updates .main-content .response-page .response-body .response-main-content, #challenges-application-comments_tab .main-content .response-page .response-body .response-main-content, #challenges-application-official_comments .main-content .response-page .response-body .response-main-content {
  background: #fff url("img/contest-corner-tab.svg") no-repeat right top;
}
@media (max-width: 991px) {
  #challenges-application .main-content .response-page .response-body .response-main-content, #challenges-application-updates .main-content .response-page .response-body .response-main-content, #challenges-application-comments_tab .main-content .response-page .response-body .response-main-content, #challenges-application-official_comments .main-content .response-page .response-body .response-main-content {
    width: 100%;
  }
}
#challenges-application .main-content .response-page .response-body .response-main-content #mod-tools-dropdown, #challenges-application-updates .main-content .response-page .response-body .response-main-content #mod-tools-dropdown, #challenges-application-comments_tab .main-content .response-page .response-body .response-main-content #mod-tools-dropdown, #challenges-application-official_comments .main-content .response-page .response-body .response-main-content #mod-tools-dropdown {
  margin-right: 3rem;
}
@media (max-width: 991px) {
  #challenges-application .main-content .response-page .response-body .right-sidebar .user-info-bar, #challenges-application-updates .main-content .response-page .response-body .right-sidebar .user-info-bar, #challenges-application-comments_tab .main-content .response-page .response-body .right-sidebar .user-info-bar, #challenges-application-official_comments .main-content .response-page .response-body .right-sidebar .user-info-bar {
    display: none;
  }
}

.challenge-color {
  color: #fff;
}

.phase_instructions {
  color: #8aae3b;
  text-transform: uppercase;
  font-weight: 600;
}

.tile-xs .card-title, .tile-sm .card-title {
  margin-bottom: 0;
  font-size: 1rem;
  padding: 2px 5px;
}

.tile-md .meta-data {
  text-align: center;
}
.tile-md .meta-data .stat-amount {
  display: block;
  font-size: 80%;
}
.tile-md .meta-data .stat img {
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .gallery-title .featured-image img, .default-tile .featured-image img {
    max-height: 200px;
  }
}
@media (min-width: 570px) and (max-width: 767px) {
  .gallery-title .featured-image img, .default-tile .featured-image img {
    max-height: 230px;
  }
}

@media (max-width: 569px) {
  .gallery-title .featured-image img, .default-tile .featured-image img {
    max-height: 240px;
  }
}

.default-tile .gallery-image-container-thumbnail .inline-percent {
  width: 25%;
}
.default-tile .completed-activity {
  position: absolute;
  bottom: 3rem;
  right: 0.25rem;
  border-radius: 50%;
  font-size: 1.5em;
  height: 1.5em;
  width: 1.5em;
}
.default-tile .completed-activity svg {
  width: 1.5em;
  height: 1.5em;
}

@media (max-width: 569px) {
  .tile-md .card-img {
    max-width: 320px;
  }
}
.tile-actions-menu {
  padding-left: 0;
  padding-right: 0.5em;
  text-align: right;
}
.tile-actions-menu button {
  color: #666;
  font-size: 1.5em;
  padding: 0.25rem;
  line-height: 0.5;
}
@media (max-width: 767px) {
  .tile-actions-menu .dropdown-item {
    font-size: 1.25rem;
    padding: 0.5rem 1.5rem;
  }
}
.tile-actions-menu .btn-flat {
  background-color: #fff;
}

.overlay.text-image {
  margin: 0.5rem;
}

.follow-button {
  min-width: 7.5em;
  cursor: pointer;
}
.follow-button:focus {
  color: inherit;
}

.follow-button.btn-xs {
  min-width: 0;
}

.save-content-widget .notifications-option {
  white-space: normal;
}
.save-content-widget .notifications-option .enabled-text, .save-content-widget .notifications-option .disabled-text {
  display: flex;
}
.save-content-widget .notifications-option .enabled-text svg, .save-content-widget .notifications-option .disabled-text svg {
  margin-right: 0.25rem;
  margin-top: 0.25rem;
}

.profile-header {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 0;
  color: #aaa;
}
.profile-header a:not(.btn) {
  color: #aaa;
}
.profile-header a:not(.btn):focus, .profile-header a:not(.btn):hover {
  text-decoration: underline;
  color: #08457c;
}
.profile-header h3, .profile-header h2 {
  color: #fff;
}
.profile-header h3 a, .profile-header h2 a {
  color: #fff;
}
.profile-header h3 a:focus, .profile-header h3 a:hover, .profile-header h2 a:focus, .profile-header h2 a:hover {
  text-decoration: underline;
  color: #08457c;
}
.profile-header .user-data {
  display: flex;
}
.profile-header .user-data .avatar-section {
  flex-basis: content;
}
.profile-header .user-data .avatar-section .private-profile {
  margin-left: 0.5rem;
}
.profile-header .user-data .user-info-section {
  min-width: 0;
}
.profile-header .user-data .user-info-section .user-alias-section {
  display: flex;
}
.profile-header .user-data .user-info-section .user-alias-section .right {
  flex-basis: content;
  padding-left: 1em;
  max-width: 50px;
}
.profile-header .user-data .user-info-section .user-alias-section .right .user-info-link > a {
  font-size: 1.5em;
}
.profile-header .user-data .user-info-section .user-alias-section .right .modal h2 {
  color: #666;
}
.profile-header .badge-counts {
  background-color: #aaa;
  color: #222;
}

.achievements-page .card-achievement {
  border-color: #666;
}
.achievements-page .card-achievement .card-header {
  background-color: #d9edf7;
  font-weight: bold;
}
.achievements-page .card-achievement .reward-container {
  display: flex;
  align-items: center;
}
.achievements-page .card-achievement .reward-container:not(:last-child) {
  margin-bottom: 1rem;
}
.achievements-page .card-achievement .reward-container .reward-icon {
  width: 150px;
  text-align: center;
  font-size: 175%;
}

.social-links {
  font-size: 1.75em;
}
.social-links a {
  color: #aaa;
}
.social-links a:focus, .social-links a:hover {
  color: #666;
}

.profile-main-content {
  margin-top: 2em;
}
.profile-main-content .search-spinner {
  font-size: 60px;
  text-align: center;
  display: block;
}

.user-settings table.table tbody th {
  vertical-align: top;
}
.user-settings table.table td {
  padding: 0.5em;
}
.user-settings table.table .form-group {
  margin: 0;
}
.user-settings table.table .email-field {
  min-width: 125px;
  text-align: center;
}
.user-settings table.table.notification-preferences td:first-child {
  padding-left: 2em;
}

.project-create-details {
  display: flex;
  flex-wrap: wrap;
  background-color: #f6f6f6;
}
.project-create-details .header-with-icon {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.project-create-details .header-with-icon .product-ideas-icon, .project-create-details .header-with-icon .contests-icon {
  width: 64px;
  height: 64px;
}
.project-create-details p {
  font-size: 120%;
  color: #434343;
}
.project-create-details .dark-tile {
  background-color: #eeeeee;
  margin: 0 0.9375rem 1rem;
  padding: 1rem 0 0;
}

.project-submit .project-nav {
  width: 100%;
}
.project-submit .project-nav .text-image {
  text-align: center;
  margin: 0 auto 2px;
}
@media (min-width: 768px) {
  .project-submit .project-nav .text-image {
    float: none;
    display: table-cell;
    width: 1%;
  }
}
.project-submit .project-nav .text-image .img-arrow {
  height: 80px;
  line-height: 80px;
  color: #aaa;
  background-color: #dfdfdf;
}
.project-submit .project-nav .text-image .img-arrow:after {
  z-index: 100;
}
.project-submit .project-nav .text-image .img-arrow.left::after {
  border-width: 40px 0 40px 20px;
  border-left-color: #dfdfdf;
}
.project-submit .project-nav .text-image .img-arrow.right:before {
  left: 0;
  border-width: 40px 0 40px 20px;
  content: '';
  width: 0;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  pointer-events: none;
  border-left-color: #eeeeee;
}
.project-submit .project-nav .text-image.active .img-arrow {
  background-color: #ffffff;
}
.project-submit .project-nav .text-image.active .img-arrow.left:after {
  border-left-color: #ffffff;
}
.project-submit .project-nav .text-image.active .img-arrow.down:after {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  left: 48%;
}
.project-submit .preview-tip {
  position: relative;
  color: #ffffff;
  background-color: #aaa;
  background-clip: padding-box;
  border: 1px solid #aaa;
  border-radius: 0.3rem;
}
.project-submit .preview-tip.top {
  margin-top: -10px;
}
.project-submit .preview-tip.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #aaa;
  border-bottom-width: 0;
}
.project-submit .preview-tip.top .arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #aaa;
  border-bottom-width: 0;
}
.project-submit .preview-tip.right .arrow {
  left: 93%;
}
.project-submit .project-form-buttons {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .project-submit .project-form-buttons {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}
@media (max-width: 767px) {
  .project-submit .project-form-buttons {
    text-align: center;
  }
  .project-submit .project-form-buttons > * {
    margin-bottom: 1rem;
    display: block;
    width: 100%;
  }
  .project-submit .project-form-buttons > *:last-child {
    margin-bottom: 0;
  }
}
.project-submit .clearfix + .project-form-buttons {
  margin-top: 1rem;
}
.project-submit .preview-container .card-img-top {
  min-height: 188px;
}
.project-submit .tileImageContainer {
  width: 100%;
  overflow: hidden;
  background-color: #76787a;
}
.project-submit .project-image-container {
  min-height: 300px;
  background: #76787a;
  position: relative;
}
.project-submit .project-image-container .featured-image-uploader {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-submit .project-image-container.image {
  background: none;
  min-height: auto;
}
.project-submit .project-image-container.image img {
  width: 100%;
}
.project-submit .carousel-indicators li {
  background-color: #aaa;
}
.project-submit .carousel-indicators .active {
  background-color: #aaa;
  border-color: #aaa;
}
.project-submit .carousel-control.left {
  left: -.4rem;
}
.project-submit .carousel-control.right {
  right: -.4rem;
}
.project-submit .tooltip-container {
  position: static;
}
.project-submit .carousel-indicators-card.bottom {
  bottom: 10px;
}
.project-submit .upload-buttons {
  overflow: visible;
  width: 100%;
}
.project-submit .jcrop-handle {
  width: 12px;
  height: 12px;
}
.project-submit .jcrop-handle.ord-se {
  margin-bottom: -7px;
  margin-right: -7px;
}
.project-submit .jcrop-handle.ord-ne {
  margin-bottom: -7px;
  margin-right: -7px;
}
.project-submit .jcrop-handle.ord-sw {
  margin-bottom: -7px;
  margin-right: -7px;
}
.project-submit .jcrop-handle.ord-nw {
  margin-bottom: -7px;
  margin-right: -7px;
}
.project-submit .image .upload-buttons-container {
  background-color: #eeeeee;
}
@media (max-width: 991px) {
  .project-submit header, .project-submit .bottom-continue-button {
    padding: 0 0.9375rem;
  }
}
@media (max-width: 767px) {
  .project-submit .guidelines-sidebar {
    margin-top: 2rem;
  }
}

.project-submit .btn label {
  cursor: pointer;
}

#featured-image-dropzone.dropzone {
  border: none;
  background: none;
}
#featured-image-dropzone.dropzone .dz-preview {
  background: none;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}
#featured-image-dropzone.dropzone .dz-preview .dz-progress {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}

.primary-upload-buttons #featured-image-dropzone.dropzone .dz-preview.dz-error {
  min-height: 0;
}

.secondary-upload-buttons #featured-image-dropzone.dropzone {
  display: inline-block;
  width: 100%;
  min-height: 0;
  padding: 0;
}
.secondary-upload-buttons #featured-image-dropzone.dropzone .dz-message {
  margin: 0;
}
.secondary-upload-buttons #featured-image-dropzone.dropzone.dz-started .dz-message {
  display: block;
}

@media (max-width: 767px) {
  .marquee-video {
    margin-top: 1.5rem;
    padding-top: 0rem;
  }
}

.marquee-background {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
}
.marquee-background > .aspect-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.marquee-background > .aspect-container .chart,
.marquee-background > .aspect-container .chart_region > div {
  height: 100%;
  position: relative;
}
.marquee-background > .aspect-container .chart .highcharts-container,
.marquee-background > .aspect-container .chart_region > div .highcharts-container {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute !important;
  margin: auto;
}
@media (min-width: 570px) and (max-width: 1199px) {
  .marquee-background {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    display: block;
  }
  .marquee-background > .aspect-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .marquee-background > .aspect-container .chart,
  .marquee-background > .aspect-container .chart_region > div {
    height: 100%;
    position: relative;
  }
  .marquee-background > .aspect-container .chart .highcharts-container,
  .marquee-background > .aspect-container .chart_region > div .highcharts-container {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute !important;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .marquee-background {
    overflow: visible;
    position: initial;
    padding: 0;
    height: auto;
  }
  .marquee-background .overlay {
    overflow: visible;
    position: initial;
  }
  .marquee-background > .aspect-container {
    display: none !important;
  }
}

.seperation {
  margin-top: 2rem;
}
.seperation hr {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: -11px;
}
.seperation span {
  display: inline-block;
  margin: -1rem 0 9px;
  padding: 0 1rem;
  background-color: #EFEFEF;
}
@media (max-width: 991px) {
  .seperation {
    margin-top: 1.5rem;
  }
}

.marquee {
  position: relative;
  z-index: 1040;
}
.marquee .marquee-join {
  border-radius: 5px;
  padding: 1.5rem 1.5rem;
  background-color: #EFEFEF;
  border: 1px solid;
}
@media (max-width: 1199px) {
  .marquee .marquee-join {
    padding: 1rem;
  }
}
.marquee .marquee-join .marquee-title {
  font-size: 19px;
  font-weight: 100;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.marquee button, .marquee a {
  text-transform: none;
}
.marquee .btn, .marquee .form-control, .marquee .taginputcontainer {
  height: 40px;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .marquee .btn, .marquee .form-control, .marquee .taginputcontainer {
    height: 35px;
  }
}
.marquee .btn {
  margin: 1rem 0;
}
@media (max-width: 1199px) {
  .marquee .btn {
    margin: .5rem 0;
  }
}
.marquee a:not(.btn) {
  color: inherit;
}
.marquee .marquee-pfa {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.marquee .marquee-pfa h1, .marquee .marquee-pfa h2, .marquee .marquee-pfa h3, .marquee .marquee-pfa h4, .marquee .marquee-pfa h5, .marquee .marquee-pfa h6 {
  color: inherit !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
}
.marquee .marquee-pfa p {
  font-size: 18px;
  margin: 0;
  font-weight: 100;
}
@media (max-width: 991px) {
  .marquee .marquee-pfa {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .marquee .marquee-pfa h1, .marquee .marquee-pfa h2, .marquee .marquee-pfa h3, .marquee .marquee-pfa h4, .marquee .marquee-pfa h5, .marquee .marquee-pfa h6 {
    font-size: 24px;
  }
  .marquee .marquee-pfa p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .marquee .marquee-pfa {
    padding: 0;
    margin-bottom: 0;
  }
}
.marquee .marquee-pfa .entry-page-image-mobile {
  height: 90px;
  background: no-repeat center center;
  background-size: cover;
}
.marquee .form-group {
  margin-bottom: .5rem;
  text-align: left !important;
}
.marquee .control-label {
  font-weight: normal;
  font-size: 80%;
  margin-bottom: 0;
}

.marquee-cms {
  line-height: 1.7;
  margin: 1.5em;
  padding: 3em;
  background-color: #fff;
}
.marquee-cms h1, .marquee-cms h2, .marquee-cms h3, .marquee-cms h4, .marquee-cms h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 100;
  margin-bottom: .5rem;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .marquee-cms {
    padding: 1rem;
    margin: 0;
  }
  .marquee-cms h1, .marquee-cms h2, .marquee-cms h3, .marquee-cms h4, .marquee-cms h5 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .marquee-cms .vr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.card-marquee {
  border-color: #fff;
  background-color: #f5f5f5;
  color: #55595c;
}
@media (max-width: 767px) {
  .card-marquee {
    position: initial;
    background-color: #ebebeb;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 0;
    padding: 0 0.9375rem;
  }
}
@media (max-width: 767px) {
  .card-marquee .marquee-join {
    display: none;
  }
}
.card-marquee .checkbox-state:checked ~ .checkbox-target {
  display: block;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  z-index: 1040;
}
@media (max-width: 991px) {
  .card-marquee .checkbox-state:checked ~ .checkbox-target {
    position: absolute;
  }
}
.card-marquee .checkbox-state:checked ~ .checkbox-target:after {
  content: '';
}
.card-marquee .checkbox-state:checked ~ .checkbox-trigger {
  z-index: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.15);
  margin: 0;
}
.card-marquee .checkbox-state:checked ~ .checkbox-trigger:focus, .card-marquee .checkbox-state:checked ~ .checkbox-trigger:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.card-marquee .checkbox-state:checked ~ .checkbox-trigger:before {
  content: '';
}
.card-marquee .checkbox-state ~ .checkbox-trigger:before {
  content: 'Create an account';
}
.card-marquee .checkbox-trigger {
  display: block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.06667rem solid transparent;
  margin: 1.5rem 0 1rem;
  text-transform: uppercase;
  padding: 0.375rem 2rem;
  font-size: 1rem;
  line-height: 1.45;
  border-radius: 1.175rem;
}
.card-marquee .checkbox-trigger:focus, .card-marquee .checkbox-trigger:hover {
  text-decoration: none;
}
.card-marquee .checkbox-trigger.focus {
  text-decoration: none;
}

#cboxContent button {
  border: none;
  box-sizing: border-box;
}

.jcrop-keymgr {
  display: none !important;
}

.attachments-progress-container:empty,
.attachments-list:empty {
  margin: 0;
  height: 0;
  display: none;
}

.moxie-shim {
  bottom: 0;
  top: auto !important;
}

.polls-container #polls {
  height: auto !important;
}

.screen-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
}

.activity-complete svg {
  color: #2e8b57;
}

@page {
  size: A4 portrait;
  margin: 0;
  /* this affects the margin in the printer settings */
  background-color: #ffffff;
}
.print-page {
  display: none;
}

@media print {
  .hidden-print {
    display: none !important;
    height: 0;
  }

  * {
    -webkit-print-color-adjust: inherit;
    color-adjust: inherit;
  }

  body {
    background-color: #ffffff;
  }

  .container, .challenge-header .challenge-pfa .challenge-pfa-container, body > div.container .site-wrapper > .main-content, body > div.container .site-wrapper > footer, .main-navigation .navbar, .pfa-inner-container {
    width: 100%;
    margin: 0;
  }

  .page-break {
    page-break-before: always;
    margin: 1px;
    /* margin you want for the content */
  }
  .page-break::nth-last-child(1) {
    page-break-before: auto;
  }

  .header, .main-nav, .navbar-toggleable-sm.container, .challenge-header .challenge-pfa .navbar-toggleable-sm.challenge-pfa-container, body > div.container .site-wrapper > .navbar-toggleable-sm.main-content, body > div.container .site-wrapper > footer.navbar-toggleable-sm, .main-navigation .navbar-toggleable-sm.navbar, .navbar-toggleable-sm.pfa-inner-container, .main-footer, .bg-admin-nav {
    display: none;
  }

  .page {
    overflow: hidden;
    page-break-inside: avoid;
    margin: 50px 15px 0px;
    /* margin you want for the content */
    page-break-inside: avoid;
  }

  .print-page {
    display: block;
  }

  .print-title {
    font-size: 2em;
  }

  .card {
    background-color: transparent;
    border: none;
  }

  .print-image {
    float: right;
    margin: 0 0 1rem 1rem;
    padding: 15px;
    background-color: #e9e9e9;
  }
  .print-image img {
    width: 300px;
  }
}
.fancy-dropdown {
  cursor: pointer;
}
.fancy-dropdown select {
  display: none;
}
.fancy-dropdown .dropdown-menu {
  width: 100%;
  margin-top: 0;
  padding: 0;
}
.fancy-dropdown .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  border-bottom: 0 !important;
  white-space: normal;
}
.fancy-dropdown .text-container {
  margin-left: 0.5rem;
  margin-right: auto;
}
.fancy-dropdown .text-container .fancy-dropdown-selection {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.fancy-dropdown .text-container .fancy-dropdown-description {
  color: #aaa;
  display: block;
  overflow: hidden;
  font-weight: normal;
  line-height: 1.4em;
  font-size: 0.8rem;
}
.fancy-dropdown .selected-display, .fancy-dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
}
.fancy-dropdown .selected-display {
  overflow: hidden;
  padding: 10px;
  background-color: #ebebeb;
}

.user-info-link {
  display: inline-block;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 11, 2012 */
@font-face {
  font-family: 'Facit';
  src: url("fonts/facit/facit-regular-webfont.eot");
  src: url("fonts/facit/facit-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/facit/facit-regular-webfont.woff") format("woff"), url("fonts/facit/facit-regular-webfont.ttf") format("truetype"), url("fonts/facit/facit-regular-webfont.svg#facitregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Facit';
  src: url("fonts/facit/facit-light-webfont.eot");
  src: url("fonts/facit/facit-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/facit/facit-light-webfont.woff") format("woff"), url("fonts/facit/facit-light-webfont.ttf") format("truetype"), url("fonts/facit/facit-light-webfont.svg#facit_lightregular") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Facit';
  src: url("fonts/facit/facit-semibold-webfont.eot");
  src: url("fonts/facit/facit-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/facit/facit-semibold-webfont.woff") format("woff"), url("fonts/facit/facit-semibold-webfont.ttf") format("truetype"), url("fonts/facit/facit-semibold-webfont.svg#facit_semiboldregular") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Facit';
  src: url("fonts/facit/facit-bold-webfont.eot");
  src: url("fonts/facit/facit-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/facit/facit-bold-webfont.woff") format("woff"), url("fonts/facit/facit-bold-webfont.ttf") format("truetype"), url("fonts/facit/facit-bold-webfont.svg#facitbold") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Facit';
  src: url("fonts/facit/facit-semibolditalic-webfont.eot");
  src: url("fonts/facit/facit-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/facit/facit-semibolditalic-webfont.woff") format("woff"), url("fonts/facit/facit-semibolditalic-webfont.ttf") format("truetype"), url("fonts/facit/facit-semibolditalic-webfont.svg#facit_semibolditalic") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Facit';
  src: url("fonts/facit/facit-regularitalic-webfont.eot");
  src: url("fonts/facit/facit-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/facit/facit-regularitalic-webfont.woff") format("woff"), url("fonts/facit/facit-regularitalic-webfont.ttf") format("truetype"), url("fonts/facit/facit-regularitalic-webfont.svg#facititalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
.selected .icon-star4:before {
  content: "\e301";
}

.inactive .icon-star4:before {
  content: "\e2ff";
}

[class^="svg-icon-"], [class*=" svg-icon-"] {
  display: inline-block;
  width: 1em;
  height: 1.25em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: text-bottom;
}

.card-footer [class^="svg-icon-"] {
  font-size: 1.25em;
  vertical-align: middle;
}

/* ==========================================
svg icons can be called like so:
<svg class="icon-thumbs-up-icon">
  <use xlink:href="#icon-thumbs-up-icon"></use>
</svg>

Naming convention is icon-{icon name}
========================================== */
.svg-icon-lightbulb-icon {
  font-size: 2.25rem;
  color: #eb7916;
}

/* CUSTOM FONT - varela-round-regular - latin_latin-ext roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("fonts/roboto/roboto-v18-latin-regular.woff2") format("woff2"), url("fonts/roboto/roboto-v18-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("fonts/roboto-condensed/roboto-condensed-v16-latin-700.woff2") format("woff2"), url("fonts/roboto-condensed/roboto-condensed-v16-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* varela-round-regular - latin */
@font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  src: local("Varela Round Regular"), local("VarelaRound-Regular"), url("fonts/varela-round/varela-round-v9-latin-regular.woff2") format("woff2"), url("fonts/varela-round/varela-round-v9-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html, body {
  height: 100%;
}

body > div.container, .challenge-header .challenge-pfa body > div.challenge-pfa-container, body > div.container body.site-wrapper > div.main-content, .main-navigation body > div.navbar, body > div.pfa-inner-container {
  width: 100%;
  height: 100%;
}
body > div.container .site-wrapper, .challenge-header .challenge-pfa body > div.challenge-pfa-container .site-wrapper, body > div.container body.site-wrapper > div.main-content .site-wrapper, .main-navigation body > div.navbar .site-wrapper, body > div.pfa-inner-container .site-wrapper {
  height: 100%;
  transition: 0.5s;
}
@media (max-width: 767px) {
  body > div.container .site-wrapper > .main-content, .challenge-header .challenge-pfa body > div.challenge-pfa-container .site-wrapper > .main-content, body > div.container body.site-wrapper > div.main-content .site-wrapper > .main-content, .main-navigation body > div.navbar .site-wrapper > .main-content, body > div.pfa-inner-container .site-wrapper > .main-content, body > div.container .site-wrapper > footer, .challenge-header .challenge-pfa body > div.challenge-pfa-container .site-wrapper > footer, body > div.container body.site-wrapper > div.main-content .site-wrapper > footer, .main-navigation body > div.navbar .site-wrapper > footer, body > div.pfa-inner-container .site-wrapper > footer {
    margin-left: -0.9375rem !important;
    margin-right: -0.9375rem !important;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
body > div.container .site-wrapper.transform, .challenge-header .challenge-pfa body > div.challenge-pfa-container .site-wrapper.transform, .main-navigation body > div.navbar .site-wrapper.transform, body > div.pfa-inner-container .site-wrapper.transform {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  height: 100vh;
}
body > div.container .site-wrapper.show-nav-menu, .challenge-header .challenge-pfa body > div.challenge-pfa-container .site-wrapper.show-nav-menu, .main-navigation body > div.navbar .site-wrapper.show-nav-menu, body > div.pfa-inner-container .site-wrapper.show-nav-menu {
  -webkit-transform: translateX(calc(100vw - 53px));
  transform: translateX(calc(100vw - 53px));
}
body > div.container .site-wrapper.show-profile-menu, .challenge-header .challenge-pfa body > div.challenge-pfa-container .site-wrapper.show-profile-menu, .main-navigation body > div.navbar .site-wrapper.show-profile-menu, body > div.pfa-inner-container .site-wrapper.show-profile-menu {
  -webkit-transform: translateX(calc(-100vw + 53px));
  transform: translateX(calc(-100vw + 53px));
}

body > div.container.show-menu, .challenge-header .challenge-pfa body > div.show-menu.challenge-pfa-container, body > div.container body.site-wrapper > div.show-menu.main-content, .main-navigation body > div.show-menu.navbar, body > div.show-menu.pfa-inner-container {
  overflow: hidden;
}

body > div.container.show-dark-menu, .challenge-header .challenge-pfa body > div.show-dark-menu.challenge-pfa-container, body > div.container body.site-wrapper > div.show-dark-menu.main-content, .main-navigation body > div.show-dark-menu.navbar, body > div.show-dark-menu.pfa-inner-container {
  overflow: hidden;
  background-color: #292929;
}

.main-content {
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .main-content {
    height: calc(100% - 101px);
    display: block;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  .main-content {
    margin-top: 55px;
  }
}

@media (max-width: 767px) {
  .main-content.content-below-admin-header {
    height: calc(100% - 146px);
  }
}
@media (min-width: 768px) {
  .main-content.content-below-admin-header {
    margin-top: 110px;
  }
}

.badge-icon {
  border-radius: 50%;
}

.avatar-lego {
  background-position: center center;
  background-size: cover;
}

.main-navigation .explore-menu, .main-navigation .community-menu {
  align-self: center;
  color: #f6f6f6;
}
@media (min-width: 992px) {
  .main-navigation .community-menu {
    margin: 1rem auto 1rem 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-navigation .community-menu {
    margin: 1rem 0.5rem;
  }
}

.main-navigation .community-menu .nav-item {
  flex-direction: row;
  align-items: center;
  text-transform: uppercase;
}
.main-navigation .community-menu .nav-item a.nav-link {
  padding: 0;
  min-height: auto !important;
}
.main-navigation .explore-menu {
  min-width: 95px;
}
@media (min-width: 992px) {
  .main-navigation .explore-menu {
    margin: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-navigation .explore-menu {
    margin: 1rem 0 1rem 0.5rem;
  }
}

.main-navigation .explore-menu .nav-item {
  flex-direction: row;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-navigation .explore-menu .nav-item .fa-chevron-up {
  display: none;
}
.main-navigation .explore-menu .explore-menu-contents-container.open .nav-item .fa-chevron-up {
  display: inline;
}
.main-navigation .explore-menu .explore-menu-contents-container.open .nav-item .fa-chevron-down {
  display: none;
}
.main-navigation .explore-menu .explore-menu-contents-container .loading-spinner {
  font-size: 60px;
  text-align: center;
  display: block;
}
.main-navigation .explore-menu .dropdown-menu {
  min-width: 900px;
  padding: 2rem;
}
.main-navigation .explore-menu .dropdown-menu .collections, .main-navigation .explore-menu .dropdown-menu .themes, .main-navigation .explore-menu .dropdown-menu .blog {
  font-family: "Varela Round", Arial, Helvetica, sans-serif;
  font-size: 120%;
}
.main-navigation .explore-menu .dropdown-menu .collections a, .main-navigation .explore-menu .dropdown-menu .themes a, .main-navigation .explore-menu .dropdown-menu .blog a {
  margin: 0.25rem 0;
}
.main-navigation .explore-menu .dropdown-menu .collections {
  display: flex;
  flex-direction: column;
}
.main-navigation .explore-menu .dropdown-menu .themes {
  border-left: 1px solid #aaa;
  margin-bottom: 1rem;
}
.main-navigation .explore-menu .dropdown-menu .blog-header, .main-navigation .explore-menu .dropdown-menu .themes-header {
  display: flex;
  justify-content: space-between;
}
.main-navigation .explore-menu .dropdown-menu .blog-header h2, .main-navigation .explore-menu .dropdown-menu .themes-header h2 {
  margin-bottom: 0.5rem;
}
.main-navigation .explore-menu .dropdown-menu .themes-header {
  padding-right: 0 !important;
}
.main-navigation .explore-menu .dropdown-menu .blog {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #aaa;
  padding-top: 1rem;
}
.main-navigation .explore-menu .dropdown-menu .blog .blog-post-tile img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.main-navigation .explore-menu .dropdown-menu .blog .blog-post-tile a {
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
  font-size: 90%;
  color: #292929;
  font-weight: normal;
}
.main-navigation .explore-menu .dropdown-menu h2 {
  text-transform: uppercase;
  font-size: 130%;
  color: #434343;
  display: inline-block;
}
@media (max-width: 991px) {
  .main-navigation .explore-menu .dropdown-menu {
    min-width: 700px;
  }
  .main-navigation .explore-menu .dropdown-menu .blog .blog-post-tile:nth-of-type(4) {
    display: none;
  }
}
.main-navigation .dropdown-menu {
  margin-top: -0.333rem !important;
  margin-right: 0.333rem !important;
  background-color: #FFF;
  border: none;
  margin: 0;
  padding: 0;
  width: 240px;
}
.main-navigation .dropdown-menu li, .main-navigation .dropdown-menu .dropdown-item {
  padding: 0.75rem 1rem;
  border: none;
}

.guidelines-page a {
  color: #666;
}
.guidelines-page .collapsed.accordion-down {
  display: none;
}
.guidelines-page .collapsed.accordion-up {
  display: inline-block;
}
.guidelines-page header.guideline-section aside {
  padding-left: 0;
}
.guidelines-page header.guideline-section a {
  display: flex;
}
.guidelines-page header.guideline-section .guideline-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.guidelines-page .guideline-content h1, .guidelines-page .guideline-content h2, .guidelines-page .guideline-content h3, .guidelines-page .guideline-content h4, .guidelines-page .guideline-content h5, .guidelines-page .guideline-content h6 {
  font-weight: bold;
}
.guidelines-page .guideline-content p {
  text-align: justify;
}
.guidelines-page .guideline-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}
.guidelines-page .guideline-content ul, .guidelines-page .guideline-content ol, .guidelines-page .guideline-content .video-wrapper {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .guidelines-page h1 {
    padding: 0 0.9375rem;
  }
  .guidelines-page .guidelines-summary h2, .guidelines-page .guidelines-summary p, .guidelines-page .fine-print h2, .guidelines-page .fine-print p {
    padding: 0 0.9375rem;
  }
}

.force-full-width-content {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.main-navigation {
  background-color: #292929;
}
.main-navigation .primary-nav {
  flex-wrap: nowrap;
  justify-content: inherit;
  height: 55px;
}
@media (max-width: 991px) {
  .main-navigation .primary-nav .sign-in-nav-item .inline-user-alias {
    display: none;
  }
}

.pfa-inner-container {
  position: relative;
}

.footer-bottom {
  background: none !important;
}

/***************** LEGO Custom Header *****************/
.navbar-brand {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.main-navigation .primary-nav .nav-item {
  margin-top: 0.333rem;
  margin-bottom: 0.333rem;
  margin-right: 0.333rem;
}
.main-navigation .primary-nav .nav-item a.nav-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-navigation .primary-nav .nav-item a.nav-link:hover {
  background-color: transparent !important;
  color: #dbdcdd !important;
  text-decoration: underline;
}
.main-navigation .primary-nav .nav-item.open .dropdown-toggle {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.main-navigation .navbar-mobile .nav-item {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.mobile-navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.mobile-navbar-brand > img {
  margin: 0 0.5rem;
  height: 40px;
}

.svg-heart-icon {
  stroke-width: 1.5px;
}

#challenges-challenge .challenge-application-tile .card-subtitle {
  display: none;
}

.pfa-container {
  margin-bottom: 1rem;
}

.pfa-container .pfa-action, .pfa .pfa-action, .dashboard-pfa .pfa-action {
  color: #434343 !important;
  background-color: #eeeeee;
  border-color: #dfdfdf;
}
.pfa-container .pfa-action:hover, .pfa .pfa-action:hover, .dashboard-pfa .pfa-action:hover {
  color: #434343;
  background-color: #d5d5d5;
  border-color: silver;
}
.pfa-container .pfa-action:focus, .pfa-container .pfa-action.focus, .pfa .pfa-action:focus, .pfa .pfa-action.focus, .dashboard-pfa .pfa-action:focus, .dashboard-pfa .pfa-action.focus {
  color: #434343;
  background-color: #d5d5d5;
  border-color: silver;
}
.pfa-container .pfa-action:active, .pfa-container .pfa-action.active, .open > .pfa-container .pfa-action.dropdown-toggle, .pfa .pfa-action:active, .pfa .pfa-action.active, .open > .pfa .pfa-action.dropdown-toggle, .dashboard-pfa .pfa-action:active, .dashboard-pfa .pfa-action.active, .open > .dashboard-pfa .pfa-action.dropdown-toggle {
  color: #434343;
  background-color: #d5d5d5;
  border-color: silver;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.pfa-container .pfa-action:active:hover, .pfa-container .pfa-action:active:focus, .pfa-container .pfa-action:active.focus, .pfa-container .pfa-action.active:hover, .pfa-container .pfa-action.active:focus, .pfa-container .pfa-action.active.focus, .open > .pfa-container .pfa-action.dropdown-toggle:hover, .open > .pfa-container .pfa-action.dropdown-toggle:focus, .open > .pfa-container .pfa-action.dropdown-toggle.focus, .pfa .pfa-action:active:hover, .pfa .pfa-action:active:focus, .pfa .pfa-action:active.focus, .pfa .pfa-action.active:hover, .pfa .pfa-action.active:focus, .pfa .pfa-action.active.focus, .open > .pfa .pfa-action.dropdown-toggle:hover, .open > .pfa .pfa-action.dropdown-toggle:focus, .open > .pfa .pfa-action.dropdown-toggle.focus, .dashboard-pfa .pfa-action:active:hover, .dashboard-pfa .pfa-action:active:focus, .dashboard-pfa .pfa-action:active.focus, .dashboard-pfa .pfa-action.active:hover, .dashboard-pfa .pfa-action.active:focus, .dashboard-pfa .pfa-action.active.focus, .open > .dashboard-pfa .pfa-action.dropdown-toggle:hover, .open > .dashboard-pfa .pfa-action.dropdown-toggle:focus, .open > .dashboard-pfa .pfa-action.dropdown-toggle.focus {
  color: #434343;
  background-color: darkgray;
  border-color: gray;
}
.pfa-container .pfa-action.disabled:focus, .pfa-container .pfa-action.disabled.focus, .pfa-container .pfa-action:disabled:focus, .pfa-container .pfa-action:disabled.focus, .pfa .pfa-action.disabled:focus, .pfa .pfa-action.disabled.focus, .pfa .pfa-action:disabled:focus, .pfa .pfa-action:disabled.focus, .dashboard-pfa .pfa-action.disabled:focus, .dashboard-pfa .pfa-action.disabled.focus, .dashboard-pfa .pfa-action:disabled:focus, .dashboard-pfa .pfa-action:disabled.focus {
  background-color: #eeeeee;
  border-color: #dfdfdf;
}
.pfa-container .pfa-action.disabled:hover, .pfa-container .pfa-action:disabled:hover, .pfa .pfa-action.disabled:hover, .pfa .pfa-action:disabled:hover, .dashboard-pfa .pfa-action.disabled:hover, .dashboard-pfa .pfa-action:disabled:hover {
  background-color: #eeeeee;
  border-color: #dfdfdf;
}
.pfa-container h1, .pfa-container h2, .pfa-container h3, .pfa-container h4, .pfa-container h5, .pfa-container h6, .pfa-container p, .pfa h1, .pfa h2, .pfa h3, .pfa h4, .pfa h5, .pfa h6, .pfa p, .dashboard-pfa h1, .dashboard-pfa h2, .dashboard-pfa h3, .dashboard-pfa h4, .dashboard-pfa h5, .dashboard-pfa h6, .dashboard-pfa p {
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
  text-shadow: 3px 3px 5px #000;
}
.pfa-container .pfa-inner-container .close, .pfa .pfa-inner-container .close, .dashboard-pfa .pfa-inner-container .close {
  opacity: 0.6;
}
.pfa-container .pfa-inner-container .close:focus, .pfa-container .pfa-inner-container .close:hover, .pfa .pfa-inner-container .close:focus, .pfa .pfa-inner-container .close:hover, .dashboard-pfa .pfa-inner-container .close:focus, .dashboard-pfa .pfa-inner-container .close:hover {
  opacity: 0.9;
}

.whats-up-process {
  color: #434343;
  background-color: #FFF;
}
.whats-up-process h1, .whats-up-process h2, .whats-up-process h3, .whats-up-process h4, .whats-up-process h5, .whats-up-process h6, .whats-up-process p {
  text-shadow: none !important;
}

#projects-project-project_update-new .activity-header, #projects-project-project_update-new .left-sidebar,
#projects-project-project_update-edit .activity-header,
#projects-project-project_update-edit .left-sidebar,
#projects-project-official_comment-create .activity-header,
#projects-project-official_comment-create .left-sidebar,
#projects-project-official_comment-edit .activity-header,
#projects-project-official_comment-edit .left-sidebar,
#challenges-application-official_comment-create .activity-header,
#challenges-application-official_comment-create .left-sidebar,
#challenges-application-official_comment-edit .activity-header,
#challenges-application-official_comment-edit .left-sidebar {
  display: none;
}

#challenges-application-edit .activity-header, #blogs-blog_post-edit .activity-header {
  background-color: transparent !important;
}
#challenges-application-edit .activity-header .activity-header-type, #blogs-blog_post-edit .activity-header .activity-header-type {
  background-color: transparent !important;
}
#challenges-application-edit .activity-header .activity-header-type h3, #blogs-blog_post-edit .activity-header .activity-header-type h3 {
  display: none;
}
#challenges-application-edit .activity-header .activity-header-title h3, #blogs-blog_post-edit .activity-header .activity-header-title h3 {
  font-size: 2.5rem;
}

#challenges-application-edit .left-sidebar {
  background-color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 3rem;
}

.project-phase .project-phase-label {
  line-height: 2rem;
  font-size: 1.4rem !important;
  color: #598DFD;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .project-phase .project-phase-label {
    font-size: 1.2rem;
  }
}

.project-phase .project-phase-icon svg {
  height: 2rem !important;
  vertical-align: top;
  line-height: 1;
  color: #598DFD;
}
.project-phase .project-phase-icon svg.in-review-icon {
  width: 2.13333rem;
}
.project-phase .project-phase-icon svg.on-shelves-icon, .project-phase .project-phase-icon svg.sold-out-icon {
  width: 2.53333rem;
}
.project-phase .project-phase-icon svg.not-approved-icon, .project-phase .project-phase-icon svg.approved-icon, .project-phase .project-phase-icon svg.achieved-support-icon {
  width: 1.46667rem;
}

a.dismiss {
  padding-right: 0.75rem;
  cursor: pointer;
}

.btn-busy {
  position: absolute;
  margin-left: -25px;
  display: none;
}

#cannot-access-email {
  background-color: #f6f6f6;
  padding: 1rem;
  border-radius: 0.25rem;
  margin-top: 1rem;
}

/* TODO: Improve this when we redo icon-nography in M3 */
.notifications-nav-item .svg-icon-nav {
  opacity: 0.9;
}
.notifications-nav-item .fa-layers {
  margin-top: -8px;
}

.how-it-works h1 {
  margin-top: 0;
}
@media (max-width: 991px) {
  .how-it-works h1 {
    font-size: 1.5rem;
  }
  .how-it-works h2 {
    font-size: 1.25rem;
  }
}
.how-it-works .overview-video {
  display: flex;
  align-items: center;
}
.how-it-works .overview-video img {
  margin: 0 1rem 0 0;
}
@media (max-width: 1199px) {
  .how-it-works .overview-video img {
    max-width: 80px;
  }
}
@media (max-width: 991px) {
  .how-it-works .overview-video img {
    max-width: 60px;
  }
}

/* LEGO ID */
.lego-id-nav {
  margin-right: 0rem !important;
}
.lego-id-nav .avatar-lego.avatar-nav {
  display: flex;
  min-width: 4rem;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lego-id-nav .avatar-lego.avatar-nav .avatar-container {
  width: 34px;
  height: 34px;
}
@media (min-width: 768px) {
  .lego-id-nav .avatar-lego.avatar-nav .avatar-container {
    margin: 0 0.5rem;
    align-self: left;
  }
}
@media (max-width: 767px) {
  .lego-id-nav .avatar-lego.avatar-nav .avatar-container {
    margin: 0;
    align-self: center;
  }
}
@media (max-width: 767px) {
  .lego-id-nav .avatar-lego.avatar-nav {
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .lego-id-nav .avatar-lego.avatar-nav {
    flex-direction: row;
    justify-content: left;
    margin-right: 1rem;
  }
}
.lego-id-nav .avatar-lego.avatar-nav:focus .avatar-text, .lego-id-nav .avatar-lego.avatar-nav:active .avatar-text, .lego-id-nav .avatar-lego.avatar-nav:hover .avatar-text {
  text-decoration: underline;
  color: #f6f6f6;
}
.lego-id-nav .avatar-lego.avatar-nav .avatar-container {
  display: inline-block;
  position: relative;
}
.lego-id-nav .avatar-lego.avatar-nav .avatar-notifications {
  top: 0;
  right: 0;
  font-size: 2.5rem;
  background-color: #E2000A;
  border-radius: 1em;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: .25em;
  margin-left: 50%;
  text-overflow: ellipsis;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  display: inline-block !important;
  position: absolute;
  text-align: center;
}
@media (min-width: 768px) {
  .lego-id-nav .avatar-lego.avatar-nav .avatar-notifications {
    margin-top: -3px;
    margin-right: -4px;
  }
}
@media (max-width: 767px) {
  .lego-id-nav .avatar-lego.avatar-nav .avatar-notifications {
    margin-top: 0;
    margin-right: -5px;
  }
}
.lego-id-nav .avatar-lego.avatar-nav .avatar-text {
  align-self: center;
  color: #DBDBDB;
  font-size: 80%;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}
.lego-id-nav .avatar-lego .avatar {
  border-color: #DBDCDD !important;
  border-width: 2px !important;
}
.lego-id-nav .avatar-lego .avatar.avatar-anonymous {
  background-color: rgba(255, 255, 255, 0.25);
}
.lego-id-nav .avatar-lego .avatar.avatar-user {
  background-color: #FFCD00;
}
.lego-id-nav .avatar-lego .avatar svg path {
  fill: blue !important;
}

.modal-overlay {
  background-color: #eee;
  opacity: 0.6;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  overflow: hidden;
  font-size: 30px;
}

@media (max-width: 767px) {
  .lego-id-account.container, .challenge-header .challenge-pfa .lego-id-account.challenge-pfa-container, body > div.container .site-wrapper > .lego-id-account.main-content, body > div.container .site-wrapper > footer.lego-id-account, .main-navigation .lego-id-account.navbar, .lego-id-account.pfa-inner-container {
    padding-left: 0;
    padding-right: 0;
  }
  .lego-id-account.container .card, .challenge-header .challenge-pfa .lego-id-account.challenge-pfa-container .card, body > div.container .site-wrapper > .lego-id-account.main-content .card, body > div.container .site-wrapper > footer.lego-id-account .card, .main-navigation .lego-id-account.navbar .card, .lego-id-account.pfa-inner-container .card {
    margin-top: 0;
  }
}

.lid-menu-avatar {
  text-align: center;
  padding: 1.5rem 1rem 0.5rem;
}

#lid-account-dropdown .lid-account-login, #lid-account-dropdown .lid-account-create, .modal-body .lid-account-login, .modal-body .lid-account-create {
  padding: 1rem;
}
#lid-account-dropdown .lid-account-login .btn, #lid-account-dropdown .lid-account-create .btn, .modal-body .lid-account-login .btn, .modal-body .lid-account-create .btn {
  max-width: 220px;
  width: 90%;
}
#lid-account-dropdown .lid-account-login + .lid-account-create, .modal-body .lid-account-login + .lid-account-create {
  padding-top: 0;
}

.lid-modal .lid-title, .lid-message .lid-title {
  margin-bottom: 1rem;
}
.lid-modal .lid-actions, .lid-message .lid-actions {
  text-align: right;
  margin-top: 2.5rem;
}
@media (min-width: 570px) {
  .lid-modal .lid-actions-flex, .lid-message .lid-actions-flex {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 2.5rem;
  }
  .lid-modal .lid-actions-flex .lid-actions-field, .lid-message .lid-actions-flex .lid-actions-field {
    flex-grow: 1;
  }
  .lid-modal .lid-actions-flex .lid-actions-field .form-group, .lid-message .lid-actions-flex .lid-actions-field .form-group {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
  .lid-modal .lid-actions-flex .lid-actions-button, .lid-message .lid-actions-flex .lid-actions-button {
    align-self: flex-end;
  }
}

.lego-id-prompt #registration-prompt {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .lego-id-prompt #registration-prompt .lego-id-logo, .lego-id-prompt #registration-prompt .avatar-lego {
    display: none;
  }
  .lego-id-prompt #registration-prompt .lego-id-actions {
    margin-top: 1rem;
  }
}
.lego-id-prompt #registration-prompt .lego-id-actions {
  flex-grow: 1;
  flex-basis: 200px;
}
.lego-id-prompt #registration-prompt > div {
  margin-right: 0.5rem;
}
.lego-id-prompt #registration-prompt > div:last-child {
  margin-right: 0;
}

#lid-register-modal .modal-footer:before, #lid-register-modal .modal-footer:after {
  content: " ";
  display: table;
}
#lid-register-modal .modal-footer:after {
  clear: both;
}

.lid-register-actions {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  line-height: 2.33333rem;
}
@media (max-width: 450px) {
  .lid-register-actions {
    display: block !important;
  }
}
.lid-register-actions a {
  margin-left: 0.5rem !important;
}
.lid-register-actions a.btn-primary {
  width: 120px;
}
.lid-register-actions .register-prompt {
  font-size: 110%;
  font-weight: 700;
  flex-grow: 1;
  text-align: left;
  min-width: 160px;
}
.lid-register-actions .register-buttons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

/* Numbers */
.lego-number-sprites {
  background: url("img/lego_account/lego-number-sprites.png") no-repeat top left;
  width: 100px;
  height: 145px;
  display: inline-block;
  margin-right: 15px;
}
.lego-number-sprites.empty {
  background-image: none;
}
.lego-number-sprites.left.zero {
  background-position: 0 0;
}
.lego-number-sprites.left.one {
  background-position: 0 -150px;
}
.lego-number-sprites.left.two {
  background-position: 0 -300px;
}
.lego-number-sprites.left.three {
  background-position: 0 -450px;
}
.lego-number-sprites.left.four {
  background-position: 0 -600px;
}
.lego-number-sprites.left.five {
  background-position: 0 -750px;
}
.lego-number-sprites.left.six {
  background-position: 0 -900px;
}
.lego-number-sprites.left.seven {
  background-position: 0 -1050px;
}
.lego-number-sprites.left.eight {
  background-position: 0 -1200px;
}
.lego-number-sprites.left.nine {
  background-position: 0 -1350px;
}
.lego-number-sprites.right.zero {
  background-position: -105px 0;
}
.lego-number-sprites.right.one {
  background-position: -105px -150px;
}
.lego-number-sprites.right.two {
  background-position: -105px -300px;
}
.lego-number-sprites.right.three {
  background-position: -105px -450px;
}
.lego-number-sprites.right.four {
  background-position: -105px -600px;
}
.lego-number-sprites.right.five {
  background-position: -105px -750px;
}
.lego-number-sprites.right.six {
  background-position: -105px -900px;
}
.lego-number-sprites.right.seven {
  background-position: -105px -1050px;
}
.lego-number-sprites.right.eight {
  background-position: -105px -1200px;
}
.lego-number-sprites.right.nine {
  background-position: -105px -1350px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .lego-number-sprites {
    background: url("img/lego_account/lego-number-sprites.png") no-repeat top left;
    background-size: 205px 1500px;
  }
}
.main-navigation .primary-nav .search-nav-item input {
  margin: 0 5px;
}
.main-navigation .primary-nav .search-nav-item input:-webkit-autofill, .main-navigation .primary-nav .search-nav-item input:-webkit-autofill:hover, .main-navigation .primary-nav .search-nav-item input:-webkit-autofill:focus, .main-navigation .primary-nav .search-nav-item input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.main-navigation .primary-nav .search-nav-item button.search-icon {
  align-self: center;
  font-size: 1.3rem;
  color: #666;
  font-weight: inherit;
  border-radius: 0;
  background: transparent;
  border: 0;
}
.main-navigation .primary-nav .search-nav-item button.search-icon:focus {
  outline: none;
}

.mobile-menu-wrapper {
  align-self: center;
  margin: 0.5rem auto 0.5rem 0;
}
.mobile-menu-wrapper .mobile-menu-button {
  border-right: 1px solid #aaa;
  width: 60px;
  height: 40px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}
.mobile-menu-wrapper .mobile-menu-button img {
  margin: -10px 0;
}
.mobile-menu-wrapper .mobile-menu-button span {
  display: block;
  position: absolute;
  left: 27%;
  height: 3px;
  width: 46%;
  margin: 0 auto;
  background: #fff;
  border-radius: 9px;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
.mobile-menu-wrapper .mobile-menu-button span:nth-child(1) {
  top: 13px;
}
.mobile-menu-wrapper .mobile-menu-button span:nth-child(2), .mobile-menu-wrapper .mobile-menu-button span:nth-child(3) {
  top: 23px;
}
.mobile-menu-wrapper .mobile-menu-button.open span:nth-child(1) {
  width: 0;
  left: 50%;
}
.mobile-menu-wrapper .mobile-menu-button.open span:nth-child(2) {
  transform: rotate(45deg);
  top: 20px;
}
.mobile-menu-wrapper .mobile-menu-button.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 20px;
}

.mobile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: transparent;
  overflow: hidden;
}

.mobile-menu {
  position: fixed;
  height: 100vh;
  top: 0;
  width: calc(100vw - 53px);
  z-index: 2000;
  color: #f6f6f6;
  font-family: "Varela Round", Arial, Helvetica, sans-serif;
}
.mobile-menu .menu-main {
  background-color: #292929;
  height: 100vh;
  overflow-y: auto;
}
.mobile-menu .menu-header {
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #aaa;
}
.mobile-menu .menu-header h1 {
  text-transform: uppercase;
}
.mobile-menu .primary-options, .mobile-menu .secondary-options {
  display: flex;
  flex-direction: column;
}
.mobile-menu .primary-options .sub-menu, .mobile-menu .secondary-options .sub-menu {
  display: flex;
  align-items: center;
}
.mobile-menu .primary-options .sub-menu span, .mobile-menu .secondary-options .sub-menu span {
  margin-left: 0.5rem;
}
.mobile-menu .secondary-options {
  border-top: 1px solid #aaa;
  padding-top: 1rem;
}
.mobile-menu .secondary-options a {
  padding: 0.25rem 0;
}
.mobile-menu .social-links {
  color: #dfdfdf;
}
.mobile-menu .menu-sidebar {
  position: absolute;
  top: 0;
  padding: 0.75rem 1rem 0.75rem 0;
  background-color: #434343;
  cursor: pointer;
}

.mobile-menu.nav-menu {
  left: calc(-100vw + 53px);
  margin-left: -1rem;
}
.mobile-menu.nav-menu .menu-sidebar {
  margin-left: 100%;
}
.mobile-menu.nav-menu .menu-header a, .mobile-menu.nav-menu .primary-options a, .mobile-menu.nav-menu .secondary-options a {
  color: #f6f6f6;
}
.mobile-menu.nav-menu .menu-header a:hover, .mobile-menu.nav-menu .primary-options a:hover, .mobile-menu.nav-menu .secondary-options a:hover {
  text-decoration: none;
}
.mobile-menu.nav-menu .primary-options a {
  font-size: 160%;
  padding: 0.5rem 0;
}

.profile-menu .primary-options .unseen-notifications {
  font-weight: bold;
}
.profile-menu .primary-options .unseen-notifications:before {
  color: #E2000A;
  content: 'NEW';
  font-size: 80%;
  vertical-align: middle;
}

.mobile-menu.profile-menu {
  margin-right: -1rem;
  right: calc(-100vw + 53px);
  color: #292929;
  -webkit-box-shadow: -9px 6px 5px -9px #292929;
  -moz-box-shadow: -9px 6px 5px -9px #292929;
  box-shadow: -9px 6px 5px -9px #292929;
}
.mobile-menu.profile-menu .menu-main {
  background-color: #fff;
}
.mobile-menu.profile-menu .menu-header a:hover, .mobile-menu.profile-menu .primary-options a:hover, .mobile-menu.profile-menu .secondary-options a:hover {
  text-decoration: none;
}
.mobile-menu.profile-menu .menu-header {
  background-color: #eeeeee;
}
.mobile-menu.profile-menu .menu-header h3 {
  margin-bottom: 1rem;
}
.mobile-menu.profile-menu .menu-header h3 a {
  color: #434343;
  cursor: pointer;
}
.mobile-menu.profile-menu .menu-sidebar {
  margin-left: -0.8rem;
  background: none;
  padding-top: 0.5rem;
}
.mobile-menu.profile-menu .menu-sidebar .triangle-left {
  width: 0;
  height: 0;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-right: 0.8rem solid #eeeeee;
}
.mobile-menu.profile-menu .primary-options {
  width: 100%;
}
.mobile-menu.profile-menu .primary-options a {
  padding: 1rem 0.9375rem;
  border-bottom: 1px solid #aaa;
}
.mobile-menu.profile-menu .lid-account-login, .mobile-menu.profile-menu .lid-account-create {
  margin: 1.5rem;
}

.desktop-menu.profile-menu {
  background-color: transparent !important;
  color: #292929;
  -webkit-box-shadow: -9px 6px 5px -9px #292929;
  -moz-box-shadow: -9px 6px 5px -9px #292929;
  box-shadow: -9px 6px 5px -9px #292929;
}
.desktop-menu.profile-menu .menu-main {
  background-color: #fff;
}
.desktop-menu.profile-menu .menu-header a, .desktop-menu.profile-menu .primary-options a, .desktop-menu.profile-menu .secondary-options a {
  display: block;
  width: 100%;
}
.desktop-menu.profile-menu .menu-header a:hover, .desktop-menu.profile-menu .primary-options a:hover, .desktop-menu.profile-menu .secondary-options a:hover {
  text-decoration: none;
}
.desktop-menu.profile-menu .menu-top {
  margin-top: -0.8rem;
  background: transparent;
}
.desktop-menu.profile-menu .menu-top .triangle-top {
  width: 0;
  height: 0;
  margin-right: 1.5rem;
  margin-left: auto;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-bottom: 0.8rem solid #f6f6f6;
}
.desktop-menu.profile-menu .menu-top.menu-login .triangle-top {
  margin-right: 3rem;
}
.desktop-menu.profile-menu .menu-header {
  background-color: #f6f6f6;
  padding-bottom: 1rem;
  border-bottom: 1px solid #aaa;
}
.desktop-menu.profile-menu .menu-header h3 a {
  color: #434343;
  cursor: pointer;
}
.desktop-menu.profile-menu .primary-options {
  width: 100%;
  text-align: left !important;
}
.desktop-menu.profile-menu .primary-options a {
  padding: 1rem 0.9375rem;
  border-bottom: 1px solid #aaa;
}
.desktop-menu.profile-menu .lid-account-login, .desktop-menu.profile-menu .lid-account-create {
  margin: 1.5rem;
}

.mobile-menu a, .mobile-menu-button span {
  cursor: pointer;
}

.sticky-mobile-top {
  top: 0;
  z-index: 1055;
}
@media (max-width: 767px) {
  .sticky-mobile-top {
    height: 101px;
    position: relative;
  }
}
@media (min-width: 768px) {
  .sticky-mobile-top {
    height: 55px;
    position: fixed;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .sticky-mobile-top.has-admin-header {
    height: 146px;
  }
}
@media (min-width: 768px) {
  .sticky-mobile-top.has-admin-header {
    height: 110px;
  }
}

@media (max-width: 569px) {
  .lego-id-account .age-choice .slider-row {
    padding: 0 0.5rem;
    flex-wrap: wrap;
  }
  .lego-id-account .age-choice .slider-row .range-slider {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.btn.toggle-handle {
  padding: 0 1rem;
}

.avatar[alt]:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  background-image: url("img/lego-default-avatar-gray@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  content: '';
}

.activity-header {
  background-color: #fff;
}
.activity-header .banner-section {
  display: flex;
}
@media (max-width: 767px) {
  .activity-header .banner-section {
    flex-direction: column;
  }
}
.activity-header .banner-section .img-container {
  padding: 0;
  background-size: cover;
  height: 150px;
  position: relative;
}
@media (max-width: 767px) {
  .activity-header .banner-section .img-container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .activity-header .banner-section .img-container {
    width: 40%;
  }
}
.activity-header .banner-section .header-container {
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .activity-header .banner-section .header-container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .activity-header .banner-section .header-container {
    width: 60%;
    height: 150px;
  }
}
.activity-header .banner-section .header-container .activity-label {
  padding-left: 0.75em;
  color: #fff;
  margin-bottom: 0.2em;
}
@media (max-width: 991px) {
  .activity-header .banner-section .header-container .activity-label {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .activity-header .banner-section .header-container .activity-label {
    margin-top: 0.2em;
  }
}
@media (min-width: 992px) {
  .activity-header .banner-section .header-container .activity-label {
    font-size: 2.5rem;
  }
}
.activity-header .banner-section .header-container .private {
  align-self: flex-start;
  background-color: #fff;
  padding: 0.3em 0.5em;
  font-size: 2em;
}
.activity-header .description-section {
  display: flex;
  margin: 1em 0;
}
@media (max-width: 767px) {
  .activity-header .description-section {
    flex-direction: column-reverse;
  }
}
.activity-header .description-section .description-content {
  flex-grow: 1;
  padding: 0 1em;
  min-width: 0;
}
@media (min-width: 1200px) {
  .activity-header .description-section .description-content {
    padding: 0 6em;
  }
}
.activity-header .description-section .actions-section {
  display: flex;
  margin-left: auto;
}
.activity-header .description-section .actions-section .actions .btn {
  margin: 0.25em;
}
@media (max-width: 767px) {
  .activity-header .description-section .actions-section {
    padding: 0 1em 1em 1em;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .activity-header .description-section .actions-section .actions {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .activity-header .description-section .actions-section {
    padding-right: 1em;
    flex-direction: column;
    align-items: flex-end;
  }
}
.activity-header .description-section .actions-section .stats {
  white-space: nowrap;
  margin-left: 1em;
}
@media (min-width: 768px) {
  .activity-header .description-section .actions-section .stats {
    padding: 1em 0;
  }
}

.top-vote-container {
  background-color: #fff;
}

.blog-browse .img-responsive {
  max-height: 300px;
}

.featured-album-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.featured-album-container .featured-album {
  display: flex;
}
.featured-album-container .featured-album > .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
}
.featured-album-container .featured-album > .card .carousel {
  flex-grow: 1;
  display: flex;
}
.featured-album-container .featured-album > .card .carousel .carousel-inner {
  flex-grow: 1;
  display: flex;
}
.featured-album-container .featured-album > .card .carousel .carousel-inner .item {
  width: 100%;
}
.featured-album-container .featured-album > .card .carousel .carousel-inner .item.active {
  display: flex;
}
.featured-album-container .featured-album > .card .carousel .carousel-inner .item .tile-md {
  flex-grow: 1;
  display: flex;
}
.featured-album-container .featured-album > .card .carousel .carousel-inner .item .tile-md .default-tile {
  height: inherit;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
}
.featured-album-container .featured-album > .card .carousel .carousel-inner .item .tile-md .default-tile .card-block .gallery-image-container-thumbnail .inline-percent {
  width: 50%;
  margin-bottom: 1em;
}
.featured-album-container .featured-album > .card .carousel .carousel-inner .item .tile-md .default-tile .card-footer {
  margin-top: auto;
  position: inherit;
}

.response-page.response-edit-page .activity .activity-description, .response-page.response-edit-page .profile-form .activity-description, .response-page.response-edit-page .support-form .activity-description, .response-page.response-edit-page .review-form .activity-description, .profile-edit .activity .activity-description, .profile-edit .profile-form .activity-description, .profile-edit .support-form .activity-description, .profile-edit .review-form .activity-description, .support-questionnaire .activity .activity-description, .support-questionnaire .profile-form .activity-description, .support-questionnaire .support-form .activity-description, .support-questionnaire .review-form .activity-description, .review-edit .activity .activity-description, .review-edit .profile-form .activity-description, .review-edit .support-form .activity-description, .review-edit .review-form .activity-description {
  margin: 2em 0;
}
.response-page.response-edit-page .activity .help-block, .response-page.response-edit-page .profile-form .help-block, .response-page.response-edit-page .support-form .help-block, .response-page.response-edit-page .review-form .help-block, .profile-edit .activity .help-block, .profile-edit .profile-form .help-block, .profile-edit .support-form .help-block, .profile-edit .review-form .help-block, .support-questionnaire .activity .help-block, .support-questionnaire .profile-form .help-block, .support-questionnaire .support-form .help-block, .support-questionnaire .review-form .help-block, .review-edit .activity .help-block, .review-edit .profile-form .help-block, .review-edit .support-form .help-block, .review-edit .review-form .help-block {
  font-size: 80%;
}
.response-page.response-edit-page .activity .activity-group h4.group-title, .response-page.response-edit-page .profile-form .activity-group h4.group-title, .response-page.response-edit-page .support-form .activity-group h4.group-title, .response-page.response-edit-page .review-form .activity-group h4.group-title, .profile-edit .activity .activity-group h4.group-title, .profile-edit .profile-form .activity-group h4.group-title, .profile-edit .support-form .activity-group h4.group-title, .profile-edit .review-form .activity-group h4.group-title, .support-questionnaire .activity .activity-group h4.group-title, .support-questionnaire .profile-form .activity-group h4.group-title, .support-questionnaire .support-form .activity-group h4.group-title, .support-questionnaire .review-form .activity-group h4.group-title, .review-edit .activity .activity-group h4.group-title, .review-edit .profile-form .activity-group h4.group-title, .review-edit .support-form .activity-group h4.group-title, .review-edit .review-form .activity-group h4.group-title {
  font-weight: 500;
  border-bottom: 2px solid #aaa;
  padding: 0.25rem 0;
  font-size: 140%;
}
.response-page.response-edit-page .activity .activity-group .form-group, .response-page.response-edit-page .profile-form .activity-group .form-group, .response-page.response-edit-page .support-form .activity-group .form-group, .response-page.response-edit-page .review-form .activity-group .form-group, .profile-edit .activity .activity-group .form-group, .profile-edit .profile-form .activity-group .form-group, .profile-edit .support-form .activity-group .form-group, .profile-edit .review-form .activity-group .form-group, .support-questionnaire .activity .activity-group .form-group, .support-questionnaire .profile-form .activity-group .form-group, .support-questionnaire .support-form .activity-group .form-group, .support-questionnaire .review-form .activity-group .form-group, .review-edit .activity .activity-group .form-group, .review-edit .profile-form .activity-group .form-group, .review-edit .support-form .activity-group .form-group, .review-edit .review-form .activity-group .form-group {
  margin-bottom: 5rem;
}
.response-page.response-edit-page .activity .activity-group .modal-body .form-group, .response-page.response-edit-page .profile-form .activity-group .modal-body .form-group, .response-page.response-edit-page .support-form .activity-group .modal-body .form-group, .response-page.response-edit-page .review-form .activity-group .modal-body .form-group, .profile-edit .activity .activity-group .modal-body .form-group, .profile-edit .profile-form .activity-group .modal-body .form-group, .profile-edit .support-form .activity-group .modal-body .form-group, .profile-edit .review-form .activity-group .modal-body .form-group, .support-questionnaire .activity .activity-group .modal-body .form-group, .support-questionnaire .profile-form .activity-group .modal-body .form-group, .support-questionnaire .support-form .activity-group .modal-body .form-group, .support-questionnaire .review-form .activity-group .modal-body .form-group, .review-edit .activity .activity-group .modal-body .form-group, .review-edit .profile-form .activity-group .modal-body .form-group, .review-edit .support-form .activity-group .modal-body .form-group, .review-edit .review-form .activity-group .modal-body .form-group {
  margin-bottom: 1rem;
}
.response-page.response-edit-page .activity .activity-group.other-group .form-group, .response-page.response-edit-page .profile-form .activity-group.other-group .form-group, .response-page.response-edit-page .support-form .activity-group.other-group .form-group, .response-page.response-edit-page .review-form .activity-group.other-group .form-group, .profile-edit .activity .activity-group.other-group .form-group, .profile-edit .profile-form .activity-group.other-group .form-group, .profile-edit .support-form .activity-group.other-group .form-group, .profile-edit .review-form .activity-group.other-group .form-group, .support-questionnaire .activity .activity-group.other-group .form-group, .support-questionnaire .profile-form .activity-group.other-group .form-group, .support-questionnaire .support-form .activity-group.other-group .form-group, .support-questionnaire .review-form .activity-group.other-group .form-group, .review-edit .activity .activity-group.other-group .form-group, .review-edit .profile-form .activity-group.other-group .form-group, .review-edit .support-form .activity-group.other-group .form-group, .review-edit .review-form .activity-group.other-group .form-group {
  margin-bottom: 0;
}
.response-page.response-edit-page .activity .attachments-browse.btn-secondary, .response-page.response-edit-page .profile-form .attachments-browse.btn-secondary, .response-page.response-edit-page .support-form .attachments-browse.btn-secondary, .response-page.response-edit-page .review-form .attachments-browse.btn-secondary, .profile-edit .activity .attachments-browse.btn-secondary, .profile-edit .profile-form .attachments-browse.btn-secondary, .profile-edit .support-form .attachments-browse.btn-secondary, .profile-edit .review-form .attachments-browse.btn-secondary, .support-questionnaire .activity .attachments-browse.btn-secondary, .support-questionnaire .profile-form .attachments-browse.btn-secondary, .support-questionnaire .support-form .attachments-browse.btn-secondary, .support-questionnaire .review-form .attachments-browse.btn-secondary, .review-edit .activity .attachments-browse.btn-secondary, .review-edit .profile-form .attachments-browse.btn-secondary, .review-edit .support-form .attachments-browse.btn-secondary, .review-edit .review-form .attachments-browse.btn-secondary {
  color: #666;
  background-image: none;
  background-color: #fff;
  border-color: #666;
}
.response-page.response-edit-page .activity .attachments-browse.btn-secondary:focus, .response-page.response-edit-page .activity .attachments-browse.btn-secondary.focus, .response-page.response-edit-page .activity .attachments-browse.btn-secondary:active, .response-page.response-edit-page .activity .attachments-browse.btn-secondary.active, .open > .response-page.response-edit-page .activity .attachments-browse.btn-secondary.dropdown-toggle, .response-page.response-edit-page .profile-form .attachments-browse.btn-secondary:focus, .response-page.response-edit-page .profile-form .attachments-browse.btn-secondary.focus, .response-page.response-edit-page .profile-form .attachments-browse.btn-secondary:active, .response-page.response-edit-page .profile-form .attachments-browse.btn-secondary.active, .open > .response-page.response-edit-page .profile-form .attachments-browse.btn-secondary.dropdown-toggle, .response-page.response-edit-page .support-form .attachments-browse.btn-secondary:focus, .response-page.response-edit-page .support-form .attachments-browse.btn-secondary.focus, .response-page.response-edit-page .support-form .attachments-browse.btn-secondary:active, .response-page.response-edit-page .support-form .attachments-browse.btn-secondary.active, .open > .response-page.response-edit-page .support-form .attachments-browse.btn-secondary.dropdown-toggle, .response-page.response-edit-page .review-form .attachments-browse.btn-secondary:focus, .response-page.response-edit-page .review-form .attachments-browse.btn-secondary.focus, .response-page.response-edit-page .review-form .attachments-browse.btn-secondary:active, .response-page.response-edit-page .review-form .attachments-browse.btn-secondary.active, .open > .response-page.response-edit-page .review-form .attachments-browse.btn-secondary.dropdown-toggle, .profile-edit .activity .attachments-browse.btn-secondary:focus, .profile-edit .activity .attachments-browse.btn-secondary.focus, .profile-edit .activity .attachments-browse.btn-secondary:active, .profile-edit .activity .attachments-browse.btn-secondary.active, .open > .profile-edit .activity .attachments-browse.btn-secondary.dropdown-toggle, .profile-edit .profile-form .attachments-browse.btn-secondary:focus, .profile-edit .profile-form .attachments-browse.btn-secondary.focus, .profile-edit .profile-form .attachments-browse.btn-secondary:active, .profile-edit .profile-form .attachments-browse.btn-secondary.active, .open > .profile-edit .profile-form .attachments-browse.btn-secondary.dropdown-toggle, .profile-edit .support-form .attachments-browse.btn-secondary:focus, .profile-edit .support-form .attachments-browse.btn-secondary.focus, .profile-edit .support-form .attachments-browse.btn-secondary:active, .profile-edit .support-form .attachments-browse.btn-secondary.active, .open > .profile-edit .support-form .attachments-browse.btn-secondary.dropdown-toggle, .profile-edit .review-form .attachments-browse.btn-secondary:focus, .profile-edit .review-form .attachments-browse.btn-secondary.focus, .profile-edit .review-form .attachments-browse.btn-secondary:active, .profile-edit .review-form .attachments-browse.btn-secondary.active, .open > .profile-edit .review-form .attachments-browse.btn-secondary.dropdown-toggle, .support-questionnaire .activity .attachments-browse.btn-secondary:focus, .support-questionnaire .activity .attachments-browse.btn-secondary.focus, .support-questionnaire .activity .attachments-browse.btn-secondary:active, .support-questionnaire .activity .attachments-browse.btn-secondary.active, .open > .support-questionnaire .activity .attachments-browse.btn-secondary.dropdown-toggle, .support-questionnaire .profile-form .attachments-browse.btn-secondary:focus, .support-questionnaire .profile-form .attachments-browse.btn-secondary.focus, .support-questionnaire .profile-form .attachments-browse.btn-secondary:active, .support-questionnaire .profile-form .attachments-browse.btn-secondary.active, .open > .support-questionnaire .profile-form .attachments-browse.btn-secondary.dropdown-toggle, .support-questionnaire .support-form .attachments-browse.btn-secondary:focus, .support-questionnaire .support-form .attachments-browse.btn-secondary.focus, .support-questionnaire .support-form .attachments-browse.btn-secondary:active, .support-questionnaire .support-form .attachments-browse.btn-secondary.active, .open > .support-questionnaire .support-form .attachments-browse.btn-secondary.dropdown-toggle, .support-questionnaire .review-form .attachments-browse.btn-secondary:focus, .support-questionnaire .review-form .attachments-browse.btn-secondary.focus, .support-questionnaire .review-form .attachments-browse.btn-secondary:active, .support-questionnaire .review-form .attachments-browse.btn-secondary.active, .open > .support-questionnaire .review-form .attachments-browse.btn-secondary.dropdown-toggle, .review-edit .activity .attachments-browse.btn-secondary:focus, .review-edit .activity .attachments-browse.btn-secondary.focus, .review-edit .activity .attachments-browse.btn-secondary:active, .review-edit .activity .attachments-browse.btn-secondary.active, .open > .review-edit .activity .attachments-browse.btn-secondary.dropdown-toggle, .review-edit .profile-form .attachments-browse.btn-secondary:focus, .review-edit .profile-form .attachments-browse.btn-secondary.focus, .review-edit .profile-form .attachments-browse.btn-secondary:active, .review-edit .profile-form .attachments-browse.btn-secondary.active, .open > .review-edit .profile-form .attachments-browse.btn-secondary.dropdown-toggle, .review-edit .support-form .attachments-browse.btn-secondary:focus, .review-edit .support-form .attachments-browse.btn-secondary.focus, .review-edit .support-form .attachments-browse.btn-secondary:active, .review-edit .support-form .attachments-browse.btn-secondary.active, .open > .review-edit .support-form .attachments-browse.btn-secondary.dropdown-toggle, .review-edit .review-form .attachments-browse.btn-secondary:focus, .review-edit .review-form .attachments-browse.btn-secondary.focus, .review-edit .review-form .attachments-browse.btn-secondary:active, .review-edit .review-form .attachments-browse.btn-secondary.active, .open > .review-edit .review-form .attachments-browse.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.response-page.response-edit-page .activity .attachments-browse.btn-secondary:hover, .response-page.response-edit-page .profile-form .attachments-browse.btn-secondary:hover, .response-page.response-edit-page .support-form .attachments-browse.btn-secondary:hover, .response-page.response-edit-page .review-form .attachments-browse.btn-secondary:hover, .profile-edit .activity .attachments-browse.btn-secondary:hover, .profile-edit .profile-form .attachments-browse.btn-secondary:hover, .profile-edit .support-form .attachments-browse.btn-secondary:hover, .profile-edit .review-form .attachments-browse.btn-secondary:hover, .support-questionnaire .activity .attachments-browse.btn-secondary:hover, .support-questionnaire .profile-form .attachments-browse.btn-secondary:hover, .support-questionnaire .support-form .attachments-browse.btn-secondary:hover, .support-questionnaire .review-form .attachments-browse.btn-secondary:hover, .review-edit .activity .attachments-browse.btn-secondary:hover, .review-edit .profile-form .attachments-browse.btn-secondary:hover, .review-edit .support-form .attachments-browse.btn-secondary:hover, .review-edit .review-form .attachments-browse.btn-secondary:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.response-page.response-edit-page .activity .attachments-browse.btn-secondary.disabled:focus, .response-page.response-edit-page .activity .attachments-browse.btn-secondary.disabled.focus, .response-page.response-edit-page .activity .attachments-browse.btn-secondary:disabled:focus, .response-page.response-edit-page .activity .attachments-browse.btn-secondary:disabled.focus, .response-page.response-edit-page .profile-form .attachments-browse.btn-secondary.disabled:focus, .response-page.response-edit-page .profile-form .attachments-browse.btn-secondary.disabled.focus, .response-page.response-edit-page .profile-form .attachments-browse.btn-secondary:disabled:focus, .response-page.response-edit-page .profile-form .attachments-browse.btn-secondary:disabled.focus, .response-page.response-edit-page .support-form .attachments-browse.btn-secondary.disabled:focus, .response-page.response-edit-page .support-form .attachments-browse.btn-secondary.disabled.focus, .response-page.response-edit-page .support-form .attachments-browse.btn-secondary:disabled:focus, .response-page.response-edit-page .support-form .attachments-browse.btn-secondary:disabled.focus, .response-page.response-edit-page .review-form .attachments-browse.btn-secondary.disabled:focus, .response-page.response-edit-page .review-form .attachments-browse.btn-secondary.disabled.focus, .response-page.response-edit-page .review-form .attachments-browse.btn-secondary:disabled:focus, .response-page.response-edit-page .review-form .attachments-browse.btn-secondary:disabled.focus, .profile-edit .activity .attachments-browse.btn-secondary.disabled:focus, .profile-edit .activity .attachments-browse.btn-secondary.disabled.focus, .profile-edit .activity .attachments-browse.btn-secondary:disabled:focus, .profile-edit .activity .attachments-browse.btn-secondary:disabled.focus, .profile-edit .profile-form .attachments-browse.btn-secondary.disabled:focus, .profile-edit .profile-form .attachments-browse.btn-secondary.disabled.focus, .profile-edit .profile-form .attachments-browse.btn-secondary:disabled:focus, .profile-edit .profile-form .attachments-browse.btn-secondary:disabled.focus, .profile-edit .support-form .attachments-browse.btn-secondary.disabled:focus, .profile-edit .support-form .attachments-browse.btn-secondary.disabled.focus, .profile-edit .support-form .attachments-browse.btn-secondary:disabled:focus, .profile-edit .support-form .attachments-browse.btn-secondary:disabled.focus, .profile-edit .review-form .attachments-browse.btn-secondary.disabled:focus, .profile-edit .review-form .attachments-browse.btn-secondary.disabled.focus, .profile-edit .review-form .attachments-browse.btn-secondary:disabled:focus, .profile-edit .review-form .attachments-browse.btn-secondary:disabled.focus, .support-questionnaire .activity .attachments-browse.btn-secondary.disabled:focus, .support-questionnaire .activity .attachments-browse.btn-secondary.disabled.focus, .support-questionnaire .activity .attachments-browse.btn-secondary:disabled:focus, .support-questionnaire .activity .attachments-browse.btn-secondary:disabled.focus, .support-questionnaire .profile-form .attachments-browse.btn-secondary.disabled:focus, .support-questionnaire .profile-form .attachments-browse.btn-secondary.disabled.focus, .support-questionnaire .profile-form .attachments-browse.btn-secondary:disabled:focus, .support-questionnaire .profile-form .attachments-browse.btn-secondary:disabled.focus, .support-questionnaire .support-form .attachments-browse.btn-secondary.disabled:focus, .support-questionnaire .support-form .attachments-browse.btn-secondary.disabled.focus, .support-questionnaire .support-form .attachments-browse.btn-secondary:disabled:focus, .support-questionnaire .support-form .attachments-browse.btn-secondary:disabled.focus, .support-questionnaire .review-form .attachments-browse.btn-secondary.disabled:focus, .support-questionnaire .review-form .attachments-browse.btn-secondary.disabled.focus, .support-questionnaire .review-form .attachments-browse.btn-secondary:disabled:focus, .support-questionnaire .review-form .attachments-browse.btn-secondary:disabled.focus, .review-edit .activity .attachments-browse.btn-secondary.disabled:focus, .review-edit .activity .attachments-browse.btn-secondary.disabled.focus, .review-edit .activity .attachments-browse.btn-secondary:disabled:focus, .review-edit .activity .attachments-browse.btn-secondary:disabled.focus, .review-edit .profile-form .attachments-browse.btn-secondary.disabled:focus, .review-edit .profile-form .attachments-browse.btn-secondary.disabled.focus, .review-edit .profile-form .attachments-browse.btn-secondary:disabled:focus, .review-edit .profile-form .attachments-browse.btn-secondary:disabled.focus, .review-edit .support-form .attachments-browse.btn-secondary.disabled:focus, .review-edit .support-form .attachments-browse.btn-secondary.disabled.focus, .review-edit .support-form .attachments-browse.btn-secondary:disabled:focus, .review-edit .support-form .attachments-browse.btn-secondary:disabled.focus, .review-edit .review-form .attachments-browse.btn-secondary.disabled:focus, .review-edit .review-form .attachments-browse.btn-secondary.disabled.focus, .review-edit .review-form .attachments-browse.btn-secondary:disabled:focus, .review-edit .review-form .attachments-browse.btn-secondary:disabled.focus {
  border-color: #999999;
}
.response-page.response-edit-page .activity .attachments-browse.btn-secondary.disabled:hover, .response-page.response-edit-page .activity .attachments-browse.btn-secondary:disabled:hover, .response-page.response-edit-page .profile-form .attachments-browse.btn-secondary.disabled:hover, .response-page.response-edit-page .profile-form .attachments-browse.btn-secondary:disabled:hover, .response-page.response-edit-page .support-form .attachments-browse.btn-secondary.disabled:hover, .response-page.response-edit-page .support-form .attachments-browse.btn-secondary:disabled:hover, .response-page.response-edit-page .review-form .attachments-browse.btn-secondary.disabled:hover, .response-page.response-edit-page .review-form .attachments-browse.btn-secondary:disabled:hover, .profile-edit .activity .attachments-browse.btn-secondary.disabled:hover, .profile-edit .activity .attachments-browse.btn-secondary:disabled:hover, .profile-edit .profile-form .attachments-browse.btn-secondary.disabled:hover, .profile-edit .profile-form .attachments-browse.btn-secondary:disabled:hover, .profile-edit .support-form .attachments-browse.btn-secondary.disabled:hover, .profile-edit .support-form .attachments-browse.btn-secondary:disabled:hover, .profile-edit .review-form .attachments-browse.btn-secondary.disabled:hover, .profile-edit .review-form .attachments-browse.btn-secondary:disabled:hover, .support-questionnaire .activity .attachments-browse.btn-secondary.disabled:hover, .support-questionnaire .activity .attachments-browse.btn-secondary:disabled:hover, .support-questionnaire .profile-form .attachments-browse.btn-secondary.disabled:hover, .support-questionnaire .profile-form .attachments-browse.btn-secondary:disabled:hover, .support-questionnaire .support-form .attachments-browse.btn-secondary.disabled:hover, .support-questionnaire .support-form .attachments-browse.btn-secondary:disabled:hover, .support-questionnaire .review-form .attachments-browse.btn-secondary.disabled:hover, .support-questionnaire .review-form .attachments-browse.btn-secondary:disabled:hover, .review-edit .activity .attachments-browse.btn-secondary.disabled:hover, .review-edit .activity .attachments-browse.btn-secondary:disabled:hover, .review-edit .profile-form .attachments-browse.btn-secondary.disabled:hover, .review-edit .profile-form .attachments-browse.btn-secondary:disabled:hover, .review-edit .support-form .attachments-browse.btn-secondary.disabled:hover, .review-edit .support-form .attachments-browse.btn-secondary:disabled:hover, .review-edit .review-form .attachments-browse.btn-secondary.disabled:hover, .review-edit .review-form .attachments-browse.btn-secondary:disabled:hover {
  border-color: #999999;
}
.response-page.response-edit-page .activity .photo-picker-widget .btn-secondary, .response-page.response-edit-page .profile-form .photo-picker-widget .btn-secondary, .response-page.response-edit-page .support-form .photo-picker-widget .btn-secondary, .response-page.response-edit-page .review-form .photo-picker-widget .btn-secondary, .profile-edit .activity .photo-picker-widget .btn-secondary, .profile-edit .profile-form .photo-picker-widget .btn-secondary, .profile-edit .support-form .photo-picker-widget .btn-secondary, .profile-edit .review-form .photo-picker-widget .btn-secondary, .support-questionnaire .activity .photo-picker-widget .btn-secondary, .support-questionnaire .profile-form .photo-picker-widget .btn-secondary, .support-questionnaire .support-form .photo-picker-widget .btn-secondary, .support-questionnaire .review-form .photo-picker-widget .btn-secondary, .review-edit .activity .photo-picker-widget .btn-secondary, .review-edit .profile-form .photo-picker-widget .btn-secondary, .review-edit .support-form .photo-picker-widget .btn-secondary, .review-edit .review-form .photo-picker-widget .btn-secondary {
  color: #666;
  background-image: none;
  background-color: #fff;
  border-color: #666;
}
.response-page.response-edit-page .activity .photo-picker-widget .btn-secondary:focus, .response-page.response-edit-page .activity .photo-picker-widget .btn-secondary.focus, .response-page.response-edit-page .activity .photo-picker-widget .btn-secondary:active, .response-page.response-edit-page .activity .photo-picker-widget .btn-secondary.active, .open > .response-page.response-edit-page .activity .photo-picker-widget .btn-secondary.dropdown-toggle, .response-page.response-edit-page .profile-form .photo-picker-widget .btn-secondary:focus, .response-page.response-edit-page .profile-form .photo-picker-widget .btn-secondary.focus, .response-page.response-edit-page .profile-form .photo-picker-widget .btn-secondary:active, .response-page.response-edit-page .profile-form .photo-picker-widget .btn-secondary.active, .open > .response-page.response-edit-page .profile-form .photo-picker-widget .btn-secondary.dropdown-toggle, .response-page.response-edit-page .support-form .photo-picker-widget .btn-secondary:focus, .response-page.response-edit-page .support-form .photo-picker-widget .btn-secondary.focus, .response-page.response-edit-page .support-form .photo-picker-widget .btn-secondary:active, .response-page.response-edit-page .support-form .photo-picker-widget .btn-secondary.active, .open > .response-page.response-edit-page .support-form .photo-picker-widget .btn-secondary.dropdown-toggle, .response-page.response-edit-page .review-form .photo-picker-widget .btn-secondary:focus, .response-page.response-edit-page .review-form .photo-picker-widget .btn-secondary.focus, .response-page.response-edit-page .review-form .photo-picker-widget .btn-secondary:active, .response-page.response-edit-page .review-form .photo-picker-widget .btn-secondary.active, .open > .response-page.response-edit-page .review-form .photo-picker-widget .btn-secondary.dropdown-toggle, .profile-edit .activity .photo-picker-widget .btn-secondary:focus, .profile-edit .activity .photo-picker-widget .btn-secondary.focus, .profile-edit .activity .photo-picker-widget .btn-secondary:active, .profile-edit .activity .photo-picker-widget .btn-secondary.active, .open > .profile-edit .activity .photo-picker-widget .btn-secondary.dropdown-toggle, .profile-edit .profile-form .photo-picker-widget .btn-secondary:focus, .profile-edit .profile-form .photo-picker-widget .btn-secondary.focus, .profile-edit .profile-form .photo-picker-widget .btn-secondary:active, .profile-edit .profile-form .photo-picker-widget .btn-secondary.active, .open > .profile-edit .profile-form .photo-picker-widget .btn-secondary.dropdown-toggle, .profile-edit .support-form .photo-picker-widget .btn-secondary:focus, .profile-edit .support-form .photo-picker-widget .btn-secondary.focus, .profile-edit .support-form .photo-picker-widget .btn-secondary:active, .profile-edit .support-form .photo-picker-widget .btn-secondary.active, .open > .profile-edit .support-form .photo-picker-widget .btn-secondary.dropdown-toggle, .profile-edit .review-form .photo-picker-widget .btn-secondary:focus, .profile-edit .review-form .photo-picker-widget .btn-secondary.focus, .profile-edit .review-form .photo-picker-widget .btn-secondary:active, .profile-edit .review-form .photo-picker-widget .btn-secondary.active, .open > .profile-edit .review-form .photo-picker-widget .btn-secondary.dropdown-toggle, .support-questionnaire .activity .photo-picker-widget .btn-secondary:focus, .support-questionnaire .activity .photo-picker-widget .btn-secondary.focus, .support-questionnaire .activity .photo-picker-widget .btn-secondary:active, .support-questionnaire .activity .photo-picker-widget .btn-secondary.active, .open > .support-questionnaire .activity .photo-picker-widget .btn-secondary.dropdown-toggle, .support-questionnaire .profile-form .photo-picker-widget .btn-secondary:focus, .support-questionnaire .profile-form .photo-picker-widget .btn-secondary.focus, .support-questionnaire .profile-form .photo-picker-widget .btn-secondary:active, .support-questionnaire .profile-form .photo-picker-widget .btn-secondary.active, .open > .support-questionnaire .profile-form .photo-picker-widget .btn-secondary.dropdown-toggle, .support-questionnaire .support-form .photo-picker-widget .btn-secondary:focus, .support-questionnaire .support-form .photo-picker-widget .btn-secondary.focus, .support-questionnaire .support-form .photo-picker-widget .btn-secondary:active, .support-questionnaire .support-form .photo-picker-widget .btn-secondary.active, .open > .support-questionnaire .support-form .photo-picker-widget .btn-secondary.dropdown-toggle, .support-questionnaire .review-form .photo-picker-widget .btn-secondary:focus, .support-questionnaire .review-form .photo-picker-widget .btn-secondary.focus, .support-questionnaire .review-form .photo-picker-widget .btn-secondary:active, .support-questionnaire .review-form .photo-picker-widget .btn-secondary.active, .open > .support-questionnaire .review-form .photo-picker-widget .btn-secondary.dropdown-toggle, .review-edit .activity .photo-picker-widget .btn-secondary:focus, .review-edit .activity .photo-picker-widget .btn-secondary.focus, .review-edit .activity .photo-picker-widget .btn-secondary:active, .review-edit .activity .photo-picker-widget .btn-secondary.active, .open > .review-edit .activity .photo-picker-widget .btn-secondary.dropdown-toggle, .review-edit .profile-form .photo-picker-widget .btn-secondary:focus, .review-edit .profile-form .photo-picker-widget .btn-secondary.focus, .review-edit .profile-form .photo-picker-widget .btn-secondary:active, .review-edit .profile-form .photo-picker-widget .btn-secondary.active, .open > .review-edit .profile-form .photo-picker-widget .btn-secondary.dropdown-toggle, .review-edit .support-form .photo-picker-widget .btn-secondary:focus, .review-edit .support-form .photo-picker-widget .btn-secondary.focus, .review-edit .support-form .photo-picker-widget .btn-secondary:active, .review-edit .support-form .photo-picker-widget .btn-secondary.active, .open > .review-edit .support-form .photo-picker-widget .btn-secondary.dropdown-toggle, .review-edit .review-form .photo-picker-widget .btn-secondary:focus, .review-edit .review-form .photo-picker-widget .btn-secondary.focus, .review-edit .review-form .photo-picker-widget .btn-secondary:active, .review-edit .review-form .photo-picker-widget .btn-secondary.active, .open > .review-edit .review-form .photo-picker-widget .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.response-page.response-edit-page .activity .photo-picker-widget .btn-secondary:hover, .response-page.response-edit-page .profile-form .photo-picker-widget .btn-secondary:hover, .response-page.response-edit-page .support-form .photo-picker-widget .btn-secondary:hover, .response-page.response-edit-page .review-form .photo-picker-widget .btn-secondary:hover, .profile-edit .activity .photo-picker-widget .btn-secondary:hover, .profile-edit .profile-form .photo-picker-widget .btn-secondary:hover, .profile-edit .support-form .photo-picker-widget .btn-secondary:hover, .profile-edit .review-form .photo-picker-widget .btn-secondary:hover, .support-questionnaire .activity .photo-picker-widget .btn-secondary:hover, .support-questionnaire .profile-form .photo-picker-widget .btn-secondary:hover, .support-questionnaire .support-form .photo-picker-widget .btn-secondary:hover, .support-questionnaire .review-form .photo-picker-widget .btn-secondary:hover, .review-edit .activity .photo-picker-widget .btn-secondary:hover, .review-edit .profile-form .photo-picker-widget .btn-secondary:hover, .review-edit .support-form .photo-picker-widget .btn-secondary:hover, .review-edit .review-form .photo-picker-widget .btn-secondary:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.response-page.response-edit-page .activity .photo-picker-widget .btn-secondary.disabled:focus, .response-page.response-edit-page .activity .photo-picker-widget .btn-secondary.disabled.focus, .response-page.response-edit-page .activity .photo-picker-widget .btn-secondary:disabled:focus, .response-page.response-edit-page .activity .photo-picker-widget .btn-secondary:disabled.focus, .response-page.response-edit-page .profile-form .photo-picker-widget .btn-secondary.disabled:focus, .response-page.response-edit-page .profile-form .photo-picker-widget .btn-secondary.disabled.focus, .response-page.response-edit-page .profile-form .photo-picker-widget .btn-secondary:disabled:focus, .response-page.response-edit-page .profile-form .photo-picker-widget .btn-secondary:disabled.focus, .response-page.response-edit-page .support-form .photo-picker-widget .btn-secondary.disabled:focus, .response-page.response-edit-page .support-form .photo-picker-widget .btn-secondary.disabled.focus, .response-page.response-edit-page .support-form .photo-picker-widget .btn-secondary:disabled:focus, .response-page.response-edit-page .support-form .photo-picker-widget .btn-secondary:disabled.focus, .response-page.response-edit-page .review-form .photo-picker-widget .btn-secondary.disabled:focus, .response-page.response-edit-page .review-form .photo-picker-widget .btn-secondary.disabled.focus, .response-page.response-edit-page .review-form .photo-picker-widget .btn-secondary:disabled:focus, .response-page.response-edit-page .review-form .photo-picker-widget .btn-secondary:disabled.focus, .profile-edit .activity .photo-picker-widget .btn-secondary.disabled:focus, .profile-edit .activity .photo-picker-widget .btn-secondary.disabled.focus, .profile-edit .activity .photo-picker-widget .btn-secondary:disabled:focus, .profile-edit .activity .photo-picker-widget .btn-secondary:disabled.focus, .profile-edit .profile-form .photo-picker-widget .btn-secondary.disabled:focus, .profile-edit .profile-form .photo-picker-widget .btn-secondary.disabled.focus, .profile-edit .profile-form .photo-picker-widget .btn-secondary:disabled:focus, .profile-edit .profile-form .photo-picker-widget .btn-secondary:disabled.focus, .profile-edit .support-form .photo-picker-widget .btn-secondary.disabled:focus, .profile-edit .support-form .photo-picker-widget .btn-secondary.disabled.focus, .profile-edit .support-form .photo-picker-widget .btn-secondary:disabled:focus, .profile-edit .support-form .photo-picker-widget .btn-secondary:disabled.focus, .profile-edit .review-form .photo-picker-widget .btn-secondary.disabled:focus, .profile-edit .review-form .photo-picker-widget .btn-secondary.disabled.focus, .profile-edit .review-form .photo-picker-widget .btn-secondary:disabled:focus, .profile-edit .review-form .photo-picker-widget .btn-secondary:disabled.focus, .support-questionnaire .activity .photo-picker-widget .btn-secondary.disabled:focus, .support-questionnaire .activity .photo-picker-widget .btn-secondary.disabled.focus, .support-questionnaire .activity .photo-picker-widget .btn-secondary:disabled:focus, .support-questionnaire .activity .photo-picker-widget .btn-secondary:disabled.focus, .support-questionnaire .profile-form .photo-picker-widget .btn-secondary.disabled:focus, .support-questionnaire .profile-form .photo-picker-widget .btn-secondary.disabled.focus, .support-questionnaire .profile-form .photo-picker-widget .btn-secondary:disabled:focus, .support-questionnaire .profile-form .photo-picker-widget .btn-secondary:disabled.focus, .support-questionnaire .support-form .photo-picker-widget .btn-secondary.disabled:focus, .support-questionnaire .support-form .photo-picker-widget .btn-secondary.disabled.focus, .support-questionnaire .support-form .photo-picker-widget .btn-secondary:disabled:focus, .support-questionnaire .support-form .photo-picker-widget .btn-secondary:disabled.focus, .support-questionnaire .review-form .photo-picker-widget .btn-secondary.disabled:focus, .support-questionnaire .review-form .photo-picker-widget .btn-secondary.disabled.focus, .support-questionnaire .review-form .photo-picker-widget .btn-secondary:disabled:focus, .support-questionnaire .review-form .photo-picker-widget .btn-secondary:disabled.focus, .review-edit .activity .photo-picker-widget .btn-secondary.disabled:focus, .review-edit .activity .photo-picker-widget .btn-secondary.disabled.focus, .review-edit .activity .photo-picker-widget .btn-secondary:disabled:focus, .review-edit .activity .photo-picker-widget .btn-secondary:disabled.focus, .review-edit .profile-form .photo-picker-widget .btn-secondary.disabled:focus, .review-edit .profile-form .photo-picker-widget .btn-secondary.disabled.focus, .review-edit .profile-form .photo-picker-widget .btn-secondary:disabled:focus, .review-edit .profile-form .photo-picker-widget .btn-secondary:disabled.focus, .review-edit .support-form .photo-picker-widget .btn-secondary.disabled:focus, .review-edit .support-form .photo-picker-widget .btn-secondary.disabled.focus, .review-edit .support-form .photo-picker-widget .btn-secondary:disabled:focus, .review-edit .support-form .photo-picker-widget .btn-secondary:disabled.focus, .review-edit .review-form .photo-picker-widget .btn-secondary.disabled:focus, .review-edit .review-form .photo-picker-widget .btn-secondary.disabled.focus, .review-edit .review-form .photo-picker-widget .btn-secondary:disabled:focus, .review-edit .review-form .photo-picker-widget .btn-secondary:disabled.focus {
  border-color: #999999;
}
.response-page.response-edit-page .activity .photo-picker-widget .btn-secondary.disabled:hover, .response-page.response-edit-page .activity .photo-picker-widget .btn-secondary:disabled:hover, .response-page.response-edit-page .profile-form .photo-picker-widget .btn-secondary.disabled:hover, .response-page.response-edit-page .profile-form .photo-picker-widget .btn-secondary:disabled:hover, .response-page.response-edit-page .support-form .photo-picker-widget .btn-secondary.disabled:hover, .response-page.response-edit-page .support-form .photo-picker-widget .btn-secondary:disabled:hover, .response-page.response-edit-page .review-form .photo-picker-widget .btn-secondary.disabled:hover, .response-page.response-edit-page .review-form .photo-picker-widget .btn-secondary:disabled:hover, .profile-edit .activity .photo-picker-widget .btn-secondary.disabled:hover, .profile-edit .activity .photo-picker-widget .btn-secondary:disabled:hover, .profile-edit .profile-form .photo-picker-widget .btn-secondary.disabled:hover, .profile-edit .profile-form .photo-picker-widget .btn-secondary:disabled:hover, .profile-edit .support-form .photo-picker-widget .btn-secondary.disabled:hover, .profile-edit .support-form .photo-picker-widget .btn-secondary:disabled:hover, .profile-edit .review-form .photo-picker-widget .btn-secondary.disabled:hover, .profile-edit .review-form .photo-picker-widget .btn-secondary:disabled:hover, .support-questionnaire .activity .photo-picker-widget .btn-secondary.disabled:hover, .support-questionnaire .activity .photo-picker-widget .btn-secondary:disabled:hover, .support-questionnaire .profile-form .photo-picker-widget .btn-secondary.disabled:hover, .support-questionnaire .profile-form .photo-picker-widget .btn-secondary:disabled:hover, .support-questionnaire .support-form .photo-picker-widget .btn-secondary.disabled:hover, .support-questionnaire .support-form .photo-picker-widget .btn-secondary:disabled:hover, .support-questionnaire .review-form .photo-picker-widget .btn-secondary.disabled:hover, .support-questionnaire .review-form .photo-picker-widget .btn-secondary:disabled:hover, .review-edit .activity .photo-picker-widget .btn-secondary.disabled:hover, .review-edit .activity .photo-picker-widget .btn-secondary:disabled:hover, .review-edit .profile-form .photo-picker-widget .btn-secondary.disabled:hover, .review-edit .profile-form .photo-picker-widget .btn-secondary:disabled:hover, .review-edit .support-form .photo-picker-widget .btn-secondary.disabled:hover, .review-edit .support-form .photo-picker-widget .btn-secondary:disabled:hover, .review-edit .review-form .photo-picker-widget .btn-secondary.disabled:hover, .review-edit .review-form .photo-picker-widget .btn-secondary:disabled:hover {
  border-color: #999999;
}
.response-page.response-edit-page .activity .question-label, .response-page.response-edit-page .profile-form .question-label, .response-page.response-edit-page .support-form .question-label, .response-page.response-edit-page .review-form .question-label, .profile-edit .activity .question-label, .profile-edit .profile-form .question-label, .profile-edit .support-form .question-label, .profile-edit .review-form .question-label, .support-questionnaire .activity .question-label, .support-questionnaire .profile-form .question-label, .support-questionnaire .support-form .question-label, .support-questionnaire .review-form .question-label, .review-edit .activity .question-label, .review-edit .profile-form .question-label, .review-edit .support-form .question-label, .review-edit .review-form .question-label {
  font-size: 120%;
  color: #0080c0;
}
.response-page.response-edit-page .activity label, .response-page.response-edit-page .profile-form label, .response-page.response-edit-page .support-form label, .response-page.response-edit-page .review-form label, .profile-edit .activity label, .profile-edit .profile-form label, .profile-edit .support-form label, .profile-edit .review-form label, .support-questionnaire .activity label, .support-questionnaire .profile-form label, .support-questionnaire .support-form label, .support-questionnaire .review-form label, .review-edit .activity label, .review-edit .profile-form label, .review-edit .support-form label, .review-edit .review-form label {
  font-weight: normal;
  font-size: 110%;
}
.response-page.response-edit-page .activity label .checkmark, .response-page.response-edit-page .profile-form label .checkmark, .response-page.response-edit-page .support-form label .checkmark, .response-page.response-edit-page .review-form label .checkmark, .profile-edit .activity label .checkmark, .profile-edit .profile-form label .checkmark, .profile-edit .support-form label .checkmark, .profile-edit .review-form label .checkmark, .support-questionnaire .activity label .checkmark, .support-questionnaire .profile-form label .checkmark, .support-questionnaire .support-form label .checkmark, .support-questionnaire .review-form label .checkmark, .review-edit .activity label .checkmark, .review-edit .profile-form label .checkmark, .review-edit .support-form label .checkmark, .review-edit .review-form label .checkmark {
  margin-right: 1rem;
}
.response-page.response-edit-page .activity label .checkmark .checked, .response-page.response-edit-page .profile-form label .checkmark .checked, .response-page.response-edit-page .support-form label .checkmark .checked, .response-page.response-edit-page .review-form label .checkmark .checked, .profile-edit .activity label .checkmark .checked, .profile-edit .profile-form label .checkmark .checked, .profile-edit .support-form label .checkmark .checked, .profile-edit .review-form label .checkmark .checked, .support-questionnaire .activity label .checkmark .checked, .support-questionnaire .profile-form label .checkmark .checked, .support-questionnaire .support-form label .checkmark .checked, .support-questionnaire .review-form label .checkmark .checked, .review-edit .activity label .checkmark .checked, .review-edit .profile-form label .checkmark .checked, .review-edit .support-form label .checkmark .checked, .review-edit .review-form label .checkmark .checked {
  display: none;
}
.response-page.response-edit-page .activity label .checkmark .not_checked, .response-page.response-edit-page .profile-form label .checkmark .not_checked, .response-page.response-edit-page .support-form label .checkmark .not_checked, .response-page.response-edit-page .review-form label .checkmark .not_checked, .profile-edit .activity label .checkmark .not_checked, .profile-edit .profile-form label .checkmark .not_checked, .profile-edit .support-form label .checkmark .not_checked, .profile-edit .review-form label .checkmark .not_checked, .support-questionnaire .activity label .checkmark .not_checked, .support-questionnaire .profile-form label .checkmark .not_checked, .support-questionnaire .support-form label .checkmark .not_checked, .support-questionnaire .review-form label .checkmark .not_checked, .review-edit .activity label .checkmark .not_checked, .review-edit .profile-form label .checkmark .not_checked, .review-edit .support-form label .checkmark .not_checked, .review-edit .review-form label .checkmark .not_checked {
  display: inline-block;
}
.response-page.response-edit-page .activity label.selected .checkmark, .response-page.response-edit-page .profile-form label.selected .checkmark, .response-page.response-edit-page .support-form label.selected .checkmark, .response-page.response-edit-page .review-form label.selected .checkmark, .profile-edit .activity label.selected .checkmark, .profile-edit .profile-form label.selected .checkmark, .profile-edit .support-form label.selected .checkmark, .profile-edit .review-form label.selected .checkmark, .support-questionnaire .activity label.selected .checkmark, .support-questionnaire .profile-form label.selected .checkmark, .support-questionnaire .support-form label.selected .checkmark, .support-questionnaire .review-form label.selected .checkmark, .review-edit .activity label.selected .checkmark, .review-edit .profile-form label.selected .checkmark, .review-edit .support-form label.selected .checkmark, .review-edit .review-form label.selected .checkmark {
  color: #999999;
}
.response-page.response-edit-page .activity label.selected .checkmark .fa-check, .response-page.response-edit-page .profile-form label.selected .checkmark .fa-check, .response-page.response-edit-page .support-form label.selected .checkmark .fa-check, .response-page.response-edit-page .review-form label.selected .checkmark .fa-check, .profile-edit .activity label.selected .checkmark .fa-check, .profile-edit .profile-form label.selected .checkmark .fa-check, .profile-edit .support-form label.selected .checkmark .fa-check, .profile-edit .review-form label.selected .checkmark .fa-check, .support-questionnaire .activity label.selected .checkmark .fa-check, .support-questionnaire .profile-form label.selected .checkmark .fa-check, .support-questionnaire .support-form label.selected .checkmark .fa-check, .support-questionnaire .review-form label.selected .checkmark .fa-check, .review-edit .activity label.selected .checkmark .fa-check, .review-edit .profile-form label.selected .checkmark .fa-check, .review-edit .support-form label.selected .checkmark .fa-check, .review-edit .review-form label.selected .checkmark .fa-check {
  color: #0080c0;
}
.response-page.response-edit-page .activity label.selected .checkmark .checked, .response-page.response-edit-page .profile-form label.selected .checkmark .checked, .response-page.response-edit-page .support-form label.selected .checkmark .checked, .response-page.response-edit-page .review-form label.selected .checkmark .checked, .profile-edit .activity label.selected .checkmark .checked, .profile-edit .profile-form label.selected .checkmark .checked, .profile-edit .support-form label.selected .checkmark .checked, .profile-edit .review-form label.selected .checkmark .checked, .support-questionnaire .activity label.selected .checkmark .checked, .support-questionnaire .profile-form label.selected .checkmark .checked, .support-questionnaire .support-form label.selected .checkmark .checked, .support-questionnaire .review-form label.selected .checkmark .checked, .review-edit .activity label.selected .checkmark .checked, .review-edit .profile-form label.selected .checkmark .checked, .review-edit .support-form label.selected .checkmark .checked, .review-edit .review-form label.selected .checkmark .checked {
  display: inline-block;
}
.response-page.response-edit-page .activity label.selected .checkmark .not_checked, .response-page.response-edit-page .profile-form label.selected .checkmark .not_checked, .response-page.response-edit-page .support-form label.selected .checkmark .not_checked, .response-page.response-edit-page .review-form label.selected .checkmark .not_checked, .profile-edit .activity label.selected .checkmark .not_checked, .profile-edit .profile-form label.selected .checkmark .not_checked, .profile-edit .support-form label.selected .checkmark .not_checked, .profile-edit .review-form label.selected .checkmark .not_checked, .support-questionnaire .activity label.selected .checkmark .not_checked, .support-questionnaire .profile-form label.selected .checkmark .not_checked, .support-questionnaire .support-form label.selected .checkmark .not_checked, .support-questionnaire .review-form label.selected .checkmark .not_checked, .review-edit .activity label.selected .checkmark .not_checked, .review-edit .profile-form label.selected .checkmark .not_checked, .review-edit .support-form label.selected .checkmark .not_checked, .review-edit .review-form label.selected .checkmark .not_checked {
  display: none;
}
.response-page.response-edit-page .activity input, .response-page.response-edit-page .activity textarea, .response-page.response-edit-page .activity select, .response-page.response-edit-page .profile-form input, .response-page.response-edit-page .profile-form textarea, .response-page.response-edit-page .profile-form select, .response-page.response-edit-page .support-form input, .response-page.response-edit-page .support-form textarea, .response-page.response-edit-page .support-form select, .response-page.response-edit-page .review-form input, .response-page.response-edit-page .review-form textarea, .response-page.response-edit-page .review-form select, .profile-edit .activity input, .profile-edit .activity textarea, .profile-edit .activity select, .profile-edit .profile-form input, .profile-edit .profile-form textarea, .profile-edit .profile-form select, .profile-edit .support-form input, .profile-edit .support-form textarea, .profile-edit .support-form select, .profile-edit .review-form input, .profile-edit .review-form textarea, .profile-edit .review-form select, .support-questionnaire .activity input, .support-questionnaire .activity textarea, .support-questionnaire .activity select, .support-questionnaire .profile-form input, .support-questionnaire .profile-form textarea, .support-questionnaire .profile-form select, .support-questionnaire .support-form input, .support-questionnaire .support-form textarea, .support-questionnaire .support-form select, .support-questionnaire .review-form input, .support-questionnaire .review-form textarea, .support-questionnaire .review-form select, .review-edit .activity input, .review-edit .activity textarea, .review-edit .activity select, .review-edit .profile-form input, .review-edit .profile-form textarea, .review-edit .profile-form select, .review-edit .support-form input, .review-edit .support-form textarea, .review-edit .support-form select, .review-edit .review-form input, .review-edit .review-form textarea, .review-edit .review-form select {
  border: 1px solid #666;
  border-radius: 0;
  font-size: 110%;
}
.response-page.response-edit-page .activity input::placeholder, .response-page.response-edit-page .activity textarea::placeholder, .response-page.response-edit-page .activity select::placeholder, .response-page.response-edit-page .profile-form input::placeholder, .response-page.response-edit-page .profile-form textarea::placeholder, .response-page.response-edit-page .profile-form select::placeholder, .response-page.response-edit-page .support-form input::placeholder, .response-page.response-edit-page .support-form textarea::placeholder, .response-page.response-edit-page .support-form select::placeholder, .response-page.response-edit-page .review-form input::placeholder, .response-page.response-edit-page .review-form textarea::placeholder, .response-page.response-edit-page .review-form select::placeholder, .profile-edit .activity input::placeholder, .profile-edit .activity textarea::placeholder, .profile-edit .activity select::placeholder, .profile-edit .profile-form input::placeholder, .profile-edit .profile-form textarea::placeholder, .profile-edit .profile-form select::placeholder, .profile-edit .support-form input::placeholder, .profile-edit .support-form textarea::placeholder, .profile-edit .support-form select::placeholder, .profile-edit .review-form input::placeholder, .profile-edit .review-form textarea::placeholder, .profile-edit .review-form select::placeholder, .support-questionnaire .activity input::placeholder, .support-questionnaire .activity textarea::placeholder, .support-questionnaire .activity select::placeholder, .support-questionnaire .profile-form input::placeholder, .support-questionnaire .profile-form textarea::placeholder, .support-questionnaire .profile-form select::placeholder, .support-questionnaire .support-form input::placeholder, .support-questionnaire .support-form textarea::placeholder, .support-questionnaire .support-form select::placeholder, .support-questionnaire .review-form input::placeholder, .support-questionnaire .review-form textarea::placeholder, .support-questionnaire .review-form select::placeholder, .review-edit .activity input::placeholder, .review-edit .activity textarea::placeholder, .review-edit .activity select::placeholder, .review-edit .profile-form input::placeholder, .review-edit .profile-form textarea::placeholder, .review-edit .profile-form select::placeholder, .review-edit .support-form input::placeholder, .review-edit .support-form textarea::placeholder, .review-edit .support-form select::placeholder, .review-edit .review-form input::placeholder, .review-edit .review-form textarea::placeholder, .review-edit .review-form select::placeholder {
  color: #666;
}
.response-page.response-edit-page .activity .simple-html-editor .simple-html-editor-interface .menu-box, .response-page.response-edit-page .profile-form .simple-html-editor .simple-html-editor-interface .menu-box, .response-page.response-edit-page .support-form .simple-html-editor .simple-html-editor-interface .menu-box, .response-page.response-edit-page .review-form .simple-html-editor .simple-html-editor-interface .menu-box, .profile-edit .activity .simple-html-editor .simple-html-editor-interface .menu-box, .profile-edit .profile-form .simple-html-editor .simple-html-editor-interface .menu-box, .profile-edit .support-form .simple-html-editor .simple-html-editor-interface .menu-box, .profile-edit .review-form .simple-html-editor .simple-html-editor-interface .menu-box, .support-questionnaire .activity .simple-html-editor .simple-html-editor-interface .menu-box, .support-questionnaire .profile-form .simple-html-editor .simple-html-editor-interface .menu-box, .support-questionnaire .support-form .simple-html-editor .simple-html-editor-interface .menu-box, .support-questionnaire .review-form .simple-html-editor .simple-html-editor-interface .menu-box, .review-edit .activity .simple-html-editor .simple-html-editor-interface .menu-box, .review-edit .profile-form .simple-html-editor .simple-html-editor-interface .menu-box, .review-edit .support-form .simple-html-editor .simple-html-editor-interface .menu-box, .review-edit .review-form .simple-html-editor .simple-html-editor-interface .menu-box {
  border-color: #666;
}
.response-page.response-edit-page .activity .simple-html-editor .simple-html-editor-content, .response-page.response-edit-page .profile-form .simple-html-editor .simple-html-editor-content, .response-page.response-edit-page .support-form .simple-html-editor .simple-html-editor-content, .response-page.response-edit-page .review-form .simple-html-editor .simple-html-editor-content, .profile-edit .activity .simple-html-editor .simple-html-editor-content, .profile-edit .profile-form .simple-html-editor .simple-html-editor-content, .profile-edit .support-form .simple-html-editor .simple-html-editor-content, .profile-edit .review-form .simple-html-editor .simple-html-editor-content, .support-questionnaire .activity .simple-html-editor .simple-html-editor-content, .support-questionnaire .profile-form .simple-html-editor .simple-html-editor-content, .support-questionnaire .support-form .simple-html-editor .simple-html-editor-content, .support-questionnaire .review-form .simple-html-editor .simple-html-editor-content, .review-edit .activity .simple-html-editor .simple-html-editor-content, .review-edit .profile-form .simple-html-editor .simple-html-editor-content, .review-edit .support-form .simple-html-editor .simple-html-editor-content, .review-edit .review-form .simple-html-editor .simple-html-editor-content {
  border: 1px solid #666;
}
@media (min-width: 768px) {
  .response-page.response-edit-page .activity select, .response-page.response-edit-page .profile-form select, .response-page.response-edit-page .support-form select, .response-page.response-edit-page .review-form select, .profile-edit .activity select, .profile-edit .profile-form select, .profile-edit .support-form select, .profile-edit .review-form select, .support-questionnaire .activity select, .support-questionnaire .profile-form select, .support-questionnaire .support-form select, .support-questionnaire .review-form select, .review-edit .activity select, .review-edit .profile-form select, .review-edit .support-form select, .review-edit .review-form select {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .response-page.response-edit-page .activity select, .response-page.response-edit-page .profile-form select, .response-page.response-edit-page .support-form select, .response-page.response-edit-page .review-form select, .profile-edit .activity select, .profile-edit .profile-form select, .profile-edit .support-form select, .profile-edit .review-form select, .support-questionnaire .activity select, .support-questionnaire .profile-form select, .support-questionnaire .support-form select, .support-questionnaire .review-form select, .review-edit .activity select, .review-edit .profile-form select, .review-edit .support-form select, .review-edit .review-form select {
    width: 50%;
  }
}
.response-page.response-edit-page .activity .radio-list label.radio, .response-page.response-edit-page .activity .radio-list label.checkbox, .response-page.response-edit-page .activity .checkbox-list label.radio, .response-page.response-edit-page .activity .checkbox-list label.checkbox, .response-page.response-edit-page .profile-form .radio-list label.radio, .response-page.response-edit-page .profile-form .radio-list label.checkbox, .response-page.response-edit-page .profile-form .checkbox-list label.radio, .response-page.response-edit-page .profile-form .checkbox-list label.checkbox, .response-page.response-edit-page .support-form .radio-list label.radio, .response-page.response-edit-page .support-form .radio-list label.checkbox, .response-page.response-edit-page .support-form .checkbox-list label.radio, .response-page.response-edit-page .support-form .checkbox-list label.checkbox, .response-page.response-edit-page .review-form .radio-list label.radio, .response-page.response-edit-page .review-form .radio-list label.checkbox, .response-page.response-edit-page .review-form .checkbox-list label.radio, .response-page.response-edit-page .review-form .checkbox-list label.checkbox, .profile-edit .activity .radio-list label.radio, .profile-edit .activity .radio-list label.checkbox, .profile-edit .activity .checkbox-list label.radio, .profile-edit .activity .checkbox-list label.checkbox, .profile-edit .profile-form .radio-list label.radio, .profile-edit .profile-form .radio-list label.checkbox, .profile-edit .profile-form .checkbox-list label.radio, .profile-edit .profile-form .checkbox-list label.checkbox, .profile-edit .support-form .radio-list label.radio, .profile-edit .support-form .radio-list label.checkbox, .profile-edit .support-form .checkbox-list label.radio, .profile-edit .support-form .checkbox-list label.checkbox, .profile-edit .review-form .radio-list label.radio, .profile-edit .review-form .radio-list label.checkbox, .profile-edit .review-form .checkbox-list label.radio, .profile-edit .review-form .checkbox-list label.checkbox, .support-questionnaire .activity .radio-list label.radio, .support-questionnaire .activity .radio-list label.checkbox, .support-questionnaire .activity .checkbox-list label.radio, .support-questionnaire .activity .checkbox-list label.checkbox, .support-questionnaire .profile-form .radio-list label.radio, .support-questionnaire .profile-form .radio-list label.checkbox, .support-questionnaire .profile-form .checkbox-list label.radio, .support-questionnaire .profile-form .checkbox-list label.checkbox, .support-questionnaire .support-form .radio-list label.radio, .support-questionnaire .support-form .radio-list label.checkbox, .support-questionnaire .support-form .checkbox-list label.radio, .support-questionnaire .support-form .checkbox-list label.checkbox, .support-questionnaire .review-form .radio-list label.radio, .support-questionnaire .review-form .radio-list label.checkbox, .support-questionnaire .review-form .checkbox-list label.radio, .support-questionnaire .review-form .checkbox-list label.checkbox, .review-edit .activity .radio-list label.radio, .review-edit .activity .radio-list label.checkbox, .review-edit .activity .checkbox-list label.radio, .review-edit .activity .checkbox-list label.checkbox, .review-edit .profile-form .radio-list label.radio, .review-edit .profile-form .radio-list label.checkbox, .review-edit .profile-form .checkbox-list label.radio, .review-edit .profile-form .checkbox-list label.checkbox, .review-edit .support-form .radio-list label.radio, .review-edit .support-form .radio-list label.checkbox, .review-edit .support-form .checkbox-list label.radio, .review-edit .support-form .checkbox-list label.checkbox, .review-edit .review-form .radio-list label.radio, .review-edit .review-form .radio-list label.checkbox, .review-edit .review-form .checkbox-list label.radio, .review-edit .review-form .checkbox-list label.checkbox {
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  color: #666;
  background-color: rgba(102, 102, 102, 0.05);
  border: 2px solid #666;
  display: flex;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .response-page.response-edit-page .activity .radio-list label.radio, .response-page.response-edit-page .activity .radio-list label.checkbox, .response-page.response-edit-page .activity .checkbox-list label.radio, .response-page.response-edit-page .activity .checkbox-list label.checkbox, .response-page.response-edit-page .profile-form .radio-list label.radio, .response-page.response-edit-page .profile-form .radio-list label.checkbox, .response-page.response-edit-page .profile-form .checkbox-list label.radio, .response-page.response-edit-page .profile-form .checkbox-list label.checkbox, .response-page.response-edit-page .support-form .radio-list label.radio, .response-page.response-edit-page .support-form .radio-list label.checkbox, .response-page.response-edit-page .support-form .checkbox-list label.radio, .response-page.response-edit-page .support-form .checkbox-list label.checkbox, .response-page.response-edit-page .review-form .radio-list label.radio, .response-page.response-edit-page .review-form .radio-list label.checkbox, .response-page.response-edit-page .review-form .checkbox-list label.radio, .response-page.response-edit-page .review-form .checkbox-list label.checkbox, .profile-edit .activity .radio-list label.radio, .profile-edit .activity .radio-list label.checkbox, .profile-edit .activity .checkbox-list label.radio, .profile-edit .activity .checkbox-list label.checkbox, .profile-edit .profile-form .radio-list label.radio, .profile-edit .profile-form .radio-list label.checkbox, .profile-edit .profile-form .checkbox-list label.radio, .profile-edit .profile-form .checkbox-list label.checkbox, .profile-edit .support-form .radio-list label.radio, .profile-edit .support-form .radio-list label.checkbox, .profile-edit .support-form .checkbox-list label.radio, .profile-edit .support-form .checkbox-list label.checkbox, .profile-edit .review-form .radio-list label.radio, .profile-edit .review-form .radio-list label.checkbox, .profile-edit .review-form .checkbox-list label.radio, .profile-edit .review-form .checkbox-list label.checkbox, .support-questionnaire .activity .radio-list label.radio, .support-questionnaire .activity .radio-list label.checkbox, .support-questionnaire .activity .checkbox-list label.radio, .support-questionnaire .activity .checkbox-list label.checkbox, .support-questionnaire .profile-form .radio-list label.radio, .support-questionnaire .profile-form .radio-list label.checkbox, .support-questionnaire .profile-form .checkbox-list label.radio, .support-questionnaire .profile-form .checkbox-list label.checkbox, .support-questionnaire .support-form .radio-list label.radio, .support-questionnaire .support-form .radio-list label.checkbox, .support-questionnaire .support-form .checkbox-list label.radio, .support-questionnaire .support-form .checkbox-list label.checkbox, .support-questionnaire .review-form .radio-list label.radio, .support-questionnaire .review-form .radio-list label.checkbox, .support-questionnaire .review-form .checkbox-list label.radio, .support-questionnaire .review-form .checkbox-list label.checkbox, .review-edit .activity .radio-list label.radio, .review-edit .activity .radio-list label.checkbox, .review-edit .activity .checkbox-list label.radio, .review-edit .activity .checkbox-list label.checkbox, .review-edit .profile-form .radio-list label.radio, .review-edit .profile-form .radio-list label.checkbox, .review-edit .profile-form .checkbox-list label.radio, .review-edit .profile-form .checkbox-list label.checkbox, .review-edit .support-form .radio-list label.radio, .review-edit .support-form .radio-list label.checkbox, .review-edit .support-form .checkbox-list label.radio, .review-edit .support-form .checkbox-list label.checkbox, .review-edit .review-form .radio-list label.radio, .review-edit .review-form .radio-list label.checkbox, .review-edit .review-form .checkbox-list label.radio, .review-edit .review-form .checkbox-list label.checkbox {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .response-page.response-edit-page .activity .radio-list label.radio, .response-page.response-edit-page .activity .radio-list label.checkbox, .response-page.response-edit-page .activity .checkbox-list label.radio, .response-page.response-edit-page .activity .checkbox-list label.checkbox, .response-page.response-edit-page .profile-form .radio-list label.radio, .response-page.response-edit-page .profile-form .radio-list label.checkbox, .response-page.response-edit-page .profile-form .checkbox-list label.radio, .response-page.response-edit-page .profile-form .checkbox-list label.checkbox, .response-page.response-edit-page .support-form .radio-list label.radio, .response-page.response-edit-page .support-form .radio-list label.checkbox, .response-page.response-edit-page .support-form .checkbox-list label.radio, .response-page.response-edit-page .support-form .checkbox-list label.checkbox, .response-page.response-edit-page .review-form .radio-list label.radio, .response-page.response-edit-page .review-form .radio-list label.checkbox, .response-page.response-edit-page .review-form .checkbox-list label.radio, .response-page.response-edit-page .review-form .checkbox-list label.checkbox, .profile-edit .activity .radio-list label.radio, .profile-edit .activity .radio-list label.checkbox, .profile-edit .activity .checkbox-list label.radio, .profile-edit .activity .checkbox-list label.checkbox, .profile-edit .profile-form .radio-list label.radio, .profile-edit .profile-form .radio-list label.checkbox, .profile-edit .profile-form .checkbox-list label.radio, .profile-edit .profile-form .checkbox-list label.checkbox, .profile-edit .support-form .radio-list label.radio, .profile-edit .support-form .radio-list label.checkbox, .profile-edit .support-form .checkbox-list label.radio, .profile-edit .support-form .checkbox-list label.checkbox, .profile-edit .review-form .radio-list label.radio, .profile-edit .review-form .radio-list label.checkbox, .profile-edit .review-form .checkbox-list label.radio, .profile-edit .review-form .checkbox-list label.checkbox, .support-questionnaire .activity .radio-list label.radio, .support-questionnaire .activity .radio-list label.checkbox, .support-questionnaire .activity .checkbox-list label.radio, .support-questionnaire .activity .checkbox-list label.checkbox, .support-questionnaire .profile-form .radio-list label.radio, .support-questionnaire .profile-form .radio-list label.checkbox, .support-questionnaire .profile-form .checkbox-list label.radio, .support-questionnaire .profile-form .checkbox-list label.checkbox, .support-questionnaire .support-form .radio-list label.radio, .support-questionnaire .support-form .radio-list label.checkbox, .support-questionnaire .support-form .checkbox-list label.radio, .support-questionnaire .support-form .checkbox-list label.checkbox, .support-questionnaire .review-form .radio-list label.radio, .support-questionnaire .review-form .radio-list label.checkbox, .support-questionnaire .review-form .checkbox-list label.radio, .support-questionnaire .review-form .checkbox-list label.checkbox, .review-edit .activity .radio-list label.radio, .review-edit .activity .radio-list label.checkbox, .review-edit .activity .checkbox-list label.radio, .review-edit .activity .checkbox-list label.checkbox, .review-edit .profile-form .radio-list label.radio, .review-edit .profile-form .radio-list label.checkbox, .review-edit .profile-form .checkbox-list label.radio, .review-edit .profile-form .checkbox-list label.checkbox, .review-edit .support-form .radio-list label.radio, .review-edit .support-form .radio-list label.checkbox, .review-edit .support-form .checkbox-list label.radio, .review-edit .support-form .checkbox-list label.checkbox, .review-edit .review-form .radio-list label.radio, .review-edit .review-form .radio-list label.checkbox, .review-edit .review-form .checkbox-list label.radio, .review-edit .review-form .checkbox-list label.checkbox {
    width: 50%;
  }
}
.response-page.response-edit-page .activity .radio-list label.radio:hover, .response-page.response-edit-page .activity .radio-list label.checkbox:hover, .response-page.response-edit-page .activity .checkbox-list label.radio:hover, .response-page.response-edit-page .activity .checkbox-list label.checkbox:hover, .response-page.response-edit-page .profile-form .radio-list label.radio:hover, .response-page.response-edit-page .profile-form .radio-list label.checkbox:hover, .response-page.response-edit-page .profile-form .checkbox-list label.radio:hover, .response-page.response-edit-page .profile-form .checkbox-list label.checkbox:hover, .response-page.response-edit-page .support-form .radio-list label.radio:hover, .response-page.response-edit-page .support-form .radio-list label.checkbox:hover, .response-page.response-edit-page .support-form .checkbox-list label.radio:hover, .response-page.response-edit-page .support-form .checkbox-list label.checkbox:hover, .response-page.response-edit-page .review-form .radio-list label.radio:hover, .response-page.response-edit-page .review-form .radio-list label.checkbox:hover, .response-page.response-edit-page .review-form .checkbox-list label.radio:hover, .response-page.response-edit-page .review-form .checkbox-list label.checkbox:hover, .profile-edit .activity .radio-list label.radio:hover, .profile-edit .activity .radio-list label.checkbox:hover, .profile-edit .activity .checkbox-list label.radio:hover, .profile-edit .activity .checkbox-list label.checkbox:hover, .profile-edit .profile-form .radio-list label.radio:hover, .profile-edit .profile-form .radio-list label.checkbox:hover, .profile-edit .profile-form .checkbox-list label.radio:hover, .profile-edit .profile-form .checkbox-list label.checkbox:hover, .profile-edit .support-form .radio-list label.radio:hover, .profile-edit .support-form .radio-list label.checkbox:hover, .profile-edit .support-form .checkbox-list label.radio:hover, .profile-edit .support-form .checkbox-list label.checkbox:hover, .profile-edit .review-form .radio-list label.radio:hover, .profile-edit .review-form .radio-list label.checkbox:hover, .profile-edit .review-form .checkbox-list label.radio:hover, .profile-edit .review-form .checkbox-list label.checkbox:hover, .support-questionnaire .activity .radio-list label.radio:hover, .support-questionnaire .activity .radio-list label.checkbox:hover, .support-questionnaire .activity .checkbox-list label.radio:hover, .support-questionnaire .activity .checkbox-list label.checkbox:hover, .support-questionnaire .profile-form .radio-list label.radio:hover, .support-questionnaire .profile-form .radio-list label.checkbox:hover, .support-questionnaire .profile-form .checkbox-list label.radio:hover, .support-questionnaire .profile-form .checkbox-list label.checkbox:hover, .support-questionnaire .support-form .radio-list label.radio:hover, .support-questionnaire .support-form .radio-list label.checkbox:hover, .support-questionnaire .support-form .checkbox-list label.radio:hover, .support-questionnaire .support-form .checkbox-list label.checkbox:hover, .support-questionnaire .review-form .radio-list label.radio:hover, .support-questionnaire .review-form .radio-list label.checkbox:hover, .support-questionnaire .review-form .checkbox-list label.radio:hover, .support-questionnaire .review-form .checkbox-list label.checkbox:hover, .review-edit .activity .radio-list label.radio:hover, .review-edit .activity .radio-list label.checkbox:hover, .review-edit .activity .checkbox-list label.radio:hover, .review-edit .activity .checkbox-list label.checkbox:hover, .review-edit .profile-form .radio-list label.radio:hover, .review-edit .profile-form .radio-list label.checkbox:hover, .review-edit .profile-form .checkbox-list label.radio:hover, .review-edit .profile-form .checkbox-list label.checkbox:hover, .review-edit .support-form .radio-list label.radio:hover, .review-edit .support-form .radio-list label.checkbox:hover, .review-edit .support-form .checkbox-list label.radio:hover, .review-edit .support-form .checkbox-list label.checkbox:hover, .review-edit .review-form .radio-list label.radio:hover, .review-edit .review-form .radio-list label.checkbox:hover, .review-edit .review-form .checkbox-list label.radio:hover, .review-edit .review-form .checkbox-list label.checkbox:hover {
  background-color: rgba(102, 102, 102, 0.15);
}
.response-page.response-edit-page .activity .radio-list label.radio.selected, .response-page.response-edit-page .activity .radio-list label.checkbox.selected, .response-page.response-edit-page .activity .checkbox-list label.radio.selected, .response-page.response-edit-page .activity .checkbox-list label.checkbox.selected, .response-page.response-edit-page .profile-form .radio-list label.radio.selected, .response-page.response-edit-page .profile-form .radio-list label.checkbox.selected, .response-page.response-edit-page .profile-form .checkbox-list label.radio.selected, .response-page.response-edit-page .profile-form .checkbox-list label.checkbox.selected, .response-page.response-edit-page .support-form .radio-list label.radio.selected, .response-page.response-edit-page .support-form .radio-list label.checkbox.selected, .response-page.response-edit-page .support-form .checkbox-list label.radio.selected, .response-page.response-edit-page .support-form .checkbox-list label.checkbox.selected, .response-page.response-edit-page .review-form .radio-list label.radio.selected, .response-page.response-edit-page .review-form .radio-list label.checkbox.selected, .response-page.response-edit-page .review-form .checkbox-list label.radio.selected, .response-page.response-edit-page .review-form .checkbox-list label.checkbox.selected, .profile-edit .activity .radio-list label.radio.selected, .profile-edit .activity .radio-list label.checkbox.selected, .profile-edit .activity .checkbox-list label.radio.selected, .profile-edit .activity .checkbox-list label.checkbox.selected, .profile-edit .profile-form .radio-list label.radio.selected, .profile-edit .profile-form .radio-list label.checkbox.selected, .profile-edit .profile-form .checkbox-list label.radio.selected, .profile-edit .profile-form .checkbox-list label.checkbox.selected, .profile-edit .support-form .radio-list label.radio.selected, .profile-edit .support-form .radio-list label.checkbox.selected, .profile-edit .support-form .checkbox-list label.radio.selected, .profile-edit .support-form .checkbox-list label.checkbox.selected, .profile-edit .review-form .radio-list label.radio.selected, .profile-edit .review-form .radio-list label.checkbox.selected, .profile-edit .review-form .checkbox-list label.radio.selected, .profile-edit .review-form .checkbox-list label.checkbox.selected, .support-questionnaire .activity .radio-list label.radio.selected, .support-questionnaire .activity .radio-list label.checkbox.selected, .support-questionnaire .activity .checkbox-list label.radio.selected, .support-questionnaire .activity .checkbox-list label.checkbox.selected, .support-questionnaire .profile-form .radio-list label.radio.selected, .support-questionnaire .profile-form .radio-list label.checkbox.selected, .support-questionnaire .profile-form .checkbox-list label.radio.selected, .support-questionnaire .profile-form .checkbox-list label.checkbox.selected, .support-questionnaire .support-form .radio-list label.radio.selected, .support-questionnaire .support-form .radio-list label.checkbox.selected, .support-questionnaire .support-form .checkbox-list label.radio.selected, .support-questionnaire .support-form .checkbox-list label.checkbox.selected, .support-questionnaire .review-form .radio-list label.radio.selected, .support-questionnaire .review-form .radio-list label.checkbox.selected, .support-questionnaire .review-form .checkbox-list label.radio.selected, .support-questionnaire .review-form .checkbox-list label.checkbox.selected, .review-edit .activity .radio-list label.radio.selected, .review-edit .activity .radio-list label.checkbox.selected, .review-edit .activity .checkbox-list label.radio.selected, .review-edit .activity .checkbox-list label.checkbox.selected, .review-edit .profile-form .radio-list label.radio.selected, .review-edit .profile-form .radio-list label.checkbox.selected, .review-edit .profile-form .checkbox-list label.radio.selected, .review-edit .profile-form .checkbox-list label.checkbox.selected, .review-edit .support-form .radio-list label.radio.selected, .review-edit .support-form .radio-list label.checkbox.selected, .review-edit .support-form .checkbox-list label.radio.selected, .review-edit .support-form .checkbox-list label.checkbox.selected, .review-edit .review-form .radio-list label.radio.selected, .review-edit .review-form .radio-list label.checkbox.selected, .review-edit .review-form .checkbox-list label.radio.selected, .review-edit .review-form .checkbox-list label.checkbox.selected {
  border: 2px solid #666;
  font-weight: bold;
  background-color: rgba(102, 102, 102, 0.3);
}
.response-page.response-edit-page .activity .radio-list input[type='radio'], .response-page.response-edit-page .activity .radio-list input[type='checkbox'], .response-page.response-edit-page .activity .checkbox-list input[type='radio'], .response-page.response-edit-page .activity .checkbox-list input[type='checkbox'], .response-page.response-edit-page .profile-form .radio-list input[type='radio'], .response-page.response-edit-page .profile-form .radio-list input[type='checkbox'], .response-page.response-edit-page .profile-form .checkbox-list input[type='radio'], .response-page.response-edit-page .profile-form .checkbox-list input[type='checkbox'], .response-page.response-edit-page .support-form .radio-list input[type='radio'], .response-page.response-edit-page .support-form .radio-list input[type='checkbox'], .response-page.response-edit-page .support-form .checkbox-list input[type='radio'], .response-page.response-edit-page .support-form .checkbox-list input[type='checkbox'], .response-page.response-edit-page .review-form .radio-list input[type='radio'], .response-page.response-edit-page .review-form .radio-list input[type='checkbox'], .response-page.response-edit-page .review-form .checkbox-list input[type='radio'], .response-page.response-edit-page .review-form .checkbox-list input[type='checkbox'], .profile-edit .activity .radio-list input[type='radio'], .profile-edit .activity .radio-list input[type='checkbox'], .profile-edit .activity .checkbox-list input[type='radio'], .profile-edit .activity .checkbox-list input[type='checkbox'], .profile-edit .profile-form .radio-list input[type='radio'], .profile-edit .profile-form .radio-list input[type='checkbox'], .profile-edit .profile-form .checkbox-list input[type='radio'], .profile-edit .profile-form .checkbox-list input[type='checkbox'], .profile-edit .support-form .radio-list input[type='radio'], .profile-edit .support-form .radio-list input[type='checkbox'], .profile-edit .support-form .checkbox-list input[type='radio'], .profile-edit .support-form .checkbox-list input[type='checkbox'], .profile-edit .review-form .radio-list input[type='radio'], .profile-edit .review-form .radio-list input[type='checkbox'], .profile-edit .review-form .checkbox-list input[type='radio'], .profile-edit .review-form .checkbox-list input[type='checkbox'], .support-questionnaire .activity .radio-list input[type='radio'], .support-questionnaire .activity .radio-list input[type='checkbox'], .support-questionnaire .activity .checkbox-list input[type='radio'], .support-questionnaire .activity .checkbox-list input[type='checkbox'], .support-questionnaire .profile-form .radio-list input[type='radio'], .support-questionnaire .profile-form .radio-list input[type='checkbox'], .support-questionnaire .profile-form .checkbox-list input[type='radio'], .support-questionnaire .profile-form .checkbox-list input[type='checkbox'], .support-questionnaire .support-form .radio-list input[type='radio'], .support-questionnaire .support-form .radio-list input[type='checkbox'], .support-questionnaire .support-form .checkbox-list input[type='radio'], .support-questionnaire .support-form .checkbox-list input[type='checkbox'], .support-questionnaire .review-form .radio-list input[type='radio'], .support-questionnaire .review-form .radio-list input[type='checkbox'], .support-questionnaire .review-form .checkbox-list input[type='radio'], .support-questionnaire .review-form .checkbox-list input[type='checkbox'], .review-edit .activity .radio-list input[type='radio'], .review-edit .activity .radio-list input[type='checkbox'], .review-edit .activity .checkbox-list input[type='radio'], .review-edit .activity .checkbox-list input[type='checkbox'], .review-edit .profile-form .radio-list input[type='radio'], .review-edit .profile-form .radio-list input[type='checkbox'], .review-edit .profile-form .checkbox-list input[type='radio'], .review-edit .profile-form .checkbox-list input[type='checkbox'], .review-edit .support-form .radio-list input[type='radio'], .review-edit .support-form .radio-list input[type='checkbox'], .review-edit .support-form .checkbox-list input[type='radio'], .review-edit .support-form .checkbox-list input[type='checkbox'], .review-edit .review-form .radio-list input[type='radio'], .review-edit .review-form .radio-list input[type='checkbox'], .review-edit .review-form .checkbox-list input[type='radio'], .review-edit .review-form .checkbox-list input[type='checkbox'] {
  display: none;
}
.response-page.response-edit-page .activity .taginput, .response-page.response-edit-page .profile-form .taginput, .response-page.response-edit-page .support-form .taginput, .response-page.response-edit-page .review-form .taginput, .profile-edit .activity .taginput, .profile-edit .profile-form .taginput, .profile-edit .support-form .taginput, .profile-edit .review-form .taginput, .support-questionnaire .activity .taginput, .support-questionnaire .profile-form .taginput, .support-questionnaire .support-form .taginput, .support-questionnaire .review-form .taginput, .review-edit .activity .taginput, .review-edit .profile-form .taginput, .review-edit .support-form .taginput, .review-edit .review-form .taginput {
  width: 300px;
}
.response-page.response-edit-page .activity .taginput .tag, .response-page.response-edit-page .profile-form .taginput .tag, .response-page.response-edit-page .support-form .taginput .tag, .response-page.response-edit-page .review-form .taginput .tag, .profile-edit .activity .taginput .tag, .profile-edit .profile-form .taginput .tag, .profile-edit .support-form .taginput .tag, .profile-edit .review-form .taginput .tag, .support-questionnaire .activity .taginput .tag, .support-questionnaire .profile-form .taginput .tag, .support-questionnaire .support-form .taginput .tag, .support-questionnaire .review-form .taginput .tag, .review-edit .activity .taginput .tag, .review-edit .profile-form .taginput .tag, .review-edit .support-form .taginput .tag, .review-edit .review-form .taginput .tag {
  display: block;
  padding: 0.5rem;
}
.response-page.response-edit-page .activity .taginput .tag b, .response-page.response-edit-page .profile-form .taginput .tag b, .response-page.response-edit-page .support-form .taginput .tag b, .response-page.response-edit-page .review-form .taginput .tag b, .profile-edit .activity .taginput .tag b, .profile-edit .profile-form .taginput .tag b, .profile-edit .support-form .taginput .tag b, .profile-edit .review-form .taginput .tag b, .support-questionnaire .activity .taginput .tag b, .support-questionnaire .profile-form .taginput .tag b, .support-questionnaire .support-form .taginput .tag b, .support-questionnaire .review-form .taginput .tag b, .review-edit .activity .taginput .tag b, .review-edit .profile-form .taginput .tag b, .review-edit .support-form .taginput .tag b, .review-edit .review-form .taginput .tag b {
  float: right;
  margin-top: 4px;
}
.response-page.response-edit-page .activity .taginput .taginputcontainer, .response-page.response-edit-page .profile-form .taginput .taginputcontainer, .response-page.response-edit-page .support-form .taginput .taginputcontainer, .response-page.response-edit-page .review-form .taginput .taginputcontainer, .profile-edit .activity .taginput .taginputcontainer, .profile-edit .profile-form .taginput .taginputcontainer, .profile-edit .support-form .taginput .taginputcontainer, .profile-edit .review-form .taginput .taginputcontainer, .support-questionnaire .activity .taginput .taginputcontainer, .support-questionnaire .profile-form .taginput .taginputcontainer, .support-questionnaire .support-form .taginput .taginputcontainer, .support-questionnaire .review-form .taginput .taginputcontainer, .review-edit .activity .taginput .taginputcontainer, .review-edit .profile-form .taginput .taginputcontainer, .review-edit .support-form .taginput .taginputcontainer, .review-edit .review-form .taginput .taginputcontainer {
  height: auto;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0;
}
.response-page.response-edit-page .activity .taginput .taginputcontainer input, .response-page.response-edit-page .profile-form .taginput .taginputcontainer input, .response-page.response-edit-page .support-form .taginput .taginputcontainer input, .response-page.response-edit-page .review-form .taginput .taginputcontainer input, .profile-edit .activity .taginput .taginputcontainer input, .profile-edit .profile-form .taginput .taginputcontainer input, .profile-edit .support-form .taginput .taginputcontainer input, .profile-edit .review-form .taginput .taginputcontainer input, .support-questionnaire .activity .taginput .taginputcontainer input, .support-questionnaire .profile-form .taginput .taginputcontainer input, .support-questionnaire .support-form .taginput .taginputcontainer input, .support-questionnaire .review-form .taginput .taginputcontainer input, .review-edit .activity .taginput .taginputcontainer input, .review-edit .profile-form .taginput .taginputcontainer input, .review-edit .support-form .taginput .taginputcontainer input, .review-edit .review-form .taginput .taginputcontainer input {
  padding: 0.375rem 0.75rem;
}
.response-page.response-edit-page .activity .card.drop-zone, .response-page.response-edit-page .profile-form .card.drop-zone, .response-page.response-edit-page .support-form .card.drop-zone, .response-page.response-edit-page .review-form .card.drop-zone, .profile-edit .activity .card.drop-zone, .profile-edit .profile-form .card.drop-zone, .profile-edit .support-form .card.drop-zone, .profile-edit .review-form .card.drop-zone, .support-questionnaire .activity .card.drop-zone, .support-questionnaire .profile-form .card.drop-zone, .support-questionnaire .support-form .card.drop-zone, .support-questionnaire .review-form .card.drop-zone, .review-edit .activity .card.drop-zone, .review-edit .profile-form .card.drop-zone, .review-edit .support-form .card.drop-zone, .review-edit .review-form .card.drop-zone {
  border: 2px dashed #666;
}
.response-page.response-edit-page .activity .activity-group-likert .table input[type='radio'], .response-page.response-edit-page .profile-form .activity-group-likert .table input[type='radio'], .response-page.response-edit-page .support-form .activity-group-likert .table input[type='radio'], .response-page.response-edit-page .review-form .activity-group-likert .table input[type='radio'], .profile-edit .activity .activity-group-likert .table input[type='radio'], .profile-edit .profile-form .activity-group-likert .table input[type='radio'], .profile-edit .support-form .activity-group-likert .table input[type='radio'], .profile-edit .review-form .activity-group-likert .table input[type='radio'], .support-questionnaire .activity .activity-group-likert .table input[type='radio'], .support-questionnaire .profile-form .activity-group-likert .table input[type='radio'], .support-questionnaire .support-form .activity-group-likert .table input[type='radio'], .support-questionnaire .review-form .activity-group-likert .table input[type='radio'], .review-edit .activity .activity-group-likert .table input[type='radio'], .review-edit .profile-form .activity-group-likert .table input[type='radio'], .review-edit .support-form .activity-group-likert .table input[type='radio'], .review-edit .review-form .activity-group-likert .table input[type='radio'] {
  display: none;
}
.response-page.response-edit-page .activity .activity-group-likert .table label, .response-page.response-edit-page .profile-form .activity-group-likert .table label, .response-page.response-edit-page .support-form .activity-group-likert .table label, .response-page.response-edit-page .review-form .activity-group-likert .table label, .profile-edit .activity .activity-group-likert .table label, .profile-edit .profile-form .activity-group-likert .table label, .profile-edit .support-form .activity-group-likert .table label, .profile-edit .review-form .activity-group-likert .table label, .support-questionnaire .activity .activity-group-likert .table label, .support-questionnaire .profile-form .activity-group-likert .table label, .support-questionnaire .support-form .activity-group-likert .table label, .support-questionnaire .review-form .activity-group-likert .table label, .review-edit .activity .activity-group-likert .table label, .review-edit .profile-form .activity-group-likert .table label, .review-edit .support-form .activity-group-likert .table label, .review-edit .review-form .activity-group-likert .table label {
  font-size: 100%;
  margin: 0;
}
.response-page.response-edit-page .activity .activity-group-likert .table thead th, .response-page.response-edit-page .profile-form .activity-group-likert .table thead th, .response-page.response-edit-page .support-form .activity-group-likert .table thead th, .response-page.response-edit-page .review-form .activity-group-likert .table thead th, .profile-edit .activity .activity-group-likert .table thead th, .profile-edit .profile-form .activity-group-likert .table thead th, .profile-edit .support-form .activity-group-likert .table thead th, .profile-edit .review-form .activity-group-likert .table thead th, .support-questionnaire .activity .activity-group-likert .table thead th, .support-questionnaire .profile-form .activity-group-likert .table thead th, .support-questionnaire .support-form .activity-group-likert .table thead th, .support-questionnaire .review-form .activity-group-likert .table thead th, .review-edit .activity .activity-group-likert .table thead th, .review-edit .profile-form .activity-group-likert .table thead th, .review-edit .support-form .activity-group-likert .table thead th, .review-edit .review-form .activity-group-likert .table thead th {
  border-top: 0;
}
.response-page.response-edit-page .activity .activity-group-likert .table tbody th, .response-page.response-edit-page .profile-form .activity-group-likert .table tbody th, .response-page.response-edit-page .support-form .activity-group-likert .table tbody th, .response-page.response-edit-page .review-form .activity-group-likert .table tbody th, .profile-edit .activity .activity-group-likert .table tbody th, .profile-edit .profile-form .activity-group-likert .table tbody th, .profile-edit .support-form .activity-group-likert .table tbody th, .profile-edit .review-form .activity-group-likert .table tbody th, .support-questionnaire .activity .activity-group-likert .table tbody th, .support-questionnaire .profile-form .activity-group-likert .table tbody th, .support-questionnaire .support-form .activity-group-likert .table tbody th, .support-questionnaire .review-form .activity-group-likert .table tbody th, .review-edit .activity .activity-group-likert .table tbody th, .review-edit .profile-form .activity-group-likert .table tbody th, .review-edit .support-form .activity-group-likert .table tbody th, .review-edit .review-form .activity-group-likert .table tbody th {
  font-weight: normal;
}
@media (min-width: 992px) {
  .response-page.response-edit-page .activity .activity-group-likert .table, .response-page.response-edit-page .profile-form .activity-group-likert .table, .response-page.response-edit-page .support-form .activity-group-likert .table, .response-page.response-edit-page .review-form .activity-group-likert .table, .profile-edit .activity .activity-group-likert .table, .profile-edit .profile-form .activity-group-likert .table, .profile-edit .support-form .activity-group-likert .table, .profile-edit .review-form .activity-group-likert .table, .support-questionnaire .activity .activity-group-likert .table, .support-questionnaire .profile-form .activity-group-likert .table, .support-questionnaire .support-form .activity-group-likert .table, .support-questionnaire .review-form .activity-group-likert .table, .review-edit .activity .activity-group-likert .table, .review-edit .profile-form .activity-group-likert .table, .review-edit .support-form .activity-group-likert .table, .review-edit .review-form .activity-group-likert .table {
    color: #666;
  }
  .response-page.response-edit-page .activity .activity-group-likert .table .likert-field-text, .response-page.response-edit-page .profile-form .activity-group-likert .table .likert-field-text, .response-page.response-edit-page .support-form .activity-group-likert .table .likert-field-text, .response-page.response-edit-page .review-form .activity-group-likert .table .likert-field-text, .profile-edit .activity .activity-group-likert .table .likert-field-text, .profile-edit .profile-form .activity-group-likert .table .likert-field-text, .profile-edit .support-form .activity-group-likert .table .likert-field-text, .profile-edit .review-form .activity-group-likert .table .likert-field-text, .support-questionnaire .activity .activity-group-likert .table .likert-field-text, .support-questionnaire .profile-form .activity-group-likert .table .likert-field-text, .support-questionnaire .support-form .activity-group-likert .table .likert-field-text, .support-questionnaire .review-form .activity-group-likert .table .likert-field-text, .review-edit .activity .activity-group-likert .table .likert-field-text, .review-edit .profile-form .activity-group-likert .table .likert-field-text, .review-edit .support-form .activity-group-likert .table .likert-field-text, .review-edit .review-form .activity-group-likert .table .likert-field-text {
    display: none;
  }
  .response-page.response-edit-page .activity .activity-group-likert .table td, .response-page.response-edit-page .profile-form .activity-group-likert .table td, .response-page.response-edit-page .support-form .activity-group-likert .table td, .response-page.response-edit-page .review-form .activity-group-likert .table td, .profile-edit .activity .activity-group-likert .table td, .profile-edit .profile-form .activity-group-likert .table td, .profile-edit .support-form .activity-group-likert .table td, .profile-edit .review-form .activity-group-likert .table td, .support-questionnaire .activity .activity-group-likert .table td, .support-questionnaire .profile-form .activity-group-likert .table td, .support-questionnaire .support-form .activity-group-likert .table td, .support-questionnaire .review-form .activity-group-likert .table td, .review-edit .activity .activity-group-likert .table td, .review-edit .profile-form .activity-group-likert .table td, .review-edit .support-form .activity-group-likert .table td, .review-edit .review-form .activity-group-likert .table td {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .response-page.response-edit-page .activity .activity-group-likert .table thead, .response-page.response-edit-page .profile-form .activity-group-likert .table thead, .response-page.response-edit-page .support-form .activity-group-likert .table thead, .response-page.response-edit-page .review-form .activity-group-likert .table thead, .profile-edit .activity .activity-group-likert .table thead, .profile-edit .profile-form .activity-group-likert .table thead, .profile-edit .support-form .activity-group-likert .table thead, .profile-edit .review-form .activity-group-likert .table thead, .support-questionnaire .activity .activity-group-likert .table thead, .support-questionnaire .profile-form .activity-group-likert .table thead, .support-questionnaire .support-form .activity-group-likert .table thead, .support-questionnaire .review-form .activity-group-likert .table thead, .review-edit .activity .activity-group-likert .table thead, .review-edit .profile-form .activity-group-likert .table thead, .review-edit .support-form .activity-group-likert .table thead, .review-edit .review-form .activity-group-likert .table thead {
    display: none;
  }
  .response-page.response-edit-page .activity .activity-group-likert .table tbody th, .response-page.response-edit-page .activity .activity-group-likert .table tbody td, .response-page.response-edit-page .profile-form .activity-group-likert .table tbody th, .response-page.response-edit-page .profile-form .activity-group-likert .table tbody td, .response-page.response-edit-page .support-form .activity-group-likert .table tbody th, .response-page.response-edit-page .support-form .activity-group-likert .table tbody td, .response-page.response-edit-page .review-form .activity-group-likert .table tbody th, .response-page.response-edit-page .review-form .activity-group-likert .table tbody td, .profile-edit .activity .activity-group-likert .table tbody th, .profile-edit .activity .activity-group-likert .table tbody td, .profile-edit .profile-form .activity-group-likert .table tbody th, .profile-edit .profile-form .activity-group-likert .table tbody td, .profile-edit .support-form .activity-group-likert .table tbody th, .profile-edit .support-form .activity-group-likert .table tbody td, .profile-edit .review-form .activity-group-likert .table tbody th, .profile-edit .review-form .activity-group-likert .table tbody td, .support-questionnaire .activity .activity-group-likert .table tbody th, .support-questionnaire .activity .activity-group-likert .table tbody td, .support-questionnaire .profile-form .activity-group-likert .table tbody th, .support-questionnaire .profile-form .activity-group-likert .table tbody td, .support-questionnaire .support-form .activity-group-likert .table tbody th, .support-questionnaire .support-form .activity-group-likert .table tbody td, .support-questionnaire .review-form .activity-group-likert .table tbody th, .support-questionnaire .review-form .activity-group-likert .table tbody td, .review-edit .activity .activity-group-likert .table tbody th, .review-edit .activity .activity-group-likert .table tbody td, .review-edit .profile-form .activity-group-likert .table tbody th, .review-edit .profile-form .activity-group-likert .table tbody td, .review-edit .support-form .activity-group-likert .table tbody th, .review-edit .support-form .activity-group-likert .table tbody td, .review-edit .review-form .activity-group-likert .table tbody th, .review-edit .review-form .activity-group-likert .table tbody td {
    display: block;
    border: none;
    text-align: left;
  }
  .response-page.response-edit-page .activity .activity-group-likert .table tbody th, .response-page.response-edit-page .profile-form .activity-group-likert .table tbody th, .response-page.response-edit-page .support-form .activity-group-likert .table tbody th, .response-page.response-edit-page .review-form .activity-group-likert .table tbody th, .profile-edit .activity .activity-group-likert .table tbody th, .profile-edit .profile-form .activity-group-likert .table tbody th, .profile-edit .support-form .activity-group-likert .table tbody th, .profile-edit .review-form .activity-group-likert .table tbody th, .support-questionnaire .activity .activity-group-likert .table tbody th, .support-questionnaire .profile-form .activity-group-likert .table tbody th, .support-questionnaire .support-form .activity-group-likert .table tbody th, .support-questionnaire .review-form .activity-group-likert .table tbody th, .review-edit .activity .activity-group-likert .table tbody th, .review-edit .profile-form .activity-group-likert .table tbody th, .review-edit .support-form .activity-group-likert .table tbody th, .review-edit .review-form .activity-group-likert .table tbody th {
    color: #414141;
    font-weight: bold;
  }
  .response-page.response-edit-page .activity .activity-group-likert .table tbody td, .response-page.response-edit-page .profile-form .activity-group-likert .table tbody td, .response-page.response-edit-page .support-form .activity-group-likert .table tbody td, .response-page.response-edit-page .review-form .activity-group-likert .table tbody td, .profile-edit .activity .activity-group-likert .table tbody td, .profile-edit .profile-form .activity-group-likert .table tbody td, .profile-edit .support-form .activity-group-likert .table tbody td, .profile-edit .review-form .activity-group-likert .table tbody td, .support-questionnaire .activity .activity-group-likert .table tbody td, .support-questionnaire .profile-form .activity-group-likert .table tbody td, .support-questionnaire .support-form .activity-group-likert .table tbody td, .support-questionnaire .review-form .activity-group-likert .table tbody td, .review-edit .activity .activity-group-likert .table tbody td, .review-edit .profile-form .activity-group-likert .table tbody td, .review-edit .support-form .activity-group-likert .table tbody td, .review-edit .review-form .activity-group-likert .table tbody td {
    padding: 0;
    margin-bottom: 0.75rem;
  }
  .response-page.response-edit-page .activity .activity-group-likert .table tbody td label, .response-page.response-edit-page .profile-form .activity-group-likert .table tbody td label, .response-page.response-edit-page .support-form .activity-group-likert .table tbody td label, .response-page.response-edit-page .review-form .activity-group-likert .table tbody td label, .profile-edit .activity .activity-group-likert .table tbody td label, .profile-edit .profile-form .activity-group-likert .table tbody td label, .profile-edit .support-form .activity-group-likert .table tbody td label, .profile-edit .review-form .activity-group-likert .table tbody td label, .support-questionnaire .activity .activity-group-likert .table tbody td label, .support-questionnaire .profile-form .activity-group-likert .table tbody td label, .support-questionnaire .support-form .activity-group-likert .table tbody td label, .support-questionnaire .review-form .activity-group-likert .table tbody td label, .review-edit .activity .activity-group-likert .table tbody td label, .review-edit .profile-form .activity-group-likert .table tbody td label, .review-edit .support-form .activity-group-likert .table tbody td label, .review-edit .review-form .activity-group-likert .table tbody td label {
    display: block;
    border: 2px solid #666;
    padding: 0.75rem 0.75rem 0.75rem 1rem;
    color: #666;
    width: 70%;
    font-size: 110%;
    cursor: pointer;
  }
  .response-page.response-edit-page .activity .activity-group-likert .table tbody td label.selected, .response-page.response-edit-page .profile-form .activity-group-likert .table tbody td label.selected, .response-page.response-edit-page .support-form .activity-group-likert .table tbody td label.selected, .response-page.response-edit-page .review-form .activity-group-likert .table tbody td label.selected, .profile-edit .activity .activity-group-likert .table tbody td label.selected, .profile-edit .profile-form .activity-group-likert .table tbody td label.selected, .profile-edit .support-form .activity-group-likert .table tbody td label.selected, .profile-edit .review-form .activity-group-likert .table tbody td label.selected, .support-questionnaire .activity .activity-group-likert .table tbody td label.selected, .support-questionnaire .profile-form .activity-group-likert .table tbody td label.selected, .support-questionnaire .support-form .activity-group-likert .table tbody td label.selected, .support-questionnaire .review-form .activity-group-likert .table tbody td label.selected, .review-edit .activity .activity-group-likert .table tbody td label.selected, .review-edit .profile-form .activity-group-likert .table tbody td label.selected, .review-edit .support-form .activity-group-likert .table tbody td label.selected, .review-edit .review-form .activity-group-likert .table tbody td label.selected {
    font-weight: bold;
    background-color: rgba(102, 102, 102, 0.3);
  }
}
.response-page.response-edit-page .activity .activity-group-ranking .activity-group-ranking-item .item, .response-page.response-edit-page .profile-form .activity-group-ranking .activity-group-ranking-item .item, .response-page.response-edit-page .support-form .activity-group-ranking .activity-group-ranking-item .item, .response-page.response-edit-page .review-form .activity-group-ranking .activity-group-ranking-item .item, .profile-edit .activity .activity-group-ranking .activity-group-ranking-item .item, .profile-edit .profile-form .activity-group-ranking .activity-group-ranking-item .item, .profile-edit .support-form .activity-group-ranking .activity-group-ranking-item .item, .profile-edit .review-form .activity-group-ranking .activity-group-ranking-item .item, .support-questionnaire .activity .activity-group-ranking .activity-group-ranking-item .item, .support-questionnaire .profile-form .activity-group-ranking .activity-group-ranking-item .item, .support-questionnaire .support-form .activity-group-ranking .activity-group-ranking-item .item, .support-questionnaire .review-form .activity-group-ranking .activity-group-ranking-item .item, .review-edit .activity .activity-group-ranking .activity-group-ranking-item .item, .review-edit .profile-form .activity-group-ranking .activity-group-ranking-item .item, .review-edit .support-form .activity-group-ranking .activity-group-ranking-item .item, .review-edit .review-form .activity-group-ranking .activity-group-ranking-item .item {
  border: 2px solid #666;
  color: #666;
  padding: 0.75rem;
  background-color: #fff;
  max-width: 300px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.response-page.response-edit-page .activity .activity-group-ranking .activity-group-ranking-item .item label, .response-page.response-edit-page .profile-form .activity-group-ranking .activity-group-ranking-item .item label, .response-page.response-edit-page .support-form .activity-group-ranking .activity-group-ranking-item .item label, .response-page.response-edit-page .review-form .activity-group-ranking .activity-group-ranking-item .item label, .profile-edit .activity .activity-group-ranking .activity-group-ranking-item .item label, .profile-edit .profile-form .activity-group-ranking .activity-group-ranking-item .item label, .profile-edit .support-form .activity-group-ranking .activity-group-ranking-item .item label, .profile-edit .review-form .activity-group-ranking .activity-group-ranking-item .item label, .support-questionnaire .activity .activity-group-ranking .activity-group-ranking-item .item label, .support-questionnaire .profile-form .activity-group-ranking .activity-group-ranking-item .item label, .support-questionnaire .support-form .activity-group-ranking .activity-group-ranking-item .item label, .support-questionnaire .review-form .activity-group-ranking .activity-group-ranking-item .item label, .review-edit .activity .activity-group-ranking .activity-group-ranking-item .item label, .review-edit .profile-form .activity-group-ranking .activity-group-ranking-item .item label, .review-edit .support-form .activity-group-ranking .activity-group-ranking-item .item label, .review-edit .review-form .activity-group-ranking .activity-group-ranking-item .item label {
  margin: 0 0.5rem;
  max-width: 90%;
  cursor: move;
  flex-grow: 1;
}
.response-page.response-edit-page .activity .activity-group-ranking .activity-group-ranking-item:last-child .both-directions, .response-page.response-edit-page .activity .activity-group-ranking .activity-group-ranking-item:last-child .down-direction, .response-page.response-edit-page .profile-form .activity-group-ranking .activity-group-ranking-item:last-child .both-directions, .response-page.response-edit-page .profile-form .activity-group-ranking .activity-group-ranking-item:last-child .down-direction, .response-page.response-edit-page .support-form .activity-group-ranking .activity-group-ranking-item:last-child .both-directions, .response-page.response-edit-page .support-form .activity-group-ranking .activity-group-ranking-item:last-child .down-direction, .response-page.response-edit-page .review-form .activity-group-ranking .activity-group-ranking-item:last-child .both-directions, .response-page.response-edit-page .review-form .activity-group-ranking .activity-group-ranking-item:last-child .down-direction, .profile-edit .activity .activity-group-ranking .activity-group-ranking-item:last-child .both-directions, .profile-edit .activity .activity-group-ranking .activity-group-ranking-item:last-child .down-direction, .profile-edit .profile-form .activity-group-ranking .activity-group-ranking-item:last-child .both-directions, .profile-edit .profile-form .activity-group-ranking .activity-group-ranking-item:last-child .down-direction, .profile-edit .support-form .activity-group-ranking .activity-group-ranking-item:last-child .both-directions, .profile-edit .support-form .activity-group-ranking .activity-group-ranking-item:last-child .down-direction, .profile-edit .review-form .activity-group-ranking .activity-group-ranking-item:last-child .both-directions, .profile-edit .review-form .activity-group-ranking .activity-group-ranking-item:last-child .down-direction, .support-questionnaire .activity .activity-group-ranking .activity-group-ranking-item:last-child .both-directions, .support-questionnaire .activity .activity-group-ranking .activity-group-ranking-item:last-child .down-direction, .support-questionnaire .profile-form .activity-group-ranking .activity-group-ranking-item:last-child .both-directions, .support-questionnaire .profile-form .activity-group-ranking .activity-group-ranking-item:last-child .down-direction, .support-questionnaire .support-form .activity-group-ranking .activity-group-ranking-item:last-child .both-directions, .support-questionnaire .support-form .activity-group-ranking .activity-group-ranking-item:last-child .down-direction, .support-questionnaire .review-form .activity-group-ranking .activity-group-ranking-item:last-child .both-directions, .support-questionnaire .review-form .activity-group-ranking .activity-group-ranking-item:last-child .down-direction, .review-edit .activity .activity-group-ranking .activity-group-ranking-item:last-child .both-directions, .review-edit .activity .activity-group-ranking .activity-group-ranking-item:last-child .down-direction, .review-edit .profile-form .activity-group-ranking .activity-group-ranking-item:last-child .both-directions, .review-edit .profile-form .activity-group-ranking .activity-group-ranking-item:last-child .down-direction, .review-edit .support-form .activity-group-ranking .activity-group-ranking-item:last-child .both-directions, .review-edit .support-form .activity-group-ranking .activity-group-ranking-item:last-child .down-direction, .review-edit .review-form .activity-group-ranking .activity-group-ranking-item:last-child .both-directions, .review-edit .review-form .activity-group-ranking .activity-group-ranking-item:last-child .down-direction {
  display: none;
}
.response-page.response-edit-page .activity .activity-group-ranking .activity-group-ranking-item:last-child .up-direction, .response-page.response-edit-page .profile-form .activity-group-ranking .activity-group-ranking-item:last-child .up-direction, .response-page.response-edit-page .support-form .activity-group-ranking .activity-group-ranking-item:last-child .up-direction, .response-page.response-edit-page .review-form .activity-group-ranking .activity-group-ranking-item:last-child .up-direction, .profile-edit .activity .activity-group-ranking .activity-group-ranking-item:last-child .up-direction, .profile-edit .profile-form .activity-group-ranking .activity-group-ranking-item:last-child .up-direction, .profile-edit .support-form .activity-group-ranking .activity-group-ranking-item:last-child .up-direction, .profile-edit .review-form .activity-group-ranking .activity-group-ranking-item:last-child .up-direction, .support-questionnaire .activity .activity-group-ranking .activity-group-ranking-item:last-child .up-direction, .support-questionnaire .profile-form .activity-group-ranking .activity-group-ranking-item:last-child .up-direction, .support-questionnaire .support-form .activity-group-ranking .activity-group-ranking-item:last-child .up-direction, .support-questionnaire .review-form .activity-group-ranking .activity-group-ranking-item:last-child .up-direction, .review-edit .activity .activity-group-ranking .activity-group-ranking-item:last-child .up-direction, .review-edit .profile-form .activity-group-ranking .activity-group-ranking-item:last-child .up-direction, .review-edit .support-form .activity-group-ranking .activity-group-ranking-item:last-child .up-direction, .review-edit .review-form .activity-group-ranking .activity-group-ranking-item:last-child .up-direction {
  display: inline;
}
.response-page.response-edit-page .activity .choose-rank-survey .sortable, .response-page.response-edit-page .profile-form .choose-rank-survey .sortable, .response-page.response-edit-page .support-form .choose-rank-survey .sortable, .response-page.response-edit-page .review-form .choose-rank-survey .sortable, .profile-edit .activity .choose-rank-survey .sortable, .profile-edit .profile-form .choose-rank-survey .sortable, .profile-edit .support-form .choose-rank-survey .sortable, .profile-edit .review-form .choose-rank-survey .sortable, .support-questionnaire .activity .choose-rank-survey .sortable, .support-questionnaire .profile-form .choose-rank-survey .sortable, .support-questionnaire .support-form .choose-rank-survey .sortable, .support-questionnaire .review-form .choose-rank-survey .sortable, .review-edit .activity .choose-rank-survey .sortable, .review-edit .profile-form .choose-rank-survey .sortable, .review-edit .support-form .choose-rank-survey .sortable, .review-edit .review-form .choose-rank-survey .sortable {
  color: #666;
  border: 1px dashed #666;
}
.response-page.response-edit-page .activity .choose-rank-survey .sortable .ranking-option .item, .response-page.response-edit-page .profile-form .choose-rank-survey .sortable .ranking-option .item, .response-page.response-edit-page .support-form .choose-rank-survey .sortable .ranking-option .item, .response-page.response-edit-page .review-form .choose-rank-survey .sortable .ranking-option .item, .profile-edit .activity .choose-rank-survey .sortable .ranking-option .item, .profile-edit .profile-form .choose-rank-survey .sortable .ranking-option .item, .profile-edit .support-form .choose-rank-survey .sortable .ranking-option .item, .profile-edit .review-form .choose-rank-survey .sortable .ranking-option .item, .support-questionnaire .activity .choose-rank-survey .sortable .ranking-option .item, .support-questionnaire .profile-form .choose-rank-survey .sortable .ranking-option .item, .support-questionnaire .support-form .choose-rank-survey .sortable .ranking-option .item, .support-questionnaire .review-form .choose-rank-survey .sortable .ranking-option .item, .review-edit .activity .choose-rank-survey .sortable .ranking-option .item, .review-edit .profile-form .choose-rank-survey .sortable .ranking-option .item, .review-edit .support-form .choose-rank-survey .sortable .ranking-option .item, .review-edit .review-form .choose-rank-survey .sortable .ranking-option .item {
  border: 2px solid #666;
  padding: 0.75rem;
  background-color: #fff;
  margin: auto;
  max-width: 300px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.response-page.response-edit-page .activity .choose-rank-survey .sortable .ranking-option .item label, .response-page.response-edit-page .profile-form .choose-rank-survey .sortable .ranking-option .item label, .response-page.response-edit-page .support-form .choose-rank-survey .sortable .ranking-option .item label, .response-page.response-edit-page .review-form .choose-rank-survey .sortable .ranking-option .item label, .profile-edit .activity .choose-rank-survey .sortable .ranking-option .item label, .profile-edit .profile-form .choose-rank-survey .sortable .ranking-option .item label, .profile-edit .support-form .choose-rank-survey .sortable .ranking-option .item label, .profile-edit .review-form .choose-rank-survey .sortable .ranking-option .item label, .support-questionnaire .activity .choose-rank-survey .sortable .ranking-option .item label, .support-questionnaire .profile-form .choose-rank-survey .sortable .ranking-option .item label, .support-questionnaire .support-form .choose-rank-survey .sortable .ranking-option .item label, .support-questionnaire .review-form .choose-rank-survey .sortable .ranking-option .item label, .review-edit .activity .choose-rank-survey .sortable .ranking-option .item label, .review-edit .profile-form .choose-rank-survey .sortable .ranking-option .item label, .review-edit .support-form .choose-rank-survey .sortable .ranking-option .item label, .review-edit .review-form .choose-rank-survey .sortable .ranking-option .item label {
  margin: 0 0.5rem;
  max-width: 90%;
  cursor: move;
  flex-grow: 1;
}
.response-page.response-edit-page .activity .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .both-directions, .response-page.response-edit-page .activity .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .down-direction, .response-page.response-edit-page .profile-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .both-directions, .response-page.response-edit-page .profile-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .down-direction, .response-page.response-edit-page .support-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .both-directions, .response-page.response-edit-page .support-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .down-direction, .response-page.response-edit-page .review-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .both-directions, .response-page.response-edit-page .review-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .down-direction, .profile-edit .activity .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .both-directions, .profile-edit .activity .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .down-direction, .profile-edit .profile-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .both-directions, .profile-edit .profile-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .down-direction, .profile-edit .support-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .both-directions, .profile-edit .support-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .down-direction, .profile-edit .review-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .both-directions, .profile-edit .review-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .down-direction, .support-questionnaire .activity .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .both-directions, .support-questionnaire .activity .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .down-direction, .support-questionnaire .profile-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .both-directions, .support-questionnaire .profile-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .down-direction, .support-questionnaire .support-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .both-directions, .support-questionnaire .support-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .down-direction, .support-questionnaire .review-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .both-directions, .support-questionnaire .review-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .down-direction, .review-edit .activity .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .both-directions, .review-edit .activity .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .down-direction, .review-edit .profile-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .both-directions, .review-edit .profile-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .down-direction, .review-edit .support-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .both-directions, .review-edit .support-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .down-direction, .review-edit .review-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .both-directions, .review-edit .review-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .down-direction {
  display: none;
}
.response-page.response-edit-page .activity .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .up-direction, .response-page.response-edit-page .profile-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .up-direction, .response-page.response-edit-page .support-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .up-direction, .response-page.response-edit-page .review-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .up-direction, .profile-edit .activity .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .up-direction, .profile-edit .profile-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .up-direction, .profile-edit .support-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .up-direction, .profile-edit .review-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .up-direction, .support-questionnaire .activity .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .up-direction, .support-questionnaire .profile-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .up-direction, .support-questionnaire .support-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .up-direction, .support-questionnaire .review-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .up-direction, .review-edit .activity .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .up-direction, .review-edit .profile-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .up-direction, .review-edit .support-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .up-direction, .review-edit .review-form .choose-rank-survey .sortable .ranking-option:nth-last-child(2) .up-direction {
  display: inline;
}
.response-page.response-edit-page .activity .choose-rank-survey .sortable.rank-container .ranking-option .item, .response-page.response-edit-page .profile-form .choose-rank-survey .sortable.rank-container .ranking-option .item, .response-page.response-edit-page .support-form .choose-rank-survey .sortable.rank-container .ranking-option .item, .response-page.response-edit-page .review-form .choose-rank-survey .sortable.rank-container .ranking-option .item, .profile-edit .activity .choose-rank-survey .sortable.rank-container .ranking-option .item, .profile-edit .profile-form .choose-rank-survey .sortable.rank-container .ranking-option .item, .profile-edit .support-form .choose-rank-survey .sortable.rank-container .ranking-option .item, .profile-edit .review-form .choose-rank-survey .sortable.rank-container .ranking-option .item, .support-questionnaire .activity .choose-rank-survey .sortable.rank-container .ranking-option .item, .support-questionnaire .profile-form .choose-rank-survey .sortable.rank-container .ranking-option .item, .support-questionnaire .support-form .choose-rank-survey .sortable.rank-container .ranking-option .item, .support-questionnaire .review-form .choose-rank-survey .sortable.rank-container .ranking-option .item, .review-edit .activity .choose-rank-survey .sortable.rank-container .ranking-option .item, .review-edit .profile-form .choose-rank-survey .sortable.rank-container .ranking-option .item, .review-edit .support-form .choose-rank-survey .sortable.rank-container .ranking-option .item, .review-edit .review-form .choose-rank-survey .sortable.rank-container .ranking-option .item {
  border: 2px solid #666;
  font-weight: bold;
  background-color: rgba(102, 102, 102, 0.3);
}
.response-page.response-edit-page .activity .choose-rank-survey .drag-area, .response-page.response-edit-page .profile-form .choose-rank-survey .drag-area, .response-page.response-edit-page .support-form .choose-rank-survey .drag-area, .response-page.response-edit-page .review-form .choose-rank-survey .drag-area, .profile-edit .activity .choose-rank-survey .drag-area, .profile-edit .profile-form .choose-rank-survey .drag-area, .profile-edit .support-form .choose-rank-survey .drag-area, .profile-edit .review-form .choose-rank-survey .drag-area, .support-questionnaire .activity .choose-rank-survey .drag-area, .support-questionnaire .profile-form .choose-rank-survey .drag-area, .support-questionnaire .support-form .choose-rank-survey .drag-area, .support-questionnaire .review-form .choose-rank-survey .drag-area, .review-edit .activity .choose-rank-survey .drag-area, .review-edit .profile-form .choose-rank-survey .drag-area, .review-edit .support-form .choose-rank-survey .drag-area, .review-edit .review-form .choose-rank-survey .drag-area {
  min-height: 20px;
}
.response-page.response-edit-page .activity .activity-group-ranking-item .up-direction, .response-page.response-edit-page .activity .activity-group-ranking-item .down-direction, .response-page.response-edit-page .activity .ranking-option .up-direction, .response-page.response-edit-page .activity .ranking-option .down-direction, .response-page.response-edit-page .profile-form .activity-group-ranking-item .up-direction, .response-page.response-edit-page .profile-form .activity-group-ranking-item .down-direction, .response-page.response-edit-page .profile-form .ranking-option .up-direction, .response-page.response-edit-page .profile-form .ranking-option .down-direction, .response-page.response-edit-page .support-form .activity-group-ranking-item .up-direction, .response-page.response-edit-page .support-form .activity-group-ranking-item .down-direction, .response-page.response-edit-page .support-form .ranking-option .up-direction, .response-page.response-edit-page .support-form .ranking-option .down-direction, .response-page.response-edit-page .review-form .activity-group-ranking-item .up-direction, .response-page.response-edit-page .review-form .activity-group-ranking-item .down-direction, .response-page.response-edit-page .review-form .ranking-option .up-direction, .response-page.response-edit-page .review-form .ranking-option .down-direction, .profile-edit .activity .activity-group-ranking-item .up-direction, .profile-edit .activity .activity-group-ranking-item .down-direction, .profile-edit .activity .ranking-option .up-direction, .profile-edit .activity .ranking-option .down-direction, .profile-edit .profile-form .activity-group-ranking-item .up-direction, .profile-edit .profile-form .activity-group-ranking-item .down-direction, .profile-edit .profile-form .ranking-option .up-direction, .profile-edit .profile-form .ranking-option .down-direction, .profile-edit .support-form .activity-group-ranking-item .up-direction, .profile-edit .support-form .activity-group-ranking-item .down-direction, .profile-edit .support-form .ranking-option .up-direction, .profile-edit .support-form .ranking-option .down-direction, .profile-edit .review-form .activity-group-ranking-item .up-direction, .profile-edit .review-form .activity-group-ranking-item .down-direction, .profile-edit .review-form .ranking-option .up-direction, .profile-edit .review-form .ranking-option .down-direction, .support-questionnaire .activity .activity-group-ranking-item .up-direction, .support-questionnaire .activity .activity-group-ranking-item .down-direction, .support-questionnaire .activity .ranking-option .up-direction, .support-questionnaire .activity .ranking-option .down-direction, .support-questionnaire .profile-form .activity-group-ranking-item .up-direction, .support-questionnaire .profile-form .activity-group-ranking-item .down-direction, .support-questionnaire .profile-form .ranking-option .up-direction, .support-questionnaire .profile-form .ranking-option .down-direction, .support-questionnaire .support-form .activity-group-ranking-item .up-direction, .support-questionnaire .support-form .activity-group-ranking-item .down-direction, .support-questionnaire .support-form .ranking-option .up-direction, .support-questionnaire .support-form .ranking-option .down-direction, .support-questionnaire .review-form .activity-group-ranking-item .up-direction, .support-questionnaire .review-form .activity-group-ranking-item .down-direction, .support-questionnaire .review-form .ranking-option .up-direction, .support-questionnaire .review-form .ranking-option .down-direction, .review-edit .activity .activity-group-ranking-item .up-direction, .review-edit .activity .activity-group-ranking-item .down-direction, .review-edit .activity .ranking-option .up-direction, .review-edit .activity .ranking-option .down-direction, .review-edit .profile-form .activity-group-ranking-item .up-direction, .review-edit .profile-form .activity-group-ranking-item .down-direction, .review-edit .profile-form .ranking-option .up-direction, .review-edit .profile-form .ranking-option .down-direction, .review-edit .support-form .activity-group-ranking-item .up-direction, .review-edit .support-form .activity-group-ranking-item .down-direction, .review-edit .support-form .ranking-option .up-direction, .review-edit .support-form .ranking-option .down-direction, .review-edit .review-form .activity-group-ranking-item .up-direction, .review-edit .review-form .activity-group-ranking-item .down-direction, .review-edit .review-form .ranking-option .up-direction, .review-edit .review-form .ranking-option .down-direction {
  display: none;
}
.response-page.response-edit-page .activity .activity-group-ranking-item:first-child .both-directions, .response-page.response-edit-page .activity .activity-group-ranking-item:first-child .up-direction, .response-page.response-edit-page .activity .ranking-option:first-child .both-directions, .response-page.response-edit-page .activity .ranking-option:first-child .up-direction, .response-page.response-edit-page .profile-form .activity-group-ranking-item:first-child .both-directions, .response-page.response-edit-page .profile-form .activity-group-ranking-item:first-child .up-direction, .response-page.response-edit-page .profile-form .ranking-option:first-child .both-directions, .response-page.response-edit-page .profile-form .ranking-option:first-child .up-direction, .response-page.response-edit-page .support-form .activity-group-ranking-item:first-child .both-directions, .response-page.response-edit-page .support-form .activity-group-ranking-item:first-child .up-direction, .response-page.response-edit-page .support-form .ranking-option:first-child .both-directions, .response-page.response-edit-page .support-form .ranking-option:first-child .up-direction, .response-page.response-edit-page .review-form .activity-group-ranking-item:first-child .both-directions, .response-page.response-edit-page .review-form .activity-group-ranking-item:first-child .up-direction, .response-page.response-edit-page .review-form .ranking-option:first-child .both-directions, .response-page.response-edit-page .review-form .ranking-option:first-child .up-direction, .profile-edit .activity .activity-group-ranking-item:first-child .both-directions, .profile-edit .activity .activity-group-ranking-item:first-child .up-direction, .profile-edit .activity .ranking-option:first-child .both-directions, .profile-edit .activity .ranking-option:first-child .up-direction, .profile-edit .profile-form .activity-group-ranking-item:first-child .both-directions, .profile-edit .profile-form .activity-group-ranking-item:first-child .up-direction, .profile-edit .profile-form .ranking-option:first-child .both-directions, .profile-edit .profile-form .ranking-option:first-child .up-direction, .profile-edit .support-form .activity-group-ranking-item:first-child .both-directions, .profile-edit .support-form .activity-group-ranking-item:first-child .up-direction, .profile-edit .support-form .ranking-option:first-child .both-directions, .profile-edit .support-form .ranking-option:first-child .up-direction, .profile-edit .review-form .activity-group-ranking-item:first-child .both-directions, .profile-edit .review-form .activity-group-ranking-item:first-child .up-direction, .profile-edit .review-form .ranking-option:first-child .both-directions, .profile-edit .review-form .ranking-option:first-child .up-direction, .support-questionnaire .activity .activity-group-ranking-item:first-child .both-directions, .support-questionnaire .activity .activity-group-ranking-item:first-child .up-direction, .support-questionnaire .activity .ranking-option:first-child .both-directions, .support-questionnaire .activity .ranking-option:first-child .up-direction, .support-questionnaire .profile-form .activity-group-ranking-item:first-child .both-directions, .support-questionnaire .profile-form .activity-group-ranking-item:first-child .up-direction, .support-questionnaire .profile-form .ranking-option:first-child .both-directions, .support-questionnaire .profile-form .ranking-option:first-child .up-direction, .support-questionnaire .support-form .activity-group-ranking-item:first-child .both-directions, .support-questionnaire .support-form .activity-group-ranking-item:first-child .up-direction, .support-questionnaire .support-form .ranking-option:first-child .both-directions, .support-questionnaire .support-form .ranking-option:first-child .up-direction, .support-questionnaire .review-form .activity-group-ranking-item:first-child .both-directions, .support-questionnaire .review-form .activity-group-ranking-item:first-child .up-direction, .support-questionnaire .review-form .ranking-option:first-child .both-directions, .support-questionnaire .review-form .ranking-option:first-child .up-direction, .review-edit .activity .activity-group-ranking-item:first-child .both-directions, .review-edit .activity .activity-group-ranking-item:first-child .up-direction, .review-edit .activity .ranking-option:first-child .both-directions, .review-edit .activity .ranking-option:first-child .up-direction, .review-edit .profile-form .activity-group-ranking-item:first-child .both-directions, .review-edit .profile-form .activity-group-ranking-item:first-child .up-direction, .review-edit .profile-form .ranking-option:first-child .both-directions, .review-edit .profile-form .ranking-option:first-child .up-direction, .review-edit .support-form .activity-group-ranking-item:first-child .both-directions, .review-edit .support-form .activity-group-ranking-item:first-child .up-direction, .review-edit .support-form .ranking-option:first-child .both-directions, .review-edit .support-form .ranking-option:first-child .up-direction, .review-edit .review-form .activity-group-ranking-item:first-child .both-directions, .review-edit .review-form .activity-group-ranking-item:first-child .up-direction, .review-edit .review-form .ranking-option:first-child .both-directions, .review-edit .review-form .ranking-option:first-child .up-direction {
  display: none;
}
.response-page.response-edit-page .activity .activity-group-ranking-item:first-child .down-direction, .response-page.response-edit-page .activity .ranking-option:first-child .down-direction, .response-page.response-edit-page .profile-form .activity-group-ranking-item:first-child .down-direction, .response-page.response-edit-page .profile-form .ranking-option:first-child .down-direction, .response-page.response-edit-page .support-form .activity-group-ranking-item:first-child .down-direction, .response-page.response-edit-page .support-form .ranking-option:first-child .down-direction, .response-page.response-edit-page .review-form .activity-group-ranking-item:first-child .down-direction, .response-page.response-edit-page .review-form .ranking-option:first-child .down-direction, .profile-edit .activity .activity-group-ranking-item:first-child .down-direction, .profile-edit .activity .ranking-option:first-child .down-direction, .profile-edit .profile-form .activity-group-ranking-item:first-child .down-direction, .profile-edit .profile-form .ranking-option:first-child .down-direction, .profile-edit .support-form .activity-group-ranking-item:first-child .down-direction, .profile-edit .support-form .ranking-option:first-child .down-direction, .profile-edit .review-form .activity-group-ranking-item:first-child .down-direction, .profile-edit .review-form .ranking-option:first-child .down-direction, .support-questionnaire .activity .activity-group-ranking-item:first-child .down-direction, .support-questionnaire .activity .ranking-option:first-child .down-direction, .support-questionnaire .profile-form .activity-group-ranking-item:first-child .down-direction, .support-questionnaire .profile-form .ranking-option:first-child .down-direction, .support-questionnaire .support-form .activity-group-ranking-item:first-child .down-direction, .support-questionnaire .support-form .ranking-option:first-child .down-direction, .support-questionnaire .review-form .activity-group-ranking-item:first-child .down-direction, .support-questionnaire .review-form .ranking-option:first-child .down-direction, .review-edit .activity .activity-group-ranking-item:first-child .down-direction, .review-edit .activity .ranking-option:first-child .down-direction, .review-edit .profile-form .activity-group-ranking-item:first-child .down-direction, .review-edit .profile-form .ranking-option:first-child .down-direction, .review-edit .support-form .activity-group-ranking-item:first-child .down-direction, .review-edit .support-form .ranking-option:first-child .down-direction, .review-edit .review-form .activity-group-ranking-item:first-child .down-direction, .review-edit .review-form .ranking-option:first-child .down-direction {
  display: inline;
}
.response-page.response-edit-page .activity .photo-picker-widget .photo-picker-widget-image-container img, .response-page.response-edit-page .profile-form .photo-picker-widget .photo-picker-widget-image-container img, .response-page.response-edit-page .support-form .photo-picker-widget .photo-picker-widget-image-container img, .response-page.response-edit-page .review-form .photo-picker-widget .photo-picker-widget-image-container img, .profile-edit .activity .photo-picker-widget .photo-picker-widget-image-container img, .profile-edit .profile-form .photo-picker-widget .photo-picker-widget-image-container img, .profile-edit .support-form .photo-picker-widget .photo-picker-widget-image-container img, .profile-edit .review-form .photo-picker-widget .photo-picker-widget-image-container img, .support-questionnaire .activity .photo-picker-widget .photo-picker-widget-image-container img, .support-questionnaire .profile-form .photo-picker-widget .photo-picker-widget-image-container img, .support-questionnaire .support-form .photo-picker-widget .photo-picker-widget-image-container img, .support-questionnaire .review-form .photo-picker-widget .photo-picker-widget-image-container img, .review-edit .activity .photo-picker-widget .photo-picker-widget-image-container img, .review-edit .profile-form .photo-picker-widget .photo-picker-widget-image-container img, .review-edit .support-form .photo-picker-widget .photo-picker-widget-image-container img, .review-edit .review-form .photo-picker-widget .photo-picker-widget-image-container img {
  margin-bottom: 1em;
  max-height: 600px;
}
.response-page.response-edit-page .activity .choose-rank-survey, .response-page.response-edit-page .activity .activity-group-likert, .response-page.response-edit-page .activity .activity-group-ranking, .response-page.response-edit-page .profile-form .choose-rank-survey, .response-page.response-edit-page .profile-form .activity-group-likert, .response-page.response-edit-page .profile-form .activity-group-ranking, .response-page.response-edit-page .support-form .choose-rank-survey, .response-page.response-edit-page .support-form .activity-group-likert, .response-page.response-edit-page .support-form .activity-group-ranking, .response-page.response-edit-page .review-form .choose-rank-survey, .response-page.response-edit-page .review-form .activity-group-likert, .response-page.response-edit-page .review-form .activity-group-ranking, .profile-edit .activity .choose-rank-survey, .profile-edit .activity .activity-group-likert, .profile-edit .activity .activity-group-ranking, .profile-edit .profile-form .choose-rank-survey, .profile-edit .profile-form .activity-group-likert, .profile-edit .profile-form .activity-group-ranking, .profile-edit .support-form .choose-rank-survey, .profile-edit .support-form .activity-group-likert, .profile-edit .support-form .activity-group-ranking, .profile-edit .review-form .choose-rank-survey, .profile-edit .review-form .activity-group-likert, .profile-edit .review-form .activity-group-ranking, .support-questionnaire .activity .choose-rank-survey, .support-questionnaire .activity .activity-group-likert, .support-questionnaire .activity .activity-group-ranking, .support-questionnaire .profile-form .choose-rank-survey, .support-questionnaire .profile-form .activity-group-likert, .support-questionnaire .profile-form .activity-group-ranking, .support-questionnaire .support-form .choose-rank-survey, .support-questionnaire .support-form .activity-group-likert, .support-questionnaire .support-form .activity-group-ranking, .support-questionnaire .review-form .choose-rank-survey, .support-questionnaire .review-form .activity-group-likert, .support-questionnaire .review-form .activity-group-ranking, .review-edit .activity .choose-rank-survey, .review-edit .activity .activity-group-likert, .review-edit .activity .activity-group-ranking, .review-edit .profile-form .choose-rank-survey, .review-edit .profile-form .activity-group-likert, .review-edit .profile-form .activity-group-ranking, .review-edit .support-form .choose-rank-survey, .review-edit .support-form .activity-group-likert, .review-edit .support-form .activity-group-ranking, .review-edit .review-form .choose-rank-survey, .review-edit .review-form .activity-group-likert, .review-edit .review-form .activity-group-ranking {
  margin-bottom: 5rem;
}
.response-page.response-edit-page .activity .choose-rank-survey .ui-sortable-placeholder, .response-page.response-edit-page .activity .activity-group-likert .ui-sortable-placeholder, .response-page.response-edit-page .activity .activity-group-ranking .ui-sortable-placeholder, .response-page.response-edit-page .profile-form .choose-rank-survey .ui-sortable-placeholder, .response-page.response-edit-page .profile-form .activity-group-likert .ui-sortable-placeholder, .response-page.response-edit-page .profile-form .activity-group-ranking .ui-sortable-placeholder, .response-page.response-edit-page .support-form .choose-rank-survey .ui-sortable-placeholder, .response-page.response-edit-page .support-form .activity-group-likert .ui-sortable-placeholder, .response-page.response-edit-page .support-form .activity-group-ranking .ui-sortable-placeholder, .response-page.response-edit-page .review-form .choose-rank-survey .ui-sortable-placeholder, .response-page.response-edit-page .review-form .activity-group-likert .ui-sortable-placeholder, .response-page.response-edit-page .review-form .activity-group-ranking .ui-sortable-placeholder, .profile-edit .activity .choose-rank-survey .ui-sortable-placeholder, .profile-edit .activity .activity-group-likert .ui-sortable-placeholder, .profile-edit .activity .activity-group-ranking .ui-sortable-placeholder, .profile-edit .profile-form .choose-rank-survey .ui-sortable-placeholder, .profile-edit .profile-form .activity-group-likert .ui-sortable-placeholder, .profile-edit .profile-form .activity-group-ranking .ui-sortable-placeholder, .profile-edit .support-form .choose-rank-survey .ui-sortable-placeholder, .profile-edit .support-form .activity-group-likert .ui-sortable-placeholder, .profile-edit .support-form .activity-group-ranking .ui-sortable-placeholder, .profile-edit .review-form .choose-rank-survey .ui-sortable-placeholder, .profile-edit .review-form .activity-group-likert .ui-sortable-placeholder, .profile-edit .review-form .activity-group-ranking .ui-sortable-placeholder, .support-questionnaire .activity .choose-rank-survey .ui-sortable-placeholder, .support-questionnaire .activity .activity-group-likert .ui-sortable-placeholder, .support-questionnaire .activity .activity-group-ranking .ui-sortable-placeholder, .support-questionnaire .profile-form .choose-rank-survey .ui-sortable-placeholder, .support-questionnaire .profile-form .activity-group-likert .ui-sortable-placeholder, .support-questionnaire .profile-form .activity-group-ranking .ui-sortable-placeholder, .support-questionnaire .support-form .choose-rank-survey .ui-sortable-placeholder, .support-questionnaire .support-form .activity-group-likert .ui-sortable-placeholder, .support-questionnaire .support-form .activity-group-ranking .ui-sortable-placeholder, .support-questionnaire .review-form .choose-rank-survey .ui-sortable-placeholder, .support-questionnaire .review-form .activity-group-likert .ui-sortable-placeholder, .support-questionnaire .review-form .activity-group-ranking .ui-sortable-placeholder, .review-edit .activity .choose-rank-survey .ui-sortable-placeholder, .review-edit .activity .activity-group-likert .ui-sortable-placeholder, .review-edit .activity .activity-group-ranking .ui-sortable-placeholder, .review-edit .profile-form .choose-rank-survey .ui-sortable-placeholder, .review-edit .profile-form .activity-group-likert .ui-sortable-placeholder, .review-edit .profile-form .activity-group-ranking .ui-sortable-placeholder, .review-edit .support-form .choose-rank-survey .ui-sortable-placeholder, .review-edit .support-form .activity-group-likert .ui-sortable-placeholder, .review-edit .support-form .activity-group-ranking .ui-sortable-placeholder, .review-edit .review-form .choose-rank-survey .ui-sortable-placeholder, .review-edit .review-form .activity-group-likert .ui-sortable-placeholder, .review-edit .review-form .activity-group-ranking .ui-sortable-placeholder {
  border: 0;
}
.response-page.response-edit-page .activity .img-select, .response-page.response-edit-page .profile-form .img-select, .response-page.response-edit-page .support-form .img-select, .response-page.response-edit-page .review-form .img-select, .profile-edit .activity .img-select, .profile-edit .profile-form .img-select, .profile-edit .support-form .img-select, .profile-edit .review-form .img-select, .support-questionnaire .activity .img-select, .support-questionnaire .profile-form .img-select, .support-questionnaire .support-form .img-select, .support-questionnaire .review-form .img-select, .review-edit .activity .img-select, .review-edit .profile-form .img-select, .review-edit .support-form .img-select, .review-edit .review-form .img-select {
  margin-left: -0.5rem;
}
.response-page.response-edit-page .activity .img-select .img-input input:checked ~ label, .response-page.response-edit-page .profile-form .img-select .img-input input:checked ~ label, .response-page.response-edit-page .support-form .img-select .img-input input:checked ~ label, .response-page.response-edit-page .review-form .img-select .img-input input:checked ~ label, .profile-edit .activity .img-select .img-input input:checked ~ label, .profile-edit .profile-form .img-select .img-input input:checked ~ label, .profile-edit .support-form .img-select .img-input input:checked ~ label, .profile-edit .review-form .img-select .img-input input:checked ~ label, .support-questionnaire .activity .img-select .img-input input:checked ~ label, .support-questionnaire .profile-form .img-select .img-input input:checked ~ label, .support-questionnaire .support-form .img-select .img-input input:checked ~ label, .support-questionnaire .review-form .img-select .img-input input:checked ~ label, .review-edit .activity .img-select .img-input input:checked ~ label, .review-edit .profile-form .img-select .img-input input:checked ~ label, .review-edit .support-form .img-select .img-input input:checked ~ label, .review-edit .review-form .img-select .img-input input:checked ~ label {
  border-color: #0080c0;
  background-color: rgba(0, 128, 192, 0.2);
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.45;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.06667rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}
.popover.top .arrow, .popover.bs-tether-element-attached-bottom .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
  top: auto !important;
}
.popover.top .arrow::after, .popover.bs-tether-element-attached-bottom .arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}
.popover.right .arrow, .popover.bs-tether-element-attached-left .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right .arrow::after, .popover.bs-tether-element-attached-left .arrow::after {
  bottom: -10px;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}
.popover.bottom .arrow, .popover.bs-tether-element-attached-top .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom .arrow::after, .popover.bs-tether-element-attached-top .arrow::after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}
.popover.left .arrow, .popover.bs-tether-element-attached-right .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow::after, .popover.bs-tether-element-attached-right .arrow::after {
  right: 1px;
  bottom: -10px;
  content: "";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 0.86667rem;
  background-color: #f7f7f7;
  border-bottom: 0.06667rem solid #ebebeb;
  border-radius: -0.7rem -0.7rem 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.arrow, .arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.arrow {
  border-width: 11px;
}

.arrow::after {
  content: "";
  border-width: 10px;
}

.popover .close-button {
  position: absolute;
  font-size: 0.86667rem;
  top: 10px;
  right: 8px;
  width: 1.5em;
  border-radius: 50%;
  height: 1.5em;
  display: block;
  margin-left: .25em;
  color: #666;
  cursor: pointer;
  text-align: center;
}

.popover .close-button:hover {
  background-color: #ddd;
}

.popover .close-button:active {
  background-color: #ccc;
}
