
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

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

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #fefefe;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #cacaca; }

:-ms-input-placeholder {
  color: #cacaca; }

::-ms-input-placeholder {
  color: #cacaca; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #fefefe; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #fefefe; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #fefefe;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.4375rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #fefefe;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #ec5840;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #ec5840; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #ec5840; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #ec5840; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.5rem; }
  h2, .h2 {
    font-size: 2rem; }
  h3, .h3 {
    font-size: 1.5rem; }
  h4, .h4 {
    font-size: 1.3125rem; }
  h5, .h5 {
    font-size: 1.125rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #2199e8;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #fefefe;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #fefefe; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #fefefe; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

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

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

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

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

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

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

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

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

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

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

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

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0; }
  .small-uncentered, .small-uncentered:last-child:not(:first-child),
  .small-push-0,
  .small-push-0:last-child:not(:first-child),
  .small-pull-0,
  .small-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .small-uncentered:last-child:not(:first-child),
  .small-push-0:last-child:not(:first-child),
  .small-pull-0:last-child:not(:first-child) {
    float: right; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .medium-uncentered, .medium-uncentered:last-child:not(:first-child),
    .medium-push-0,
    .medium-push-0:last-child:not(:first-child),
    .medium-pull-0,
    .medium-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .medium-uncentered:last-child:not(:first-child),
    .medium-push-0:last-child:not(:first-child),
    .medium-pull-0:last-child:not(:first-child) {
      float: right; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .large-uncentered, .large-uncentered:last-child:not(:first-child),
    .large-push-0,
    .large-push-0:last-child:not(:first-child),
    .large-pull-0,
    .large-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .large-uncentered:last-child:not(:first-child),
    .large-push-0:last-child:not(:first-child),
    .large-pull-0:last-child:not(:first-child) {
      float: right; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #2199e8;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #2199e8;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fefefe; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fefefe; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #fefefe; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #2199e8;
        color: #2199e8; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #2199e8;
          color: #2199e8; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #777;
          color: #777; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #ec5840;
          color: #ec5840; }
  .button.clear {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #2199e8;
        color: #2199e8; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #2199e8;
          color: #2199e8; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #777;
          color: #777; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #ec5840;
          color: #ec5840; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #2199e8; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #2199e8; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #777; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #ec5840; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: calc(100% - 1px); }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  .button-group.stacked.expanded, .button-group.stacked-for-small.expanded, .button-group.stacked-for-medium.expanded {
    margin-right: -1px; }
    .button-group.stacked.expanded::before, .button-group.stacked.expanded::after, .button-group.stacked-for-small.expanded::before, .button-group.stacked-for-small.expanded::after, .button-group.stacked-for-medium.expanded::before, .button-group.stacked-for-medium.expanded::after {
      display: none; }
    .button-group.stacked.expanded .button:first-child:last-child, .button-group.stacked-for-small.expanded .button:first-child:last-child, .button-group.stacked-for-medium.expanded .button:first-child:last-child {
      width: calc(100% - 1px); }
    .button-group.stacked.expanded .button:first-child:nth-last-child(2), .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.stacked.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.stacked.expanded .button:first-child:nth-last-child(3), .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.stacked.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.stacked.expanded .button:first-child:nth-last-child(4), .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.stacked.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.stacked.expanded .button:first-child:nth-last-child(5), .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.stacked.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.stacked.expanded .button:first-child:nth-last-child(6), .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.stacked.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
  @media screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
      display: block; }
      .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0; } }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #2199e8;
  color: #fefefe; }
  .label.primary {
    background: #2199e8;
    color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #2199e8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1583cc; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #fefefe; }
  tfoot {
    background: #f1f1f1;
    color: #fefefe; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

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

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #2199e8;
  color: #fefefe; }
  .badge.primary {
    background: #2199e8;
    color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #fefefe;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #fefefe; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #fefefe; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #fefefe; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fefefe;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fefefe transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #2199e8; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #fefefe; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 39.99875em) {
    .stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .stack-for-small .media-object-section img {
        width: 100%; } }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%;
  position: absolute; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #2199e8; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #2199e8; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #fefefe;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
            box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
            box-shadow: none; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu li, .menu.horizontal li {
    display: inline-block; }
  .menu.vertical li {
    display: block; }
  .menu.expanded {
    display: table;
    width: 100%; }
    .menu.expanded > li {
      display: table-cell;
      vertical-align: middle; }
  .menu.simple li + li {
    margin-left: 1rem; }
  .menu.simple a {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal li {
      display: inline-block; }
    .menu.medium-vertical li {
      display: block; }
    .menu.medium-expanded {
      display: table;
      width: 100%; }
      .menu.medium-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.medium-simple {
      display: table;
      width: 100%; }
      .menu.medium-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal li {
      display: inline-block; }
    .menu.large-vertical li {
      display: block; }
    .menu.large-expanded {
      display: table;
      width: 100%; }
      .menu.large-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.large-simple {
      display: table;
      width: 100%; }
      .menu.large-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons img,
  .menu.icons i,
  .menu.icons svg {
    vertical-align: middle; }
    .menu.icons img + span,
    .menu.icons i + span,
    .menu.icons svg + span {
      vertical-align: middle; }
  .menu.icon-top img,
  .menu.icon-top i,
  .menu.icon-top svg, .menu.icon-right img,
  .menu.icon-right i,
  .menu.icon-right svg, .menu.icon-bottom img,
  .menu.icon-bottom i,
  .menu.icon-bottom svg, .menu.icon-left img,
  .menu.icon-left i,
  .menu.icon-left svg {
    vertical-align: middle; }
    .menu.icon-top img + span,
    .menu.icon-top i + span,
    .menu.icon-top svg + span, .menu.icon-right img + span,
    .menu.icon-right i + span,
    .menu.icon-right svg + span, .menu.icon-bottom img + span,
    .menu.icon-bottom i + span,
    .menu.icon-bottom svg + span, .menu.icon-left img + span,
    .menu.icon-left i + span,
    .menu.icon-left svg + span {
      vertical-align: middle; }
  .menu.icon-left li a img,
  .menu.icon-left li a i,
  .menu.icon-left li a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu.icon-right li a img,
  .menu.icon-right li a i,
  .menu.icon-right li a svg {
    margin-left: 0.25rem;
    display: inline-block; }
  .menu.icon-top li a {
    text-align: center; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-bottom li a {
    text-align: center; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      display: block;
      margin: 0.25rem auto 0; }
  .menu .is-active > a {
    background: #2199e8;
    color: #fefefe; }
  .menu .active > a {
    background: #2199e8;
    color: #fefefe; }
  .menu.align-left {
    text-align: left; }
  .menu.align-right {
    text-align: right; }
    .menu.align-right .submenu li {
      text-align: left; }
    .menu.align-right.vertical .submenu li {
      text-align: right; }
    .menu.align-right .nested {
      margin-right: 1rem;
      margin-left: 0; }
  .menu.align-center {
    text-align: center; }
    .menu.align-center .submenu li {
      text-align: left; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  text-align: center; }
  .menu-centered > .menu .submenu li {
    text-align: left; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
            box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
            box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
            box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2199e8 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2199e8 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2199e8;
  right: 1rem;
  left: auto; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2199e8 transparent transparent;
  right: auto;
  left: 1rem; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2199e8 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2199e8 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #2199e8; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2199e8 transparent transparent;
  right: auto;
  left: 5px; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2199e8; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2199e8 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2199e8 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2199e8 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2199e8 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2199e8 transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px); }
  .position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
  .position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
            transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll; }
  html.is-reveal-open body {
    overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.title-bar {
  padding: 0.5rem;
  background: #fefefe;
  color: #fefefe; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }
/**
 * At-who
 */
.atwho-view {
    position:absolute;
    top: 0;
    left: 0;
    display: none;
    margin-top: 18px;
    background: white;
    color: black;
    border: 1px solid #DDD;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    min-width: 120px;
    max-height: 200px;
    overflow: auto;
    z-index: 11110 !important;
}

.atwho-view .cur {
    background: #3366FF;
    color: white;
}
.atwho-view .cur small {
    color: white;
}
.atwho-view strong {
    color: #3366FF;
}
.atwho-view .cur strong {
    color: white;
    font:bold;
}
.atwho-view ul {
    /* width: 100px; */
    list-style:none;
    padding:0;
    margin:auto;
}
.atwho-view ul li {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #DDD;
    cursor: pointer;
    /* border-top: 1px solid #C8C8C8; */
}
.atwho-view small {
    font-size: smaller;
    color: #777;
    font-weight: normal;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  margin: 0 0 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(//cdn.socibd.com/s/global/images/chosen1.8/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(//cdn.socibd.com/s/global/images/chosen1.8/chosen-sprite.png) no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(//cdn.socibd.com/s/global/images/chosen1.8/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 0;
  padding: 0.5em;
  height: 2.3125rem;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 0.875rem;
  font-family: sans-serif;
  line-height: 1.5;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 0.5em 20px 0.5em 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 9px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(//cdn.socibd.com/s/global/images/chosen1.8/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(//cdn.socibd.com/s/global/images/chosen1.8/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(//cdn.socibd.com/s/global/images/chosen1.8/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
/*
* datetime picker
*/
.xdsoft_datetimepicker{
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #333333;
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:none;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border:none;
}
/*For IE8 or lower*/
.xdsoft_datetimepicker button {
    border:none !important;
}

.xdsoft_noselect{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::selection { background: transparent; }
.xdsoft_noselect::-moz-selection { background: transparent; }
.xdsoft_datetimepicker.xdsoft_inline{
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker *{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0px;
  margin:0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker  .xdsoft_timepicker{
  display:none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker  .xdsoft_timepicker.active{
  display:block;
}
.xdsoft_datetimepicker .xdsoft_datepicker{
  width: 224px;
  float:left;
  margin-left:8px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker{
  width: 58px;
  float:left;
  text-align:center;
  margin-left:8px;
  margin-top:0px;
}
.xdsoft_datetimepicker  .xdsoft_datepicker.active+.xdsoft_timepicker{
  margin-top:8px;
  margin-bottom:3px
}
.xdsoft_datetimepicker  .xdsoft_mounthpicker{
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker  .xdsoft_prev, .xdsoft_datetimepicker  .xdsoft_next,.xdsoft_datetimepicker  .xdsoft_today_button{
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==');
}
.xdsoft_datetimepicker  .xdsoft_prev{
    float: left;
  background-position:-20px 0px;
}
.xdsoft_datetimepicker  .xdsoft_today_button{
    float: left;
  background-position:-70px 0px;
  margin-left:5px;
}

.xdsoft_datetimepicker  .xdsoft_next{
    float: right;
  background-position:0px 0px;
}
.xdsoft_datetimepicker  .xdsoft_next:active,.xdsoft_datetimepicker  .xdsoft_prev:active{
}
.xdsoft_datetimepicker  .xdsoft_next,.xdsoft_datetimepicker  .xdsoft_prev ,.xdsoft_datetimepicker  .xdsoft_today_button{
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_next{
  float:none;
  background-position:-40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left:14px;
  margin-top:7px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_prev{
  background-position:-40px 0px;
  margin-bottom:7px;
  margin-top:0px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box{
  height:151px;
  overflow:hidden;
  border-bottom:1px solid #DDDDDD;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div{
  background: #F5F5F5;
  border-top:1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse:collapse;
  cursor:pointer;
  border-bottom-width:0px;
  height:25px;
  line-height:25px;
}

.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div > div:first-child{
 border-top-width:0px;
}
.xdsoft_datetimepicker  .xdsoft_today_button:hover,
.xdsoft_datetimepicker  .xdsoft_next:hover,
.xdsoft_datetimepicker  .xdsoft_prev:hover {
    opacity: 1;
}
.xdsoft_datetimepicker  .xdsoft_label{
  display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
  float:left;
  width:182px;
  text-align:center;
  cursor:pointer;
}
.xdsoft_datetimepicker  .xdsoft_label:hover{
  text-decoration:underline;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select{
  border:1px solid #ccc;
  position:absolute;
  display:block;
  right:0px;
  top:30px;
  z-index:101;
  display:none;
  background:#fff;
  max-height:160px;
  overflow-y:hidden;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select.xdsoft_monthselect{right:-7px;}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select.xdsoft_yearselect{right:2px;}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover{
  color: #fff;
    background: #ff8000;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option{
  padding:2px 10px 2px 5px;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current{
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color:#fff;
  font-weight: 700;
}
.xdsoft_datetimepicker  .xdsoft_month{
  width:90px;
  text-align:right;
}
.xdsoft_datetimepicker  .xdsoft_calendar{
  clear:both;
}
.xdsoft_datetimepicker  .xdsoft_year{
  width:56px;
}
.xdsoft_datetimepicker  .xdsoft_calendar table{
  border-collapse:collapse;
  width:100%;

}
.xdsoft_datetimepicker  .xdsoft_calendar td > div{
  padding-right:5px;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
  height: 25px;
}
.xdsoft_datetimepicker  .xdsoft_calendar td,.xdsoft_datetimepicker  .xdsoft_calendar th{
  width:14.2857142%;
  text-align:center;
  background: #F5F5F5;
  border:1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding:0px;
  border-collapse:collapse;
  cursor:pointer;
  height: 25px;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
  background: #F1F1F1;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_today{
  color:#33AAFF;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current{
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color:#fff;
  font-weight: 700;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker  .xdsoft_time_box >div >div.xdsoft_disabled{
  opacity:0.5;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{
  opacity:0.2;
}
.xdsoft_datetimepicker  .xdsoft_calendar td:hover,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div:hover{
  color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover{
  color: inherit  !important;
    background: inherit !important;
    box-shadow: inherit !important;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor:default;
}
.xdsoft_datetimepicker  .xdsoft_copyright{ color:#ccc !important; font-size:10px;clear:both;float:none;margin-left:8px;}
.xdsoft_datetimepicker  .xdsoft_copyright a{ color:#eee !important;}
.xdsoft_datetimepicker  .xdsoft_copyright a:hover{ color:#aaa !important;}


.xdsoft_time_box{
  position:relative;
  border:1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller{
  background:#ccc !important;
  height:20px;
  border-radius:3px;
}
.xdsoft_scrollbar{
  position:absolute;
  width:7px;
  width:7px;
  right:0px;
  top:0px;
  bottom:0px;
  cursor:pointer;
}
.xdsoft_scroller_box{
position:relative;
}
.fluidbox {
  outline: none;
  display: inline;
  /*display: inline-block;*/
}
.hidden {
  display: none;
}
.fluidbox-overlay {
  background-color: rgba(255,255,255,.85);
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all .25s ease-in-out;
}
.fluidbox-wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  transition: all .25s ease-in-out;
}
.fluidbox-ghost {
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
  transition: all .25s ease-in-out;
}
  .fluidbox-closed .fluidbox-ghost {
    -webkit-transition-property: top, left, opacity, -webkit-transform;
    -moz-transition-property: top, left, opacity, -moz-transform;
    -o-transition-property: top, left, opacity, -o-transform;
    transition-property: top, left, opacity, transform;
    transition-delay: 0, 0, .25s, 0;
  }
  .fluidbox-closed .fluidbox-wrap img {
    transition-property: opacity;
    transition-delay: .25s;
    transition-duration: 0s;
  }
@font-face {
  font-family: "iconfont";
  src: url(//cdn.socibd.com/s/global/font/iconfont.eot?v=1.1.56);
  src: url(//cdn.socibd.com/s/global/font/iconfont.eot?#iefix&v=1.1.56) format("embedded-opentype"),
    url(//cdn.socibd.com/s/global/font/iconfont.woff2?v=1.1.56) format("woff2"),
    url(//cdn.socibd.com/s/global/font/iconfont.woff?v=1.1.56) format("woff"),
    url(//cdn.socibd.com/s/global/font/iconfont.ttf?v=1.1.56) format("truetype"),
    url(//cdn.socibd.com/s/global/font/iconfont.svg?v=1.1.56#svgiconfont) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 iconfont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}


 .fa-verified:before {
	content: "\f101";
}
.fa-swirl-arrow-up:before {
	content: "\f102";
}
.fa-swirl-arrow-right:before {
	content: "\f103";
}
.fa-swirl-arrow-left:before {
	content: "\f104";
}
.fa-swirl-arrow-down:before {
	content: "\f105";
}
.fa-swirl-arrow-alt-up:before {
	content: "\f106";
}
.fa-swirl-arrow-alt-right:before {
	content: "\f107";
}
.fa-swirl-arrow-alt-left:before {
	content: "\f108";
}
.fa-swirl-arrow-alt-down:before {
	content: "\f109";
}
.fa-ribbon-arrow-up:before {
	content: "\f10a";
}
.fa-ribbon-arrow-right:before {
	content: "\f10b";
}
.fa-ribbon-arrow-left:before {
	content: "\f10c";
}
.fa-ribbon-arrow-down:before {
	content: "\f10d";
}
.fa-map-marker-o:before {
	content: "\f10e";
}
.fa-location-arrow-up:before {
	content: "\f10f";
}
.fa-location-arrow-right:before {
	content: "\f110";
}
.fa-location-arrow-left:before {
	content: "\f111";
}
.fa-location-arrow-down:before {
	content: "\f112";
}
.fa-leaf-o:before {
	content: "\f113";
}
.fa-fiction:before {
	content: "\f114";
}
.fa-eye2:before {
	content: "\f115";
}
.fa-eye-slash2:before {
	content: "\f116";
}
.fa-bars-right:before {
	content: "\f117";
}
.fa-bars-left:before {
	content: "\f118";
}
.fa-banner-arrow-up:before {
	content: "\f119";
}
.fa-banner-arrow-right:before {
	content: "\f11a";
}
.fa-banner-arrow-left:before {
	content: "\f11b";
}
.fa-banner-arrow-down:before {
	content: "\f11c";
}
.fa-banner-arrow-alt-up:before {
	content: "\f11d";
}
.fa-banner-arrow-alt-right:before {
	content: "\f11e";
}
.fa-banner-arrow-alt-left:before {
	content: "\f11f";
}
.fa-banner-arrow-alt-down:before {
	content: "\f120";
}
.fa-arrows-in:before {
	content: "\f121";
}
.fa-arrows-alt-in:before {
	content: "\f122";
}
.fa-archery-arrow-up:before {
	content: "\f123";
}
.fa-archery-arrow-right:before {
	content: "\f124";
}
.fa-archery-arrow-left:before {
	content: "\f125";
}
.fa-archery-arrow-down:before {
	content: "\f126";
}
.fa-address-book_ficons:before {
	content: "\f127";
}
.fa-500px:before {
	content: "\f128";
}
.fa-accessible-icon:before {
	content: "\f129";
}
.fa-accusoft:before {
	content: "\f12a";
}
.fa-address-book-o:before {
	content: "\f12b";
}
.fa-address-book:before {
	content: "\f12c";
}
.fa-address-card-o:before {
	content: "\f12d";
}
.fa-address-card:before {
	content: "\f12e";
}
.fa-adjust:before {
	content: "\f12f";
}
.fa-adn:before {
	content: "\f130";
}
.fa-adversal:before {
	content: "\f131";
}
.fa-affiliatetheme:before {
	content: "\f132";
}
.fa-algolia:before {
	content: "\f133";
}
.fa-align-center:before {
	content: "\f134";
}
.fa-align-justify:before {
	content: "\f135";
}
.fa-align-left:before {
	content: "\f136";
}
.fa-align-right:before {
	content: "\f137";
}
.fa-amazon-pay:before {
	content: "\f138";
}
.fa-amazon:before {
	content: "\f139";
}
.fa-ambulance:before {
	content: "\f13a";
}
.fa-american-sign-language-interpreting:before {
	content: "\f13b";
}
.fa-amilia:before {
	content: "\f13c";
}
.fa-anchor:before {
	content: "\f13d";
}
.fa-android:before {
	content: "\f13e";
}
.fa-angellist:before {
	content: "\f13f";
}
.fa-angle-double-down:before {
	content: "\f140";
}
.fa-angle-double-left:before {
	content: "\f141";
}
.fa-angle-double-right:before {
	content: "\f142";
}
.fa-angle-double-up:before {
	content: "\f143";
}
.fa-angle-down:before {
	content: "\f144";
}
.fa-angle-left:before {
	content: "\f145";
}
.fa-angle-right:before {
	content: "\f146";
}
.fa-angle-up:before {
	content: "\f147";
}
.fa-angrycreative:before {
	content: "\f148";
}
.fa-angular:before {
	content: "\f149";
}
.fa-app-store-ios:before {
	content: "\f14a";
}
.fa-app-store:before {
	content: "\f14b";
}
.fa-apper:before {
	content: "\f14c";
}
.fa-apple-pay:before {
	content: "\f14d";
}
.fa-apple:before {
	content: "\f14e";
}
.fa-archive:before {
	content: "\f14f";
}
.fa-area-chart:before {
	content: "\f150";
}
.fa-arrow-circle-down:before {
	content: "\f151";
}
.fa-arrow-circle-left:before {
	content: "\f152";
}
.fa-arrow-circle-o-down:before {
	content: "\f153";
}
.fa-arrow-circle-o-left:before {
	content: "\f154";
}
.fa-arrow-circle-o-right:before {
	content: "\f155";
}
.fa-arrow-circle-o-up:before {
	content: "\f156";
}
.fa-arrow-circle-right:before {
	content: "\f157";
}
.fa-arrow-circle-up:before {
	content: "\f158";
}
.fa-arrow-down:before {
	content: "\f159";
}
.fa-arrow-left:before {
	content: "\f15a";
}
.fa-arrow-right:before {
	content: "\f15b";
}
.fa-arrow-up:before {
	content: "\f15c";
}
.fa-arrows-alt:before {
	content: "\f15d";
}
.fa-arrows-h:before {
	content: "\f15e";
}
.fa-arrows-v:before {
	content: "\f15f";
}
.fa-arrows:before {
	content: "\f160";
}
.fa-asl-interpreting:before {
	content: "\f161";
}
.fa-assistive-listening-systems:before {
	content: "\f162";
}
.fa-asterisk:before {
	content: "\f163";
}
.fa-asymmetrik:before {
	content: "\f164";
}
.fa-at:before {
	content: "\f165";
}
.fa-audible:before {
	content: "\f166";
}
.fa-audio-description:before {
	content: "\f167";
}
.fa-automobile:before {
	content: "\f168";
}
.fa-autoprefixer:before {
	content: "\f169";
}
.fa-avianex:before {
	content: "\f16a";
}
.fa-aviato:before {
	content: "\f16b";
}
.fa-aws:before {
	content: "\f16c";
}
.fa-backward:before {
	content: "\f16d";
}
.fa-balance-scale:before {
	content: "\f16e";
}
.fa-ban:before {
	content: "\f16f";
}
.fa-bandcamp:before {
	content: "\f170";
}
.fa-bank:before {
	content: "\f171";
}
.fa-bar-chart-o:before {
	content: "\f172";
}
.fa-bar-chart:before {
	content: "\f173";
}
.fa-barcode:before {
	content: "\f174";
}
.fa-bars:before {
	content: "\f175";
}
.fa-bath:before {
	content: "\f176";
}
.fa-bathtub:before {
	content: "\f177";
}
.fa-battery-0:before {
	content: "\f178";
}
.fa-battery-1:before {
	content: "\f179";
}
.fa-battery-2:before {
	content: "\f17a";
}
.fa-battery-3:before {
	content: "\f17b";
}
.fa-battery-4:before {
	content: "\f17c";
}
.fa-battery-empty:before {
	content: "\f17d";
}
.fa-battery-full:before {
	content: "\f17e";
}
.fa-battery-half:before {
	content: "\f17f";
}
.fa-battery-quarter:before {
	content: "\f180";
}
.fa-battery-three-quarters:before {
	content: "\f181";
}
.fa-battery:before {
	content: "\f182";
}
.fa-bed:before {
	content: "\f183";
}
.fa-beer:before {
	content: "\f184";
}
.fa-behance-square:before {
	content: "\f185";
}
.fa-behance:before {
	content: "\f186";
}
.fa-bell-o:before {
	content: "\f187";
}
.fa-bell-slash-o:before {
	content: "\f188";
}
.fa-bell-slash:before {
	content: "\f189";
}
.fa-bell:before {
	content: "\f18a";
}
.fa-bicycle:before {
	content: "\f18b";
}
.fa-bimobject:before {
	content: "\f18c";
}
.fa-binoculars:before {
	content: "\f18d";
}
.fa-birthday-cake:before {
	content: "\f18e";
}
.fa-bitbucket-square:before {
	content: "\f18f";
}
.fa-bitbucket:before {
	content: "\f190";
}
.fa-bitcoin:before {
	content: "\f191";
}
.fa-bity:before {
	content: "\f192";
}
.fa-black-tie:before {
	content: "\f193";
}
.fa-blackberry:before {
	content: "\f194";
}
.fa-blind:before {
	content: "\f195";
}
.fa-blogger-b:before {
	content: "\f196";
}
.fa-blogger:before {
	content: "\f197";
}
.fa-bluetooth-b:before {
	content: "\f198";
}
.fa-bluetooth:before {
	content: "\f199";
}
.fa-bold:before {
	content: "\f19a";
}
.fa-bolt:before {
	content: "\f19b";
}
.fa-bomb:before {
	content: "\f19c";
}
.fa-book:before {
	content: "\f19d";
}
.fa-bookmark-o:before {
	content: "\f19e";
}
.fa-bookmark:before {
	content: "\f19f";
}
.fa-braille:before {
	content: "\f1a0";
}
.fa-briefcase:before {
	content: "\f1a1";
}
.fa-btc:before {
	content: "\f1a2";
}
.fa-bug:before {
	content: "\f1a3";
}
.fa-building-o:before {
	content: "\f1a4";
}
.fa-building:before {
	content: "\f1a5";
}
.fa-bullhorn:before {
	content: "\f1a6";
}
.fa-bullseye:before {
	content: "\f1a7";
}
.fa-buromobelexperte:before {
	content: "\f1a8";
}
.fa-bus:before {
	content: "\f1a9";
}
.fa-buysellads:before {
	content: "\f1aa";
}
.fa-cab:before {
	content: "\f1ab";
}
.fa-calculator:before {
	content: "\f1ac";
}
.fa-calendar-check-o:before {
	content: "\f1ad";
}
.fa-calendar-minus-o:before {
	content: "\f1ae";
}
.fa-calendar-o:before {
	content: "\f1af";
}
.fa-calendar-plus-o:before {
	content: "\f1b0";
}
.fa-calendar-times-o:before {
	content: "\f1b1";
}
.fa-calendar:before {
	content: "\f1b2";
}
.fa-camera-retro:before {
	content: "\f1b3";
}
.fa-camera:before {
	content: "\f1b4";
}
.fa-car:before {
	content: "\f1b5";
}
.fa-caret-down:before {
	content: "\f1b6";
}
.fa-caret-left:before {
	content: "\f1b7";
}
.fa-caret-right:before {
	content: "\f1b8";
}
.fa-caret-square-o-down:before {
	content: "\f1b9";
}
.fa-caret-square-o-left:before {
	content: "\f1ba";
}
.fa-caret-square-o-right:before {
	content: "\f1bb";
}
.fa-caret-square-o-up:before {
	content: "\f1bc";
}
.fa-caret-up:before {
	content: "\f1bd";
}
.fa-cart-arrow-down:before {
	content: "\f1be";
}
.fa-cart-plus:before {
	content: "\f1bf";
}
.fa-cc-amazon-pay:before {
	content: "\f1c0";
}
.fa-cc-amex:before {
	content: "\f1c1";
}
.fa-cc-apple-pay:before {
	content: "\f1c2";
}
.fa-cc-diners-club:before {
	content: "\f1c3";
}
.fa-cc-discover:before {
	content: "\f1c4";
}
.fa-cc-jcb:before {
	content: "\f1c5";
}
.fa-cc-mastercard:before {
	content: "\f1c6";
}
.fa-cc-paypal:before {
	content: "\f1c7";
}
.fa-cc-stripe:before {
	content: "\f1c8";
}
.fa-cc-visa:before {
	content: "\f1c9";
}
.fa-cc:before {
	content: "\f1ca";
}
.fa-centercode:before {
	content: "\f1cb";
}
.fa-certificate:before {
	content: "\f1cc";
}
.fa-chain-broken:before {
	content: "\f1cd";
}
.fa-chain:before {
	content: "\f1ce";
}
.fa-check-circle-o:before {
	content: "\f1cf";
}
.fa-check-circle:before {
	content: "\f1d0";
}
.fa-check-square-o:before {
	content: "\f1d1";
}
.fa-check-square:before {
	content: "\f1d2";
}
.fa-check:before {
	content: "\f1d3";
}
.fa-chevron-circle-down:before {
	content: "\f1d4";
}
.fa-chevron-circle-left:before {
	content: "\f1d5";
}
.fa-chevron-circle-right:before {
	content: "\f1d6";
}
.fa-chevron-circle-up:before {
	content: "\f1d7";
}
.fa-chevron-down:before {
	content: "\f1d8";
}
.fa-chevron-left:before {
	content: "\f1d9";
}
.fa-chevron-right:before {
	content: "\f1da";
}
.fa-chevron-up:before {
	content: "\f1db";
}
.fa-child:before {
	content: "\f1dc";
}
.fa-chrome:before {
	content: "\f1dd";
}
.fa-circle-o-notch:before {
	content: "\f1de";
}
.fa-circle-o:before {
	content: "\f1df";
}
.fa-circle-thin:before {
	content: "\f1e0";
}
.fa-circle:before {
	content: "\f1e1";
}
.fa-clipboard:before {
	content: "\f1e2";
}
.fa-clock-o:before {
	content: "\f1e3";
}
.fa-clone:before {
	content: "\f1e4";
}
.fa-close:before {
	content: "\f1e5";
}
.fa-cloud-download:before {
	content: "\f1e6";
}
.fa-cloud-upload:before {
	content: "\f1e7";
}
.fa-cloud:before {
	content: "\f1e8";
}
.fa-cloudscale:before {
	content: "\f1e9";
}
.fa-cloudsmith:before {
	content: "\f1ea";
}
.fa-cloudversify:before {
	content: "\f1eb";
}
.fa-cny:before {
	content: "\f1ec";
}
.fa-code-fork:before {
	content: "\f1ed";
}
.fa-code:before {
	content: "\f1ee";
}
.fa-codepen:before {
	content: "\f1ef";
}
.fa-codiepie:before {
	content: "\f1f0";
}
.fa-coffee:before {
	content: "\f1f1";
}
.fa-cog:before {
	content: "\f1f2";
}
.fa-cogs:before {
	content: "\f1f3";
}
.fa-columns:before {
	content: "\f1f4";
}
.fa-comment-o:before {
	content: "\f1f5";
}
.fa-comment:before {
	content: "\f1f6";
}
.fa-commenting-o:before {
	content: "\f1f7";
}
.fa-commenting:before {
	content: "\f1f8";
}
.fa-comments-o:before {
	content: "\f1f9";
}
.fa-comments:before {
	content: "\f1fa";
}
.fa-compass:before {
	content: "\f1fb";
}
.fa-compress:before {
	content: "\f1fc";
}
.fa-connectdevelop:before {
	content: "\f1fd";
}
.fa-contao:before {
	content: "\f1fe";
}
.fa-copy:before {
	content: "\f1ff";
}
.fa-copyright:before {
	content: "\f200";
}
.fa-cpanel:before {
	content: "\f201";
}
.fa-creative-commons:before {
	content: "\f202";
}
.fa-credit-card-alt:before {
	content: "\f203";
}
.fa-credit-card:before {
	content: "\f204";
}
.fa-crop:before {
	content: "\f205";
}
.fa-crosshairs:before {
	content: "\f206";
}
.fa-css3-alt:before {
	content: "\f207";
}
.fa-css3:before {
	content: "\f208";
}
.fa-cube:before {
	content: "\f209";
}
.fa-cubes:before {
	content: "\f20a";
}
.fa-cut:before {
	content: "\f20b";
}
.fa-cutlery:before {
	content: "\f20c";
}
.fa-cuttlefish:before {
	content: "\f20d";
}
.fa-d-and-d:before {
	content: "\f20e";
}
.fa-dashboard:before {
	content: "\f20f";
}
.fa-dashcube:before {
	content: "\f210";
}
.fa-database:before {
	content: "\f211";
}
.fa-deaf:before {
	content: "\f212";
}
.fa-deafness:before {
	content: "\f213";
}
.fa-dedent:before {
	content: "\f214";
}
.fa-delicious:before {
	content: "\f215";
}
.fa-deploydog:before {
	content: "\f216";
}
.fa-deskpro:before {
	content: "\f217";
}
.fa-desktop:before {
	content: "\f218";
}
.fa-deviantart:before {
	content: "\f219";
}
.fa-diamond:before {
	content: "\f21a";
}
.fa-digg:before {
	content: "\f21b";
}
.fa-digital-ocean:before {
	content: "\f21c";
}
.fa-discord:before {
	content: "\f21d";
}
.fa-discourse:before {
	content: "\f21e";
}
.fa-dochub:before {
	content: "\f21f";
}
.fa-docker:before {
	content: "\f220";
}
.fa-dollar:before {
	content: "\f221";
}
.fa-dot-circle-o:before {
	content: "\f222";
}
.fa-download:before {
	content: "\f223";
}
.fa-draft2digital:before {
	content: "\f224";
}
.fa-dribbble-square:before {
	content: "\f225";
}
.fa-dribbble:before {
	content: "\f226";
}
.fa-drivers-license-o:before {
	content: "\f227";
}
.fa-drivers-license:before {
	content: "\f228";
}
.fa-dropbox:before {
	content: "\f229";
}
.fa-drupal:before {
	content: "\f22a";
}
.fa-dyalog:before {
	content: "\f22b";
}
.fa-earlybirds:before {
	content: "\f22c";
}
.fa-edge:before {
	content: "\f22d";
}
.fa-edit:before {
	content: "\f22e";
}
.fa-eercast:before {
	content: "\f22f";
}
.fa-eject:before {
	content: "\f230";
}
.fa-ellipsis-h:before {
	content: "\f231";
}
.fa-ellipsis-v:before {
	content: "\f232";
}
.fa-ember:before {
	content: "\f233";
}
.fa-empire:before {
	content: "\f234";
}
.fa-envelope-o:before {
	content: "\f235";
}
.fa-envelope-open-o:before {
	content: "\f236";
}
.fa-envelope-open:before {
	content: "\f237";
}
.fa-envelope-square:before {
	content: "\f238";
}
.fa-envelope:before {
	content: "\f239";
}
.fa-envira:before {
	content: "\f23a";
}
.fa-eraser:before {
	content: "\f23b";
}
.fa-erlang:before {
	content: "\f23c";
}
.fa-ethereum:before {
	content: "\f23d";
}
.fa-etsy:before {
	content: "\f23e";
}
.fa-eur:before {
	content: "\f23f";
}
.fa-euro:before {
	content: "\f240";
}
.fa-exchange:before {
	content: "\f241";
}
.fa-exclamation-circle:before {
	content: "\f242";
}
.fa-exclamation-triangle:before {
	content: "\f243";
}
.fa-exclamation:before {
	content: "\f244";
}
.fa-expand:before {
	content: "\f245";
}
.fa-expeditedssl:before {
	content: "\f246";
}
.fa-external-link-square:before {
	content: "\f247";
}
.fa-external-link:before {
	content: "\f248";
}
.fa-eye-slash:before {
	content: "\f249";
}
.fa-eye:before {
	content: "\f24a";
}
.fa-eyedropper:before {
	content: "\f24b";
}
.fa-fa:before {
	content: "\f24c";
}
.fa-facebook-f:before {
	content: "\f24d";
}
.fa-facebook-messenger:before {
	content: "\f24e";
}
.fa-facebook-official:before {
	content: "\f24f";
}
.fa-facebook-square:before {
	content: "\f250";
}
.fa-facebook:before {
	content: "\f251";
}
.fa-fast-backward:before {
	content: "\f252";
}
.fa-fast-forward:before {
	content: "\f253";
}
.fa-fax:before {
	content: "\f254";
}
.fa-feed:before {
	content: "\f255";
}
.fa-female:before {
	content: "\f256";
}
.fa-fighter-jet:before {
	content: "\f257";
}
.fa-file-archive-o:before {
	content: "\f258";
}
.fa-file-audio-o:before {
	content: "\f259";
}
.fa-file-code-o:before {
	content: "\f25a";
}
.fa-file-excel-o:before {
	content: "\f25b";
}
.fa-file-image-o:before {
	content: "\f25c";
}
.fa-file-movie-o:before {
	content: "\f25d";
}
.fa-file-o:before {
	content: "\f25e";
}
.fa-file-pdf-o:before {
	content: "\f25f";
}
.fa-file-photo-o:before {
	content: "\f260";
}
.fa-file-picture-o:before {
	content: "\f261";
}
.fa-file-powerpoint-o:before {
	content: "\f262";
}
.fa-file-sound-o:before {
	content: "\f263";
}
.fa-file-text-o:before {
	content: "\f264";
}
.fa-file-text:before {
	content: "\f265";
}
.fa-file-video-o:before {
	content: "\f266";
}
.fa-file-word-o:before {
	content: "\f267";
}
.fa-file-zip-o:before {
	content: "\f268";
}
.fa-file:before {
	content: "\f269";
}
.fa-files-o:before {
	content: "\f26a";
}
.fa-film:before {
	content: "\f26b";
}
.fa-filter:before {
	content: "\f26c";
}
.fa-fire-extinguisher:before {
	content: "\f26d";
}
.fa-fire:before {
	content: "\f26e";
}
.fa-firefox:before {
	content: "\f26f";
}
.fa-first-order:before {
	content: "\f270";
}
.fa-firstdraft:before {
	content: "\f271";
}
.fa-flag-checkered:before {
	content: "\f272";
}
.fa-flag-o:before {
	content: "\f273";
}
.fa-flag:before {
	content: "\f274";
}
.fa-flash:before {
	content: "\f275";
}
.fa-flask:before {
	content: "\f276";
}
.fa-flickr:before {
	content: "\f277";
}
.fa-floppy-o:before {
	content: "\f278";
}
.fa-fly:before {
	content: "\f279";
}
.fa-folder-o:before {
	content: "\f27a";
}
.fa-folder-open-o:before {
	content: "\f27b";
}
.fa-folder-open:before {
	content: "\f27c";
}
.fa-folder:before {
	content: "\f27d";
}
.fa-font-awesome-alt:before {
	content: "\f27e";
}
.fa-font-awesome-flag:before {
	content: "\f27f";
}
.fa-font-awesome:before {
	content: "\f280";
}
.fa-font:before {
	content: "\f281";
}
.fa-fonticons-fi:before {
	content: "\f282";
}
.fa-fonticons:before {
	content: "\f283";
}
.fa-fort-awesome-alt:before {
	content: "\f284";
}
.fa-fort-awesome:before {
	content: "\f285";
}
.fa-forumbee:before {
	content: "\f286";
}
.fa-forward:before {
	content: "\f287";
}
.fa-foursquare:before {
	content: "\f288";
}
.fa-free-code-camp:before {
	content: "\f289";
}
.fa-freebsd:before {
	content: "\f28a";
}
.fa-frown-o:before {
	content: "\f28b";
}
.fa-futbol-o:before {
	content: "\f28c";
}
.fa-gamepad:before {
	content: "\f28d";
}
.fa-gavel:before {
	content: "\f28e";
}
.fa-gbp:before {
	content: "\f28f";
}
.fa-ge:before {
	content: "\f290";
}
.fa-gear:before {
	content: "\f291";
}
.fa-gears:before {
	content: "\f292";
}
.fa-genderless:before {
	content: "\f293";
}
.fa-get-pocket:before {
	content: "\f294";
}
.fa-gg-circle:before {
	content: "\f295";
}
.fa-gg:before {
	content: "\f296";
}
.fa-gift:before {
	content: "\f297";
}
.fa-git-square:before {
	content: "\f298";
}
.fa-git:before {
	content: "\f299";
}
.fa-github-alt:before {
	content: "\f29a";
}
.fa-github-square:before {
	content: "\f29b";
}
.fa-github:before {
	content: "\f29c";
}
.fa-gitkraken:before {
	content: "\f29d";
}
.fa-gitlab:before {
	content: "\f29e";
}
.fa-gitter:before {
	content: "\f29f";
}
.fa-gittip:before {
	content: "\f2a0";
}
.fa-glass:before {
	content: "\f2a1";
}
.fa-glide-g:before {
	content: "\f2a2";
}
.fa-glide:before {
	content: "\f2a3";
}
.fa-globe:before {
	content: "\f2a4";
}
.fa-gofore:before {
	content: "\f2a5";
}
.fa-goodreads-g:before {
	content: "\f2a6";
}
.fa-goodreads:before {
	content: "\f2a7";
}
.fa-google-drive:before {
	content: "\f2a8";
}
.fa-google-play:before {
	content: "\f2a9";
}
.fa-google-plus-circle:before {
	content: "\f2aa";
}
.fa-google-plus-g:before {
	content: "\f2ab";
}
.fa-google-plus-official:before {
	content: "\f2ac";
}
.fa-google-plus-square:before {
	content: "\f2ad";
}
.fa-google-plus:before {
	content: "\f2ae";
}
.fa-google-wallet:before {
	content: "\f2af";
}
.fa-google:before {
	content: "\f2b0";
}
.fa-graduation-cap:before {
	content: "\f2b1";
}
.fa-gratipay:before {
	content: "\f2b2";
}
.fa-grav:before {
	content: "\f2b3";
}
.fa-gripfire:before {
	content: "\f2b4";
}
.fa-group:before {
	content: "\f2b5";
}
.fa-grunt:before {
	content: "\f2b6";
}
.fa-gulp:before {
	content: "\f2b7";
}
.fa-h-square:before {
	content: "\f2b8";
}
.fa-hacker-news-square:before {
	content: "\f2b9";
}
.fa-hacker-news:before {
	content: "\f2ba";
}
.fa-hand-grab-o:before {
	content: "\f2bb";
}
.fa-hand-lizard-o:before {
	content: "\f2bc";
}
.fa-hand-o-down:before {
	content: "\f2bd";
}
.fa-hand-o-left:before {
	content: "\f2be";
}
.fa-hand-o-right:before {
	content: "\f2bf";
}
.fa-hand-o-up:before {
	content: "\f2c0";
}
.fa-hand-paper-o:before {
	content: "\f2c1";
}
.fa-hand-peace-o:before {
	content: "\f2c2";
}
.fa-hand-pointer-o:before {
	content: "\f2c3";
}
.fa-hand-rock-o:before {
	content: "\f2c4";
}
.fa-hand-scissors-o:before {
	content: "\f2c5";
}
.fa-hand-spock-o:before {
	content: "\f2c6";
}
.fa-hand-stop-o:before {
	content: "\f2c7";
}
.fa-handshake-o:before {
	content: "\f2c8";
}
.fa-hard-of-hearing:before {
	content: "\f2c9";
}
.fa-hashtag:before {
	content: "\f2ca";
}
.fa-hdd-o:before {
	content: "\f2cb";
}
.fa-header:before {
	content: "\f2cc";
}
.fa-headphones:before {
	content: "\f2cd";
}
.fa-heart-o:before {
	content: "\f2ce";
}
.fa-heart:before {
	content: "\f2cf";
}
.fa-heartbeat:before {
	content: "\f2d0";
}
.fa-hire-a-helper:before {
	content: "\f2d1";
}
.fa-history:before {
	content: "\f2d2";
}
.fa-home:before {
	content: "\f2d3";
}
.fa-hooli:before {
	content: "\f2d4";
}
.fa-hospital-o:before {
	content: "\f2d5";
}
.fa-hotel:before {
	content: "\f2d6";
}
.fa-hotjar:before {
	content: "\f2d7";
}
.fa-hourglass-1:before {
	content: "\f2d8";
}
.fa-hourglass-2:before {
	content: "\f2d9";
}
.fa-hourglass-3:before {
	content: "\f2da";
}
.fa-hourglass-end:before {
	content: "\f2db";
}
.fa-hourglass-half:before {
	content: "\f2dc";
}
.fa-hourglass-o:before {
	content: "\f2dd";
}
.fa-hourglass-start:before {
	content: "\f2de";
}
.fa-hourglass:before {
	content: "\f2df";
}
.fa-houzz:before {
	content: "\f2e0";
}
.fa-html5:before {
	content: "\f2e1";
}
.fa-hubspot:before {
	content: "\f2e2";
}
.fa-i-cursor:before {
	content: "\f2e3";
}
.fa-id-badge:before {
	content: "\f2e4";
}
.fa-id-card-o:before {
	content: "\f2e5";
}
.fa-id-card:before {
	content: "\f2e6";
}
.fa-ils:before {
	content: "\f2e7";
}
.fa-image:before {
	content: "\f2e8";
}
.fa-imdb:before {
	content: "\f2e9";
}
.fa-inbox:before {
	content: "\f2ea";
}
.fa-indent:before {
	content: "\f2eb";
}
.fa-industry:before {
	content: "\f2ec";
}
.fa-info-circle:before {
	content: "\f2ed";
}
.fa-info:before {
	content: "\f2ee";
}
.fa-inr:before {
	content: "\f2ef";
}
.fa-instagram:before {
	content: "\f2f0";
}
.fa-institution:before {
	content: "\f2f1";
}
.fa-internet-explorer:before {
	content: "\f2f2";
}
.fa-intersex:before {
	content: "\f2f3";
}
.fa-ioxhost:before {
	content: "\f2f4";
}
.fa-italic:before {
	content: "\f2f5";
}
.fa-itunes-note:before {
	content: "\f2f6";
}
.fa-itunes:before {
	content: "\f2f7";
}
.fa-jenkins:before {
	content: "\f2f8";
}
.fa-joget:before {
	content: "\f2f9";
}
.fa-joomla:before {
	content: "\f2fa";
}
.fa-jpy:before {
	content: "\f2fb";
}
.fa-js-square:before {
	content: "\f2fc";
}
.fa-js:before {
	content: "\f2fd";
}
.fa-jsfiddle:before {
	content: "\f2fe";
}
.fa-key:before {
	content: "\f2ff";
}
.fa-keyboard-o:before {
	content: "\f300";
}
.fa-keycdn:before {
	content: "\f301";
}
.fa-kickstarter-k:before {
	content: "\f302";
}
.fa-kickstarter:before {
	content: "\f303";
}
.fa-korvue:before {
	content: "\f304";
}
.fa-krw:before {
	content: "\f305";
}
.fa-language:before {
	content: "\f306";
}
.fa-laptop:before {
	content: "\f307";
}
.fa-laravel:before {
	content: "\f308";
}
.fa-lastfm-square:before {
	content: "\f309";
}
.fa-lastfm:before {
	content: "\f30a";
}
.fa-leaf:before {
	content: "\f30b";
}
.fa-leanpub:before {
	content: "\f30c";
}
.fa-legal:before {
	content: "\f30d";
}
.fa-lemon-o:before {
	content: "\f30e";
}
.fa-less:before {
	content: "\f30f";
}
.fa-level-down:before {
	content: "\f310";
}
.fa-level-up:before {
	content: "\f311";
}
.fa-life-bouy:before {
	content: "\f312";
}
.fa-life-buoy:before {
	content: "\f313";
}
.fa-life-ring:before {
	content: "\f314";
}
.fa-life-saver:before {
	content: "\f315";
}
.fa-lightbulb-o:before {
	content: "\f316";
}
.fa-line-chart:before {
	content: "\f317";
}
.fa-line:before {
	content: "\f318";
}
.fa-link:before {
	content: "\f319";
}
.fa-linkedin-in:before {
	content: "\f31a";
}
.fa-linkedin-square:before {
	content: "\f31b";
}
.fa-linkedin:before {
	content: "\f31c";
}
.fa-linode:before {
	content: "\f31d";
}
.fa-linux:before {
	content: "\f31e";
}
.fa-list-alt:before {
	content: "\f31f";
}
.fa-list-ol:before {
	content: "\f320";
}
.fa-list-ul:before {
	content: "\f321";
}
.fa-list:before {
	content: "\f322";
}
.fa-location-arrow:before {
	content: "\f323";
}
.fa-lock:before {
	content: "\f324";
}
.fa-long-arrow-down:before {
	content: "\f325";
}
.fa-long-arrow-left:before {
	content: "\f326";
}
.fa-long-arrow-right:before {
	content: "\f327";
}
.fa-long-arrow-up:before {
	content: "\f328";
}
.fa-low-vision:before {
	content: "\f329";
}
.fa-lyft:before {
	content: "\f32a";
}
.fa-magento:before {
	content: "\f32b";
}
.fa-magic:before {
	content: "\f32c";
}
.fa-magnet:before {
	content: "\f32d";
}
.fa-mail-forward:before {
	content: "\f32e";
}
.fa-mail-reply-all:before {
	content: "\f32f";
}
.fa-mail-reply:before {
	content: "\f330";
}
.fa-male:before {
	content: "\f331";
}
.fa-map-marker:before {
	content: "\f332";
}
.fa-map-o:before {
	content: "\f333";
}
.fa-map-pin:before {
	content: "\f334";
}
.fa-map-signs:before {
	content: "\f335";
}
.fa-map:before {
	content: "\f336";
}
.fa-mars-double:before {
	content: "\f337";
}
.fa-mars-stroke-h:before {
	content: "\f338";
}
.fa-mars-stroke-v:before {
	content: "\f339";
}
.fa-mars-stroke:before {
	content: "\f33a";
}
.fa-mars:before {
	content: "\f33b";
}
.fa-maxcdn:before {
	content: "\f33c";
}
.fa-meanpath:before {
	content: "\f33d";
}
.fa-medapps:before {
	content: "\f33e";
}
.fa-medium-m:before {
	content: "\f33f";
}
.fa-medium:before {
	content: "\f340";
}
.fa-medkit:before {
	content: "\f341";
}
.fa-medrt:before {
	content: "\f342";
}
.fa-meetup:before {
	content: "\f343";
}
.fa-meh-o:before {
	content: "\f344";
}
.fa-mercury:before {
	content: "\f345";
}
.fa-microchip:before {
	content: "\f346";
}
.fa-microphone-slash:before {
	content: "\f347";
}
.fa-microphone:before {
	content: "\f348";
}
.fa-microsoft:before {
	content: "\f349";
}
.fa-minus-circle:before {
	content: "\f34a";
}
.fa-minus-square-o:before {
	content: "\f34b";
}
.fa-minus-square:before {
	content: "\f34c";
}
.fa-minus:before {
	content: "\f34d";
}
.fa-mix:before {
	content: "\f34e";
}
.fa-mixcloud:before {
	content: "\f34f";
}
.fa-mizuni:before {
	content: "\f350";
}
.fa-mobile-phone:before {
	content: "\f351";
}
.fa-mobile:before {
	content: "\f352";
}
.fa-modx:before {
	content: "\f353";
}
.fa-monero:before {
	content: "\f354";
}
.fa-money:before {
	content: "\f355";
}
.fa-moon-o:before {
	content: "\f356";
}
.fa-mortar-board:before {
	content: "\f357";
}
.fa-motorcycle:before {
	content: "\f358";
}
.fa-mouse-pointer:before {
	content: "\f359";
}
.fa-music:before {
	content: "\f35a";
}
.fa-napster:before {
	content: "\f35b";
}
.fa-navicon:before {
	content: "\f35c";
}
.fa-neuter:before {
	content: "\f35d";
}
.fa-newspaper-o:before {
	content: "\f35e";
}
.fa-nintendo-switch:before {
	content: "\f35f";
}
.fa-node-js:before {
	content: "\f360";
}
.fa-node:before {
	content: "\f361";
}
.fa-npm:before {
	content: "\f362";
}
.fa-ns8:before {
	content: "\f363";
}
.fa-nutritionix:before {
	content: "\f364";
}
.fa-object-group:before {
	content: "\f365";
}
.fa-object-ungroup:before {
	content: "\f366";
}
.fa-odnoklassniki-square:before {
	content: "\f367";
}
.fa-odnoklassniki:before {
	content: "\f368";
}
.fa-opencart:before {
	content: "\f369";
}
.fa-openid:before {
	content: "\f36a";
}
.fa-opera:before {
	content: "\f36b";
}
.fa-optin-monster:before {
	content: "\f36c";
}
.fa-osi:before {
	content: "\f36d";
}
.fa-outdent:before {
	content: "\f36e";
}
.fa-page4:before {
	content: "\f36f";
}
.fa-pagelines:before {
	content: "\f370";
}
.fa-paint-brush:before {
	content: "\f371";
}
.fa-palfed:before {
	content: "\f372";
}
.fa-paper-plane-o:before {
	content: "\f373";
}
.fa-paper-plane:before {
	content: "\f374";
}
.fa-paperclip:before {
	content: "\f375";
}
.fa-paragraph:before {
	content: "\f376";
}
.fa-paste:before {
	content: "\f377";
}
.fa-patreon:before {
	content: "\f378";
}
.fa-pause-circle-o:before {
	content: "\f379";
}
.fa-pause-circle:before {
	content: "\f37a";
}
.fa-pause:before {
	content: "\f37b";
}
.fa-paw:before {
	content: "\f37c";
}
.fa-paypal:before {
	content: "\f37d";
}
.fa-pencil-square-o:before {
	content: "\f37e";
}
.fa-pencil-square:before {
	content: "\f37f";
}
.fa-pencil:before {
	content: "\f380";
}
.fa-percent:before {
	content: "\f381";
}
.fa-periscope:before {
	content: "\f382";
}
.fa-phabricator:before {
	content: "\f383";
}
.fa-phoenix-framework:before {
	content: "\f384";
}
.fa-phone-square:before {
	content: "\f385";
}
.fa-phone:before {
	content: "\f386";
}
.fa-photo:before {
	content: "\f387";
}
.fa-picture-o:before {
	content: "\f388";
}
.fa-pie-chart:before {
	content: "\f389";
}
.fa-pied-piper-alt:before {
	content: "\f38a";
}
.fa-pied-piper-pp:before {
	content: "\f38b";
}
.fa-pied-piper:before {
	content: "\f38c";
}
.fa-pinterest-p:before {
	content: "\f38d";
}
.fa-pinterest-square:before {
	content: "\f38e";
}
.fa-pinterest:before {
	content: "\f38f";
}
.fa-plane:before {
	content: "\f390";
}
.fa-play-circle-o:before {
	content: "\f391";
}
.fa-play-circle:before {
	content: "\f392";
}
.fa-play:before {
	content: "\f393";
}
.fa-playstation:before {
	content: "\f394";
}
.fa-plug:before {
	content: "\f395";
}
.fa-plus-circle:before {
	content: "\f396";
}
.fa-plus-square-o:before {
	content: "\f397";
}
.fa-plus-square:before {
	content: "\f398";
}
.fa-plus:before {
	content: "\f399";
}
.fa-podcast:before {
	content: "\f39a";
}
.fa-power-off:before {
	content: "\f39b";
}
.fa-print:before {
	content: "\f39c";
}
.fa-product-hunt:before {
	content: "\f39d";
}
.fa-pushed:before {
	content: "\f39e";
}
.fa-puzzle-piece:before {
	content: "\f39f";
}
.fa-python:before {
	content: "\f3a0";
}
.fa-qq:before {
	content: "\f3a1";
}
.fa-qrcode:before {
	content: "\f3a2";
}
.fa-question-circle-o:before {
	content: "\f3a3";
}
.fa-question-circle:before {
	content: "\f3a4";
}
.fa-question:before {
	content: "\f3a5";
}
.fa-quora:before {
	content: "\f3a6";
}
.fa-quote-left:before {
	content: "\f3a7";
}
.fa-quote-right:before {
	content: "\f3a8";
}
.fa-ra:before {
	content: "\f3a9";
}
.fa-random:before {
	content: "\f3aa";
}
.fa-ravelry:before {
	content: "\f3ab";
}
.fa-react:before {
	content: "\f3ac";
}
.fa-rebel:before {
	content: "\f3ad";
}
.fa-recycle:before {
	content: "\f3ae";
}
.fa-red-river:before {
	content: "\f3af";
}
.fa-reddit-alien:before {
	content: "\f3b0";
}
.fa-reddit-square:before {
	content: "\f3b1";
}
.fa-reddit:before {
	content: "\f3b2";
}
.fa-refresh:before {
	content: "\f3b3";
}
.fa-registered:before {
	content: "\f3b4";
}
.fa-remove:before {
	content: "\f3b5";
}
.fa-rendact:before {
	content: "\f3b6";
}
.fa-renren:before {
	content: "\f3b7";
}
.fa-reorder:before {
	content: "\f3b8";
}
.fa-repeat:before {
	content: "\f3b9";
}
.fa-reply-all:before {
	content: "\f3ba";
}
.fa-reply:before {
	content: "\f3bb";
}
.fa-replyd:before {
	content: "\f3bc";
}
.fa-resistance:before {
	content: "\f3bd";
}
.fa-resolving:before {
	content: "\f3be";
}
.fa-retweet:before {
	content: "\f3bf";
}
.fa-rmb:before {
	content: "\f3c0";
}
.fa-road:before {
	content: "\f3c1";
}
.fa-rocket:before {
	content: "\f3c2";
}
.fa-rocketchat:before {
	content: "\f3c3";
}
.fa-rockrms:before {
	content: "\f3c4";
}
.fa-rotate-left:before {
	content: "\f3c5";
}
.fa-rotate-right:before {
	content: "\f3c6";
}
.fa-rouble:before {
	content: "\f3c7";
}
.fa-rss-square:before {
	content: "\f3c8";
}
.fa-rss:before {
	content: "\f3c9";
}
.fa-rub:before {
	content: "\f3ca";
}
.fa-ruble:before {
	content: "\f3cb";
}
.fa-rupee:before {
	content: "\f3cc";
}
.fa-s15:before {
	content: "\f3cd";
}
.fa-safari:before {
	content: "\f3ce";
}
.fa-sass:before {
	content: "\f3cf";
}
.fa-save:before {
	content: "\f3d0";
}
.fa-schlix:before {
	content: "\f3d1";
}
.fa-scissors:before {
	content: "\f3d2";
}
.fa-scribd:before {
	content: "\f3d3";
}
.fa-search-minus:before {
	content: "\f3d4";
}
.fa-search-plus:before {
	content: "\f3d5";
}
.fa-search:before {
	content: "\f3d6";
}
.fa-searchengin:before {
	content: "\f3d7";
}
.fa-sellcast:before {
	content: "\f3d8";
}
.fa-sellsy:before {
	content: "\f3d9";
}
.fa-send-o:before {
	content: "\f3da";
}
.fa-send:before {
	content: "\f3db";
}
.fa-server:before {
	content: "\f3dc";
}
.fa-servicestack:before {
	content: "\f3dd";
}
.fa-share-alt-square:before {
	content: "\f3de";
}
.fa-share-alt:before {
	content: "\f3df";
}
.fa-share-square-o:before {
	content: "\f3e0";
}
.fa-share-square:before {
	content: "\f3e1";
}
.fa-share:before {
	content: "\f3e2";
}
.fa-shekel:before {
	content: "\f3e3";
}
.fa-sheqel:before {
	content: "\f3e4";
}
.fa-shield:before {
	content: "\f3e5";
}
.fa-ship:before {
	content: "\f3e6";
}
.fa-shirtsinbulk:before {
	content: "\f3e7";
}
.fa-shopping-bag:before {
	content: "\f3e8";
}
.fa-shopping-basket:before {
	content: "\f3e9";
}
.fa-shopping-cart:before {
	content: "\f3ea";
}
.fa-shower:before {
	content: "\f3eb";
}
.fa-sign-in:before {
	content: "\f3ec";
}
.fa-sign-language:before {
	content: "\f3ed";
}
.fa-sign-out:before {
	content: "\f3ee";
}
.fa-signal:before {
	content: "\f3ef";
}
.fa-signing:before {
	content: "\f3f0";
}
.fa-simplybuilt:before {
	content: "\f3f1";
}
.fa-sistrix:before {
	content: "\f3f2";
}
.fa-sitemap:before {
	content: "\f3f3";
}
.fa-skyatlas:before {
	content: "\f3f4";
}
.fa-skype:before {
	content: "\f3f5";
}
.fa-slack-hash:before {
	content: "\f3f6";
}
.fa-slack:before {
	content: "\f3f7";
}
.fa-sliders:before {
	content: "\f3f8";
}
.fa-slideshare:before {
	content: "\f3f9";
}
.fa-smile-o:before {
	content: "\f3fa";
}
.fa-snapchat-ghost:before {
	content: "\f3fb";
}
.fa-snapchat-square:before {
	content: "\f3fc";
}
.fa-snapchat:before {
	content: "\f3fd";
}
.fa-snowflake-o:before {
	content: "\f3fe";
}
.fa-soccer-ball-o:before {
	content: "\f3ff";
}
.fa-sort-alpha-asc:before {
	content: "\f400";
}
.fa-sort-alpha-desc:before {
	content: "\f401";
}
.fa-sort-amount-asc:before {
	content: "\f402";
}
.fa-sort-amount-desc:before {
	content: "\f403";
}
.fa-sort-asc:before {
	content: "\f404";
}
.fa-sort-desc:before {
	content: "\f405";
}
.fa-sort-down:before {
	content: "\f406";
}
.fa-sort-numeric-asc:before {
	content: "\f407";
}
.fa-sort-numeric-desc:before {
	content: "\f408";
}
.fa-sort-up:before {
	content: "\f409";
}
.fa-sort:before {
	content: "\f40a";
}
.fa-soundcloud:before {
	content: "\f40b";
}
.fa-space-shuttle:before {
	content: "\f40c";
}
.fa-speakap:before {
	content: "\f40d";
}
.fa-spinner:before {
	content: "\f40e";
}
.fa-spoon:before {
	content: "\f40f";
}
.fa-spotify:before {
	content: "\f410";
}
.fa-square-o:before {
	content: "\f411";
}
.fa-square:before {
	content: "\f412";
}
.fa-stack-exchange:before {
	content: "\f413";
}
.fa-stack-overflow:before {
	content: "\f414";
}
.fa-star-half-empty:before {
	content: "\f415";
}
.fa-star-half-full:before {
	content: "\f416";
}
.fa-star-half-o:before {
	content: "\f417";
}
.fa-star-half:before {
	content: "\f418";
}
.fa-star-o:before {
	content: "\f419";
}
.fa-star:before {
	content: "\f41a";
}
.fa-staylinked:before {
	content: "\f41b";
}
.fa-steam-square:before {
	content: "\f41c";
}
.fa-steam-symbol:before {
	content: "\f41d";
}
.fa-steam:before {
	content: "\f41e";
}
.fa-step-backward:before {
	content: "\f41f";
}
.fa-step-forward:before {
	content: "\f420";
}
.fa-stethoscope:before {
	content: "\f421";
}
.fa-sticker-mule:before {
	content: "\f422";
}
.fa-sticky-note-o:before {
	content: "\f423";
}
.fa-sticky-note:before {
	content: "\f424";
}
.fa-stop-circle-o:before {
	content: "\f425";
}
.fa-stop-circle:before {
	content: "\f426";
}
.fa-stop:before {
	content: "\f427";
}
.fa-strava:before {
	content: "\f428";
}
.fa-street-view:before {
	content: "\f429";
}
.fa-strikethrough:before {
	content: "\f42a";
}
.fa-stripe-s:before {
	content: "\f42b";
}
.fa-stripe:before {
	content: "\f42c";
}
.fa-studiovinari:before {
	content: "\f42d";
}
.fa-stumbleupon-circle:before {
	content: "\f42e";
}
.fa-stumbleupon:before {
	content: "\f42f";
}
.fa-subscript:before {
	content: "\f430";
}
.fa-subway:before {
	content: "\f431";
}
.fa-suitcase:before {
	content: "\f432";
}
.fa-sun-o:before {
	content: "\f433";
}
.fa-superpowers:before {
	content: "\f434";
}
.fa-superscript:before {
	content: "\f435";
}
.fa-supple:before {
	content: "\f436";
}
.fa-support:before {
	content: "\f437";
}
.fa-table:before {
	content: "\f438";
}
.fa-tablet:before {
	content: "\f439";
}
.fa-tachometer:before {
	content: "\f43a";
}
.fa-tag:before {
	content: "\f43b";
}
.fa-tags:before {
	content: "\f43c";
}
.fa-tasks:before {
	content: "\f43d";
}
.fa-taxi:before {
	content: "\f43e";
}
.fa-telegram-plane:before {
	content: "\f43f";
}
.fa-telegram:before {
	content: "\f440";
}
.fa-television:before {
	content: "\f441";
}
.fa-tencent-weibo:before {
	content: "\f442";
}
.fa-terminal:before {
	content: "\f443";
}
.fa-text-height:before {
	content: "\f444";
}
.fa-text-width:before {
	content: "\f445";
}
.fa-th-large:before {
	content: "\f446";
}
.fa-th-list:before {
	content: "\f447";
}
.fa-th:before {
	content: "\f448";
}
.fa-themeisle:before {
	content: "\f449";
}
.fa-thermometer-0:before {
	content: "\f44a";
}
.fa-thermometer-1:before {
	content: "\f44b";
}
.fa-thermometer-2:before {
	content: "\f44c";
}
.fa-thermometer-3:before {
	content: "\f44d";
}
.fa-thermometer-4:before {
	content: "\f44e";
}
.fa-thermometer-empty:before {
	content: "\f44f";
}
.fa-thermometer-full:before {
	content: "\f450";
}
.fa-thermometer-half:before {
	content: "\f451";
}
.fa-thermometer-quarter:before {
	content: "\f452";
}
.fa-thermometer-three-quarters:before {
	content: "\f453";
}
.fa-thermometer:before {
	content: "\f454";
}
.fa-thumb-tack:before {
	content: "\f455";
}
.fa-thumbs-down:before {
	content: "\f456";
}
.fa-thumbs-o-down:before {
	content: "\f457";
}
.fa-thumbs-o-up:before {
	content: "\f458";
}
.fa-thumbs-up:before {
	content: "\f459";
}
.fa-ticket:before {
	content: "\f45a";
}
.fa-times-circle-o:before {
	content: "\f45b";
}
.fa-times-circle:before {
	content: "\f45c";
}
.fa-times-rectangle-o:before {
	content: "\f45d";
}
.fa-times-rectangle:before {
	content: "\f45e";
}
.fa-times:before {
	content: "\f45f";
}
.fa-tint:before {
	content: "\f460";
}
.fa-toggle-down:before {
	content: "\f461";
}
.fa-toggle-left:before {
	content: "\f462";
}
.fa-toggle-off:before {
	content: "\f463";
}
.fa-toggle-on:before {
	content: "\f464";
}
.fa-toggle-right:before {
	content: "\f465";
}
.fa-toggle-up:before {
	content: "\f466";
}
.fa-trademark:before {
	content: "\f467";
}
.fa-train:before {
	content: "\f468";
}
.fa-transgender-alt:before {
	content: "\f469";
}
.fa-transgender:before {
	content: "\f46a";
}
.fa-trash-o:before {
	content: "\f46b";
}
.fa-trash:before {
	content: "\f46c";
}
.fa-tree:before {
	content: "\f46d";
}
.fa-trello:before {
	content: "\f46e";
}
.fa-tripadvisor:before {
	content: "\f46f";
}
.fa-trophy:before {
	content: "\f470";
}
.fa-truck:before {
	content: "\f471";
}
.fa-try:before {
	content: "\f472";
}
.fa-tty:before {
	content: "\f473";
}
.fa-tumblr-square:before {
	content: "\f474";
}
.fa-tumblr:before {
	content: "\f475";
}
.fa-turkish-lira:before {
	content: "\f476";
}
.fa-tv:before {
	content: "\f477";
}
.fa-twitch:before {
	content: "\f478";
}
.fa-twitter-square:before {
	content: "\f479";
}
.fa-twitter:before {
	content: "\f47a";
}
.fa-typo3:before {
	content: "\f47b";
}
.fa-uber:before {
	content: "\f47c";
}
.fa-uikit:before {
	content: "\f47d";
}
.fa-umbrella:before {
	content: "\f47e";
}
.fa-underline:before {
	content: "\f47f";
}
.fa-undo:before {
	content: "\f480";
}
.fa-uniregistry:before {
	content: "\f481";
}
.fa-universal-access:before {
	content: "\f482";
}
.fa-university:before {
	content: "\f483";
}
.fa-unlink:before {
	content: "\f484";
}
.fa-unlock-alt:before {
	content: "\f485";
}
.fa-unlock:before {
	content: "\f486";
}
.fa-unsorted:before {
	content: "\f487";
}
.fa-untappd:before {
	content: "\f488";
}
.fa-upload:before {
	content: "\f489";
}
.fa-usb:before {
	content: "\f48a";
}
.fa-usd:before {
	content: "\f48b";
}
.fa-user-circle-o:before {
	content: "\f48c";
}
.fa-user-circle:before {
	content: "\f48d";
}
.fa-user-md:before {
	content: "\f48e";
}
.fa-user-o:before {
	content: "\f48f";
}
.fa-user-plus:before {
	content: "\f490";
}
.fa-user-secret:before {
	content: "\f491";
}
.fa-user-times:before {
	content: "\f492";
}
.fa-user:before {
	content: "\f493";
}
.fa-users:before {
	content: "\f494";
}
.fa-ussunnah:before {
	content: "\f495";
}
.fa-vaadin:before {
	content: "\f496";
}
.fa-vcard-o:before {
	content: "\f497";
}
.fa-vcard:before {
	content: "\f498";
}
.fa-venus-double:before {
	content: "\f499";
}
.fa-venus-mars:before {
	content: "\f49a";
}
.fa-venus:before {
	content: "\f49b";
}
.fa-viacoin:before {
	content: "\f49c";
}
.fa-viadeo-square:before {
	content: "\f49d";
}
.fa-viadeo:before {
	content: "\f49e";
}
.fa-viber:before {
	content: "\f49f";
}
.fa-video-camera:before {
	content: "\f4a0";
}
.fa-vimeo-square:before {
	content: "\f4a1";
}
.fa-vimeo-v:before {
	content: "\f4a2";
}
.fa-vimeo:before {
	content: "\f4a3";
}
.fa-vine:before {
	content: "\f4a4";
}
.fa-vk:before {
	content: "\f4a5";
}
.fa-vnv:before {
	content: "\f4a6";
}
.fa-volume-control-phone:before {
	content: "\f4a7";
}
.fa-volume-down:before {
	content: "\f4a8";
}
.fa-volume-off:before {
	content: "\f4a9";
}
.fa-volume-up:before {
	content: "\f4aa";
}
.fa-vuejs:before {
	content: "\f4ab";
}
.fa-warning:before {
	content: "\f4ac";
}
.fa-wechat:before {
	content: "\f4ad";
}
.fa-weibo:before {
	content: "\f4ae";
}
.fa-weixin:before {
	content: "\f4af";
}
.fa-whatsapp-square:before {
	content: "\f4b0";
}
.fa-whatsapp:before {
	content: "\f4b1";
}
.fa-wheelchair-alt:before {
	content: "\f4b2";
}
.fa-wheelchair:before {
	content: "\f4b3";
}
.fa-whmcs:before {
	content: "\f4b4";
}
.fa-wifi:before {
	content: "\f4b5";
}
.fa-wikipedia-w:before {
	content: "\f4b6";
}
.fa-window-close-o:before {
	content: "\f4b7";
}
.fa-window-close:before {
	content: "\f4b8";
}
.fa-window-maximize:before {
	content: "\f4b9";
}
.fa-window-minimize:before {
	content: "\f4ba";
}
.fa-window-restore:before {
	content: "\f4bb";
}
.fa-windows:before {
	content: "\f4bc";
}
.fa-won:before {
	content: "\f4bd";
}
.fa-wordpress-simple:before {
	content: "\f4be";
}
.fa-wordpress:before {
	content: "\f4bf";
}
.fa-wpbeginner:before {
	content: "\f4c0";
}
.fa-wpexplorer:before {
	content: "\f4c1";
}
.fa-wpforms:before {
	content: "\f4c2";
}
.fa-wrench:before {
	content: "\f4c3";
}
.fa-xbox:before {
	content: "\f4c4";
}
.fa-xing-square:before {
	content: "\f4c5";
}
.fa-xing:before {
	content: "\f4c6";
}
.fa-y-combinator-square:before {
	content: "\f4c7";
}
.fa-y-combinator:before {
	content: "\f4c8";
}
.fa-yahoo:before {
	content: "\f4c9";
}
.fa-yandex-international:before {
	content: "\f4ca";
}
.fa-yandex:before {
	content: "\f4cb";
}
.fa-yc-square:before {
	content: "\f4cc";
}
.fa-yc:before {
	content: "\f4cd";
}
.fa-yelp:before {
	content: "\f4ce";
}
.fa-yen:before {
	content: "\f4cf";
}
.fa-yoast:before {
	content: "\f4d0";
}
.fa-youtube-play:before {
	content: "\f4d1";
}
.fa-youtube-square:before {
	content: "\f4d2";
}
.fa-youtube:before {
	content: "\f4d3";
}
/*
 * jQuery Dropdown: A simple dropdown plugin
 *
 * Contribute: https://github.com/claviska/jquery-dropdown
 *
 * @license: MIT license: http://opensource.org/licenses/MIT
 *
 */
.jq-dropdown{position:absolute;z-index:122;display:none;font-size: 0.875rem;}
.jq-dropdown .jq-dropdown-menu,.jq-dropdown .jq-dropdown-panel{
  min-width:12rem;max-width:25rem;list-style:none;
  background: #ffffff;
  border:solid 1px #cacaca;
  box-shadow:0 5px 10px #666;
  overflow:visible;
  padding: 0.5rem 0;
  margin:0;
}
.jq-dropdown .jq-dropdown-panel{padding: 0.75rem}
.jq-dropdown{margin-top: 0.5rem}
.jq-dropdown.jq-dropdown-tip:before{
  position:absolute;top:-6px;left:9px;content:'';border-left:7px solid transparent;
  border-right:7px solid transparent;border-bottom:7px solid #cacaca;display:inline-block}
.jq-dropdown.jq-dropdown-tip:after{
  position:absolute;top:-5px;left:10px;content:'';border-left:6px solid transparent;
  border-right:6px solid transparent;border-bottom:6px solid #ffffff;display:inline-block}
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before{left:auto;right:9px}
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after{left:auto;right:10px}
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel{max-height:180px;overflow:auto}
.jq-dropdown .jq-dropdown-menu li{
  list-style:none;padding:0 0;margin:0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  display: block;
}
.jq-dropdown .jq-dropdown-menu label,.jq-dropdown .jq-dropdown-menu li>a{
  display:block;color:inherit;text-decoration:none;
  padding: 0.375rem 1rem;
  margin:0;white-space:nowrap;
  line-height: 1.5;
}
.jq-dropdown .jq-dropdown-menu label:hover,.jq-dropdown .jq-dropdown-menu li>a:hover {
  background-color: #f1f1f1;color:inherit;cursor:pointer}
.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider{font-size:1px;border-top:solid 1px #e6e6e6;padding:0;margin:5px 0}
/*! jQuery UI - v1.10.3 - 2013-12-05
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.datepicker.css, jquery.ui.menu.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=highlight_soft&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=highlight_soft&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=flat&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter:Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0; /* support: IE7 */
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff url(//cdn.socibd.com/s/global/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #444444;
}
.ui-widget-content a {
  color: #444444;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #dddddd url(//cdn.socibd.com/s/global/jquery-ui/images/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x;
  color: #444444;
  font-weight: bold;
}
.ui-widget-header a {
  color: #444444;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #dddddd;
  background: #f6f6f6 url(//cdn.socibd.com/s/global/jquery-ui/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #0073ea;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #0073ea;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #0073ea;
  background: #0073ea url(//cdn.socibd.com/s/global/jquery-ui/images/ui-bg_highlight-soft_25_0073ea_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #dddddd;
  background: #ffffff url(//cdn.socibd.com/s/global/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #ff0084;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ff0084;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #cccccc;
  background: #ffffff url(//cdn.socibd.com/s/global/jquery-ui/images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x;
  color: #444444;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #ff0084;
  background: #ffffff url(//cdn.socibd.com/s/global/jquery-ui/images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #222222;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #222222;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter:Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter:Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(//cdn.socibd.com/s/global/jquery-ui/images/ui-icons_ff0084_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(//cdn.socibd.com/s/global/jquery-ui/images/ui-icons_0073ea_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(//cdn.socibd.com/s/global/jquery-ui/images/ui-icons_666666_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(//cdn.socibd.com/s/global/jquery-ui/images/ui-icons_ffffff_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(//cdn.socibd.com/s/global/jquery-ui/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(//cdn.socibd.com/s/global/jquery-ui/images/ui-icons_0073ea_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(//cdn.socibd.com/s/global/jquery-ui/images/ui-icons_ff0084_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px;
}

/* Overlays */
.ui-widget-overlay {
  background: #eeeeee url(//cdn.socibd.com/s/global/jquery-ui/images/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x;
  opacity: .8;
  filter: Alpha(Opacity=80);
}
.ui-widget-shadow {
  margin: -4px 0 0 -4px;
  padding: 4px;
  background: #aaaaaa url(//cdn.socibd.com/s/global/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .6;
  filter: Alpha(Opacity=60);
  border-radius: 0px;
}

.ui-timepicker-wrapper {
  overflow-y: auto;
  height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
  box-shadow:0 5px 10px rgba(0,0,0,0.2);
  outline: none;
  z-index: 10001;
  margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 11em;
}

.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ui-timepicker-duration {
  margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}

/**
 * Nestable
 */

.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px; }

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; line-height: 2rem; }

.dd-handle {
  display: block; margin: 5px 0; padding: 5px 15px;
  color: #333; text-decoration: none; font-weight: bold;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  color: #333;
  float: left; width: 25px; height: 2rem;
  margin: 5px 0 5px 30px;
  padding: 0; text-indent: 100%; white-space: nowrap;
  overflow: hidden; border: 0; background: transparent; font-size: 1rem; line-height: 1; text-align: center;
  font-weight: bold;
  background: none; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }
.dd-item > button:hover {
  background: none;
  color: #333;
}
.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                      -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                         -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:         linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                              linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
            box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}

/**
 * Nestable Extras
 */

.nestable-lists { display: block; clear: both; padding: 30px 0; width: 100%; border: 0; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd; }

#nestable-menu { padding: 0; margin: 20px 0; }

#nestable-output,
#nestable2-output { width: 100%; height: 7em; font-size: 0.75em; line-height: 1.333333em; font-family: Consolas, monospace; padding: 5px; box-sizing: border-box; -moz-box-sizing: border-box; }

#nestable2 .dd-handle {
    color: #fff;
    border: 1px solid #999;
    background: #bbb;
    background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
    background:    -moz-linear-gradient(top, #bbb 0%, #999 100%);
    background:         linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover { background: #bbb; }
#nestable2 .dd-item > button:before { color: #fff; }

.dd-hover > .dd-handle { background: #2ea8e5 !important; }

/**
 * Nestable Draggable Handles
 */

.dd3-content {
  display: block;
  margin-top: 1px;
  padding: 5px 20px 5px 40px;
  color: #333;
  background: #f2f2f2;
  line-height: 2rem;
}

.dd-dragel > .dd3-item > .dd3-content { margin: 0; }

.dd3-item > button { margin-left: 30px; }

.dd3-handle {
  cursor: pointer;
  width: 30px;
  border-left: 2px solid #e3e3e3;
  position: absolute;
  margin: 0; left: 0; top: 0;
  font-size: 0.75rem;
}
/*
    Redactor 3

    http://imperavi.com/redactor/

    Copyright (c) 2009-2018, Imperavi LLC.
    License: http://imperavi.com/redactor/license/
*/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.redactor-animate-hide {
  display: none !important; }

.redactor-fadeIn {
  opacity: 0;
  animation: fadeIn .2s ease-in-out; }

.redactor-fadeOut {
  opacity: 1;
  animation: fadeOut .2s ease-in-out; }

@font-face {
  font-family: 'Redactor';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBkcAAAC8AAAAYGNtYXAXVtKwAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zuxdz/8AAAF4AAAkQGhlYWQPMte3AAAluAAAADZoaGVhB7gD6wAAJfAAAAAkaG10eK4BD60AACYUAAAAuGxvY2GyjqiGAAAmzAAAAF5tYXhwADkBcwAAJywAAAAgbmFtZVDOJQoAACdMAAABknBvc3QAAwAAAAAo4AAAACAAAwP0AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpKQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Sn//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAADAAAAgAQAAwAAEgAoADwAABMhMhYVMRUUBiMhIiY1MTU0NjMDITIWFTEVFAYjITgBMSImPQE0NjMxEyEyFhUxFRQGIzEhIiY1MTU0NjO7AooZIiIZ/XYZIiIZgAOKGSIiGfx2GCMiGYACihkiIhn9dhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADAAAAgAQAAwAAEwApAD4AABMhMhYVMRUUBiMhIiY1MTU0NjMxESEyFhUxFRQGIyE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzMTsCyhkiIhn9NhkiIhkDihkiIhn8dhgjIhkCyhkiIhn9NhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADAAAAgAQAAwAAEgAoADwAABMhMhYVMRUUBiMhIiY1MTU0NjMDITIWFTEVFAYjITgBMSImPQE0NjMxEyEyFhUxFRQGIzEhIiY1MTU0NjP7AsoZIiIZ/TYZIiIZwAOKGSIiGfx2GCMiGcACyhkiIhn9NhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADARkARwLnAwAAKwA0AFUAACU+ATU0JjUxNjQ1NCYvAT4BNzE8ATU0JicxLgEjKgEjMSIHETMyFjMyNjcHAzIVFCMiIzUzAzoBMzIWFyceARUcARU1HAEVFAYHFQ4BIyImIzMiJzUzAp8hJwEBSDcCJjABIRshUS0CBQI4iM8DBgMwWCQByWp3HxxGBwUJBRw0FgEQEhUSFjQcBAkEARcmQIAZSiwBBAEDBwM9XRABEEUrAQMBJj8WGBsG/U4BHxsBAhdPWqb+/w4OAQ4oFwIFAgECBQIZLA4BDQ8BA+MAAAIAwAAAA0ADgAAsADgAACUiJicxJwcOASM4ATkBKgEjIiYnNRE+ATM6ATMxIToBMzIWFzERDgEjKgEjMQERNz4BMzIWFzEXEQMACxMI2toIEwsBAgEYIgICIhgBAgECAAECARgiAgIiGAECAf5AmgcUCgsTCJsABwWOjgYGIBcBAxAYICEX/PAXIQMQ/ZhlBgYGBmUCaAAABQBAAAADwAOAABMAFwAnADcARwAAASEiBhUxERQWMzEhMjY1MRE0JiMRIREhBSEyFhUUBiMxISImNTQ2MxUhMhYVFAYjMSEiJjU0NjMVITIWFRQGIzEhIiY1NDYzA0D9gDVLSzUCgDVLSzX9gAKA/gABgBslJRv+gBslJRsBgBslJRv+gBslJRsBgBslJRv+gBslJRsDgEs1/YA1S0s1AoA1S/0AAoBAJRsbJSUbGyXAJRsbJSUbGyXAJRsbJSUbGyUAAAMAQAAAA8ADgAATABcAWQAAASEiBhUxERQWMzEhMjY1MRE0JiMRIREhAzEHDgEjOAE5ASoBIyImJzE0NjcxNyMwIjEiJicxNDY3MTc+ATM4ATkBOgEzMhYXMRQGBzEHMzAyMTIWFzEUBgcxA0D9gDVLSzUCgDVLSzX9gAKAiMAFEAkBAQEOFAIEBJTpAg4VAQQEwAUQCQEBAQ4UAgQElOkCDhUBBAQDgEs1/YA1S0s1AoA1S/0AAoD+reAGBxIOBQoErRIOBQoE4AYHEg4FCgStEg4FCgQAAAEAgAA8A4ADAQCDAAABIy4BJyMnLgEnFy4BJzUuATUwNDUxPAE1NDY3MT4BMzoBMzEeARcjHgEXIzcuASMqAQczKgEjIgYHMQ4BFRwBFTEcARUUFhc1HgEfAiEVIRceARUxHAEVFAYHMQ4BIyoBIzEuAScXLgEnFwceATM6ATMjMhYzMjY3MT4BNzEuAScXMwOA9BIoFwI5FSMRAQgOBQUFDw0NIxMCBAITJBECEB0NARscQiQHDgYBAgQCJkQaGR0PDRIxHQIv/p0BxAQJChIPESoYAQQBEyQRAhIhDgEiH0wpAgQDAQMHAyxOIB0iAQEIBwHTAYASHQsbChUNAQcSCgEKFw0BAQEBARQiDQsOAQYGBA4IURETARsYFz8lAQMBAQICHDUXARkmCwEWQAQOIREBAQEWJg4OEAEHBgEGEAsBVhUWAR0aF0QoFCYSAgAAAAACAEAAAAPAA4AAHQA9AAABBzMyFhUUBisBIiY1MTU0NjMyFhUxFTceARcVFDY/ASMiJjU0NjMxMzIWFTEVFAYjIiY1MTUHLgEnNTQGNwHA50cTGhoTsxMaGhMSG+YYIgYGeudHExoaE7MTGhoTEhvmGCIGBgYBQOYbEhMaGhOzExoaE0fnBSMXAQkP+uYbEhMaGhOzExoaE0fnBSMXAQkPBgAAAAMAQABAA8ADgAAbAB4AIgAAASMVMxEhETM1IyIGFTERFBYzMSEyNjUxETQmIwEHISczESMDQICA/YCAgDVLSzUCgDVLSzX+wIABAKpUVAKAgP7AAUCASzX+wDVLSzUBQDVLAQDaIP66AAAAAAMAQAAAA8ADgAADABcAHwAAATMnBwEhIgYVMREUFjMxITI2NTERNCYjAycjByMTMxMBuI1GRwGI/YA1S0s1AoA1S0s1sivIKHPoLuoBgdHRAf9LNf2ANUtLNQKANUv9QHNzAkD9wAAABAA/AMADvwL/AAcACgB5ALAAACUDIwMzNzMXJyM3AREwNDU0JicXLgEnMS4BJyMuASMqATkBOAExIgYHMwYHBgcGBxU+ATczPgEzMToBMzIWFzEeARUwFBUxFSMmIiMiBgczDgEVHAEVNRQwFRQWFyceARcxHgEXMx4BMzoBMzE4ATEyNjcjPgE3MRczJw4BDwEOAQcjMCIjIiYnMS4BJzEuASc1LgE1OAE5ATQwNTQ2NzE+ATcxPgE3Mz4BMzoBMzEzFQJA6i7pcynIK0mMRgKABgUBBQ8JChcNAQ0eDwECChMKAhMREBAPDA0fEQMOIBACBAIQHgwKC04DBwQfOBgBFBcEBAEECwcIEwoBCxoOAQIBEiIQAhMfDQE7Qg0eEQELGg4BAQEHDgYGCQQEBQICAQMCAwgGBg4IAQgUCwEBAVPAAj/9wXNzwNH+egEEAgEOGgwBDBMIBwwDBAQBAQIEAwQEBTsGCgQEBAsJChoPAgEhARIPDiwaAQICAQEBCxUKAQoRBwcLBAQFCAYIFg4zaAwWCAEGBwEDAgIGBAQIBQEECwUBAQcOBgYLBAUHAgMCQwAAAAAHAD8AQAPRA0AABwAKAA4AEgAWABoAHgAAJQMjAzM3MxcnIzclMxEjExcHJzcHFzcDNycHFyc3FwJA6i7pcynIK0mMRgHBQEAkLbUtrS21La0ttS2tLbUtwAI//cFzc8DR7/0AAvEttS21LbUt/dMttS21LbUtAAABAMAAQANAA0AAMgAAASEqASMiBgczDgEHMw4BBxUOARUcARUxFBYXNR4BFzEeARczHgEzOgEzMREzETMRMxEzA0D+YAIFAhgsFQIUJA8BDxYIBgcJBwgXDg4hEwEULRgCBAFcgFxoA0AHBgYUDAwdEQEPIhICBQITJBABER4MDRUHCAf+cwKr/VUCqwAAAAAC//EAswQEAtwABQALAAABLQEnCQEBDQEXCQEBn/8AAQBR/qMBXQEJAQD/AFABXf6jAQDIxk7+7P7rAdzIxk0BFAEUAAYAQABAA8ADQAADAB8AIgAlADgATAAAAREhEQU6ATMyFhcxDgEjKgEjMSoBIyImJzE+ATM6ATMHNxcxNxcBITIWFTEVFAYjISImNTE1NDYzESEyFhUxFRQGIzEhIiY1MTU0NjMBAAIA/qsBAgIVHgMDHhUCAgEBAwEVHwICHxUBAwFcTUh0bf22AwoZIiIZ/PYZIiIZAwoZIiIZ/PYZIiIZAoD+gAGAShwUFRsbFRQc9lBQgIACACIZChkiIhkKGSL9gCIZChkiIhkKGSIAAAAHAEAAgAPAAwAAEgApAD0AQQBeAGEAZAAAATMyFhUxFRQGKwEiJjUxNTQ2MxEzMhYVMRUUBiMxIzgBMSImPQE0NjMxASEyFhUxFRQGIzEhIiY1MTU0NjMDESERBTAyMzIWFzEOASMqATkBKgExIiYnMT4BMzAyMzEHNxcjNxcCu8oZIiIZyhkiIhnJGSIiGckYIyIZ/cADChkiIhn89hkiIhk7AcD+1gEBFB0BAR0UAQEBARQdAQEdFAEBUUNAA2hgAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAgD+gAGAShwUFBwcFBQc9lBQgIAAAAAHAEAAgAPAAwAAEwAtAEEARQBaAF0AYAAAEzMyFhUxFRQGIzEjIiY1MTU0NjMRMzIWFTEVFDAxFAYjOAExIyImNTE1NDYzMREhMhYVMRUUBiMxISImNTE1NDYzAREhEQUwMjMyFhcxDgEjIiYnMT4BMzoBMwc3Fyc3F3vKGSIiGcoZIiIZyhkiIhnKGSIiGQMKGSIiGfz2GSIiGQGFAcD+1gEBFB0BAx0VFB0DAR0UAQEBUURABGVjAwAiGQoZIiIZChki/wAiGQkBGSIiGQoZIv8AIhkKGSIiGQoZIgIA/oABgEocFBQbGxQUHPZPUAGAgAAABAAAAAAEAAOAAAMAIAAjACYAABMRIREFOgEzMhYXMQ4BIyoBIzEqASMiJicxPgEzOgEzMQM3FzUbAQAEAP1UAQEBL0MBAUMvAQEBAQEBL0MBAUMvAQEBt5uR6NoDgPyAA4CsQS8vQUEvL0H9xbe7BAEn/tQAAAAABQAAAIAEAAMAABMAKgA+AEEARQAAEyEyFhUxFRQGIyEiJjUxNTQ2MzEBITIWFTEVFAYjMSE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzJwcRBzMVIzsDihkiIhn8dhkiIhkBwAHJGSIiGf43GCMiGQHKGSIiGf42GSIiGbvAgICAAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIaEBQIBAAAAAAgDAAAADgAOAACQASQAAJTEqASMiJy4BJyYnNDc+ATc2MzIXHgEXFhUxBgcOAQcGIyoBIzU6ATMyNz4BNzY3MTQnLgEnJiMiBw4BBwYVFhceARcWMzoBMzECIAEDAUc/P14bHAExMHw5OREROTl8MDEBHBtePz9HAQMBAQIBNS8vRxQVASYlXisqCgoqK14lJgEVFEcvLzUBAgEAGxpdPj5HR2BfrTw8PDytX2BHRz4+XRobVRQURi4vNTVKSYUvLy8vhUlKNTUvLkYUFAAAAAEBswBIAowC9gADAAAlEyMDAhN5X3pIAq79UgABAAABgQQAAgAAFQAAEyEyFhUxFRQGIyE4ATEiJj0BNDYzMTsDihkiIhn8dhgjIhkCACIZCRkiIhgKGSIAAAAAAwAAAL8EAALBADgAPAB5AAAlIiYnFzUzHgE7ATIWMzI2PwEuASMqASMzDgEHNyM1PgE7ATI2MzIXHgEXFhcVBgcOAQcGIyImIzMBIRUhJw4BBzcjFQ4BFRQWFzEVMx4BMzI2NwczFQ4BKwEiBiMiJy4BJyYnNTY3PgE3NjMyFjMjMhYXJxUjLgEnIwLcKUshAj0TKxcBAwkEQF4IAQhfQAQJBAEYLBQCPSBKKAEDCQU2MTBKFxcEBBcXSjAxNgUJBAH+kQEl/ttJFywUAjwSExMSPBMrFxgsFAI9IEooAQMJBTYxMEoXFwQEFxdKMDE2BQkEASlLIQI9EysXAcAUEgFbCAoBVD4BP1QBCgkBWxEUARQURS8vNQE2Ly9FFBQBAUCA0wEKCQEpES0ZGi0RKAgKCgkBWxEUARQURS8vNQE2Ly9FFBQBFBIBWwkJAQAABQAaAIAEAAMAABIAKAA8AEYAdAAAASEyFhUxFRQGIyEiJjUxNTQ2MxEhMhYVMRUUBiMhOAExIiY9ATQ2MzERITIWFTEVFAYjMSEiJjUxNTQ2MwM1Iw4BByMVNxUTNSM3PgE3MTY0NTQmJzEuASMiBiMzMCIxIgYHMQ4BBzEXPgE7ATIVDgEHMQcVATsCihkiIhn9dhkiIhkCihkiIhn9dhgjIhkCihkiIhn9dhkiIhm2EA4kFAEvVVYvCg0CAQsJCxkOAgICAQEKFAgIDQQbBRUMAR8CCwlJAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAQjlEBsKJxyl/oAkRw4gEgEBAQwWBwgJAQUGBA4JFgsOGhAbC2kMAAUAAACABAADAAATACoAPgBBAEUAABMhMhYVMRUUBiMhIiY1MTU0NjMxASEyFhUxFRQGIzEhOAExIiY9ATQ2MzERITIWFTEVFAYjMSEiJjUxNTQ2MyUXERUzFSM7A4oZIiIZ/HYZIiIZAcAByRkiIhn+NxgjIhkByhkiIhn+NhkiIhn+BcCAgAMAIhkKGSIiGQoZIv8AIhkJGSIiGAoZIv8AIhkKGSIiGQoZIiGhAUCAQAAAAAYAAP/ABAADwAAdADsAPwBDAEcASwAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTE0Jy4BJyYjESInLgEnJjU0Nz4BNzYzMhceARcWFTEUBw4BBwYjAyEVIREhFSEbARcDNxMXAwIAal1eiygoKCiLXl1qal1eiygoKCiLXl1qUEVGaR4eHh5pRkVQUEVGaR4eHh5pRkVQwAGA/oABgP6AQEo2SkpKN0sDwCgoi15dampdXosoKCgoi15dampdXosoKPyAHh5pRkVQUEVGaR4eHh5pRkVQUEVGaR4eAUBAAQBA/tsB5Rv+GxsB5Rr+GgAAAAUAAACABAADAAATADMASABoAH8AABMhMhYVMRUUBiMhIiY1MTU0NjMxATMyMDEyFhU4ATkBFRQwMRQGIzgBMSMiJjUxNTQ2MzEBITIWFTEVFAYjMSEiJjUxNTQ2MzEBMzIwMTIWFTgBOQEVFDAxFAYjOAExIyImNTE1NDYzMTsBMhYVMRUUBiMxIzgBMSImPQE0NjMxOwOKGSIiGfx2GSIiGQEACQEZIiIZChkiIhn/AAOKGSIiGfx2GSIiGQHACQEZIiIZChkiIhnACRkiIhkJGCMiGQMAIhkKGSIiGQoZIv8AIhkJARkiIhkKGSL/ACIZChkiIhkKGSIBACIZCQEZIiIZChkiIhkJGSIiGAoZIgAAAAEAwACAA0ADAABHAAA3MDIxMjY1OAE5ATU0NjMxIQcOARUUFjMyNjcxNz4BNTQmLwEuASMiBhUUFh8BITgBMSIHDgEHBhU4ATkBFTgBMRQWMzgBOQHoARAYXUMBB4QGBhgQCA8FyAYGBgbIBQ8IEBgGBoT++DIrLEETExcRgBcRoEJehAUOCRAYBwXIBQ8ICA8FyAYGFxEIDgaEExJCKywyoBEXAAAAAAIAQAAAA4ADgAAeADwAAAEHMzIWFRQGKwEiJjUxNTQ2MzIWFTEVNx4BFxUUNgcBNyMiJjU0NjsBMhYVMRUUBiMiJj0BBy4BJzU0BjcDgOdHExoaE7MTGhoTEhvmGCIGBgb8wOdHExoaE7MTGhoTEhvmGCIGBgYDQOYbEhMaGhOzExoaE0fnBSMXAQkPBv0A5hsSExoaE7MTGhoTR+cFIxcBCQ8GAAAAAAEAgAA+A38DQADGAAAlIiMHPgE3Iz4BNzU+AT8BPgE1PAE1MTwBNTQmJxcuAScjLgEnIy4BIyoBIzEqASMiBgc3DgEHMQ4BDwEOARUcARU1FDAxFBYXNR4BFyceAR8BHgEfASciKwEVMBQxFBYXMR4BMzoBOQEhNS4BJxUuAS8BLgEnNS4BNTwBOQE8ATU0NjcVPgE3MT4BNzM+ATMyFhcjHgEXIx4BHwEeARUcARUxMBQVFAYHNw4BBzUOAQ8BDgEHIxUhOgExMjY3MT4BNTA0OQE1AvYXFy0ZLBQBFCIPDhcIAQcJEA8BDikYARk6IAIgSSYBAgEBAgEmSSICIjwZGSgOAQ4PCQgIFw8BDyITARMsFwItFxaKBgYFDwgBAQEZFSYQER4MAQwVBwcICwoJHBERJxYBFjEZGjEYAxgoEQESGwkBCQsIBwEIFA0MHhEBECUVAQEZAQEJDgYFBqgFCRgPDyQUARQuGAMXNhwBAQEBAQEmRyACITcXFiMMDQ0ODQENJBcXNx8CH0YmAQIBAQEdNxoCGi8UARUkDwEOGAkBBkABCA4FBQaRBA8MAQ0eEQESKBcCFjEaAQEBAwEcNBgBFicPDxcICAgICAcYDw8mFgEXNBwBAwEBARoyGAMYKhIBEh4MAQsPBI8GBQUOCAFAAAAAAAIBFQAWA+kCnQALAD0AACUnNyMHJyMXBzM3FwU1Izc+ATc1PAE1NCYnIy4BIyoBIzMqASMiBgc3DgEPARc+ATcxPgEzMTIVDgEHMQcVAsy7q111al2dq2FygAGBj1IQFQMQDQEPJxUCBAIBAQEBEB0NAQwRBAEgBQ0ICBMLOQMSD3PI8OWhoeXwq6uwLYAWNB0BAQMBEyEMCw0IBwEHFAwBGgkNBQUGMxowE7AKAAAAAgEVAMgD6QONAAsAPQAAJSc3IwcnIxcHMzcXATUjNz4BNzU8ATU0JicjLgEjKgEjMTAiIyIGBzMOAQcVFz4BNzE+ATcxMhUOAQc1BxUCzLurXXVqXZ2rYXKAAYGPUhAVAxANARAoFgEDAQIBEB0NAQwRBCAEDQgIFAo5AhMPcsjw5aGh5fCrqwFQLYAWNB0BAQMBEyEMDQ4IBwYUDAEaCA4FBQUBMxsvFAGxCgAAAAAGAEAAQAPAAwAAAwAHAAsADwATABcAABMhFSElIRUhBSEVISUhFSEFIRUhJSEVIUABov5eAd4Bov5e/iIBov5eAd4Bov5e/iIBov5eAd4Bov5eAwDAwMBAwMDAQMDAwAACAIAAQQOAA0AALgBfAAABMhYVMBQVFAYHNQchMhYVFAYjIRceARUcATkBFAYjIiYnNScuATU0NjcxNz4BMwExFx4BFRQGBzEHDgEjMSImNTA0MTQ2NzE3IQYmNTQ2MyEnLgE1PAE5ATQ2MzIWFxUBEBQcCAYOAiwUHBwU/dQOBwccFAsRBmAGCAgGYAYRCwIAYAcHBwdgBhELFBwIBg791hQcHBQCLA4HBxwUCxEGA0AmGgEBDBYKARMmGhomEwkWDAEBGiYKCAGACRcNDBcKgAgL/m2ACRcNDBcKgAgKJRsBDRYJEwEmGhomEwkWDAEBGiYKCAEAAAQBAACAAwEDAAADAAcACwAPAAABJzcXFzcnBwMHFzc3FwcnASkp6ynDKuwpwynrKcMq7CkCACfZJtom2ib+pibaJ9kn2ScAAAIA0P/AAxADDgA5AD0AAAEcARUUFhcxHgEzMjYzIzoBMzI2NxU+ATU8ATUVESMRHAEVFAYHMQ4BIyoBIzEqASMiJjU0NjUxESMDNSEVARIfGx5LKgUKBQEDBwMsTR8cIVgUERIxGwIEAgEEAzVLAVhCAkABTAMHAylJGhgcAR0aARtIKgMGAwEBwP5GAQQCGy8SERRLNQIDAgG2/Lc4OAABAMAAgANAAwAANgAAJSImNTE1NCYjMSEXHgEVFAYjIiYnMScuATU0Nj8BPgEzMhYVFAYHMQchMhceARcWFTEVFAYjMQMYEBdeQv73hAYGGBAIDwXIBgYGBsgFDwgQGAYGhAEIMissQRMTFxGAFxGgQl6EBQ4JEBgHBcgFDwgIDwXIBgYXEQgOBoQTE0EsLDGgERcABgAAAIAEAAMAABIAKAA8AFAAcACEAAATITIWFTEVFAYjISImNTE1NDYzESEyFhUxFRQGIyE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzIzMyFhUxFRQGIzEjIiY1MTU0NjMRMzIwMTIWFTgBOQEVFDAxFAYjOAExIyImNTE1NDYzMREzMhYVMRUUBiMxIyImNTE1NDYz+wLKGSIiGf02GSIiGQLKGSIiGf02GCMiGQLKGSIiGf02GSIiGcAKGSIiGQoZIiIZCQEZIiIZChkiIhkKGSIiGQoZIiIZAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIhkKGSIiGQoZIgEAIhkJARkiIhkKGSIBACIZChkiIhkKGSIAAAAAAwBeAE4DrwMdAKcBUgFwAAAlMzUjKgEjIiYnMS4BNTwBNTE0NzY1NjQ1NCYnFS4BJzE1PgE3MT4BNTwBJxU0JyY1PAE1NDY3MT4BMzIWMzEzNSMwIiMiBgczDgEHMQ4BDwEOARUcARU1FBcWFxYXFhUwFDEUBgcxDgEHMQ4BByMOASMqASMxFToBMzIWFyMeARcxHgEXFR4BFzEUBwYHBgcGFRwBFRQWFyceARcxHgEXMx4BMzoBMyMFMzoBMTI2NyM+ATcxPgE3MT4BNTQmNTE0JyYnJicmNTgBMTQ2NxU+ATcxPgE3NT4BMzAyMzE1KgExIiYnFy4BJzEuASc1LgE1OAE5ATQ3Njc2NzY3PAE1NCYnFS4BJzEuAS8BLgEjKgEjMSMVMzoBMzIWFzEeARUUBhUxFAcGFRwBFRQWFyMeARczFQ4BBzEOARUcARU1FBcWFRwBFRQGBzcOASMqASMxIxUlMzc2NzY3MxYXFh8BMyc3IwcGBwYHIyYnJi8BIxcBBC0TAQMCChIGBQYCAgEIBgcWDQ0WBwcHAQICBgUGEgoCAwETLQIBCxYKAQoQBgYKAgEDAwECAQEBAQECAgYEBAsGAQcQCAEBAQEBAQgRBwEHCwUDBgICAQECAQECAQEDBAEDCgYGEAkBCRYLAQIBAQHXLQEBDBYLAgoQBgcJAwMEAQEBAQIBAQIBAgYEBAsHBxAJAgEBAgkQCAEGCwUEBgIBAgECAQEBAQEEAwMJBwYQCQEJFgsBAQEtEwIDAQsRBwUGAQICBwcBCBUNAQ4VCAYHAgIFBgEHEQsBAwIT/mVcOgkJCAoDCwkKCjtgioJcNAgICAkDCwgJCTZgglE0CAcKFgwCBAIkISIoAgQDDx0NAQsPAwMDDwsMHRACBQIBKCIiJAEFAgwWCgYJATUDAwIKBwcSCQEMGg0BAgIBFxITEhESEhQBBgsFBgkEBQcDAwM6AwMDBwUECgUBBQsHFBESEhETExYBAgEOGwwBChIHBwkDAgMDAwIDCQcHEgoMGg4BAgEWExISERISFAYMBgEGCgQFBwIBAgM7AwMBAwcFBAoFAQQMBhUREhIRExMWAQIBDhoNAgsSBwYKAgECAzQIBwkXCwMEAiQhIigCBAMPHQ0KDwMDAw8LDB0QAgQDASgiISQCBAMMFgoBBwg0c2kSERIUFBIREmnj3WMQEBEUFBARD2TaAAAEAAAAQAQAA0AAIwA3AFwAXwAAASEiBw4BBwYVMREUFx4BFxYzMSEyNz4BNzY1MRE0Jy4BJyYjExQGIzEhIiY1MRE0NjMxITIWFTEFMQcOASMwIjkBKgEjIiYnMTU+ATM6ATMxMhYXIxceARUUBgcVJzcnAwD+ADUvLkYUFBQURi4vNQIANS8uRhQUFBRGLi81gEs1/gA1S0s1AgA1S/7pmgYNCAEBAgESGwICGxIBAgEIDgcBmgoNDQqACAsDQBQURi4vNf8ANS8uRhQUFBRGLi81AQA1Ly5GFBT+ADVLSzUBADVLSzWjVgMEGRKqEhkEBFUEEwwLEwQBHgUGAAAACgBAAAADwAOAAA8AJQAzAEEAUgBnAHgAjgCfALUAAAEjIiY1NDYzMTMyFhUUBiMnDgEjIiY1NDY3MTc+ATMyFhUUBgcxASImNTQ2MzIWFTEUBiM1IgYVFBYzMjY1MTQmIzUiJjUxNTQ2MzIWFTEVFAYjBycuATU0NjMyFh8BHgEVFAYjIiYnFxQGIzEjIiY1NDYzMTMyFhUHPgEzMhYVFAYHMQcOASMiJjU0NjcxJTIWFTEVFAYjIiY1MTU0NjM3Fx4BFRQGIyImJzEnLgE1NDYzMhYXA4hwFyEhF3AXISEXmggUCxchCAdQBxULFyEJB/7DRmJiRkZiYkYXISEXFyEhFxchIRcXISEX7k8HCSEXCxUHUAcIIRcLFAgOIRdwFyEhF3AXIQ4IFAsXIQgHUAcVCxchCQcBPRchIRcXISEX7k8HCCEXCxQHUAcIIRcLFAgBiCEXFyEhFxch1gcIIRcLFAhPBwkhFwsVB/5qYkZGYmJGRmLgIRcXISEXFyGoIRdwFyEhF3AXIUJQBxULFyEJB08IFAsXIQgHnhchIRcXISEXngcIIRcLFAhPBwkhFwsVBw4hF3AXISEXcBchQlAHFAsXIQgHTwgUCxchCAcAAAAAAQAAAAEAAIeeNh1fDzz1AAsEAAAAAADWD0mdAAAAANYPSZ3/8f/ABAQDwAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAP/x//wEBAABAAAAAAAAAAAAAAAAAAAALgQAAAAAAAAAAAAAAAIAAAAEAAAABAAAAAQAAAAEAAEZBAAAwAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAD8EAAA/BAAAwAQA//EEAABABAAAQAQAAEAEAAAABAAAAAQAAMAEAAGzBAAAAAQAAAAEAAAaBAAAAAQAAAAEAAAABAAAwAQAAEAEAACABAABFQQAARUEAABABAAAgAQAAQAEAADQBAAAwAQAAAAEAABeBAAAAAQAAEAAAAAAAAoAFAAeAGwAugEIAXgBxAImApIDPAOOA8QD+ATUBRAFWAV6BeIGYAbaBxYHcAfYB+YIBgiuCUAJmgoSCpwK8AtEDEAMmAzwDSANnA3ADhAOWg7wELYRNhIgAAAAAQAAAC4BcQAKAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAgAAAABAAAAAAACAAcAaQABAAAAAAADAAgAOQABAAAAAAAEAAgAfgABAAAAAAAFAAsAGAABAAAAAAAGAAgAUQABAAAAAAAKABoAlgADAAEECQABABAACAADAAEECQACAA4AcAADAAEECQADABAAQQADAAEECQAEABAAhgADAAEECQAFABYAIwADAAEECQAGABAAWQADAAEECQAKADQAsFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZ3VsYXIAUgBlAGcAdQBsAGEAclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AckZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="re-icon-"], [class*=" re-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Redactor' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.re-icon-aligncenter:before {
  content: "\e900"; }

.re-icon-alignment:before,
.re-icon-alignleft:before {
  content: "\e901"; }

.re-icon-alignright:before {
  content: "\e902"; }

.re-icon-bold:before {
  content: "\e903"; }

.re-icon-bookmark:before {
  content: "\e904"; }

.re-icon-clips:before {
  content: "\e905"; }

.re-icon-codesnippets:before {
  content: "\e906"; }

.re-icon-deleted:before {
  content: "\e907"; }

.re-icon-expand:before {
  content: "\e908"; }

.re-icon-file:before {
  content: "\e909"; }

.re-icon-fontcolor:before {
  content: "\e90a"; }

.re-icon-fontfamily:before {
  content: "\e90b"; }

.re-icon-fontsize:before {
  content: "\e90c"; }

.re-icon-format:before {
  content: "\e90d"; }

.re-icon-html:before {
  content: "\e90e"; }

.re-icon-imagecenter:before {
  content: "\e90f"; }

.re-icon-imageleft:before {
  content: "\e910"; }

.re-icon-imageright:before {
  content: "\e911"; }

.re-icon-image:before {
  content: "\e912"; }

.re-icon-indent:before {
  content: "\e913"; }

.re-icon-inline:before {
  content: "\e914"; }

.re-icon-italic:before {
  content: "\e915"; }

.re-icon-line:before,
.re-icon-horizontalrule:before {
  content: "\e916"; }

.re-icon-link:before {
  content: "\e917"; }

.re-icon-ol:before,
.re-icon-ordered:before {
  content: "\e918"; }

.re-icon-outdent:before {
  content: "\e919"; }

.re-icon-properties:before {
  content: "\e91a"; }

.re-icon-readmore:before {
  content: "\e91b"; }

.re-icon-redo:before {
  content: "\e91c"; }

.re-icon-retract:before {
  content: "\e91d"; }

.re-icon-specialcharacters:before {
  content: "\e91e"; }

.re-icon-sub:before {
  content: "\e91f"; }

.re-icon-sup:before {
  content: "\e920"; }

.re-icon-table:before {
  content: "\e921"; }

.re-icon-textdirection:before {
  content: "\e922"; }

.re-icon-toggle:before {
  content: "\e923"; }

.re-icon-underline:before {
  content: "\e924"; }

.re-icon-undo:before {
  content: "\e925"; }

.re-icon-ul:before,
.re-icon-lists:before,
.re-icon-unordered:before {
  content: "\e926"; }

.re-icon-variable:before {
  content: "\e927"; }

.re-icon-video:before {
  content: "\e928"; }

.re-icon-widget:before {
  content: "\e929"; }

.redactor-box,
.redactor-box textarea {
  z-index: auto; }

.redactor-box {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 16px !important; }
  .redactor-box.redactor-styles-on {
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-radius: 3px;
    box-shadow: none; }
  .redactor-box.redactor-inline {
    position: static; }

.redactor-focus.redactor-styles-on,
.redactor-focus:focus.redactor-styles-on {
  border-color: #82b7ec !important; }

.redactor-over:hover.redactor-styles-on {
  border-color: #ee698a !important; }

.redactor-source-view,
.redactor-source-view.redactor-styles-on {
  border-color: #000 !important; }

.redactor-in {
  position: relative;
  overflow: auto;
  white-space: normal;
  box-sizing: border-box; }
  .redactor-in:focus {
    outline: none; }

.redactor-inline .redactor-in {
  overflow: hidden; }

.redactor-in *,
.redactor-read-only * {
  outline: none !important; }

.redactor-in h1:empty,
.redactor-in h2:empty,
.redactor-in h3:empty,
.redactor-in h4:empty,
.redactor-in h5:empty,
.redactor-in h6:empty,
.redactor-in p:empty,
.redactor-in blockquote:empty,
.redactor-in div[data-redactor-tag=br]:empty,
.redactor-in div[data-redactor-tag=tbr]:empty {
  min-height: 1.5em; }

.redactor-in div[data-redactor-tag=br],
.redactor-in div[data-redactor-tag=tbr] {
  margin-top: 0;
  margin-bottom: 0; }

.redactor-in strong:empty, .redactor-in b:empty, .redactor-in em:empty, .redactor-in i:empty, .redactor-in span:empty, .redactor-in sup:empty, .redactor-in sub:empty, .redactor-in u:empty, .redactor-in ins:empty {
  display: inline-block;
  min-width: 1px;
  min-height: 1rem; }

.redactor-in table {
  empty-cells: show; }

.redactor-in li figure {
  width: auto;
  display: inline-block;
  margin: 0;
  vertical-align: top; }

.redactor-in figcaption:focus,
.redactor-in figure code:focus,
.redactor-in figure pre:focus,
.redactor-in table td:focus,
.redactor-in table th:focus {
  outline: none; }

.redactor-in figure[data-redactor-type=line] {
  margin-top: 1em;
  padding: 6px 0;
  vertical-align: baseline; }
  .redactor-in figure[data-redactor-type=line] hr {
    margin: 0;
    height: 3px;
    border: none;
    background: rgba(0, 0, 0, 0.1); }

.redactor-script-tag {
  display: none !important; }

.redactor-component {
  position: relative; }

.redactor-component[data-redactor-type="widget"]:before,
.redactor-component[data-redactor-type="video"]:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 1; }

.redactor-component[data-redactor-type=image],
.redactor-component[data-redactor-type=widget] {
  clear: both; }

.redactor-component[data-redactor-type=variable] {
  white-space: nowrap;
  background: rgba(0, 125, 255, 0.75);
  color: #fff;
  display: inline-block;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer; }

.redactor-component-active {
  outline: 5px solid rgba(0, 125, 255, 0.5) !important; }

.redactor-component-active[data-redactor-type=image] {
  outline: none !important; }
  .redactor-component-active[data-redactor-type=image] img {
    outline: 5px solid rgba(0, 125, 255, 0.5) !important; }

.redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ee698a; }

.redactor-component-active[data-redactor-type=video] {
  outline: none !important; }
  .redactor-component-active[data-redactor-type=video] iframe {
    outline: 5px solid rgba(0, 125, 255, 0.5) !important; }

.redactor-blur.redactor-styles-on .redactor-component-active {
  outline: 5px solid #ddd !important; }
  .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] {
    outline: none !important; }
    .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] img {
      outline: 5px solid #ddd !important; }
  .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] {
    outline: none !important; }
    .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] iframe {
      outline: 5px solid #ddd !important; }
  .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=variable] {
    outline: none !important;
    background: #ddd; }

.redactor-component-caret {
  position: absolute;
  left: -9999px; }

.redactor-textnodes-wrapper {
  display: inline-block; }

#redactor-image-resizer {
  position: absolute;
  z-index: 1051;
  background-color: rgba(0, 125, 255, 0.9);
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  cursor: move;
  cursor: nwse-resize; }

.redactor-file-item {
  display: inline-block;
  line-height: 1;
  padding: 4px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.redactor-file-remover {
  margin-left: 2px;
  position: relative;
  right: -3px;
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  opacity: .5; }
  .redactor-file-remover:hover {
    opacity: 1; }

#redactor-overlay {
  position: fixed;
  z-index: 1051;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16, 16, 18, 0.3); }
  #redactor-overlay > .redactor-close {
    position: fixed;
    top: 1rem;
    right: 1rem; }

.redactor-source,
.redactor-source:hover,
.redactor-source:focus {
  text-align: left;
  box-sizing: border-box;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #252525;
  color: #ccc;
  font-size: 15px;
  outline: none;
  padding: 10px 18px 20px 18px;
  line-height: 1.5;
  resize: vertical; }

.redactor-box[dir="rtl"] .redactor-source {
  direction: ltr; }

.redactor-placeholder:before {
  position: absolute;
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
  cursor: text; }

.redactor-in figcaption[placeholder]:empty:before {
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal; }

.redactor-in figcaption[placeholder]:empty:focus:before {
  content: ""; }

.redactor-statusbar {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  margin: 0;
  padding: 8px 10px;
  position: relative;
  overflow: hidden;
  list-style: none;
  background: #f8f8f8;
  box-sizing: border-box;
  border: none; }
  .redactor-statusbar li {
    float: left;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 10px;
    line-height: 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .redactor-statusbar li:last-child {
    border-right-color: transparent; }
  .redactor-statusbar a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: underline; }
  .redactor-statusbar a:hover {
    color: #f03c69;
    text-decoration: underline; }
  .redactor-statusbar:empty {
    display: none; }

.redactor-toolbar-wrapper {
  position: relative; }

.redactor-toolbar,
.redactor-air {
  z-index: 18;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  position: relative;
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
  line-height: 1 !important;
  background: none;
  border: none;
  box-sizing: border-box; }

.redactor-box.redactor-styles-on .redactor-toolbar {
  padding: 18px 16px 0 16px; }

.redactor-toolbar a,
.redactor-air a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 10px 15px 9px 15px;
  cursor: pointer;
  outline: none;
  border: none;
  vertical-align: middle;
  text-decoration: none;
  zoom: 1;
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  margin-right: 5px;
  margin-bottom: 4px; }

.redactor-toolbar a.re-button-icon,
.redactor-air a.re-button-icon {
  font-size: 16px;
  /*padding: 9px 15px 6px 15px;*/
  padding: 6px 10px 4px 10px; }

.redactor-toolbar a:hover,
.redactor-air a:hover {
  outline: none;
  color: #fff;
  background: #449aef; }

.redactor-toolbar a.redactor-button-active {
  background: rgba(245, 245, 245, 0.95);
  color: rgba(0, 0, 0, 0.4); }

.redactor-toolbar a.redactor-button-disabled,
.redactor-air a.redactor-button-disabled {
  opacity: 0.3; }
  .redactor-toolbar a.redactor-button-disabled:hover,
  .redactor-air a.redactor-button-disabled:hover {
    color: #333;
    outline: none;
    background-color: transparent !important;
    cursor: default; }

.redactor-source-view .redactor-toolbar {
  background: #252525; }

.redactor-source-view .redactor-toolbar a {
  background: #000;
  color: #fff; }
  .redactor-source-view .redactor-toolbar a:hover {
    background: #449aef; }

.redactor-source-view .redactor-toolbar a.redactor-button-disabled:hover {
  color: #fff !important;
  background-color: #000 !important; }

.re-button-tooltip {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 0;
  z-index: 1052;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  padding: 5px 9px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace; }
  .re-button-tooltip:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: none;
    border-bottom-color: rgba(0, 0, 0, 0.9);
    border-width: 4px;
    margin-left: -4px; }

.redactor-toolbar-wrapper-air {
  position: absolute;
  z-index: 100; }

.redactor-air {
  padding: 6px 3px 2px 8px;
  max-width: 576px;
  min-width: 200px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.97); }

.redactor-air a {
  background: rgba(37, 37, 37, 0.95);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9); }

.redactor-air a:hover {
  background: #3d79f2; }

.redactor-air a.redactor-button-active {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff; }

.redactor-air a.redactor-button-disabled:hover {
  color: #fff; }

.redactor-air-helper {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 15px;
  color: #000;
  background: rgba(255, 255, 255, 0.85);
  border-bottom-left-radius: 4px;
  padding: 7px 10px 6px 10px;
  cursor: pointer; }
  .redactor-air-helper:hover {
    background: #fff; }

.redactor-voice-label {
  display: none; }

.redactor-context-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1051;
  background-color: rgba(0, 0, 0, 0.95);
  color: #555;
  border-radius: 4px;
  padding: 6px 18px 7px 18px;
  line-height: 1.5;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace; }
  .redactor-context-toolbar a {
    font-size: 12px;
    color: #ccc;
    text-decoration: none;
    display: inline-block;
    padding: 2px 0 1px 12px; }
  .redactor-context-toolbar a:first-child {
    padding-left: 0; }
  .redactor-context-toolbar a i {
    position: relative;
    top: 3px;
    font-size: 16px; }
  .redactor-context-toolbar a:before {
    content: '';
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
  .redactor-context-toolbar a:hover {
    color: #fff; }
  .redactor-context-toolbar a:first-child:before {
    padding-left: 0;
    border-left: none; }

.redactor-context-toolbar[dir="rtl"] a {
  padding: 2px 12px 1px 0; }

.redactor-context-toolbar[dir="rtl"] a:first-child {
  padding-right: 0; }

.redactor-context-toolbar[dir="rtl"] a:before {
  padding-left: 0px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: none; }

.redactor-context-toolbar[dir="rtl"] a:first-child:before {
  padding-right: 0;
  border-right: none; }

.redactor-dropdown {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  display: none;
  position: absolute;
  z-index: 1051;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 264px;
  min-height: 40px;
  max-height: 250px;
  margin: 0;
  margin-top: -1px;
  overflow: auto;
  font-size: 15px;
  padding: 0; }
  .redactor-dropdown a span {
    display: inline-block;
    line-height: 1;
    padding: 2px 4px;
    border-radius: 3px; }
  .redactor-dropdown a {
    display: block;
    text-decoration: none;
    padding: 10px 8px;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .redactor-dropdown a:last-child {
    border-bottom-color: transparent; }
  .redactor-dropdown a {
    color: #000; }
    .redactor-dropdown a:hover {
      color: #fff !important;
      background-color: #449aef !important; }
    .redactor-dropdown a.redactor-dropdown-item-disabled {
      color: rgba(0, 0, 0, 0.4);
      background: #fff; }

.redactor-dropdown-cells {
  margin: 10px auto; }
  .redactor-dropdown-cells a,
  .redactor-dropdown-cells span {
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 14px; }

.redactor-dropdown-selector {
  display: flex;
  text-align: center; }
  .redactor-dropdown-selector span {
    flex-grow: 1;
    font-size: 12px;
    padding: 8px;
    cursor: pointer; }
    .redactor-dropdown-selector span:hover {
      background: #eee; }
    .redactor-dropdown-selector span.active {
      cursor: text;
      color: rgba(0, 0, 0, 0.3);
      background: #eee; }

.redactor-dropdown-format .redactor-dropdown-item-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic; }

.redactor-dropdown-format .redactor-dropdown-item-pre {
  font-family: monospace, sans-serif; }

.redactor-dropdown-format .redactor-dropdown-item-h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 32px; }

.redactor-dropdown-format .redactor-dropdown-item-h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px; }

.redactor-dropdown-format .redactor-dropdown-item-h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px; }

.redactor-dropdown-format .redactor-dropdown-item-h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 24px; }

.redactor-dropdown-format .redactor-dropdown-item-h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px; }

.redactor-dropdown-format .redactor-dropdown-item-h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px; }

.redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1051;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  line-height: 24px; }

.redactor-modal {
  position: relative;
  margin: 16px auto;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 2px 15px rgba(80, 80, 80, 0.25);
  border-radius: 3px;
  color: #000; }
  .redactor-modal form {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  .redactor-modal input,
  .redactor-modal select,
  .redactor-modal textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    height: 40px;
    outline: none;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #cacfd4;
    border-radius: 0.1875em;
    box-shadow: none;
    padding: 0 .5em; }
  .redactor-modal textarea {
    padding: .5em;
    height: auto;
    line-height: 1.5;
    vertical-align: top; }
  .redactor-modal select {
    -webkit-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="rgba(0, 0, 0, .4);" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
    background-repeat: no-repeat;
    background-position: right .65em center;
    padding-right: 28px; }
  .redactor-modal select[multiple] {
    background-image: none;
    height: auto;
    padding: .5em .75em; }
  .redactor-modal input[type="file"] {
    width: auto;
    border: none;
    padding: 0;
    height: auto;
    background: none;
    box-shadow: none;
    display: inline-block; }
  .redactor-modal input[type="radio"],
  .redactor-modal input[type="checkbox"] {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    vertical-align: middle;
    position: relative;
    bottom: 0.15rem;
    font-size: 115%;
    margin-right: 3px;
    margin-bottom: 0; }
  .redactor-modal .form-item {
    margin-bottom: 20px; }
  .redactor-modal .form-item:last-child {
    margin-bottom: 0; }
  .redactor-modal fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .redactor-modal fieldset .form-item {
      margin-bottom: 12px; }
  .redactor-modal label {
    display: block;
    color: #555;
    margin-bottom: 0.25em;
    font-size: 14px; }
    .redactor-modal label .desc,
    .redactor-modal label .success,
    .redactor-modal label .error {
      text-transform: none;
      font-weight: normal; }
  .redactor-modal label.checkbox {
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    color: inherit; }
  .redactor-modal .form-checkboxes label.checkbox {
    display: inline-block;
    margin-right: 1em; }
  .redactor-modal input:hover,
  .redactor-modal textarea:hover,
  .redactor-modal select:hover {
    outline: none;
    background-color: #fff;
    border-color: #969fa9;
    box-shadow: none; }
  .redactor-modal input:focus,
  .redactor-modal textarea:focus,
  .redactor-modal select:focus {
    transition: all linear .2s;
    outline: none;
    background-color: #fff;
    border-color: rgba(0, 125, 255, 0.5);
    box-shadow: 0 0 3px rgba(0, 125, 255, 0.5); }
  .redactor-modal input.error,
  .redactor-modal textarea.error,
  .redactor-modal select.error {
    background-color: rgba(255, 50, 101, 0.1);
    border: 1px solid #ff7f9e; }
    .redactor-modal input.error:focus,
    .redactor-modal textarea.error:focus,
    .redactor-modal select.error:focus {
      border-color: #ff3265;
      box-shadow: 0 0 1px #ff3265; }
  .redactor-modal input.success,
  .redactor-modal textarea.success,
  .redactor-modal select.success {
    background-color: rgba(47, 196, 182, 0.1);
    border: 1px solid #65dacf; }
    .redactor-modal input.success:focus,
    .redactor-modal textarea.success:focus,
    .redactor-modal select.success:focus {
      border-color: #2fc4b6;
      box-shadow: 0 0 1px #2fc4b6; }
  .redactor-modal input:disabled, .redactor-modal input:disabled:hover, .redactor-modal input.disabled, .redactor-modal input.disabled:hover,
  .redactor-modal textarea:disabled,
  .redactor-modal textarea:disabled:hover,
  .redactor-modal textarea.disabled,
  .redactor-modal textarea.disabled:hover,
  .redactor-modal select:disabled,
  .redactor-modal select:disabled:hover,
  .redactor-modal select.disabled,
  .redactor-modal select.disabled:hover {
    resize: none;
    opacity: .6;
    cursor: default;
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #cacfd4;
    box-shadow: none;
    background-color: #fff; }
  .redactor-modal .req {
    position: relative;
    top: 1px;
    font-weight: bold;
    color: #ff3265;
    font-size: 110%; }
  .redactor-modal .desc {
    color: rgba(51, 51, 51, 0.5);
    font-size: 12px; }
  .redactor-modal span.desc {
    margin-left: 0.25em; }
  .redactor-modal div.desc {
    margin-top: 0.25em; }
  .redactor-modal span.success,
  .redactor-modal span.error {
    font-size: 12px;
    margin-left: 0.25em; }
  .redactor-modal div.desc {
    margin-bottom: -0.5em; }
  .redactor-modal .redactor-close {
    position: absolute;
    top: 16px;
    right: 12px;
    font-size: 30px;
    line-height: 30px;
    padding: 0px 4px;
    color: #000;
    opacity: .3;
    cursor: pointer; }
    .redactor-modal .redactor-close:hover {
      opacity: 1; }
    .redactor-modal .redactor-close:before {
      content: '\00d7'; }
  .redactor-modal button {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    color: #007dff;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #007dff;
    min-height: 40px;
    outline: none;
    padding: 0.5em 1.25em;
    cursor: pointer;
    line-height: 1.2;
    vertical-align: middle;
    -webkit-appearance: none; }
  .redactor-modal button:hover {
    outline: none;
    text-decoration: none;
    background: none;
    color: rgba(0, 125, 255, 0.6);
    border-color: rgba(0, 125, 255, 0.5); }
  .redactor-modal button.redactor-button-secondary {
    border-color: #2a2e34;
    color: #2a2e34; }
    .redactor-modal button.redactor-button-secondary:hover {
      color: rgba(42, 46, 52, 0.6);
      border-color: rgba(42, 46, 52, 0.5); }
  .redactor-modal button.redactor-button-danger,
  .redactor-modal button.redactor-button-unstyled {
    background: none;
    border-color: transparent;
    color: rgba(42, 46, 52, 0.6); }
    .redactor-modal button.redactor-button-danger:hover,
    .redactor-modal button.redactor-button-unstyled:hover {
      background: none;
      border-color: transparent;
      color: #ff3265;
      text-decoration: underline; }
  .redactor-modal .redactor-modal-group:after {
    content: "";
    display: table;
    clear: both; }
  .redactor-modal .redactor-modal-side {
    float: left;
    width: 30%;
    margin-right: 4%; }
    .redactor-modal .redactor-modal-side img {
      max-width: 100%;
      height: auto;
      display: block; }
  .redactor-modal .redactor-modal-area {
    float: left;
    width: 66%; }

.redactor-modal[dir="rtl"] .redactor-close {
  left: 12px;
  right: auto; }

.redactor-modal[dir="rtl"] textarea {
  direction: ltr;
  text-align: left; }

.redactor-modal[dir="rtl"] .redactor-modal-footer button.redactor-button-unstyled {
  float: left;
  margin-left: 0; }

.redactor-modal-header {
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .redactor-modal-header:empty {
    display: none; }

.redactor-modal-body {
  padding: 32px 48px;
  padding-bottom: 40px; }

.redactor-modal-footer {
  padding: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden; }
  .redactor-modal-footer button {
    margin-right: 4px; }
  .redactor-modal-footer button.redactor-button-unstyled {
    margin-right: 0;
    float: right; }
  .redactor-modal-footer:empty {
    display: none; }

.redactor-modal-tabs {
  display: flex;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 1em; }
  .redactor-modal-tabs a {
    font-size: 15px;
    padding: 2px 0;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    margin-right: 14px; }
  .redactor-modal-tabs a:hover {
    transition: all linear .2s; }
  .redactor-modal-tabs a:hover,
  .redactor-modal-tabs a.active {
    font-weight: 500;
    color: #007dff;
    border-bottom-color: #007dff; }

.redactor-styles {
  margin: 0;
  padding: 16px 18px;
  color: #333;
  /*font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;*/
  font-size: 1em;
  line-height: 1.5;
  box-sizing: border-box; }
  .redactor-styles *,
  .redactor-styles *:before,
  .redactor-styles *:after {
    box-sizing: inherit; }
  .redactor-styles[dir="rtl"] {
    direction: rtl;
    unicode-bidi: embed; }
    .redactor-styles[dir="rtl"] ul li,
    .redactor-styles[dir="rtl"] ol li {
      text-align: right; }
    .redactor-styles[dir="rtl"] ul,
    .redactor-styles[dir="rtl"] ol,
    .redactor-styles[dir="rtl"] ul ul,
    .redactor-styles[dir="rtl"] ol ol,
    .redactor-styles[dir="rtl"] ul ol,
    .redactor-styles[dir="rtl"] ol ul {
      margin: 0 1.5em 0 0; }
    .redactor-styles[dir="rtl"] figcaption {
      text-align: right; }
  .redactor-styles ul[dir="rtl"],
  .redactor-styles ul[dir="rtl"] ul,
  .redactor-styles ul[dir="rtl"] ol,
  .redactor-styles ol[dir="rtl"],
  .redactor-styles ol[dir="rtl"] ul,
  .redactor-styles ol[dir="rtl"] ol {
    margin: 0 1.5em 0 0; }
  .redactor-styles ul[dir="rtl"] li,
  .redactor-styles ol[dir="rtl"] li {
    text-align: right; }
  .redactor-styles a,
  .redactor-styles a:hover {
    color: #3397ff; }
  .redactor-styles p,
  .redactor-styles dl,
  .redactor-styles blockquote,
  .redactor-styles hr,
  .redactor-styles pre,
  .redactor-styles table,
  .redactor-styles figure,
  .redactor-styles address {
    padding: 0;
    margin: 0;
    margin-bottom: 1em; }
  .redactor-styles ul,
  .redactor-styles ol {
    padding: 0; }
    .redactor-styles ul,
    .redactor-styles ul ul,
    .redactor-styles ul ol,
    .redactor-styles ol,
    .redactor-styles ol ul,
    .redactor-styles ol ol {
      margin: 0 0 0 1.5em; }
  .redactor-styles ul li,
  .redactor-styles ol li {
    text-align: left; }
  .redactor-styles ol ol li {
    list-style-type: lower-alpha; }
  .redactor-styles ol ol ol li {
    list-style-type: lower-roman; }
  .redactor-styles ul,
  .redactor-styles ol {
    margin-bottom: 1em; }
  .redactor-styles h1,
  .redactor-styles h2,
  .redactor-styles h3,
  .redactor-styles h4,
  .redactor-styles h5,
  .redactor-styles h6 {
    font-weight: bold;
    color: #111;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em;
    line-height: 1.2; }
  .redactor-styles h1 {
    font-size: 2.0736em; }
  .redactor-styles h2 {
    font-size: 1.728em; }
  .redactor-styles h3 {
    font-size: 1.44em; }
  .redactor-styles h4 {
    font-size: 1.2em; }
  .redactor-styles h5 {
    font-size: 1em; }
  .redactor-styles h6 {
    font-size: 0.83333em;
    text-transform: uppercase;
    letter-spacing: .035em; }
  .redactor-styles blockquote {
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    border: none; }
  .redactor-styles table {
    width: 100%; }
  .redactor-styles time, .redactor-styles small, .redactor-styles var, .redactor-styles code, .redactor-styles kbd, .redactor-styles mark {
    display: inline-block;
    font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
    font-size: 87.5%;
    line-height: 1;
    color: rgba(51, 51, 51, 0.9); }
  .redactor-styles var, .redactor-styles cite {
    opacity: .6; }
  .redactor-styles var {
    font-style: normal; }
  .redactor-styles dfn,
  .redactor-styles abbr {
    text-transform: uppercase; }
    .redactor-styles dfn[title],
    .redactor-styles abbr[title] {
      text-decoration: none;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
      cursor: help; }
  .redactor-styles code, .redactor-styles kbd {
    position: relative;
    top: -1px;
    padding: 0.25em;
    padding-bottom: 0.2em;
    border-radius: 2px; }
  .redactor-styles code {
    background-color: #eff1f2; }
  .redactor-styles mark {
    border-radius: 2px;
    padding: 0.125em 0.25em;
    background-color: #fdb833; }
  .redactor-styles kbd {
    border: 1px solid #e5e7e9; }
  .redactor-styles sub,
  .redactor-styles sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .redactor-styles sub {
    bottom: -0.25em; }
  .redactor-styles sup {
    top: -0.5em; }
  .redactor-styles pre {
    font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
    font-size: .9em; }
  .redactor-styles pre,
  .redactor-styles pre code {
    background-color: #f6f7f8;
    padding: 0;
    top: 0;
    display: block;
    line-height: 1.5;
    color: rgba(51, 51, 51, 0.85);
    overflow: none;
    white-space: pre-wrap; }
  .redactor-styles pre {
    padding: 1rem; }
  .redactor-styles table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%; }
    .redactor-styles table caption {
      text-transform: uppercase;
      padding: 0;
      color: rgba(0, 0, 0, 0.5);
      font-size: 11px; }
    .redactor-styles table th,
    .redactor-styles table td {
      border: 1px solid #eee;
      padding: 16px;
      padding-bottom: 15px; }
    .redactor-styles table tfoot th,
    .redactor-styles table tfoot td {
      color: rgba(0, 0, 0, 0.5); }
  .redactor-styles img,
  .redactor-styles video,
  .redactor-styles audio,
  .redactor-styles embed,
  .redactor-styles object {
    max-width: 100%; }
  .redactor-styles img,
  .redactor-styles video,
  .redactor-styles embed,
  .redactor-styles object {
    height: auto !important; }
  .redactor-styles img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic; }
  .redactor-styles figcaption {
    display: block;
    opacity: .6;
    font-size: 12px;
    font-style: italic;
    text-align: left; }

.upload-redactor-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 5px dashed rgba(0, 125, 255, 0.15);
  position: relative;
  width: 100%;
  min-height: 220px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  text-align: center; }

.upload-redactor-placeholder {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic; }

.upload-redactor-hover {
  background-color: rgba(0, 125, 255, 0.075); }

.upload-redactor-error {
  background-color: rgba(255, 50, 101, 0.075); }

.upload-redactor-box-hover {
  outline: 5px dashed rgba(0, 125, 255, 0.3); }

.upload-redactor-box-error {
  outline: 5px dashed rgba(255, 50, 101, 0.3); }

.redactor-structure h1, .redactor-structure h2, .redactor-structure h3, .redactor-structure h4, .redactor-structure h5, .redactor-structure h6, .redactor-structure div {
  position: relative; }
  .redactor-structure h1:before, .redactor-structure h2:before, .redactor-structure h3:before, .redactor-structure h4:before, .redactor-structure h5:before, .redactor-structure h6:before, .redactor-structure div:before {
    width: 24px;
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    opacity: .5;
    left: -26px;
    top: 50%;
    margin-top: -7px;
    text-align: right; }

.redactor-structure h1:before {
  content: "h1"; }

.redactor-structure h2:before {
  content: "h2"; }

.redactor-structure h3:before {
  content: "h3"; }

.redactor-structure h4:before {
  content: "h4"; }

.redactor-structure h5:before {
  content: "h5"; }

.redactor-structure h6:before {
  content: "h6"; }

.redactor-structure div:before {
  content: "div"; }

#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px; }

#redactor-progress span {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #007dff;
  background-size: 40px 40px; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.redactor-box-fullscreen {
  z-index: 1051;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.redactor-box-fullscreen-target {
  position: absolute !important; }

.redactor-body-fullscreen .redactor-dropdown,
.redactor-body-fullscreen .redactor-context-toolbar {
  z-index: 1052; }

.redactor-body-fullscreen #redactor-overlay {
  z-index: 1098; }

.redactor-body-fullscreen #redactor-modal {
  z-index: 1099; }
#redactor-filemanager-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#redactor-filemanager-list li {
    position: relative;
    line-height: 23px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
#redactor-filemanager-list li:last-child {
    border-bottom-color: transparent;
}
#redactor-filemanager-list a {
    text-decoration: none;
    display: block;
    color: #000;
    padding: 3px 0 2px 0;
    font-size: 15px;
}
#redactor-filemanager-list a:hover {
    background: #f8f8f8;
}
#redactor-filemanager-list span {
    font-family: monospace;
    font-size: 11px;
    color: #888;
}
#redactor-filemanager-list span.r-file-name {
    margin-left: 8px;
    top: -2px;
    position: relative;
}
#redactor-filemanager-list span.r-file-size {
    position: absolute;
    right: 10px;
    top: 6px;
}
#redactor-handle-list {
    font-family: "Trebuchet MS", 'Helvetica Neue', Helvetica, Tahoma, sans-serif;
    display: none;
    position: absolute;
    z-index: 1053;
    background-color: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
    border-radius: 2px;
    width: 264px;
    max-height: 250px;
    margin: 0;
    overflow: auto;
    font-size: 14px;
    padding: 0;
}
#redactor-handle-list a {
    display: block;
    text-decoration: none;
    padding: 10px 8px;
    white-space: nowrap;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
#redactor-handle-list a:hover {
    color: #fff !important;
    background-color: #449aef !important;
}
/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

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

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
/**
 * Tag Input
 */
div.tagsinput {
  border:1px solid #cccccc;
  background: #FFF;
  padding:2px;
  width:300px;
  height:100px;
  overflow-y: auto;
  margin-bottom: 0.8125rem;
}
div.tagsinput span.tag {
  border: 1px solid #d9d9d9;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  display: block;
  float: left;
  padding: 3px 5px;
  text-decoration:none;
  background: #f2f2f2;
  color: #333333;
  margin: 3px;
  font-size: 0.8125rem;
}
div.tagsinput span.tag a {
  font-weight: bold;
  color: #333333;
  text-decoration:none;
  font-size: 0.8125rem;
}
div.tagsinput input {
  width:80px;
  margin:0px;
  font-size: 0.8125rem;
  border:1px solid transparent;
  padding:5px;
  background: transparent;
  color: #000;
  outline:0px;
  margin-right:5px;
}
div.tagsinput div {
  display:block;
  float: left;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important;
}
/*
  WebUploader
 */
.webuploader-container {
  position: relative;
  padding: 0 !important;
}
.webuploader-element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px,1px,1px,1px);
  margin: 0;
}
.webuploader-pick {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0.5rem 1.25rem;
  text-align: center;
  overflow: hidden;
}
.webuploader-pick-disable {
  opacity: 0.6;
  pointer-events:none;
}
.webuploader-container label {
  margin: 0 !important;
}
/*-- Chart --*/
.c3 svg {
  font: 10px sans-serif; }

.c3 path, .c3 line {
  fill: none;
  stroke: #000; }

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.c3-legend-item-tile, .c3-xgrid-focus, .c3-ygrid, .c3-event-rect, .c3-bars path {
  shape-rendering: crispEdges; }

.c3-chart-arc path {
  stroke: #fff; }

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px; }

/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #aaa; }

.c3-grid text {
  fill: #aaa; }

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3; }

/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em; }

/*-- Line --*/
.c3-line {
  stroke-width: 1px; }

/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white; }

.c3-selected-circle {
  fill: white;
  stroke-width: 2px; }

/*-- Bar --*/
.c3-bar {
  stroke-width: 0; }

.c3-bar._expanded_ {
  fill-opacity: 0.75; }

/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1; }

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px; }

.c3-target.c3-defocused {
  opacity: 0.3 !important; }

/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: 0.1; }

/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: 0.1; }

/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px; }

.c3-legend-item-hidden {
  opacity: 0.15; }

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1; }

/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9; }

.c3-tooltip tr {
  border: 1px solid #CCC; }

.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF; }

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999; }

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

.c3-tooltip td.value {
  text-align: right; }

/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2; }

/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none; }

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777; }

.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }

.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/ }
/* perfect-scrollbar v0.7.1 */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
      overflow: auto !important; } }
  .ps.ps--active-x > .ps__scrollbar-x-rail,
  .ps.ps--active-y > .ps__scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps > .ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps__scrollbar-x-rail */
    height: 15px; }
    .ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps__scrollbar-x */
      height: 6px; }
    .ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
      height: 11px; }
  .ps > .ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps__scrollbar-y-rail */
    width: 15px; }
    .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps__scrollbar-y */
      width: 6px; }
    .ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
      width: 11px; }
  .ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps:hover > .ps__scrollbar-x-rail,
  .ps:hover > .ps__scrollbar-y-rail {
    opacity: 0.6; }
  .ps:hover > .ps__scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
      background-color: #999; }
  .ps:hover > .ps__scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
      background-color: #999; }
/**
* AutoSuggest CSS - Version 1.2
*/
ul.as-selections {
  list-style-type: none;
  border-top: 1px solid #888;
  border-bottom: 1px solid #b6b6b6;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 4px 0 4px 4px;
  margin: 0;
  overflow: auto;
  background-color: #fff;
  box-shadow:inset 0 1px 2px #888;
  -webkit-box-shadow:inset 0 1px 2px #888;
  -moz-box-shadow:inset 0 1px 2px #888;
}

ul.as-selections.loading {
  background-color: #eee;
}

ul.as-selections li {
  float: left;
  margin: 1px 4px 1px 0;
}

ul.as-selections li.as-selection-item {
  color: #2b3840;
  font-size: 13px;
  font-family: "Lucida Grande", arial, sans-serif;
  text-shadow: 0 1px 1px #fff;
  background-color: #ddeefe;
  background-image: -moz-linear-gradient(top, #ddeefe, #bfe0f1);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddeefe), to(#bfe0f1));
  border: 1px solid #acc3ec;
  border-top-color: #c0d9e9;
  padding: 2px 7px 2px 10px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  box-shadow: 0 1px 1px #e4edf2;
  -webkit-box-shadow: 0 1px 1px #e4edf2;
  -moz-box-shadow: 0 1px 1px #e4edf2;
}

ul.as-selections li.as-selection-item:last-child {
  margin-left: 30px;
}

ul.as-selections li.as-selection-item a.as-close {
  float: right;
  margin: 1px 0 0 7px;
  padding: 0 2px;
  cursor: pointer;
  color: #5491be;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 1px #fff;
  -webkit-transition: color .1s ease-in;
}

ul.as-selections li.as-selection-item.blur {
  color: #666666;
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #f4f4f4, #d5d5d5);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#d5d5d5));
  border-color: #bbb;
  border-top-color: #ccc;
  box-shadow: 0 1px 1px #e9e9e9;
  -webkit-box-shadow: 0 1px 1px #e9e9e9;
  -moz-box-shadow: 0 1px 1px #e9e9e9;
}

ul.as-selections li.as-selection-item.blur a.as-close {
  color: #999;
}

ul.as-selections li:hover.as-selection-item {
  color: #2b3840;
  background-color: #bbd4f1;
  background-image: -moz-linear-gradient(top, #bbd4f1, #a3c2e5);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbd4f1), to(#a3c2e5));
  border-color: #6da0e0;
  border-top-color: #8bb7ed;
}

ul.as-selections li:hover.as-selection-item a.as-close {
  color: #4d70b0;
}

ul.as-selections li.as-selection-item.selected {
  border-color: #1f30e4;
}

ul.as-selections li.as-selection-item a:hover.as-close {
  color: #1b3c65;
}

ul.as-selections li.as-selection-item a:active.as-close {
  color: #4d70b0;
}

ul.as-selections li.as-original {
  margin-left: 0;
}

ul.as-selections li.as-original input {
  border: none;
  outline: none;
  font-size: 13px;
  width: 120px;
  height: 18px;
  padding-top: 3px;
}

ul.as-list {
  position: absolute;
  list-style-type: none;
  margin: -1rem 0 0 0;
  padding: 0;
  font-size: 14px;
  color: #000;
  font-family: "Lucida Grande", arial, sans-serif;
  background-color: #fff;
  background-color: rgba(255,255,255,0.95);
  z-index: 99;
  box-shadow: 0 2px 12px #222;
  -webkit-box-shadow: 0 2px 12px #222;
  -moz-box-shadow: 0 2px 12px #222;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

li.as-result-item, li.as-message {
  margin: 0 0 0 0;
  padding: 5px 12px;
  background-color: transparent;
  border: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  list-style: none !important;
}

li:first-child.as-result-item {
  margin: 0;
}

li.as-message {
  margin: 0;
  cursor: default;
}

li.as-result-item.active {
  background-color: #3668d9;
  background-image: -moz-linear-gradient(top, rgb(110, 129, 245), rgb(62, 82, 242));
  background-image: -webkit-gradient(linear, 0% 0%, 0% 64%, from(rgb(110, 129, 245)), to(rgb(62, 82, 242)));
  border-color: #3342e8;
  color: #fff;
  text-shadow: 0 1px 2px #122042;
}

li.as-result-item em {
  font-style: normal;
  background: #444;
  padding: 0 2px;
  color: #fff;
}

li.as-result-item.active em {
  background: #253f7a;
  color: #fff;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ul.as-selections {
    border-top-width: 2px;
  }
  ul.as-selections li.as-selection-item {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  ul.as-selections li.as-selection-item a.as-close {
    margin-top: -1px;
  }
  ul.as-selections li.as-original input {
    height: 19px;
  }
}

/* Opera Hacks  */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
  ul.as-list {
    border: 1px solid #888;
  }
  ul.as-selections li.as-selection-item a.as-close {
    margin-left: 4px;
    margin-top: 0;
  }
}

/* IE Hacks  */
ul.as-list {
  border: 1px solid #888\9;
}
ul.as-selections li.as-selection-item a.as-close {
  margin-left: 4px\9;
  margin-top: 0\9;
}

/* Firefox 3.0 Hacks */
ul.as-list,  x:-moz-any-link, x:default {
  border: 1px solid #888;
}
BODY:first-of-type ul.as-list, x:-moz-any-link, x:default { /* Target FF 3.5+ */
  border: none;
}


/* Fix for Socibd */
ul.as-selections li.as-original input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin:0;
  padding:3px 0 0 0;
}
ul.as-selections li.as-original input[type="text"]:focus {
  background: transparent;
  border-color: transparent;
}
ul.as-selections li {
  list-style: none;
}
ul.as-selections li.as-original input {
  font-size: 0.875rem;
}
ul.as-selections {
  padding: 0.5rem;
  margin: 0 0 1rem 0;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
ul.as-selections li.as-selection-item {
  padding-top: 0;
  padding-bottom: 0;
}
.apexcharts-canvas {
  position: relative;
  user-select: none;
  /* cannot give overflow: hidden as it will crop tooltips which overflow outside chart area */
}

/* scrollbar is not visible by default for legend, hence forcing the visibility */
.apexcharts-canvas ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}
.apexcharts-canvas ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(255,255,255,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.apexcharts-canvas.dark {
  background: #343F57;
}

.apexcharts-inner {
  position: relative;
}

.legend-mouseover-inactive {
  transition: 0.15s ease all;
  opacity: 0.20;
}

.apexcharts-series-collapsed {
  opacity: 0;
}

.apexcharts-gridline, .apexcharts-text {
  pointer-events: none;
}

.apexcharts-tooltip {
  border-radius: 5px;
  box-shadow: 2px 2px 6px -4px #999;
  cursor: default;
  font-size: 14px;
  left: 62px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 20px;
  overflow: hidden;
  white-space: nowrap;
  z-index: 12;
  transition: 0.15s ease all;
}
.apexcharts-tooltip.light {
  border: 1px solid #e3e3e3;
  background: rgba(255, 255, 255, 0.96);
}
.apexcharts-tooltip.dark {
  color: #fff;
  background: rgba(30,30,30, 0.8);
}
.apexcharts-tooltip * {
  font-family: inherit;
}

.apexcharts-tooltip .apexcharts-marker,
.apexcharts-area-series .apexcharts-area,
.apexcharts-line {
  pointer-events: none;
}

.apexcharts-tooltip.active {
  opacity: 1;
  transition: 0.15s ease all;
}

.apexcharts-tooltip-title {
  padding: 6px;
  font-size: 15px;
  margin-bottom: 4px;
}
.apexcharts-tooltip.light .apexcharts-tooltip-title {
  background: #ECEFF1;
  border-bottom: 1px solid #ddd;
}
.apexcharts-tooltip.dark .apexcharts-tooltip-title {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid #333;
}

.apexcharts-tooltip-text-value,
.apexcharts-tooltip-text-z-value {
  display: inline-block;
  font-weight: 600;
  margin-left: 5px;
}

.apexcharts-tooltip-text-z-label:empty,
.apexcharts-tooltip-text-z-value:empty {
  display: none;
}

.apexcharts-tooltip-text-value, 
.apexcharts-tooltip-text-z-value {
  font-weight: 600;
}

.apexcharts-tooltip-marker {
  width: 12px;
  height: 12px;
  position: relative;
  top: 0px;
  margin-right: 10px;
  border-radius: 50%;
}

.apexcharts-tooltip-series-group {
  padding: 0 10px;
  display: none;
  text-align: left;
  justify-content: left;
  align-items: center;
}

.apexcharts-tooltip-series-group.active .apexcharts-tooltip-marker {
  opacity: 1;
}
.apexcharts-tooltip-series-group.active, .apexcharts-tooltip-series-group:last-child {
  padding-bottom: 4px;
}
.apexcharts-tooltip-series-group-hidden {
  opacity: 0;
  height: 0;
  line-height: 0;
  padding: 0 !important;
}
.apexcharts-tooltip-y-group {
  padding: 6px 0 5px;
}
.apexcharts-tooltip-candlestick {
  padding: 4px 8px;
}
.apexcharts-tooltip-candlestick > div {
  margin: 4px 0;
}
.apexcharts-tooltip-candlestick span.value {
  font-weight: bold;
}

.apexcharts-tooltip-rangebar {
  padding: 5px 8px;
}

.apexcharts-tooltip-rangebar .category {
  font-weight: 600;
  color: #777;
}

.apexcharts-tooltip-rangebar .series-name {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.apexcharts-xaxistooltip {
  opacity: 0;
  padding: 9px 10px;
  pointer-events: none;
  color: #373d3f;
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
	background: #ECEFF1;
  border: 1px solid #90A4AE;
  transition: 0.15s ease all;
}

.apexcharts-xaxistooltip.dark {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #fff;
}

.apexcharts-xaxistooltip:after, .apexcharts-xaxistooltip:before {
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.apexcharts-xaxistooltip:after {
	border-color: rgba(236, 239, 241, 0);
	border-width: 6px;
	margin-left: -6px;
}
.apexcharts-xaxistooltip:before {
	border-color: rgba(144, 164, 174, 0);
	border-width: 7px;
	margin-left: -7px;
}

.apexcharts-xaxistooltip-bottom:after, .apexcharts-xaxistooltip-bottom:before {
  bottom: 100%;
}

.apexcharts-xaxistooltip-top:after, .apexcharts-xaxistooltip-top:before {
  top: 100%;
}

.apexcharts-xaxistooltip-bottom:after {
  border-bottom-color: #ECEFF1;
}
.apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: #90A4AE;
}

.apexcharts-xaxistooltip-bottom.dark:after {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.apexcharts-xaxistooltip-bottom.dark:before {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-xaxistooltip-top:after {
  border-top-color:#ECEFF1
}
.apexcharts-xaxistooltip-top:before {
  border-top-color: #90A4AE;
}
.apexcharts-xaxistooltip-top.dark:after {
  border-top-color:rgba(0, 0, 0, 0.5);
}
.apexcharts-xaxistooltip-top.dark:before {
  border-top-color: rgba(0, 0, 0, 0.5);
}


.apexcharts-xaxistooltip.active {
  opacity: 1;
  transition: 0.15s ease all;
}

.apexcharts-yaxistooltip {
  opacity: 0;
  padding: 4px 10px;
  pointer-events: none;
  color: #373d3f;
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
	background: #ECEFF1;
  border: 1px solid #90A4AE;
}

.apexcharts-yaxistooltip.dark {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #fff;
}

.apexcharts-yaxistooltip:after, .apexcharts-yaxistooltip:before {
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.apexcharts-yaxistooltip:after {
	border-color: rgba(236, 239, 241, 0);
	border-width: 6px;
	margin-top: -6px;
}
.apexcharts-yaxistooltip:before {
	border-color: rgba(144, 164, 174, 0);
	border-width: 7px;
	margin-top: -7px;
}

.apexcharts-yaxistooltip-left:after, .apexcharts-yaxistooltip-left:before {
  left: 100%;
}

.apexcharts-yaxistooltip-right:after, .apexcharts-yaxistooltip-right:before {
  right: 100%;
}

.apexcharts-yaxistooltip-left:after {
  border-left-color: #ECEFF1;
}
.apexcharts-yaxistooltip-left:before {
  border-left-color: #90A4AE;
}
.apexcharts-yaxistooltip-left.dark:after {
  border-left-color: rgba(0, 0, 0, 0.5);
}
.apexcharts-yaxistooltip-left.dark:before {
  border-left-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-yaxistooltip-right:after {
  border-right-color: #ECEFF1;
}
.apexcharts-yaxistooltip-right:before {
  border-right-color: #90A4AE;
}
.apexcharts-yaxistooltip-right.dark:after {
  border-right-color: rgba(0, 0, 0, 0.5);
}
.apexcharts-yaxistooltip-right.dark:before {
  border-right-color: rgba(0, 0, 0, 0.5);
}

.apexcharts-yaxistooltip.active {
  opacity: 1;
}

.apexcharts-xcrosshairs, .apexcharts-ycrosshairs {
  pointer-events: none;
  opacity: 0;
  transition: 0.15s ease all;
}

.apexcharts-xcrosshairs.active, .apexcharts-ycrosshairs.active {
  opacity: 1;
  transition: 0.15s ease all;
}

.apexcharts-ycrosshairs-hidden {
  opacity: 0;
}

.apexcharts-zoom-rect {
  pointer-events: none;
}
.apexcharts-selection-rect {
  cursor: move;
}

.svg_select_points, .svg_select_points_rot {
  opacity: 0;
  visibility: hidden;
}
.svg_select_points_l, .svg_select_points_r {
  cursor: ew-resize;
  opacity: 1;
  visibility: visible;
  fill: #888;
}
.apexcharts-canvas.zoomable .hovering-zoom {
  cursor: crosshair
}
.apexcharts-canvas.zoomable .hovering-pan {
  cursor: move
}

.apexcharts-xaxis,
.apexcharts-yaxis {
  pointer-events: none;
}

.apexcharts-zoom-icon, 
.apexcharts-zoom-in-icon,
.apexcharts-zoom-out-icon,
.apexcharts-reset-zoom-icon, 
.apexcharts-pan-icon, 
.apexcharts-selection-icon,
.apexcharts-menu-icon, 
.apexcharts-toolbar-custom-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  color: #6E8192;
  text-align: center;
}


.apexcharts-zoom-icon svg, 
.apexcharts-zoom-in-icon svg,
.apexcharts-zoom-out-icon svg,
.apexcharts-reset-zoom-icon svg,
.apexcharts-menu-icon svg {
  fill: #6E8192;
}
.apexcharts-selection-icon svg {
  fill: #444;
  transform: scale(0.76)
}

.dark .apexcharts-zoom-icon svg, 
.dark .apexcharts-zoom-in-icon svg,
.dark .apexcharts-zoom-out-icon svg,
.dark .apexcharts-reset-zoom-icon svg, 
.dark .apexcharts-pan-icon svg, 
.dark .apexcharts-selection-icon svg,
.dark .apexcharts-menu-icon svg, 
.dark .apexcharts-toolbar-custom-icon svg{
  fill: #f3f4f5;
}

.apexcharts-canvas .apexcharts-zoom-icon.selected svg, 
.apexcharts-canvas .apexcharts-selection-icon.selected svg, 
.apexcharts-canvas .apexcharts-reset-zoom-icon.selected svg {
  fill: #008FFB;
}
.light .apexcharts-selection-icon:not(.selected):hover svg,
.light .apexcharts-zoom-icon:not(.selected):hover svg, 
.light .apexcharts-zoom-in-icon:hover svg, 
.light .apexcharts-zoom-out-icon:hover svg, 
.light .apexcharts-reset-zoom-icon:hover svg, 
.light .apexcharts-menu-icon:hover svg {
  fill: #333;
}

.apexcharts-selection-icon, .apexcharts-menu-icon {
  position: relative;
}
.apexcharts-reset-zoom-icon {
  margin-left: 5px;
}
.apexcharts-zoom-icon, .apexcharts-reset-zoom-icon, .apexcharts-menu-icon {
  transform: scale(0.85);
}

.apexcharts-zoom-in-icon, .apexcharts-zoom-out-icon {
  transform: scale(0.7)
}

.apexcharts-zoom-out-icon {
  margin-right: 3px;
}

.apexcharts-pan-icon {
  transform: scale(0.62);
  position: relative;
  left: 1px;
  top: 0px;
}
.apexcharts-pan-icon svg {
  fill: #fff;
  stroke: #6E8192;
  stroke-width: 2;
}
.apexcharts-pan-icon.selected svg {
  stroke: #008FFB;
}
.apexcharts-pan-icon:not(.selected):hover svg {
  stroke: #333;
}

.apexcharts-toolbar {
  position: absolute;
  z-index: 11;
  top: 0px;
  right: 3px;
  max-width: 176px;
  text-align: right;
  border-radius: 3px;
  padding: 0px 6px 2px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center; 
}

.apexcharts-toolbar svg {
  pointer-events: none;
}

.apexcharts-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px;
  right: 10px;
  opacity: 0;
  min-width: 110px;
  transition: 0.15s ease all;
  pointer-events: none;
}

.apexcharts-menu.open {
  opacity: 1;
  pointer-events: all;
  transition: 0.15s ease all;
}

.apexcharts-menu-item {
  padding: 6px 7px;
  font-size: 12px;
  cursor: pointer;
}
.light .apexcharts-menu-item:hover {
  background: #eee;
}
.dark .apexcharts-menu {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

@media screen and (min-width: 768px) {
  .apexcharts-toolbar {
    /*opacity: 0;*/
  }

  .apexcharts-canvas:hover .apexcharts-toolbar {
    opacity: 1;
  } 
}

.apexcharts-datalabel.hidden {
  opacity: 0;
}

.apexcharts-pie-label,
.apexcharts-datalabel, .apexcharts-datalabel-label, .apexcharts-datalabel-value {
  cursor: default;
  pointer-events: none;
}

.apexcharts-pie-label-delay {
  opacity: 0;
  animation-name: opaque;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

.apexcharts-canvas .hidden {
  opacity: 0;
}

.apexcharts-hide .apexcharts-series-points {
  opacity: 0;
}

.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events, .apexcharts-radar-series path, .apexcharts-radar-series polygon {
  pointer-events: none;
}

/* markers */

.apexcharts-marker {
  transition: 0.15s ease all;
}

@keyframes opaque {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Cal-HeatMap CSS */

.cal-heatmap-container {
	display: block;
}

.cal-heatmap-container .graph
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.cal-heatmap-container .graph-label
{
	fill: #999;
	font-size: 10px
}

.cal-heatmap-container .graph, .cal-heatmap-container .graph-legend rect {
	shape-rendering: crispedges
}

.cal-heatmap-container .graph-rect
{
	fill: #ededed
}

.cal-heatmap-container .graph-subdomain-group rect:hover
{
	stroke: #000;
	stroke-width: 1px
}

.cal-heatmap-container .subdomain-text {
	font-size: 8px;
	fill: #999;
	pointer-events: none
}

.cal-heatmap-container .hover_cursor:hover {
	cursor: pointer
}

.cal-heatmap-container .qi {
	background-color: #999;
	fill: #999
}

/*
Remove comment to apply this style to date with value equal to 0
.q0
{
	background-color: #fff;
	fill: #fff;
	stroke: #ededed
}
*/

.cal-heatmap-container .q1
{
	background-color: #dae289;
	fill: #dae289
}

.cal-heatmap-container .q2
{
	background-color: #cedb9c;
	fill: #9cc069
}

.cal-heatmap-container .q3
{
	background-color: #b5cf6b;
	fill: #669d45
}

.cal-heatmap-container .q4
{
	background-color: #637939;
	fill: #637939
}

.cal-heatmap-container .q5
{
	background-color: #3b6427;
	fill: #3b6427
}

.cal-heatmap-container rect.highlight
{
	stroke:#444;
	stroke-width:1
}

.cal-heatmap-container text.highlight
{
	fill: #444
}

.cal-heatmap-container rect.highlight-now
{
	stroke: red
}

.cal-heatmap-container text.highlight-now
{
	fill: red;
	font-weight: 800
}

.cal-heatmap-container .domain-background {
	fill: none;
	shape-rendering: crispedges
}

.ch-tooltip {
	padding: 10px;
	background: #222;
	color: #bbb;
	font-size: 12px;
	line-height: 1.4;
	width: 140px;
	position: absolute;
	z-index: 99999;
	text-align: center;
	border-radius: 2px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	display: none;
	box-sizing: border-box;
}

.ch-tooltip::after{
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	content: "";
	padding: 0;
	display: block;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #222;
}
/* fix for foundation */
body {
  background: rgb(241, 241, 241);
  color: rgb(51, 51, 51);
  font-family: Helvetica, Arial, sans-serif;
}
.row {
  max-width: 62.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(51, 51, 51);
  font-family: Trebuchet MS, sans-serif; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca; }
a {
  color: rgb(39, 148, 237); }
  a:hover, a:focus {
    color: #2281ce; }
hr {
  border-bottom: 1px solid #cacaca;
}
blockquote {
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    color: #888888 !important; }
cite {
  color: #888888;
}
abbr {
  color: rgb(51, 51, 51);
  border-bottom: 1px dotted rgb(51, 51, 51);
}
code {
  color: rgb(51, 51, 51);
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
}
kbd {
  background-color: #e6e6e6;
  color: rgb(51, 51, 51);
}
.subheader {
  color: #b3b3b3;
}
@media print {
  blockquote {
    border: 1px solid #c2c2c2;
  }
}
.button {
  background: rgb(39, 148, 237);
  color: rgb(255, 255, 255); }
  .button:hover, .button:focus {
    background: #2281ce;
    color: rgb(255, 255, 255); }
  .button.primary {
    background: rgb(39, 148, 237);
    color: rgb(255, 255, 255); }
    .button.primary:hover, .button.primary:focus {
      background: #2281ce;
      color: rgb(255, 255, 255); }
  .button.secondary {
    background: #a0a0a0;
    color: rgb(255, 255, 255); }
    .button.secondary:hover, .button.secondary:focus {
      background: #888888;
      color: rgb(255, 255, 255); }
  .button.hollow {
    border: 1px solid rgb(39, 148, 237);
    color: rgb(39, 148, 237); }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #2281ce;
      color: #2281ce; }
    .button.hollow.primary {
      border: 1px solid rgb(39, 148, 237);
      color: rgb(39, 148, 237); }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #2281ce;
        color: #2281ce; }
    .button.hollow.secondary {
      border: 1px solid #a0a0a0;
      color: #a0a0a0; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #888888;
        color: #888888; }
  .button.dropdown::after {
    border-color: rgb(39, 148, 237) transparent transparent; }
  .button.secondary.dropdown::after {
    border-color: #888888 transparent transparent; }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  font-size: inherit;
  color: #333333;
}
label {
  color: rgb(51, 51, 51); }
.help-text {
  color: #5c5c5c; }
.input-group-field input {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }
.input-group-label {
  background: #e6e6e6;
  color: rgb(51, 51, 51);
  border: 1px solid #cacaca; }
.fieldset {
  border: 1px solid #cacaca; }
  .fieldset legend {
    background: #fefefe; }
select {
  font-size: inherit;
  padding: 0.5rem 1.75rem 0.5rem 0.5rem;
  color: #333333;
  background-position: right 10px center !important;
  background-origin: padding-box !important;
}
.accordion {
  background: #fefefe;
  border: 1px solid #e6e6e6;
}
.accordion-title {
  color: rgb(39, 148, 237);
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
.accordion-content {
  border-bottom: 1px solid #e6e6e6; }
.is-accordion-submenu-parent > a::after {
  border-color: rgb(39, 148, 237) transparent transparent;
}
.badge {
  background: rgb(39, 148, 237);
  color: #fefefe; }
  .badge.secondary {
    background: #a0a0a0;
    color: #fefefe; }
.breadcrumbs li {
  color: rgb(51, 51, 51); }
  .breadcrumbs li:not(:last-child)::after {
    color: #cacaca; }
.breadcrumbs a {
  color: rgb(39, 148, 237); }
.breadcrumbs .disabled {
  color: #cacaca; }
.button-group .button:not(:last-child) {
  border-right: 1px solid #fefefe; }
.button-group.primary .button {
  background: rgb(39, 148, 237);
  color: rgb(255, 255, 255); }
  .button-group.primary .button:hover, .button-group.primary .button:focus {
    background: #2281ce;
    color: rgb(255, 255, 255); }
.button-group.secondary .button {
  background: #a0a0a0;
  color: rgb(255, 255, 255); }
  .button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background: #888888;
    color: rgb(255, 255, 255); }
@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button:not(:last-child) {
    border-right: 1px solid #fefefe; }
}
.callout.primary {
  background-color: rgba(39, 148, 237, 0.16); }
  .callout.primary a {
    color: inherit; }
    .callout.primary a:hover {
      color: inherit; }
.callout.secondary {
  background-color: #ebebeb; }
.close-button {
  color: #b3b3b3; }
.close-button:hover, .close-button:focus {
  color: rgb(51, 51, 51); }
.is-drilldown-sub {
  background: #fefefe; }
.is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent rgb(39, 148, 237);
}
.js-drilldown-back::before {
  border-color: transparent rgb(39, 148, 237) transparent transparent;
}
.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
}
.dropdown.menu .submenu {
  background: #fefefe;
  border: 1px solid #cacaca; }
.label {
  background: rgb(39, 148, 237);
  color: #fefefe; }
  .label.secondary {
    background: #a0a0a0;
    color: #fefefe; }
.off-canvas-content {
  background: transparent;
}
.off-canvas {
  background: #e6e6e6;
}
.orbit-caption {
  color: #fefefe;
}
.orbit-previous, .orbit-next {
  color: #fefefe; }
.orbit-bullets button {
  background-color: #cacaca; }
  .orbit-bullets button:hover {
    background-color: #b3b3b3; }
  .orbit-bullets button.is-active {
    background-color: #b3b3b3; }
.pagination a,
.pagination button {
  color: rgb(51, 51, 51); }
  .pagination a:hover,
  .pagination button:hover {
    background: #e6e6e6; }
.pagination .current {
  background: rgb(39, 148, 237);
  color: #fefefe; }
.pagination .disabled {
  color: #cacaca; }
.pagination .ellipsis::after {
  color: rgb(51, 51, 51); }
.progress {
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: rgb(39, 148, 237); }
  .progress.secondary .progress-meter {
    background-color: #a0a0a0; }
.progress-meter {
  background-color: rgb(39, 148, 237); }
  .progress-meter .progress-meter-text {
    color: #fefefe; }
.slider {
  background-color: #e6e6e6; }
.slider-fill {
  background-color: #cacaca; }
.slider-handle {
  background-color: rgb(39, 148, 237); }
.slider-handle:hover {
  background-color: #2281ce; }
.reveal {
  border: 1px solid #cacaca;
  background-color: #fefefe;
}
.switch {
  color: #fefefe; }
.switch-paddle {
  background: #cacaca; }
.switch-paddle::after {
  background: #fefefe; }
input:checked ~ .switch-paddle {
  background: rgb(39, 148, 237); }
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1 !important;
  background-color: #fefefe !important; }
thead,
tfoot {
  background: #f7f7f7 !important;
  color: rgb(51, 51, 51) !important; }
tbody tr:nth-child(even) {
  background-color: #f1f1f1 !important; }
table.hover tr:hover {
  background-color: #f9f9f9 !important; }
table.hover tr:nth-of-type(even):hover {
  background-color: #ececec !important; }
.tabs {
  background: #fefefe;
  border: 1px solid #e6e6e6; }
.tabs.primary {
  background: rgb(39, 148, 237); }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #2691e8; }
.tabs-title > a {
  color: rgb(39, 148, 237); }
  .tabs-title > a:hover, .tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
    background: #e6e6e6; }
.tabs-content {
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs-content.vertical {
    border: 1px solid #e6e6e6; }
.thumbnail {
  border: solid 4px #fefefe; }
.title-bar {
  background: rgb(51, 51, 51);
  color: #fefefe; }
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }
.menu-icon.dark:hover::after {
  background: #8f8f8f;
  box-shadow: 0 7px 0 #8f8f8f, 0 14px 0 #8f8f8f; }
/*.has-tip {
  border-bottom: dotted 1px #b3b3b3; }
.tooltip {
  background-color: rgb(51, 51, 51);
  color: #fefefe; }
.tooltip::before {
  border-color: transparent transparent rgb(51, 51, 51); }
.tooltip.top::before {
  border-color: rgb(51, 51, 51) transparent transparent; }
.tooltip.left::before {
  border-color: transparent transparent transparent rgb(51, 51, 51); }
.tooltip.right::before {
  border-color: transparent rgb(51, 51, 51) transparent transparent; }*/
.top-bar a {
  color: rgb(39, 148, 237); }
.top-bar ul {
  background-color: #e6e6e6; }
.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
  border-color: rgb(39, 148, 237) transparent transparent;
}
.dropdown.menu .is-dropdown-submenu-parent.is-left-arrow > a::after {
  border-color: transparent rgb(39, 148, 237) transparent transparent;
}
.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
  border-color: transparent transparent transparent rgb(39, 148, 237);
}
.off-canvas.position-left {
  background: #888888;
}
#site-nav-small-screen a {
  color: rgba(255, 255, 255, 1.00);
}
#site-nav-small-screen .menu .active > a {
  background-color: rgb(39, 148, 237);
}
/* fix for other libs */
.tooltipster-default {
  border: 1px solid #e6e6e6;
  background: rgba(255, 255, 255, 1.00);
  color: rgb(51, 51, 51);
}
.dd3-content {
  background: #f1f1f1;
}
.dd3-handle {
  border-left: 2px solid #e6e6e6;
}
.jq-dropdown .jq-dropdown-menu,.jq-dropdown .jq-dropdown-panel {
  background: rgba(255, 255, 255, 1.00);
  border:solid 1px #cacaca;
  box-shadow: 0 5px 10px #8f8f8f;
}
.jq-dropdown.jq-dropdown-tip:before {
  border-bottom:7px solid #cacaca;
}
.jq-dropdown.jq-dropdown-tip:after {
  border-bottom:6px solid rgb(255, 255, 255);
}
.jq-dropdown .jq-dropdown-menu label:hover,.jq-dropdown .jq-dropdown-menu li>a:hover {
  background-color: #f1f1f1;
}
.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider {
  border-top:solid 1px #e6e6e6;
}
.modal {
  display: none;
}
.modal-spinner {
  display: none;
  width: 4rem;
  height: 4rem;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -2rem;
  margin-top: -2rem;
}
.modal .modal-spinner {
  color: #fff;
}
.modal-box {
  width: 35rem;
  background-color: #fff;
  box-shadow: 0px 3px 10px #000000;
  font-size: 0.875rem;
  padding: 0.625rem 0.875rem !important;
}
/*.modal-box .sheet-header:hover {
  cursor: move;
}*/
.modal-box .modal-actions {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.modal-box .modal-actions .float-right .button {
  margin: 0 0 0 0.75rem;
}
.modal-box .modal-actions .float-left .button {
  margin: 0 0.75rem 0 0;
}
.modal-box .sheet-body {
/*  overflow: auto;
  max-height: 400px;*/
}
.modal-box .sheet-body form {
  margin: 0;
}
.modal-box .modal-alert{
  color: #f04124;
  text-align: center;
}
.modal-box .sheet-body > .columns {
  padding-left: 0;
  padding-right: 0;
}
.sheet {
  padding: 0.625rem;
  margin-bottom: 1.25rem;
  background-color: #fff;
}
.sheet .row {
  margin: 0;
}
.sheet .sheet-header h3 {
  margin: 0 0.5rem 0.5rem 0.5rem;
  font-size: 1.125rem;
}
.sheet.main-section {
  margin-bottom: 0;
  padding: 1.5rem;
}
.sheet.main-section > h2 {
  margin: 0 0 1rem 0;
  font-size: 1.75rem;
}
.sheet.modal-box .sheet-header h3 {
  margin: 0.5rem 0.5rem 1.5rem 0.5rem;
}
.sheet object, .sheet embed, .sheet iframe {
  max-width: 100%;
}
.modal-box .sheet-header .close-button {
  padding: 0.5rem 1rem;
  right: 0;
  top: 0;
}
/*Small Screen Device*/
@media only screen and (max-width: 40em) {
  .sheet.main-section {
    padding: 0.625rem !important;
    margin-bottom: 0.5rem !important;
  }
  .sheet.widget {
    padding: 0.625rem 0 !important;
    margin-bottom: 0.5rem !important;
  }
}
/*
* Modal Box
*/
.modal-action-alert p, .modal-action-notice p {
  color: #f04124;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.5rem;
}
.modal-action-notice p {
  color: #43ac6a;
}
body {
  font-size: 0.875rem;
  /*background-color: rgb(241, 241, 241);*/
  /*background: #f8faff;*/
  background-color: #fff;
  overflow: hidden;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.row {
  max-width: 100%;
}
.top-bar {
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0,21,41,.08);
  box-shadow: 0 1px 4px rgba(0,21,41,.08);
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 20 !important;
  padding: 0.25rem 0.5rem;
}
.top-bar ul {
  background: #fff;
}
.top-bar-left .menu li a {
  font-size: 1.375rem;
  color: #333;
  display: inline;
  line-height: 42px;
}
.top-bar-left .menu li a img {
  margin-right: 0;
}
.top-bar-left .menu-text a {
  font-size: 1.5rem !important;
  /*color: #6DB334 !important;*/
  letter-spacing: -1px;
  padding: 0;
  line-height: 45px;
  color: #212529 !important;
  font-weight: normal;
}
.top-bar-right .menu li a {
  color: #333;
  line-height: 1.6;
}
.top-bar-right .menu li a svg {
  vertical-align: middle;
  display: inline-block;
  fill: #555;
}
#manage-menu-report-warp {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 18px;
  vertical-align: middle;
}
#manage-menu-switch svg {
  vertical-align: middle;
  display: inline-block;
  fill: #555;
}
#manage-logo-image {
  padding: 0 0.25rem;
}
#manage-logo-image img {
  height: 26px;
  margin-right: 0;
  margin-bottom: 4px;
}
#manage-admin-menu {
  position: relative;
  margin-right: 0.5rem;
}
#manage-admin-menu > a {
  padding: 5px 1rem;
}
#manage-admin-menu img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
#manage-admin-menu:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}
#manage-admin-menu .sub-menu {
  background: #fff;
  margin: 0;
  padding: 10px 0;
  min-width: 200px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: calc(100% + 30px);
  list-style: none;
  opacity: 0;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
  pointer-events: none;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
#manage-admin-menu .sub-menu li {
  display: block;
}
#manage-admin-menu .sub-menu li > a {
  display: block;
  padding: 8px 20px 8px 20px;
  position: relative;
  text-decoration: none;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  font-size: 0.875rem;
}
#manage-admin-menu .sub-menu li > a:hover {
  background-color: #f2f4f7;
}
#manage-menu-small {
  position: fixed;
  left: 0;
  top: 53px;
  z-index: 20;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
#manage-menu-small li {
  display: block;
  border-bottom: 1px solid transparent;
}
#manage-menu-small li a {
  padding: 0.75rem 0.125rem 0.75rem 1rem;
  line-height: 1.5rem;
  width: 50px;
  text-align: center;
  display: block;
}
#manage-menu {
  position: fixed !important;
  top: 53px !important;
  left: 0 !important;
  display: block !important;
  height: calc(100% - 53px) !important;
  width: 250px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  z-index: 19 !important;
  /*background-color: #f7f7f7;*/
  background-color: #f2f4f7;
  overflow: auto;
}
.manage-menu-show {
  -webkit-transition: all 150ms ease-out !important;
  transition: all 150ms ease-out !important;
  -webkit-transform: translate3d( 0, 0, 0 ) !important;
  -ms-transform: translate3d( 0, 0, 0 ) !important;
  transform: translate3d( 0, 0, 0 ) !important;
}
.manage-menu-hide {
  -webkit-transition: all 200ms ease-out !important;
  transition: all 200ms ease-out !important;
  -webkit-transform: translate3d( -200px, 0, 0 ) !important;
  -ms-transform: translate3d( -200px, 0, 0 ) !important;
  transform: translate3d( -200px, 0, 0 ) !important;
}
.manage-menu-show > .menu {
  display: block;
}
.manage-menu-hide > .menu {
  display: none;
}
.manage-menu-small-show {
  display: block !important;
}
.manage-menu-small-hide {
  display: none !important;
}
#manage-menu-inner {
  position: relative;
}
#manage-menu > h3 {
  font-size: 0.9375rem;
  margin: 1rem 0 0.625rem 0.5rem;
}
#manage-menu .menu li {
  border-bottom: 1px solid #edf1f7;
}
#manage-menu .menu li a {
  color: #333;
  font-size: 0.875rem;
  padding: .75rem 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.manage-menu-icon {
  color: #8f9bb3;
  font-size: 1.5rem;
  margin: 0 .5rem 0 0;
  width: 1em;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  /*margin-top: -0.25rem;*/
}
#manage-menu > .menu > li > a {
  font-weight: 500;
  color: #444;
  font-size: 0.875rem;
}
#manage-menu > .menu > li > a span.menu-title {
  display: inline-block;
  vertical-align: middle;
}
#manage-menu > .menu > li.current .manage-menu-icon svg {
  fill: #2281ce;
}
.manage-menu-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: #8f9bb3;
}
#manage-menu .menu li ul {
  background-color: transparent;
  margin: 0;
  padding: 0 1.25rem;
}
#manage-menu .menu li ul li a {
  padding: 0.25rem 1rem;
  font-weight: 400;
}
#manage-menu .menu li ul li a:hover, #manage-menu .menu li ul li a:active {
  background-color: #eee;
}
#manage-menu .menu li ul li.current a {
  background-color: #e9e9e9;
  font-weight: 500;
  color: #2281ce;
}
/*#manage-menu .menu li ul li {
  border-bottom: none;
}*/
#manage-menu .menu li ul li:first-child {
  border-top: 1px solid #edf1f7;
}
#manage-menu .menu li ul li:last-child {
  border-bottom: none;
}
#manage-menu > .menu > li:last-child {
  border-bottom: none;
}
#manage-menu .is-accordion-submenu-parent > a:after, #manage-menu .is-drilldown-submenu-parent > a::after {
  display: none;
}
.manage-menu-indi {
  position: absolute;
  right: 1rem;
}
.manage-menu-indi span {
  display: inline-block;
}
.manage-menu-indi svg {
  font-size: 1.25rem;
  line-height: 1;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: #8f9bb3;
}
#manage-menu > .menu > li span.manage-menu-indi-off {
  display: none;
}
#manage-menu > .menu > li[aria-expanded='true'] span.manage-menu-indi-on {
  display: block;
}
#manage-menu > .menu > li[aria-expanded='true'] span.manage-menu-indi-off {
  display: none;
}
#manage-menu > .menu > li[aria-expanded='false'] span.manage-menu-indi-on {
  display: none;
}
#manage-menu > .menu > li[aria-expanded='false'] span.manage-menu-indi-off {
  display: block;
}
#manage-menu > .is-drilldown > .menu > li[aria-expanded='true'] span.manage-menu-indi-on {
  display: block;
}
#manage-menu > .is-drilldown > .menu > li[aria-expanded='true'] span.manage-menu-indi-off {
  display: none;
}
#manage-menu > .is-drilldown > .menu > li[aria-expanded='false'] span.manage-menu-indi-on {
  display: none;
}
#manage-menu > .is-drilldown > .menu > li[aria-expanded='false'] span.manage-menu-indi-off {
  display: block;
}
#manage-menu .drilldown .is-drilldown-submenu {
  padding: 0;
  background-color: #f2f4f7;
}
#manage-menu .drilldown a {
  background-color: transparent;
}
#manage-menu .menu li a.active {
  /*color: #2794ed;*/
  font-weight: bold;
}
#manage-main {
  position: fixed !important;
  top: 53px !important;
  right: 0 !important;
  display: block !important;
  height: calc(100% - 53px) !important;
  background-color: #f2f4f7;
  padding: 0 2rem;
  overflow: auto;
}
.manage-main-default {
  width: calc(100% - 250px) !important;
  -webkit-transition: all 150ms ease-out !important;
  transition: all 150ms ease-out !important;
}
.manage-main-full {
  width: calc(100% - 30px) !important;
    -webkit-transition: all 200ms ease-out !important;
    transition: all 200ms ease-out !important;
}
#manage-main > h2 {
  font-size: 1.25rem;
  margin: 1.25rem 0;
}
.manage-main-small {
  /*max-width: 40rem;*/
  padding: 1rem;
  margin-bottom: 1.5rem;
  background-color: #fff;
}
.manage-main-middle {
  /*max-width: 50rem;*/
}
.manage-sheet {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #fff;
}
.manage-sheet-form {
  max-width: 45rem;
}
.manage-actions .button {
  margin-bottom: 0;
}
.manage-actions .float-left .button {
  margin-right: 0.75rem;
  margin-left: 0;
}
.manage-actions .float-right .button {
  margin-left: 0.75rem;
  margin-right: 0;
}
form .manage-actions {
  border-top: 1px solid #ddd;
  padding-top: 1rem;
}
.manage-title-btn {
  margin: 0 0 0 0.5rem;
  padding: 0.5rem 0.625rem;
}
.manage-auto-width select {
  width: auto;
}
.manage-main-menus {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1rem;
}
.manage-main-menus a {
  padding: 0.875rem 1.125rem;
  color: #333;
  font-size: 0.875rem;
  position: relative;
  font-weight: 400;
}
.manage-main-menus a:hover {
  color: #2794ed;
}
.manage-main-menus a.active {
  color: #2281ce;
}
.manage-main-menus a.active:before, .manage-main-menus a:hover:before {
  position: absolute;
  content: '';
  width: 100%;
  border-radius: 2px;
  bottom: -2px;
  left: 0;
  background-color: #2281ce;
  height: 3px;
}
.manage-main-menus a:hover:before {
  background-color: rgb(39, 148, 237);
}
.manage-main-menus a.active:hover:before {
  background-color: #2281ce;
}

.manage-table-actions {
  padding: 0 0.625rem !important;
}
.manage-table-actions a {
  border: 1px solid;
  padding: 0.25rem 0.5rem;
  margin-right: 0.25rem;
  min-width: 2rem;
  text-align: center;
  display: none;
}
.manage-table-list tr:hover .manage-table-actions a {
  display: inline-block;
}
.user-group-badge-preview {
  width: 32px;
  height: 32px;
}

.success.callout, .alert.callout {
  margin: 0.625rem;
}
.success.callout {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF;
}
.alert.callout {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF;
}
.turbolinks-progress-bar {
  height: 3px;
  background-color: rgb(39, 148, 237);
}
.pagination {
  margin-bottom: 0;
}
/* fix color picker */
.sp-replacer, .sp-replacer:hover, .sp-replacer.sp-active {
  border: none;
}
.sp-dd {
  display: none;
}
.sp-replacer {
  padding: 0;
  background: none;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sp-preview {
  border: none;
  margin: 0;
  height: 19px;
  width: 38px;
}
.sp-preview-inner {
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
}
.sp-container {
  border: 1px solid #c0c0c0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
  box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
}
.sp-color, .sp-hue, .sp-clear {
  border: none;
}
.sp-color {
  right: 15%;
}
.sp-clear-enabled .sp-hue {
  top: 0;
  height: 100%;
  left: auto;
}
.sp-clear-enabled .sp-clear {
  display: none !important;
}
.sp-input {
  height: 35px;
  font-size: 14px !important;
}
.sp-hue.sp-hue {
  width: 19px;
}
.sp-slider {
  opacity: 1;
  height: 6px;
  border: 1px solid #c3cfd8;
  width: 23px;
  border-radius: 3px;
  left: -3px;
}
.sp-dragger {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.35);
  box-shadow: 0 1px 1px rgba(0,0,0,0.35);
}
.sp-top {
  margin-bottom: 6px;
}
.sp-input-container {
  margin-bottom: 0;
}
.sp-input:focus {
  border-color: #8a8a8a;
}
.sp-alpha-inner {
  border: none;
}
.sp-alpha-handle {
  border-radius: 3px;
  border: 1px solid #c3cfd8;
}
.sp-clear-display {
  background-image: none;
}

/*Small Screen Device*/
@media only screen and (max-width: 40em) {
  #manage-main {
    padding: 0 0.5rem;
  }
}
.manage-table-list {
  position: relative;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  margin: 0 0 1.25rem 0;
}
.manage-table-list thead {
  background: none;
}
.manage-table-list thead th {
  font-family: ProximaNovaSemiBold,ProximaNovaRegular,"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #ECECEC;
  -webkit-user-select: none;
}
.manage-table-list tbody td {
  padding: 0.625rem;
}
/*.manage-table-list tbody td input[type='text'],
.manage-table-list tbody td input[type='file'],
.manage-table-list tbody td input[type="radio"],
.manage-table-list tbody td input[type="number"],
.manage-table-list tbody td select {
  margin-bottom: 0;
}*/
.manage-table-list tbody td input[type="number"] {
  width: auto;
}
.manage-table-list input[type='checkbox'] {
  margin: 0;
  vertical-align: middle;
}
.manage-table-list thead th.select {
  width: 12px;
}
.manage-table-list thead th.select input[type='checkbox'] {
  position: relative;
  top: -2px;
  z-index: 19;
}
.manage-table-list .bulk-actions {
  background-color: #fff;
  position: absolute;
  z-index: 18;
  height: 37px;
  left: 0;
  right: 20px;
  margin-top: -27px;
  display: none;
}
.manage-table-list .bulk-actions .button {
  white-space: nowrap;
  padding: 11px 16px 11px 42px;
  font-weight: bold;
  font-size: 0.838rem;
  margin: 0;
}
.manage-table-actions-column .button {
  margin: 0 0.5rem 0 0;
  visibility: hidden;
}
tr:hover .manage-table-actions-column .button {
  visibility: visible;
}
/*Manage Search Panel*/
#manage-search-wapper {
  margin: 0;
}
.manage-search-panel {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.manage-search-panel .manage-search-key {
  margin-bottom: 0;
  padding: 0 0.5rem 0 2.25rem;
/*  width: auto;*/
/*  min-width: 15rem;*/
  font-size: 0.838rem;
  height: 2rem;
}
span.manage-search-icon {
  position: absolute;
  line-height: 2rem;
  margin-left: 0.75rem;
  color: #999999;
}
.manage-search-form {
  position: relative;
}
.manage-search-form .columns {
  padding: 0;
}
.manage-search-form select {
/*  width: auto;*/
  margin-bottom: 0;
  padding: 0.4rem 0.5rem;
  height: 2rem;
  font-size: 0.838rem;
  border-right: 0;
}
.sortable-list {
  list-style: none;
  max-width: 35rem;
  margin: 0 0 1.25rem 0;
  padding: 0.25rem 0;
}
.sortable-list li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 2rem;
}
.sortable-list li .sortable-handle {
  cursor: pointer;
  width: 30px;
  border-left: 2px solid #e6e6e6;
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  display: block;
  padding: 5px 15px;
}
.sortable-list li .sortable-content {
  display: block;
  margin-top: 1px;
  padding: 5px 20px 5px 40px;
  color: #555;
  background: #f1f1f1;
  line-height: 2rem;
}
.sortable-list li .sortable-action {
  float: right;
  margin-left: 0.5rem;
  padding: 0.5rem 0.625rem;
  display: none;
  border: 1px solid;
  line-height: 1;
}
.sortable-list li .sortable-content:hover .sortable-action {
  display: inline;
}
#manage-signin-wapper {
  padding-top: 5rem;
}
#manage-signin-wapper #manage-signin {
  padding: 2rem;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.09);
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.09);
  background-color: #fff;
}
#manage-signin-wapper .button {
  padding: 0.75rem 0;
  margin: 0.5rem 0 1rem 0;
}
#manage-signin-img {
  text-align: center;
  margin-bottom: 1.25rem;
}
#manage-signin-img img {
  width: 135px;
}
#manage-signin h1 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
#manage-dashboard-summary {
  margin: 0 0 1.625rem 0;
  padding: 0;
  color: #fff;
}
#manage-dashboard-summary .columns {
  padding: 0 0.5rem;
}

#manage-dashboard-summary .sum-box {
  background-color: #fff;
  padding: 3px 0 0 0;
  position: relative;
  /*overflow: hidden;*/
}
#spark1, #spark2, #spark3, #spark4 {
  position: relative;
  padding-top: 15px;
}
#manage-dashboard-summary .apexcharts-tooltip {
  color: #333;
  background: #f2f4f7;
}
/* overrides */
#manage-dashboard-summary .apexcharts-title-text, #manage-dashboard-summary .apexcharts-subtitle-text {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}
#manage-dashboard-summary .apexcharts-title-text {
  fill: #555555 !important;
}
#manage-dashboard-summary .apexcharts-subtitle-text { fill: #888888 !important; }

#manage-stats-bar {
  background-color: #fff;
  overflow: auto;
  margin: 0 0.5rem 0.75rem 0.5rem;
}
#manage-stats-nav {
  list-style: none;
  margin: 0;
}
#manage-stats-nav > li {
  display: inline-block;
  float: left;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
#manage-stats-nav > li:hover {
  background-color: #eff7fd;
}
#manage-stats-nav > li.current {
  font-weight: 500;
  border-bottom: 2px solid #999;
}

#manage-dashboard-stats {
  display: none;
}
#manage-charts {
  padding: 0 0.5rem;
  background-color: #fff;
  padding: 1rem;
  margin: 0 0.5rem 1.5rem 0.5rem;
}
#manage-dashboard-charts-actions {
  float: right;
  text-align: center;
  font-size: 0.875rem;
  background-color: #fff;
  display: none;
}
#manage-dashboard-charts-actions .jq-dropdown-menu {
  text-align: left;
}
#manage-dashboard-charts-actions > a {
  margin: 0.5rem 1.25rem 0.5rem 0;
  line-height: 1.875rem;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  padding: 0 0.875rem;
  color: #555;
  font-size: 0.8125rem;
}
#dashboard-charts-features li.current, #dashboard-charts-month-list li.current {
  display: none;
}

.manage-dashboard-block {
  margin-bottom: 1.625rem;
}
.manage-dashboard-block h3 {
  font-size: 1rem;
  margin: 0 0.5rem 0.75rem 0.5rem;
}
#manage-dashboard-activity-container {
  background-color: #fff;
  padding: 1.5rem 1rem;
  margin: 0 0.5rem;
  text-align: center;
}
#manage-dashboard-activity-container #manage-dashboard-activity {
  display: inline-block;
}
#manage-dashboard-activity-container .cal-heatmap-container {
  max-width: 100%;
}

/* Plan */
.manage-plan-block {
  margin-bottom: 1.625rem;
}
.manage-plan-block h3 {
  font-size: 1rem;
  margin: 0 0.5rem 0.75rem 0.5rem;
}
#manage-plan-details {
  background-color: #fff;
  padding: 1.5rem;
  margin: 0 0.5rem;
}
#manage-plan-details ul {
  list-style: none;
  margin: 0;
  max-width: 45rem;
}
#manage-plan-details ul li {
  display: inline-block;
  width: 32%;
  font-size: 1rem;
  font-weight: 500;
}
#manage-plan-details ul li span {
  font-size: 0.875rem;
  font-weight: normal;
  display: block;
  margin-top: 0.25rem;
}
#manage-plan-usage {
  background-color: #fff;
  padding: 1.5rem 1rem;
  margin: 0 0.5rem;
}
#manage-plan-usage ul {
  margin: 0;
  list-style: none;
  max-width: 35rem;
  overflow: auto;
}
#manage-plan-usage ul li {
  float: left;
  max-width: 48%;
  width: 48%;
}
#manage-plan-usage ul li > span {
  display: block;
  text-align: center;
  font-size: 0.9375rem;
}
#manage-plan-change-btn {
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
}
#chat_history_export_choose {
  width: auto;
}
#chat-history-export-date {
  display: none;
}
#chat-history-export-date span {
  display: inline-block;
  margin: 0 0.25rem;
}
#chat-history-export-date input {
  width: 8rem;
  display: inline-block;
  visibility: visible;
}
#articles-uploader-info {
  display: block;
}
#articles-uploader-notice {
  font-size: 0.8125rem;
  background-color: #f1f1f1;
  padding: 0.5rem 0.875rem;
}
/* Theme List */
.manage-theme-container {
  border-top: 1px solid #ddd;
  padding: 2rem 0;
}
.themes-list-tips {
  color: #666;
}
.manage-theme-container > .row {
  margin: 0;
}
#manage-theme-current {
  background-color: #fff;
  padding: 1.5rem 1.5rem 0 1.5rem;
  position: relative;
}
#manage-theme-current h3 {
  font-size: 1.125rem;
  line-height: 2.3125rem;
  margin-bottom: 0;
}
#manage-theme-current .button {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75em 1em;
}
#manage-theme-actions {
  float: right;
}
#manage-theme-actions .theme-setting-open {
  margin-left: 0.625rem;
}
#manage-theme-preview {
  text-align: center;
  max-height: 225px;
  overflow: hidden;
}
#manage-theme-preview img {
  width: 65%;
  background-color: #f5f5f5;
  padding: 0.5rem;
}
#manage-theme-list {
  background-color: #fff;
  padding: 1.5rem;
}
#manage-theme-list > ul {
  list-style: none;
  margin: 0;
}
#manage-theme-list > ul > li {
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
#manage-theme-list > ul > li:last-child {
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
}
#manage-theme-list > ul > li .button {
  border: 1px solid transparent;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75em 1em;
  color: #2281ce;
}
#manage-theme-list > ul > li h3 {
  font-size: 1.125rem;
  line-height: 2.3125rem;
  margin-bottom: 0;
}
.manage-theme-container .theme-meta {
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  color: #888;
}
#manage-theme-current .theme-meta {
  margin-bottom: 1.5rem;
}
.manage-theme-list-actions {
  float: right;
}
.manage-theme-list-actions .theme-setting-open {
  margin-left: 0.5rem;
}
.themes-list-title {
  font-size: 1.125rem;
  margin: 0 0 0.875rem 0;
}
.themes-list {
  list-style: none;
  margin: 0;
}
.manage-sheet-theme {
  overflow: auto;
}
.themes-list-buttons .button {
  font-size: 0.8125rem;
}
.themes-list-buttons p {
  margin-bottom: 0;
}

/* Template Editor */
.manage-theme-template-sheet {
  margin-bottom: 0;
  padding: 0.5rem 1rem 0 1rem;
}
#m-t-t-h-right {
  float: right;
}
#m-t-t-h-right ul {
  display: inline-block;
  list-style: none;
}
#m-t-t-h-right ul li {
  float: left;
}
#m-t-t-h-right ul li > a {
  padding: 0 1rem;
  line-height: 2rem;
}
#manage-theme-template-header {
  padding: 0.625rem 1rem;
  line-height: 2rem;
}
#manage-theme-template-header a {
  color: #666;
  display: inline-block;
}
#manage-theme-template-header a:hover, #manage-theme-template-header a:active {
  color: #2281ce;
}
#m-t-t-h-title {
  display: inline-block;
  margin-left: 1rem;
  font-size: 0.9375rem;
}
#m-t-t-h-title strong {
  font-weight: 500;
}
#manage-theme-template-main {
  border-top: 1px solid #e6e6e6;
  overflow: auto;
}
#manage-theme-template-container {
  margin: 0;
}
#manage-theme-template-container .columns {
  padding: 0;
}
#template-editor-notice {
  color: #aaa;
  line-height: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
}
#template-editor-notice i {
  font-size: 3rem;
  display: block;
  color: #E0E0E0;
}
#templates-list {
  overflow: auto;
  border-right: 1px solid #e6e6e6;
  padding-right: 1rem;
}
#templates-filter {
  padding: 0.875rem 0 0.5rem 0.125rem;
  position: relative;
}
#templates-list .template-folder-title {
  cursor: pointer;
  padding: 0.25rem;
  margin: 0;
  font-size: 0.9275rem;
}
#templates-list .template-folder-title:hover {
  background-color: #efefef;
}
#templates-list .template-folder-list {
  list-style: none;
  margin-bottom: 0.125rem;
  margin-left: 0;
  display: none;
}
#templates-list .template-folder-list li {
  padding: 0.15rem 0.15rem 0.15rem 1.65rem;
  cursor: pointer;
  word-break: break-all;
  font-size: 0.875rem;
}
#templates-list .template-folder-list li:hover {
  background-color: #efefef;
}
.template-folder-title > a {
  width: 18px;
  display: inline-block;
}
.template-folder-list li > i {
  width: 18px;
  display: inline-block;
}
.template-folder-list li.current {
  background-color: #FFFBD1;
}
.template-tabs {
  margin-bottom: 0;
  margin-left: 15px;
  list-style: none;
}
.template-tabs li {
  float: left;
  position: relative;
  padding: 0.25rem 1rem;
  border: 1px solid transparent;
  border-bottom: 0;
  margin: 0 2px;
  cursor: pointer;
  border-radius: 3px 3px 0 0;
  font-size: 0.875rem;
}
.template-tabs li span.template-tab-close {
  display: none;
}
.template-tabs li.active {
  border-color: #e6e6e6;
}
.template-tabs li.active span.template-tab-close {
  display: inline-block;
}
.template-tabs li.active span.template-tab-close {
  margin-left: 3px;
}
#manage-theme-template-tabs {
  overflow: hidden;
  height: 31px;
}
#template-editor-main {
  display: none;
  overflow: auto;
}
#template-editor-actions {
  padding: 0.5rem;
  border-bottom: 1px solid #e6e6e6;
}
.template-item-title {
  padding-left: 0.5rem;
}
.template-item-title h4 {
  margin: 0;
  line-height: 1.875rem;
  font-size: 0.9375rem;
}
span.template-item-name {
  display: inline-block;
}
span.template-item-older {
  font-size: 12px;
  font-weight: normal;
  padding-left: 4px;
  background-color: #ffffff;
}
.template-item-action .button {
  margin-bottom: 0;
  padding-top: 0.35rem;
  padding-bottom: 0.45rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  font-size: 0.8125rem;
  margin-left: 0.25rem;
}
.template-item-delete {
  margin-right: 0.75rem;
}
.template-editor-item-image {
  text-align: center;
  padding: 1rem;
}
#template-editor-body {
  overflow: auto;
}
.template-order-version-set {
  display: none;
}
.template-order-version-choose {
  margin-bottom: 0;
  padding: 3px 10px 3px 3px;
  width: auto;
  font-size: 12px;
}
#template-editor-actions {
  height: 49px;
  overflow: hidden;
}
#template-top-notice {
  font-size: 13px;
  line-height: 30px;
  color: #919191;
}
#template-top-notice {
  padding-left: 0.5rem;
}

.template-tab-close:hover i {
  color: #f04124;
}
#template-upload-assets-list {
  list-style: none;
  height: 200px;
  overflow: auto;
  margin: 0.875rem 0;
}
#template-upload-assets-list .asset-upload-progress {
  height: 5px;
}
#template-upload-assets-list .asset-upload-progress span {
  background-color: #5da423;
  height: 5px;
  display: block;
}
#template-upload-assets-list .asset-upload-progress-alert {
  background-color: #c60f13;
}
#template-upload-assets-list .asset-upload-progress-alert span {
  background-color: #c60f13;
}
#template-asset-fileupload {
  display: none;
}
#template-upload-assets-list li {
  margin-bottom: 0.75rem;
}
#template-upload-assets-notice {
  margin-bottom: 0;
}
#templates-filter-act {
  margin: 0;
  padding: 0 0.5rem 0 1.7rem;
  width: 100%;
  font-size: 13px;
  height: 2rem;
}
#templates-filter-icon {
  position: absolute;
  line-height: 2rem;
  margin-left: 0.5rem;
  color: #919191;
}
.theme-list-preview {
  font-size: 0.875rem;
  font-weight: normal;
}
#theme-upload-form p {
  font-size: 12px;
  margin-bottom: 1rem;
}
span#theme-uploader-info {
  display: block;
}

/* New Theme Settings */
#manage-theme-settings-menu {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  height: 100% !important;
  width: 250px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  z-index: 19 !important;
  background-color: #f2f4f7;
  overflow-y: auto;
  overflow-x: hidden;
}
.manage-theme-settings-menu-show {
  -webkit-transition: all 150ms ease-out !important;
  transition: all 150ms ease-out !important;
  -webkit-transform: translate3d( 0, 0, 0 ) !important;
  -ms-transform: translate3d( 0, 0, 0 ) !important;
  transform: translate3d( 0, 0, 0 ) !important;
}
.manage-theme-settings-menu-hide {
  -webkit-transition: all 200ms ease-out !important;
  transition: all 200ms ease-out !important;
  -webkit-transform: translate3d( -250px, 0, 0 ) !important;
  -ms-transform: translate3d( -250px, 0, 0 ) !important;
  transform: translate3d( -250px, 0, 0 ) !important;
}
#manage-theme-settings-main {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  display: block !important;
  height: 100% !important;
  background-color: #f2f4f7;
  /*overflow: hidden;*/
  border-left: 1px solid rgba(63,63,68,0.15);
}
.manage-theme-settings-main-default {
  width: calc(100% - 250px) !important;
  -webkit-transition: all 150ms ease-out !important;
  transition: all 150ms ease-out !important;
}
.manage-theme-settings-main-full {
  width: 100% !important;
  -webkit-transition: all 200ms ease-out !important;
  transition: all 200ms ease-out !important;
}
#m-t-s-l-header, #m-t-s-r-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  -webkit-box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
  box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
}
#m-t-s-l-body, #m-t-s-r-body {
  padding-top: 50px;
  height: 100%;
}
#m-t-s-l-body {
  padding-bottom: 50px;
}
#m-t-s-l-body-container {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
#m-t-s-l-header {
  background-color: #fafafa;
}
#m-t-s-l-header h2 {
  line-height: 50px;
  margin: 0;
  text-align: center;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 1rem;
}
#m-t-s-r-header {
  text-align: center;
  line-height: 50px;
  background-color: #fff;
}
#m-t-s-r-body-container {
  height: calc(100% - 10px);
  background-color: #fff;
  margin: 10px auto 0 auto;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.m-t-s-r-body-full {
  width: 100%;
  -webkit-transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
}
.m-t-s-r-body-small {
  width: 375px;
  -webkit-transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
}
#m-t-s-l-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #fafafa;
  border-top: 1px solid rgba(63,63,68,0.15);
  z-index: 10;
  text-align: right;
  padding: 0.5rem 1rem;
  vertical-align: middle;
}
#m-t-s-screen-size {
  list-style: none;
  margin: 0;
}
#m-t-s-screen-size li {
  display: inline-block;
}
#m-t-s-screen-size li a {
  line-height: 50px;
  display: block;
  padding: 0 0.625rem;
  border-bottom: 3px solid transparent;
  position: relative;
}
#m-t-s-screen-size li a[data-type=full] svg {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#m-t-s-screen-size li a:hover:before, #m-t-s-screen-size li a.current:before {
  position: absolute;
  content: '';
  width: 100%;
  border-radius: 2px;
  bottom: 0;
  left: 0;
  background-color: #2281ce;
  height: 3px;
}
#m-t-s-screen-size li a:hover:before {
  background-color: rgb(39, 148, 237);
}
#m-t-s-screen-size li a.current:hover:before {
  background-color: #2281ce;
}
#m-t-s-screen-size li a svg {
  height: 50px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  fill: #888;
}
#m-t-s-screen-size li a.current svg, #m-t-s-screen-size li a:hover svg {
  fill: #333;
}
.m-t-s-l-sheet {
  background-color: #fff;
  margin: 0.625rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0.625rem;
}
#m-t-s-l-tabs {
  list-style: none;
  margin: -0.625rem;
}
#m-t-s-l-tabs li {
  border-bottom: 1px solid #ddd;
}
#m-t-s-l-tabs li a {
  display: block;
  padding: 1rem 0.75rem;
  position: relative;
}
#m-t-s-l-tabs li a:hover:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 100%;
  border-radius: 2px;
  right: 0;
  top: 0;
  background-color: #2281ce;
}
#m-t-s-l-tabs li a svg {
  vertical-align: middle;
  width: 2rem;
  text-align: center;
  display: inline-block;
  margin-right: 0.5rem;
  fill: #555;
}
#m-t-s-l-tabs li a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 165px;
}
.m-t-s-l-panel, .m-t-s-l-slider {
  width: 100%;
  height: 100%;
  background-color: #f2f4f7;
  position: absolute;
}
.m-t-s-l-panel {
  top: 0;
  left: 260px;
  z-index: 5;
  padding-top: 50px;
  padding-bottom: 50px;
}
.m-t-s-l-slider {
  top: 0;
  left: 0;
  z-index: 20;
}
#m-t-s-l-slider-font {
  padding-top: 100px;
  padding-bottom: 0;
}
.m-t-s-l-panel-hide {
  -webkit-transition: all 200ms ease-out !important;
  transition: all 200ms ease-out !important;
  -webkit-transform: translate3d( 0, 0, 0 ) !important;
  -ms-transform: translate3d( 0, 0, 0 ) !important;
  transform: translate3d( 0, 0, 0 ) !important;
}
.m-t-s-l-panel-show {
  -webkit-transition: all 150ms ease-out !important;
  transition: all 150ms ease-out !important;
  -webkit-transform: translate3d( -260px, 0, 0 ) !important;
  -ms-transform: translate3d( -260px, 0, 0 ) !important;
  transform: translate3d( -260px, 0, 0 ) !important;
}
.m-t-s-l-slider-hide {
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.m-t-s-l-slider-show {
  opacity: 1;
  -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.m-t-s-l-panel-header, .m-t-s-l-slider-header {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
  box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
  z-index: 2;
}
.m-t-s-l-panel-header h2, .m-t-s-l-slider-header h2 {
  font-size: 0.875rem;
  margin: 0;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3rem;
}
.m-t-s-l-panel-back, .m-t-s-l-slider-close {
  position: absolute;
  top: 0;
  height: 50px;
  padding: 0 1rem;
  z-index: 2;
  vertical-align: middle;
  direction: block;
}
.m-t-s-l-panel-back {
  left: 0;
}
.m-t-s-l-slider-close {
  right: 0;
}
.m-t-s-l-panel-back svg, .m-t-s-l-slider-close svg {
  height: 50px;
  fill: #555;
}
.m-t-s-l-slider-tool {
  position: absolute;
  top: 50px;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
  box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
  padding-top: 8px;
}
.m-t-s-l-panel-body, .m-t-s-l-slider-body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.m-t-s-l-panel-sheet {
  padding: 0.625rem 0.875rem;
}
.m-t-s-l-panel-sheet h3 {
  font-size: 0.8125rem;
  font-weight: 700;
  /*text-transform: uppercase;*/
  line-height: 1.6;
}
.m-t-s-l-p-item {
  position: relative;
  margin: 0.875rem 0;
}
.m-t-s-l-p-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  /*line-height: 1.5625rem;*/
  margin-left: 0.375rem;
  margin-top: 0.25rem;
  /*margin: 0;*/
}
.m-t-s-l-p-checkbox label {
  padding-left: 2rem;
  display: block;
  cursor: pointer;
  font-size: 0.875rem;
}
.m-t-s-l-p-image-picker > label {
  margin-bottom: 0.25rem;
}
.m-t-s-l-p-help {
  font-size: 0.8125rem;
  color: #777;
  margin-bottom: 0.25rem;
  line-height: 1.6;
}
.m-t-s-l-p-text label, .m-t-s-l-p-select label, .m-t-s-l-p-long-text label {
  cursor: pointer;
  margin-bottom: 0.25rem;
}
.m-t-s-l-p-text input, .m-t-s-l-p-select select {
  margin-bottom: 0.25rem;
  height: 2.25rem;
}
.m-t-s-l-p-long-text textarea {
  margin-bottom: 0.25rem;
}
.m-t-s-l-p-long-text textarea#setting-css, .m-t-s-l-p-long-text textarea#setting-header_html, .m-t-s-l-p-long-text textarea#setting-footer_html {
  height: 300px;
}
.m-t-s-l-p-select select {
  padding: 0.375rem 1.75rem 0.375rem 0.5rem;
}
.m-t-s-l-p-font-picker label {
  margin-bottom: 0.25rem;
}
.m-t-s-font-picker, .m-t-s-image-picker {
  border: solid 1px rgba(63,63,68,0.15);
  background-color: #f2f4f7;
  margin-bottom: 0.25rem;
}
.m-t-s-font-picker-show {
  padding: 1.25rem;
  font-size: 1.125rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-t-s-font-picker-btn {
  display: block;
  background-color: #fff;
  border-top: 1px solid rgba(63,63,68,0.15);
  color: #333;
  text-align: center;
  line-height: 2rem;
}
.m-t-s-font-picker-btn:hover {
  background-color: #f2f4f7;
}
.m-t-s-font-picker-btn:hover, .m-t-s-font-picker-btn:active {
  color: #333;
}
#m-t-s-l-slider-font-list {
  list-style: none;
  margin: 0;
}
#m-t-s-l-slider-font-list li {
  padding: 0.625rem 1rem;
  cursor: pointer;
  font-size: 1.125rem;
  color: #000;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#m-t-s-l-slider-font-list li:hover {
  background-color: #fff;
}
.m-t-s-l-slider-search {
  width: 220px;
  margin: 0 auto 0 auto;
  padding: 6px 8px 6px 30px;
  height: 35px;
}
.m-t-s-l-slider-search-icon {
  position: absolute;
  top: 15px;
  left: 22px;
}
.m-t-s-l-slider-search-icon svg {
  fill: rgb(51, 51, 51);
}
.m-t-s-image-picker-empty {
  padding-top: 65px;
  width: 150px;
  height: 200px;
  margin: auto;
}
.m-t-s-image-picker-empty a {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  display: block;
}
.m-t-s-image-picker-show {
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.m-t-s-image-picker[data-name=favicon] .m-t-s-image-picker-show {
  background-size: auto;
}
.m-t-s-image-picker-select-btn {
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
}
.m-t-s-image-picker-change ul {
  list-style: none;
  margin: 0;
  overflow: auto;
}
.m-t-s-image-picker-change ul li {
  float: left;
  display: inline-block;
  width: 50%;
}
.m-t-s-image-picker-change ul li a {
  display: block;
  background-color: #fff;
  border-top: 1px solid rgba(63,63,68,0.15);
  color: #333;
  text-align: center;
  line-height: 2rem;
}
.m-t-s-image-picker-change ul li:first-child a {
  border-right: 1px solid rgba(63,63,68,0.15);
}
.m-t-s-image-picker-change ul li a:hover {
  background-color: #f2f4f7;
}
.m-t-s-image-picker-explore-btn {
  font-size: 0.875rem;
  padding: 0.75rem 0;
  margin-top: 5px;
}
#m-t-s-l-slider-image-tab {
  list-style: none;
  margin: 0;
}
#m-t-s-l-slider-image-tab li {
  width: 50%;
  display: inline-block;
  float: left;
  height: 50px;
}
#m-t-s-l-slider-image .m-t-s-l-slider-tool {
  padding-top: 0;
}
#m-t-s-l-slider-image-tab li:first-child {
  padding-left: 0.875rem;
  padding-right: 0.5rem;
}
#m-t-s-l-slider-image-tab li:last-child {
  padding-right: 0.875rem;
  padding-left: 0.5rem;
}
#m-t-s-l-slider-image-tab li a {
  width: 100%;
  text-align: center;
  display: block;
  max-height: 50px;
  padding: 14px 0;
  color: #777;
  position: relative;
  font-weight: 400;
}
#m-t-s-l-slider-image-tab li a:active {
  color: #777;
}
#m-t-s-l-slider-image-tab li a:hover {
  color: #555;
}
#m-t-s-l-slider-image-tab li a.current {
  color: #555;
}
#m-t-s-l-slider-image-tab li a:hover:before, #m-t-s-l-slider-image-tab li a.current:before {
  position: absolute;
  content: '';
  width: 100%;
  border-radius: 2px;
  bottom: 0;
  left: 0;
  background-color: #2281ce;
  height: 3px;
}
#m-t-s-l-slider-image-tab li a:hover:before {
  background-color: #888;
}
#m-t-s-l-slider-image-tab li a.current:hover:before {
  background-color: #2281ce;
}
#m-t-s-l-slider-image {
  padding-top: 100px;
  padding-bottom: 0;
}
.m-t-s-l-s-i-item {
  width: calc(50% - 15px);
  display: inline-block;
  float: left;
  height: 102px;
  margin: 10px 0 0 10px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.m-t-s-l-s-i-item:hover {
  border-color: #2281ce;
}
#m-t-s-l-s-i-upload-warp {
  border: none;
}
.m-t-s-l-s-i-item a {
  display: block;
  height: 102px;
  text-align: center;
}
.m-t-s-l-s-i-item a img {
/*  width: 100%;
  height: 100%;*/
  max-width: 100%;
  max-width: 100%;
}
#m-t-s-l-s-i-upload-btn svg {
  fill: #999;
  display: block;
  margin: 30px auto 0 auto;
}
#m-t-s-l-s-i-upload-btn {
  color: #777;
  font-weight: 500;
  border: 2px dashed #999;
  font-size: 0.8125rem;
}
#m-t-s-l-s-i-upload-btn:hover {
  border-color: #2281ce;
  color: #2281ce;
}
#m-t-s-l-s-i-upload-btn:hover svg {
  fill: #2281ce;
}
#m-t-s-l-s-i-upload-btn .webuploader-pick {
  padding: 0;
  width: 100%;
  height: 100%;
}
#m-t-s-l-slider-image .m-t-s-l-slider-body {
  background-color: #fefefe;
}
.m-t-s-l-slider-loading {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 20;
  background-color: rgba(0,0,0,0.1);
  text-align: center;
  vertical-align: middle;
  display: none;
  padding-top: 250px;
}
.m-t-s-l-slider-loading svg {
  fill: #333;
  animation: 2.5s linear infinite svg-animation;
}
.m-t-s-l-slider-loading span {
  display: block;
  text-align: center;
  font-weight: 500;
  color: #111;
}
@keyframes svg-animation {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg)
  }
}
.m-t-s-l-s-fi-item {
  width: calc(50% - 15px);
  display: inline-block;
  float: left;
  height: 102px;
  margin: 10px 0 0 10px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.m-t-s-l-s-fi-item:hover {
  border-color: #2281ce;
}
.m-t-s-l-s-fi-item a {
  display: block;
  height: 102px;
  text-align: center;
}
.m-t-s-l-s-fi-item a img {
/*  width: 100%;
  height: 100%;*/
  max-width: 100%;
  max-width: 100%;
}
#m-t-s-l-slider-image-loading {
  position: absolute;
  bottom: 0;
  z-index: 5;
  text-align: center;
  display: none;
  left: calc(50% - 17px);
}
#m-t-s-l-slider-image-loading svg {
  fill: #000;
  animation: 2.5s linear infinite svg-animation;
}
#m-t-s-l-slider-image-freeimages-search {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #fafafa;
  z-index: 10;
  padding-top: 8px;
}
.m-t-s-l-slider-image-freeimages-search-alt {
  -webkit-box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
  box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
}
#m-t-s-l-slider-image #m-t-s-l-slider-image-freeimages-warp, #m-t-s-l-slider-image #m-t-s-l-slider-image-library-warp {
  height: 100%;
  overflow: hidden;
}
#m-t-s-l-slider-image-freeimages-warp {
  padding-top: 50px;
}
.m-t-s-l-p-color label {
  padding-left: 46px;
  margin-bottom: 0.25rem;
  cursor: pointer;
}
.m-t-s-l-p-color-input {
  position: absolute;
  left: 0;
}
#manage-theme-settings-btn {
  margin: 0;
  padding: 0.5rem 1.25rem;
  display: inline-block;
}
#use-template-set {
  display: none;
}
.one_page_item .fa {
  display: none;
}
.one_page_item:hover .fa {
  display: inline-block;
  margin-left: 0.125rem;
}
#page-autocomplete-container {
  margin-bottom: 1rem;
  position: relative;
}
#private-site-inv {
  position: relative;
}
#private-site-inv-r {
  position: absolute;
  cursor: pointer;
  right: 0.625rem;
  top: 0;
  line-height: 2.4375rem;
  display: block;
}
#invitation_url {
  padding-right: 2rem;
}
#site-offline-label {
  color: #ec5840;
}
#site-online-label {
  color: #3adb76;
}
#site-status-label {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#landing-image-container img, #landing-side-image-container img,#logo-image-container img {
  max-width: 5rem;
  max-height: 5rem;
}
#site-tabs-dd, #article-categories-dd {
  margin-bottom: 1rem;
}
.site-tab-title, .article-category-title {
  display: inline-block;
  width: 30%;
}
.site-tab-url {
  display: inline-block;
  font-size: 0.875rem;
}
.site-tab-new, .site-tab-edit, .site-tab-delete, .site-tab-edit-page, .article-category-new, .article-category-edit, .article-category-delete {
  float: right;
  margin-left: 0.5rem;
  display: none;
  padding: 0.375rem 0.5rem;
  border: 1px solid;
  line-height: 1;
  margin-top: 2px;
}
#site-tabs-dd, #site-tabs-dd a {
  font-size: 0.8125rem;
}
#site-tabs-dd .dd-item > button {
  margin: 2px 0 2px 30px;
}
#site-tabs-dd li:hover > .dd3-content {
  background-color: #ebebeb;
}
#site-tabs-dd .dd-handle {
  padding: 2px 15px;
}
#site-tabs-dd .dd3-content {
  padding: 2px 20px 2px 40px;
}
#site-tabs-dd .dd3-content:hover > .site-tab-new,
#site-tabs-dd .dd3-content:hover > .site-tab-edit,
#site-tabs-dd .dd3-content:hover > .site-tab-delete,
#article-categories-dd .dd3-content:hover > .article-category-new,
#article-categories-dd .dd3-content:hover > .article-category-edit,
#article-categories-dd .dd3-content:hover > .article-category-delete,
#site-tabs-dd .dd3-content:hover > .site-tab-edit-page {
  display: inline;
}
#tab-icons-drop .jq-dropdown-panel {
  max-width: 30rem;
}
.tab-icon-picker {
  width: 30rem;
}
.tab-icon-search-warp {
  margin: -0.75rem;
  padding: 0.75rem;
  max-width: 100%;
}
.tab-icon-search {
  height: 2rem;
  font-size: 0.8125rem;
  padding: 0.125rem 0.5rem;
  margin-bottom: 0.25rem;
}
.tab-list-container {
  max-height: 12rem;
  overflow: auto;
}
.tab-icon-search-warp .manage-main-menus a {
  padding: 0.625rem 0.8125rem;
  font-size: 0.75rem;
}
.tab-icon-search-warp .manage-main-menus a.active:before, .tab-icon-search-warp .manage-main-menus a:hover:before {
  height: 2px;
  border-radius: 2px;
  bottom: -1px;
}
.tab-list-container span {
  display: inline-flex;
  align-self: center;
  margin: 0.25rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  border: 2px solid transparent;
}
.tab-list-container span img {
  width: 100%;
  height: 100%;
  fill: currentColor;
  position: relative;
}
.tab-list-container span:hover {
  border: 2px solid rgb(39, 148, 237);
}
.tab-list-container span:hover img {
  color: rgb(39, 148, 237);
}
#tab-icon-c {
  vertical-align: middle;
  display: inline-block;
}
#tab-icon-c span {
  display: inline-flex;
  align-self: center;
  margin: 0.25rem;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
}
#tab-icon-c span img {
  width: 100%;
  height: 100%;
  fill: currentColor;
  position: relative;
 }
.site-tab-title span {
  display: inline-flex;
  align-self: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.site-tab-title span svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  position: relative;
}
.site-tab-title span svg > * {
  stroke: currentColor !important;
}
/* Tickets */
#ticket-attachments-more-btn {
  font-size: 1.25rem;
  padding: 0 1rem;
  margin-top: -1rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
#ticket-description-update-at {
  font-size: 0.8125rem;
  margin-bottom: 0.5rem;
}
#ticket-images-list {
  list-style: none;
  margin: 0 0 0.5rem 0;
  display: block;
}
#ticket-images-list li {
  display: inline-block;
}
#ticket-images-list li {
  margin-right: 0.75rem;
  width: 100px;
  height: 100px;
}
#ticket-replies-title {
  font-size: 1.125rem;
  margin-top: 1rem;
}
.ticket-reply-meta {
  margin-bottom: 0;
  font-size: 0.8125rem;
}
#ticket-replies {
/*  list-style: none;
  margin: 0;*/
}
#ticket-replies li {
  margin: 1rem 0;
  border-bottom: 1px solid #E8E8E8;
  padding: 0 0.5rem 0.25rem 0.5rem;
}
#ticket-replies li p {
  margin-bottom: 0.5rem;
}
#ticket-reply-box {
  margin-top: 1.5rem;
}
#ticket-description-container p, #ticket-replies li p {
  font-weight: bold;
  font-size: 0.9375rem;
}
#ticket-description-update-at, #ticket-replies li p.ticket-reply-meta {
  font-weight: normal;
  font-size: 0.8125rem;
}
.manage-ticket-title a {
  color: #555;
  font-size: 0.9375rem;
  margin-right: 0.5rem;
}
.manage-ticket-title a span {
  font-size: 0.875rem;
}
.manage-ticket-title .label {
  background-color: #c2c2c2 !important;
}
.manage-ticket-time {
  font-size: 0.8125rem;
}
.manage-ticket-actions .button {
  margin-bottom: 0;
}
.manage-ticket-delete {
  visibility: hidden;
}
.manage-ticket-item:hover .manage-ticket-delete {
  visibility: visible;
}
.manage-user-avatar-icon svg {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.manage-user-avatar-icon text {
  fill: #fff;
  text-anchor: middle;
}
.manage-user-avatar-icon img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
#member-preview-details > a {
  position: absolute;
}
#member-preview-details > a img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
#member-preview-details > a svg {
  width: 64px;
  height: 64px;
}
#member-preview-details > a text {
  fill: #fff;
  font-size: 40px;
  text-anchor: middle;
}
/* Badge */
.member-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  /*z-index: 5;*/
}
.member-badge-180 {
  width: 60px;
  height: 60px;
}
.member-badge-32 {
  width: 16px;
  height: 16px;
}
.member-badge-48 {
  width: 20px;
  height: 20px;
}
.member-badge-64 {
  width: 25px;
  height: 25px;
}
.member-badge-96 {
  width: 30px;
  height: 30px;
}
.avatar-32 .member-badge-48 {
  width: 16px;
  height: 16px;
}
#member-preview-content {
  padding-left: 80px;
  min-height: 64px;
  max-height: 22rem;
  overflow: auto;
  margin-bottom: 1rem;
}
#member-preview-content tr td:first-child {
  width: 35%;
  text-align: right;
  font-weight: bold;
}
.member-actions-btn {
  margin: 0;
  border: none !important;
}
.moderator_access span.checkbox {
  display: block;
}
#member-profile-form {
  max-height: 20rem;
  overflow: auto;
}
#member-profile-form .user_birthday select {
  width: auto;
}
/*Social Login*/
.social-logins-list .social-login-settings input {
  margin-bottom: 0.5rem !important;
  margin-top: 0.35rem;
}
.social-login-settings .help-text {
  margin: 0.25rem 0 0.5rem 0;
}
#broadcast-preview-body {
  max-height: 20rem;
  overflow: auto;
}
.site_user_setting_invitation_limit {
  display: inline-block;
}
#messaging-policy-set span.radio {
  display: block;
}
#messaging-policy-set > div > label {
  margin-bottom: 0.5rem;
}
div.site_user_setting_invitation_limit {
  vertical-align: middle;
}
input#site_user_setting_invitation_limit {
  margin-bottom: 0;
}
/*Profile Questions*/
#profile-questions-list {
  list-style: none;
  margin: 0;
  font-size: 0.8125rem;
}
#profile-questions-list > li {
  margin-bottom: 1rem;
  position: relative;
  border-bottom: 1px solid #ededed;
}
#profile-questions-list .question-handle {
  position: absolute;
  cursor: move;
  z-index: 15;
  width: 30px;
  font-size: 1rem;
  left: 5px;
  top: 8px;
}
#profile-questions-list .question-handle i {
  color: #8b8b8b;
}
#profile-questions-list .question-actions {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 16;
}
.question-actions a {
  margin-left: 2px;
  display: inline-block;
  border: 1px solid;
}
.question-actions a span {
  display: block;
  padding: 2px 5px;
}
.question-actions a i {
  font-size: 0.875rem;
}
#profile-questions-list .question-options {
  position: absolute;
  right: 85px;
  top: 5px;
  z-index: 15;
  width: 100px;
}
.question-settings {
  list-style: none;
  margin: 0;
}
.question-settings > li {
  margin: 0;
  font-size: 0.875rem;
}
.question-settings > li label {
  font-size: 0.838rem;
}
.question-choices-settings label {
  font-size: 0.838rem;
}
.question-choices-settings {
  margin-top: 0.25rem;
}
.question-choices-settings input {
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.question-options input {
  margin-bottom: 0;
}
.question-options label, .question-choices-settings label {
  margin-left: 0.25rem !important;
}
#profile-questions-list .question-item {
  margin-right: 200px;
  margin-left: 30px;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
}
#profile-questions-list .question-item .row {
  margin: 0;
}
#profile-questions-list .question-item .input {
  margin-top: 0.25rem;
  margin-bottom: 0;
  padding: 0.25rem 0.5rem;
}
#profile-questions-list .question-item select {
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.question-title-label {
  line-height: 43px;
  margin-bottom: 0;
  font-size: 0.8125rem;
}
.answer-type-label {
  line-height: 42px;
  margin-bottom: 0;
  font-size: 0.8125rem;
}
#profile-questions-list li .columns {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#profile-questions-list > li {
  background-color: #f5f5f5;
}
.m-l-video-thumb {
  background-color: #f1f1f1;
  color: #e6e6e6;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 48px;
  width: 85px;
  line-height: 48px;
  font-size: 1.125rem;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.content-actions-btn {
  margin: 0;
  border: none !important;
}
/*Site Content Settings*/
.site-content-settings-list tbody td {
  padding-left: 15px;
}
/*.site-content-settings-list input {
  margin-bottom: 0.5rem !important;
  margin-top: 0.35rem !important;
}*/
.site-content-settings-list .inline-content-setting-td > label {
  display: inline-block;
  margin-left: 0.5625rem;
}
.site-content-settings-list .site_content_setting_approve_blog,
  .site-content-settings-list .site_content_setting_photo_limit,
  .site-content-settings-list .site_content_setting_video_limit,
  .site-content-settings-list .site_content_setting_track_limit,
  .site-content-settings-list .site_content_setting_photo_total_limit,
  .site-content-settings-list .site_content_setting_video_total_limit,
  .site-content-settings-list .site_content_setting_track_total_limit,
  .site-content-settings-list .site_content_setting_allow_submit_article {
  float: left;
}
.site-content-settings-list .site_content_setting_photo_limit_count,
  .site-content-settings-list .site_content_setting_video_limit_count,
  .site-content-settings-list .site_content_setting_track_limit_count,
  .site-content-settings-list .site_content_setting_photo_total_limit_count,
  .site-content-settings-list .site_content_setting_video_total_limit_count,
  .site-content-settings-list .site_content_setting_track_total_limit_count {
    display: inline-block;
  }
.site-content-settings-list #site_content_setting_photo_limit_count,
  .site-content-settings-list #site_content_setting_video_limit_count,
  .site-content-settings-list #site_content_setting_track_limit_count,
  .site-content-settings-list #site_content_setting_photo_total_limit_count,
  .site-content-settings-list #site_content_setting_video_total_limit_count,
  .site-content-settings-list #site_content_setting_track_total_limit_count {
  width: 5rem;
  margin: 0 !important;
}
.site-content-settings-list .site_content_setting_photo_limit,
  .site-content-settings-list .site_content_setting_video_limit,
  .site-content-settings-list .site_content_setting_track_limit,
  .site-content-settings-list .site_content_setting_photo_total_limit,
  .site-content-settings-list .site_content_setting_video_total_limit,
  .site-content-settings-list .site_content_setting_track_total_limit {
    margin-top:0.6rem;
  }

.site-content-settings-list select {
  width: auto;
}
#manage-content-setting-activity-types > div > label {
  margin-bottom: 0.5rem;
}
#manage-content-setting-activity-types span.checkbox {
  display: block;
  margin-bottom: 0.25rem;
}
#manage-content-setting-reaction img {
  width: 40px;
  height: 40px;
}
/* Default Tabs */
#manage-default-tabs-list li .default-tab-edit-panel {
  margin: 0.5rem 0;
}
#manage-default-tabs-list li .default-tab-edit-panel input {
  margin: 0;
  width: auto;
  height: 2rem;
  font-size: 0.8125rem;
  padding: 0.125rem 0.5rem;
  display: inline-block;
  margin-right: 0.5rem;
}
#manage-default-tabs-list li .default-tab-edit-btn {
  margin: 0;
  padding: 0.5rem 1rem;
}

/* Default Widgets */
#default-widgets-column-section {
  width: 40rem;
  margin-bottom: 1rem;
}
.default-widget-item-remove-btn {
  display: none;
  width: 1rem;
  text-align: center;
  float: right;
}
.widget-block-column ul li:hover .default-widget-item-remove-btn {
  display: inline-block;
}
#widget-block-column-section {
  margin-bottom: 1rem;
}
.widget-block-column {
  float: left !important;
  width: 33.33333%;
  max-width: 33.33333%;
}
.widget-block-column ul {
  margin: 0;
  list-style: none;
  margin-right: 2px;
  background-color: #f1f1f1;
  padding: 0.3875rem;
  min-height: 12rem;
}
.widget-block-column ul li {
  background-color: #fff;
  padding: 0.3875rem 0.5rem;
  margin-bottom: 0.3875rem;
  font-size: 0.8125rem;
  cursor: move;
}
.widget-block-column ul li:last-child {
  margin-bottom: 0;
}
.widget-block-column-handle {
  text-align: center;
  background-color: #f1f1f1;
  cursor: move;
  padding-top: 0.5rem;
  margin-right: 2px;
}
.widget-item-remove-btn, .widget-item-context-btn {
  display: none;
  width: 1rem;
  text-align: center;
  float: right;
}
.widget-block-column ul li:hover .widget-item-remove-btn, .widget-block-column ul li:hover .widget-item-context-btn {
  display: inline-block;
}

/* Profile Template */
.profile-template-background-image-more {
  margin-top: 0.25rem;
}
.profile-template-background-image-more .select, .profile-template-background-image-more .boolean {
  display: inline-block;
}
.profile-template-remove-image > img {
  max-width: 300px;
  max-height: 150px;
  margin: 0.5rem 0.5rem 0.5rem 0;
}
.profile-template-featured {
  color: #c00;
}
#layout-editor-manage-sheet > .row {
  margin: 0;
}
#layout-editor-menu {
  padding-left: 0;
}
#layout-editor-menu li {
  position: relative;
}
#layout-editor-menu li > a {
  color: #767676;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 3.875rem;
  font-weight: 500;
}
#layout-editor-menu li > a.active {
  background-color: #FFFBD1;
}
#layout-editor-menu li > a:hover {
  background-color: #efefef;
}
#layout-editor-title h3 {
  font-size: 1rem;
  line-height: 2.125rem;
  padding-right: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#layout-editor-title > .float-right {
  position: relative;
}
#layout-editor-main {
  padding-left: 0;
  padding-right: 0;
}
#layout-editor-title .button {
  margin-bottom: 0;
  margin-left: 0.5rem;
}
.le-layout-btn {
  background-color: #bbb;
  display: inline-block;
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  position: relative;
}
.le-layout-btn:hover {
  background-color: #ccc;
}
.le-layout-btn.active {
  background-color: #0078bd;
}
.le-layout-btn i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.25rem;
  margin-left: -0.5625rem;
  margin-top: -0.625rem;
  display: none;
}
.le-layout-btn.active i {
  display: inline-block;
}
#layout-editor-layouts .jq-dropdown-panel {
  min-width: 14.375rem;
}
#layout-editor-title {
  margin-bottom: 1rem;
}
#layout-editor-body .row {
  margin-left: 0;
  margin-right: 0;
}
#layout-editor-body .columns {
  padding: 0;
  padding-right: 0.5rem;
}
#layout-editor-body .columns:last-child {
  padding-right: 0;
}
.le-widget-actions, .le-cpage-actions {
  position: absolute;
  right: 0;
  display: none;
}
.le-cpage-actions {
  top: 7px;
  right: 0.25rem;
}
.le-widget-actions {
  top: 4px;
}
.le-widget-list li:hover .le-widget-actions, #layout-editor-menu li:hover .le-cpage-actions {
  display: inline-block;
}
.le-widget-actions a, .le-cpage-actions a {
  display: inline-block;
  border: 1px solid;
}
.le-widget-actions a {
  padding: 0.125rem 0.375rem;
}
.le-cpage-actions a {
  padding: 0.25rem 0.375rem;
}
.le-widget-actions a:last-child {
  margin-right: 0.25rem;
}
.le-widget-list {
  margin: 0;
  list-style: none;
  margin-right: 2px;
  padding: 0.3875rem 0.3875rem 0.625rem 0.3875rem;
  background-color: rgb(241, 241, 241);
}
.le-widget-list li {
  position: relative;
  background-color: #fff;
  padding: 0.3875rem 3.5rem 0.3875rem 0.5rem;
  margin-bottom: 0.3875rem;
  font-size: 0.8125rem;
  cursor: move;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#le-widgets-add-drop .jq-dropdown-menu {
  max-height: 15rem;
  overflow: auto;
}
.layout-container {
  display: none;
}
.layout-container .row {
  margin-bottom: 0.5rem;
}
#widget-edit-container select {
  width: auto;
}
#widget-edit-container select, #widget-edit-container input[type='text'], #widget-edit-container label.middle {
  margin-bottom: 0.625rem;
}
.layout-module-body {
  line-height: 5rem;
  text-align: center;
  background-color: #e6e6e6;
  color: #bbbbbb;
  margin-right: 2px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#le-custom-switch-btn {
  font-size: 1.5rem;
  vertical-align: middle;
  margin-left: 0.375rem;
  color: #555;
}
#le-custom-switch-btn.active {
  color: #0078bd;
}
#layout-editor-submenu {
  margin-bottom: 1rem;
  margin-top: -1rem;
  border-bottom: 1px solid #e0e0e0;
}
#layout-editor-submenu a {
  color: #767676;
}
#layout-editor-submenu a.active {
  font-weight: bold;
}
#layout-editor-bottom {
  overflow: auto;
}
#layout-editor-notice, #default-tabs-notice {
  background-color: #fffde9;
  font-size: 0.8125rem;
  padding: 0.625rem 0.875rem;
  color: #555;
}
#default-tabs-notice {
  margin-top: 1rem;
}
#layout-editor-notice p, #default-tabs-notice p {
  margin-bottom: 0.625rem;
}
#layout-editor-sync-widgets, #default-tabs-sync-tabs {
  margin-bottom: 0;
}
/*.user-groups-limit-setting {
  display: block;
}*/
.user-groups-limit-setting .input.integer {
  display: inline-block;
}
.user-groups-limit-setting input[type=number] {
  display: inline-block;
  width: 5rem;
}
/*













































*/
