@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * 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;
  }
}

span.custom-select-header {
  display: block;
  width: 100%;
}

span.custom-select-header .custom-select {
  height: 40px !important;
  width: 100% !important;
  line-height: 40px !important;
  border: 1px solid #e2e2e2;
  box-shadow: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: 'opensans';
  font-size: 15px;
  color: #4e4e4e !important;
  font-weight: 400;
  z-index: 50;
  padding-left: 10px !important;
}

span.custom-select-header .custom-select:focus {
  box-shadow: none !important;
}

span.custom-select-header .quick-add {
  display: none !important;
}

.custom-select-focus,
.custom-select-open {
  outline: 2px solid #96c8ec !important;
}

span.custom-select-form {
  display: block;
  width: 100%;
  position: relative;
  min-width: 200px;
}

span.custom-select-form:focus {
  outline: 2px dotted red !important;
}

span.custom-select-form .custom-select {
  height: 46px !important;
  width: 100% !important;
  line-height: 46px !important;
  border: 1px solid #e2e2e2;
  box-shadow: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: 'opensans';
  font-size: 15px;
  color: #000 !important;
  font-weight: 400;
  z-index: 50;
  padding-left: 10px !important;
  background-color: white !important;
  margin: 0 !important;
}

span.custom-select-form .custom-select.is-invalid-input {
  margin-bottom: 40px !important;
}

span.custom-select-form .custom-select div {
  color: #222;
}

span.custom-select-form .custom-select:focus {
  box-shadow: none !important;
}

span.custom-select-form.second {
  margin: 10px 0 0 0 !important;
}

span.custom-select-form.is-required .custom-select {
  border-color: bluelight !important;
}

span.custom-select-form .quick-add {
  display: none !important;
}

span.custom-select-form.missing_info .custom-select {
  border: 3px solid #db4343;
}

span.custom-select-form-short {
  display: block;
  width: 100%;
}

span.custom-select-form-short:focus {
  outline: 2px dotted red !important;
}

span.custom-select-form-short .custom-select {
  height: 40px !important;
  width: 100% !important;
  line-height: 40px !important;
  border: 1px solid #e2e2e2;
  box-shadow: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: 'opensans';
  font-size: 15px;
  color: #4e4e4e !important;
  font-weight: 400;
  z-index: 50;
  padding-left: 10px !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
  margin: 0 !important;
}

span.custom-select-form-short .custom-select.is-invalid-input {
  margin-bottom: 40px !important;
}

span.custom-select-form-short .custom-select:focus {
  box-shadow: none !important;
}

span.custom-select-form-short.second {
  margin: 10px 0 0 0 !important;
}

span.custom-select-form-short.is-required .custom-select {
  border-color: bluelight !important;
}

span.custom-select-form-short .quick-add {
  display: none !important;
}

span.custom-select-form-short.missing_info .custom-select {
  border: 3px solid #db4343;
}

span.custom-select-form-has-quick-add {
  display: block;
  width: 100%;
}

span.custom-select-form-has-quick-add:focus {
  outline: 2px dotted red !important;
}

span.custom-select-form-has-quick-add .custom-select {
  height: 46px !important;
  width: 100% !important;
  line-height: 46px !important;
  border: 1px solid #e2e2e2;
  box-shadow: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: 'opensans';
  font-size: 15px;
  color: #4e4e4e !important;
  font-weight: 400;
  z-index: 50;
  padding-left: 10px !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
  margin: 0 !important;
}

span.custom-select-form-has-quick-add .custom-select.is-invalid-input {
  margin-bottom: 40px !important;
}

span.custom-select-form-has-quick-add .custom-select:focus {
  box-shadow: none !important;
}

span.custom-select-form-has-quick-add.second {
  margin: 10px 0 0 0 !important;
}

span.custom-select-form-has-quick-add.is-required .custom-select {
  border-color: #00a1e9 !important;
}

span.custom-select-form-has-quick-add .quick-add {
  display: block !important;
}

span.custom-select-form-has-quick-add .quick-add .quick-add-button {
  color: #fefefe !important;
  background-color: #00a1e9 !important;
  padding: 0 8px !important;
  border-radius: 2px !important;
  position: relative;
  left: -10px;
}

@media only screen and (max-width: 767px) {
  span.custom-select-header .custom-select,
  span.custom-select-form .custom-select,
  span.custom-select-form-short .custom-select,
  span.custom-select-form-has-quick-add .custom-select {
    font-size: 12px !important;
  }
  span.custom-select-header .custom-select input,
  span.custom-select-form .custom-select input,
  span.custom-select-form-short .custom-select input,
  span.custom-select-form-has-quick-add .custom-select input {
    font-size: 12px !important;
    padding-left: 30px !important;
    background-image: url("/img/search-grey.svg");
    background-size: 20px 20px;
    background-position: left 5px center;
    background-repeat: no-repeat;
  }
  span.custom-select-header .custom-select div ul li,
  span.custom-select-form .custom-select div ul li,
  span.custom-select-form-short .custom-select div ul li,
  span.custom-select-form-has-quick-add .custom-select div ul li {
    font-size: 11px;
    padding: 3px 4px;
  }
}

div.custom-select-mega {
  display: block;
  position: relative;
}

div.custom-select-mega:focus {
  outline: 2px dotted red !important;
}

div.custom-select-mega .custom-select {
  height: 46px !important;
  width: calc(100% - 20px) !important;
  line-height: 46px !important;
  border: 1px solid #e2e2e2;
  box-shadow: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: 'opensans';
  font-size: 15px;
  color: #4e4e4e !important;
  font-weight: 400;
  z-index: 50;
  padding-left: 10px !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
  margin: 2px 0 12px 0 !important;
  width: calc(100% - 20px) !important;
}

div.custom-select-mega .custom-select.is-invalid-input {
  margin-bottom: 40px !important;
}

div.custom-select-mega .custom-select:focus {
  box-shadow: none !important;
  outline: none !important;
}

div.custom-select-mega.second {
  margin: 10px 0 0 0 !important;
}

div.custom-select-mega.is-required .custom-select {
  border-color: #00a1e9 !important;
}

div.custom-select-mega .custom-select > div {
  width: calc(100% - 20px);
}

div.custom-select-mega .quick-add {
  display: none !important;
}

.custom-select:hover {
  background-color: #fff;
}

.custom-select a {
  display: inline-block;
  width: 100%;
  text-indent: 0;
  margin-top: 0;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  z-index: 50 !important;
}

.custom-select a span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.custom-select select {
  display: none !important;
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd?J2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 5.3125rem;
}

.custom-select > div {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-top: 0;
  background: #f5f5f5;
  z-index: 10;
  overflow: hidden;
  outline: 2px solid #96c8ec;
}

.custom-select input {
  width: calc(100% - 20px);
  border: 1px solid #e2e2e2;
  margin: 10px;
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  font-family: 'opensans';
  font-weight: 400;
  outline: 0;
  box-shadow: none;
  padding-left: 40px !important;
  background-image: url("/img/search-grey.svg");
  background-size: 20px 20px;
  background-position: left 10px center;
  background-repeat: no-repeat;
}

.custom-select > div > div {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  margin: 5px 0 0 0;
  max-height: 300px;
  padding: 0 10px;
  outline: none !important;
}

.custom-select div ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-select div ul li {
  display: none;
  font-family: 'opensans';
  font-size: 12px;
  padding: 3px 5px;
}

.custom-select div ul li.active {
  display: block;
  cursor: pointer;
}

.custom-select div ul li:hover {
  background: #0084bf;
  color: #fff;
}

.custom-select div ul li.option-hover {
  background: #00a1e9;
  color: #fff;
}

.custom-select div ul li.option-disabled {
  color: #999;
}

.custom-select div ul li.option-disabled:hover {
  background: #f99;
  color: #fff;
}

.custom-select div ul li.option-hover.option-disabled {
  background: #f66;
  color: #fff;
}

.custom-select div ul li.no-results {
  display: none;
  background: #f2f2f2;
  color: #000;
}

.custom-select-open {
  border-bottom: 1px solid #4e4e4e;
}

.custom-select-open div {
  display: block;
}

.custom-select input.custom-select-hidden-input {
  position: absolute !important;
  top: 0 !important;
  left: -1000px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  z-index: -1 !important;
}

.custom-select-mobile select {
  display: inline !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html {
  -webkit-tap-highlight-color: transparent !important;
}

/* GLOBAL ############################################################### */
body {
  background-color: #fefefe;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #3f3b3a;
}

.master {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

.master .inner {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1480px;
  box-sizing: border-box;
}

.master .min-height {
  min-height: 680px;
}

.master .max-width {
  max-width: 680px;
}

.master.has-left-menu {
  padding-bottom: 65px;
}

.relative {
  position: relative;
}

.hide {
  display: none;
}

.hide_force {
  display: none !important;
}

.clear {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
label,
div,
span {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

img.cover {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto auto;
  max-width: 10000%;
  max-height: 10000%;
  min-width: 1000%;
  min-height: 1000%;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}

.trans1 {
  -webkit-transition: all 0.01s linear;
  -moz-transition: all 0.01s linear;
  -o-transition: all 0.01s linear;
  -ms-transition: all 0.01s linear;
  transition: all 0.01s linear;
}

.trans2 {
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  -ms-transition: all 0.05s linear;
  transition: all 0.05s linear;
}

.trans2::after {
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  -ms-transition: all 0.05s linear;
  transition: all 0.05s linear;
}

.trans3 {
  -webkit-transition: all 0.09s linear;
  -moz-transition: all 0.09s linear;
  -o-transition: all 0.09s linear;
  -ms-transition: all 0.09s linear;
  transition: all 0.09s linear;
}

.trans-rotate {
  -webkit-transition: all 0.29s linear;
  -moz-transition: all 0.29s linear;
  -o-transition: all 0.29s linear;
  -ms-transition: all 0.29s linear;
  transition: all 0.29s linear;
}

.trans-rotate::after, .trans-rotate::before {
  -webkit-transition: all 0.29s linear;
  -moz-transition: all 0.29s linear;
  -o-transition: all 0.29s linear;
  -ms-transition: all 0.29s linear;
  transition: all 0.29s linear;
}

.trans-2-rotate {
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  -ms-transition: all 0.05s linear;
  transition: all 0.05s linear;
}

.trans-2-rotate::after {
  -webkit-transition: all 0.29s linear;
  -moz-transition: all 0.29s linear;
  -o-transition: all 0.29s linear;
  -ms-transition: all 0.29s linear;
  transition: all 0.29s linear;
}

.trans-slide {
  -webkit-transition: all 0.85s linear;
  -moz-transition: all 0.85s linear;
  -o-transition: all 0.85s linear;
  -ms-transition: all 0.85s linear;
  transition: all 0.85s linear;
}

.c_collected {
  background-color: #eaf9ed !important;
}

.c_collected:hover {
  background-color: #d5f3da !important;
}

.c_reported {
  background-color: #fbecec !important;
}

.c_reported:hover {
  background-color: #f8d9d9 !important;
}

.c_collected_bg {
  position: relative;
}

.c_collected_bg::before {
  content: '';
  display: block;
  position: absolute;
  top: -300px;
  left: -20px;
  right: -20px;
  bottom: 0;
  background-color: #eaf9ed !important;
}

.c_reported_bg {
  position: relative;
}

.c_reported_bg::before {
  content: '';
  display: block;
  position: absolute;
  top: -300px;
  left: -20px;
  right: -20px;
  bottom: 0;
  background-color: #fbecec !important;
}

div.loady {
  width: 46px;
  height: 46px;
  background-image: url("/img/loady-front.svg");
  background-size: 100%;
  display: inline-block;
  z-index: 200;
}

div.loady.title {
  top: -38px !important;
  position: relative;
}

div.loady-multi,
div.loady-save-multi {
  width: 46px;
  height: 46px;
  background-image: url("/img/loady-front.svg");
  background-size: 100%;
  display: inline-block;
}

div.loady#single_loady {
  margin: 0 !important;
  left: calc(50% - 23px);
}

div.loady-flat {
  width: 100px;
  height: 100px;
  background-image: url("/img/loady-front.svg");
  background-size: 100%;
  display: inline-block;
  margin: -30px 0 -40px 0;
}

div.fullscreen-loady {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("/img/loady-front.svg");
  background-size: 200px 200px;
  background-position: center center;
  background-repeat: no-repeat;
}

.display-error,
.display-success,
.display-processing {
  margin: 0 0 25px 0;
  padding: 10px 10px 10px 40px;
  font-family: 'opensans';
  color: #fefefe;
  font-size: 15px;
  line-height: 1.33;
  background-color: #db4343;
  background-image: url("/img/alert-white.svg");
  background-size: 20px 20px;
  background-position: left 10px center;
  background-repeat: no-repeat;
}

.display-error a,
.display-success a,
.display-processing a {
  color: #fefefe;
  border-bottom: 1px dotted #fefefe;
}

.display-error a:hover,
.display-success a:hover,
.display-processing a:hover {
  opacity: 0.5;
}

.display-success {
  background-color: #37ba4c;
  background-image: url("/img/checkbox-white.svg");
  background-size: 26px 26px;
  background-position: left 7px center;
}

.display-processing {
  background-color: #7e7e7e;
  background-image: url("/img/processing.svg");
  background-size: 26px 26px;
  background-position: left 7px center;
}

.v-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .v-align-mobile {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

.show-767 {
  display: none !important;
}

.hide-767 {
  display: block;
}

.show-767-inline {
  display: none;
}

.hide-767-inline {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .show-767 {
    display: block !important;
  }
  .hide-767 {
    display: none !important;
  }
  .show-767-inline {
    display: inline-block;
  }
  .hide-767-inline {
    display: none;
  }
}

.show-1023 {
  display: none !important;
}

.show-1023-only {
  display: none !important;
}

@media only screen and (max-width: 1023px) {
  .show-1023 {
    display: block !important;
  }
  .hide-1023 {
    display: none !important;
  }
}

.show-1480 {
  display: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .show-1023-only {
    display: block !important;
  }
}

@media only screen and (max-width: 1480px) {
  .hide-1480 {
    display: none !important;
  }
  .show-1480 {
    display: inline-block !important;
  }
}

.show-1024 {
  display: none;
}

.hide-1024 {
  display: block;
}

.show-1024-inline {
  display: none;
}

.hide-1024-inline {
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .show-1024 {
    display: block;
  }
  .hide-1024 {
    display: none;
  }
  .show-1024-inline {
    display: inline-block;
  }
  .hide-1024-inline {
    display: none;
  }
}

.show-1x {
  display: inline-block;
}

.show-2x {
  display: none;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
  .show-1x {
    display: none;
  }
  .show-2x {
    display: inline-block;
  }
}

a.missing-email,
a.unsubbed {
  display: inline-block;
  padding: 5px 5px 5px 5px;
  border-radius: 3px;
  background-color: #db4343;
  color: #fefefe;
  font-family: 'opensans';
  font-size: 12px;
  line-height: 1.33;
  cursor: pointer;
  margin: 0 0 5px 0;
}

a.unsubbed {
  background-color: #e58103;
}

div.toggle_all,
div.toggle_one {
  display: block;
  width: 42px;
  height: 46px;
  -webkit-user-select: none;
  background-color: grey;
  cursor: pointer;
  position: absolute;
  top: -5px;
  right: 0;
}

div.toggle_all img,
div.toggle_one img {
  width: 36px;
  height: 36px;
  margin: 5px 3px;
}

div.toggle_all.active,
div.toggle_one.active {
  background-color: #8881fe;
}

div.toggle_all.active img,
div.toggle_one.active img {
  transform: rotate(-180deg);
}

div.toggle_all.index,
div.toggle_one.index {
  right: 0;
}

.fixto-fixed div.toggle_all {
  top: 1px !important;
}

div.toggle_one {
  top: 0;
}

div.toggle_all {
  right: 0;
}

div.loady {
  display: inline-block;
  height: 56px;
  width: 56px;
  background-image: url("/img/loady-front.svg");
  background-size: 100%;
  margin: 0;
}

div.loady.pdf-loady, div.loady.csv-loady {
  margin: 0 !important;
}

ul.standard {
  margin: 30px 0 0 0 !important;
}

ul.standard li.st {
  font-weight: 400;
  font-style: normal;
  font-size: 14.5px;
  line-height: 2;
  letter-spacing: 0.5px;
  color: grey;
  padding: 0 0 4px 30px;
  position: relative;
  text-align: left;
}

ul.standard li.st::after {
  content: '•';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: grey;
  font-size: 14.5px;
  line-height: 2;
  text-align: center;
}

ul.standard li.st a.link {
  color: #e58103;
  border-bottom: 1px dotted #e58103;
}

ul.standard.numbered li.st:nth-child(1)::after {
  content: '1.';
}

ul.standard.numbered li.st:nth-child(2)::after {
  content: '2.';
}

ul.standard.numbered li.st:nth-child(3)::after {
  content: '3.';
}

ul.standard.numbered li.st:nth-child(4)::after {
  content: '4.';
}

ul.standard.numbered li.st:nth-child(5)::after {
  content: '5.';
}

ul.standard.numbered li.st:nth-child(6)::after {
  content: '6.';
}

ul.standard.numbered li.st:nth-child(7)::after {
  content: '7.';
}

ul.standard.numbered li.st:nth-child(8)::after {
  content: '8.';
}

ul.standard.numbered li.st:nth-child(9)::after {
  content: '9.';
}

button.standard,
a.standard,
button.preview,
button.preview-debug,
div.apply {
  padding: 0 20px;
  height: 56px;
  line-height: 56px;
  background-color: #8881fe;
  color: #fefefe;
  font-family: 'opensans-bold';
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  margin: 0;
  text-align: center;
}

button.standard:hover,
a.standard:hover,
button.preview:hover,
button.preview-debug:hover,
div.apply:hover {
  background-color: #5d53fe;
}

button.standard img,
a.standard img,
button.preview img,
button.preview-debug img,
div.apply img {
  width: 22px;
  height: 22px;
  position: relative;
  top: -1px;
  margin: 0 0 0 8px;
}

button.standard.shadow,
a.standard.shadow,
button.preview.shadow,
button.preview-debug.shadow,
div.apply.shadow {
  -webkit-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.07);
}

button.standard.later,
a.standard.later,
button.preview.later,
button.preview-debug.later,
div.apply.later {
  background-color: #b5b5b5;
}

button.standard.later:hover,
a.standard.later:hover,
button.preview.later:hover,
button.preview-debug.later:hover,
div.apply.later:hover {
  background-color: #9f9f9f;
}

button.standard.smaller,
a.standard.smaller,
button.preview.smaller,
button.preview-debug.smaller,
div.apply.smaller {
  height: 36px;
  line-height: 36px;
}

button.standard.document,
a.standard.document,
button.preview.document,
button.preview-debug.document,
div.apply.document {
  padding: 5px 8px;
  font-size: 13px;
  display: inline-block;
  height: auto;
  line-height: 14px;
  border-radius: 0 0 4px 4px;
}

button.standard.tiny-double,
a.standard.tiny-double,
button.preview.tiny-double,
button.preview-debug.tiny-double,
div.apply.tiny-double {
  width: 100%;
  font-size: 10px;
  line-height: 14px;
  font-family: 'opensans';
  height: 44px;
  padding: 6px 0;
}

button.standard.spinning,
a.standard.spinning,
button.preview.spinning,
button.preview-debug.spinning,
div.apply.spinning {
  font-size: 0 !important;
  background-image: url("/img/spinny.svg");
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
}

div.apply {
  display: inline-block;
}

button.preview,
button.preview-debug {
  height: 36px;
  line-height: 36px;
  background-color: #b5b5b5;
}

button.preview:hover,
button.preview-debug:hover {
  background-color: #9f9f9f;
}

span.green {
  color: #37ba4c;
}

span.blue {
  color: #00a1e9;
}

span.red {
  color: #db4343;
}

span.yellow {
  color: #dbcb43;
}

span.grey {
  color: #b2b2b2;
}

div.tooltip hr {
  margin: 5px 0 !important;
}

div.tooltip.orange {
  background-color: #e58103 !important;
}

div.tooltip.orange::before {
  border-top-color: #e58103 !important;
}

div.tooltip.blue {
  background-color: #00a1e9 !important;
}

div.tooltip.blue::before {
  border-top-color: #00a1e9 !important;
  border-bottom-color: #00a1e9 !important;
}

div.tooltip.fancy {
  color: white !important;
  background: rgba(0, 6, 43, 0.5);
  border-radius: 5px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

div.tooltip.fancy::before {
  display: none;
}

div.tooltip a.link {
  color: #fefefe !important;
}

div.tooltip div.close_tip {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border: 2px solid orange;
  cursor: pointer;
}

div.tooltip.right-large {
  width: 300px !important;
  right: 0 !important;
}

div.tooltip.right-large::before {
  right: 4px !important;
}

div.fullscreen-loady {
  position: fixed;
  top: 100px;
  height: calc(100vh - 100px);
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(245, 245, 245, 0.9);
  background-image: url("/img/loady.svg");
  background-size: 200px 200px;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}

div.fullscreen-loady.client {
  top: 61px;
  height: calc(100vh - 61px);
}

div.fullscreen-loady::after {
  content: 'Working...';
  font-family: 'opensans-semi';
  font-size: 24px;
  position: absolute;
  height: 24px;
  line-height: 24px;
  width: 100%;
  text-align: center;
  top: calc(50% - 100px);
  left: 0;
  display: block;
}

div.fullscreen-loady.query_result::after {
  content: 'Working in query mode... This message may disappear before the download is ready... just keep waiting';
}

div#checkbox_loady {
  position: fixed;
  bottom: 50px;
  right: 5px;
  width: 30px;
  height: 30px;
  z-index: 999;
  background-image: url("/img/loady.svg");
  background-size: 30px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}

div#progress-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  display: none;
  min-height: 60px;
  background-image: url("/img/upload-bg.jpg");
  background-size: cover;
  background-position: left 0 center;
}

div#progress-container div.inner {
  width: 100%;
  max-width: 600px;
  padding: 45px;
  margin: 0 auto;
}

div#progress-container div.inner div.display-succes,
div#progress-container div.inner .display-processing,
div#progress-container div.inner .display-success {
  margin-top: 10px !important;
}

div#progress-container div.inner p.standard {
  opacity: 0.6;
}

div.progress {
  display: block;
  width: 100%;
  height: 15px;
  position: relative;
  background-color: #e2e2e2;
  border-radius: 15px;
  margin: 10px 0 0 0;
}

div.progress span {
  display: block;
  height: 15px;
  background-color: #37ba4c;
  border-radius: 30px;
}

div[class*='file-delete'] {
  font-family: 'opensans';
  font-size: 13px;
  color: #00a1e9;
  margin: 3px 0 0 0;
  cursor: pointer;
}

div[class*='file-delete']:hover {
  opacity: 0.5;
}

em.info {
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background-color: #00a1e9;
  background-image: url("/img/info-white.svg");
  background-size: 12px 12px;
  background-position: 2px 2px;
  background-repeat: no-repeat;
}

em.info.large {
  height: 30px;
  width: 30px;
  background-size: 24px 24px;
  background-position: 3px 3px;
}

#campaign-preview-contacts {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

#campaign-preview-contacts span {
  display: inline-block;
  padding: 5px 5px 5px 5px;
  border-radius: 3px;
  background-color: #8881fe;
  color: #fefefe;
  font-family: 'opensans';
  font-size: 12px;
  line-height: 1.33;
  cursor: pointer;
  margin: 0 0 5px 0;
}

.campaign-basic-info-wrapper {
  display: flex;
  gap: 20px;
}

.campaign-basic-info-wrapper ul.split.campaign-basic-information, .campaign-basic-info-wrapper ul.split.campaign-basic-information-2 {
  width: calc(50% + 20px);
}

.campaign-basic-info-wrapper ul.split.campaign-basic-information li.sc-genres-add-tags,
.campaign-basic-info-wrapper ul.split.campaign-basic-information li.s4:not(.s-titles-select):not(.sc-contacts-select):not(.s-contacts-select):not(.s-companies-select):not(.s-accounts-select), .campaign-basic-info-wrapper ul.split.campaign-basic-information-2 li.sc-genres-add-tags,
.campaign-basic-info-wrapper ul.split.campaign-basic-information-2 li.s4:not(.s-titles-select):not(.sc-contacts-select):not(.s-contacts-select):not(.s-companies-select):not(.s-accounts-select) {
  width: calc(50% - 20px);
}

.campaign-basic-info-wrapper ul.split.campaign-basic-information li.include_companies_to_email, .campaign-basic-info-wrapper ul.split.campaign-basic-information-2 li.include_companies_to_email {
  width: calc(100% - 20px) !important;
  position: relative !important;
}

.campaign-basic-info-wrapper ul.split.campaign-basic-information .legend, .campaign-basic-info-wrapper ul.split.campaign-basic-information-2 .legend {
  top: -31px;
  left: 0;
}

.campaign-basic-info-wrapper ul.split.campaign-basic-information .legend.not-absolute, .campaign-basic-info-wrapper ul.split.campaign-basic-information-2 .legend.not-absolute {
  position: unset;
  width: auto !important;
  display: inline-block;
  margin-top: 50px;
}

.campaign-basic-info-wrapper ul.split.campaign-basic-information h2.standard, .campaign-basic-info-wrapper ul.split.campaign-basic-information-2 h2.standard {
  border: none;
}

.campaign-basic-info-wrapper ul.split.split-with-condition li.s-territories-add-tags, .campaign-basic-info-wrapper ul.split.split-with-condition li.cc_s-genres-add-tags, .campaign-basic-info-wrapper ul.split.split-with-condition li.cc_s_territories_select-add-tags, .campaign-basic-info-wrapper ul.split.split-with-condition li.s-rights-add-tags {
  width: calc(100% - 440px);
}

.campaign-basic-info-wrapper ul.split.split-with-condition li.s-rights-select {
  width: 235px;
}

.transparent {
  opacity: 0.7;
}

ul.upload-folders li a {
  color: #0061af;
}

ul.upload-folders li a.delete {
  background-color: #db4343;
}

ul.upload-folders li a.delete:hover {
  background-color: #c52626;
}

ul.upload-folders li a.copy {
  background-color: #37ba4c;
}

ul.upload-folders li a.copy:hover {
  background-color: #2d993e;
}

ul.upload-folders li a.copy, ul.upload-folders li a.delete {
  color: #fefefe !important;
  display: inline-block;
  width: auto;
  padding: 0 7px;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px !important;
}

ul.upload-folders li a div.folder {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/img/icon-folder.svg");
  background-size: 100%;
  cursor: pointer;
  position: relative;
  opacity: 0.6;
  top: 3px;
}

ul.upload-folders li a div.folder:hover {
  opacity: 0.3;
}

form.dropzone {
  border: 3px dashed #8881fe !important;
  border-radius: 10px;
}

div.files-container {
  margin: 40px 0 0 0;
}

div.files-container h3.standard.second {
  margin: 0 0 20px 0;
}

div.files-container input[type='text'],
div.files-container input[type='email'],
div.files-container input[type='password'],
div.files-container input[type='tel'],
div.files-container input[type='num'],
div.files-container input[type='url'],
div.files-container textarea,
div.files-container select {
  width: 100%;
  height: 46px;
  line-height: 44px;
  padding: 0 10px;
  text-align: left;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  margin: 0;
  font-family: 'opensans';
  font-size: 15px;
  color: #4e4e4e;
  color: #000;
  box-shadow: none !important;
  position: relative;
  z-index: 5;
}

div.files-container input[type='text']:focus,
div.files-container input[type='email']:focus,
div.files-container input[type='password']:focus,
div.files-container input[type='tel']:focus,
div.files-container input[type='num']:focus,
div.files-container input[type='url']:focus,
div.files-container textarea:focus,
div.files-container select:focus {
  padding: 0 9px;
  border: 2px solid #96c8ec;
  line-height: 42px;
}

div.files-container button.submit {
  display: inline-block !important;
  width: auto;
  padding: 0 20px;
  height: 56px;
  line-height: 56px;
  background-color: #8881fe;
  color: #fefefe;
  font-family: 'opensans-bold';
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 !important;
  -webkit-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.07);
}

div.files-container button.submit:hover {
  background-color: #5d53fe !important;
}

div.files-container button.submit img {
  width: 22px;
  height: 22px;
  position: relative;
  top: -1px;
  margin: 0 0 0 8px;
}

div.files-container button.submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

div.files-container button.submit:disabled:hover {
  background-color: #00a1e9;
}

div.files-container button.submit.cancel {
  clear: both;
  float: right;
  height: 36px;
  line-height: 36px;
  position: relative;
  top: 10px;
}

form.standard {
  padding: 0 0 175px 0;
  display: block;
  margin: 0 auto;
  position: relative;
}

form.standard.client-width {
  max-width: 800px;
  padding: 45px 0 175px 0;
}

form.standard.no-padding {
  padding: 0;
}

form.standard.no-padding.header {
  padding: 10px 0 0 0;
}

form.standard.confirm {
  margin: 20px auto 0 auto;
  padding-bottom: 0 !important;
}

form.standard.period-search {
  padding: 0 0 15px 0;
}

form.standard.period-search button[type='submit'] {
  height: 46px;
  line-height: 46px;
  width: 100%;
  text-align: center;
}

form.standard.report_summary {
  padding: 0;
}

form.standard input[type='text'],
form.standard input[type='email'],
form.standard input[type='password'],
form.standard input[type='tel'],
form.standard input[type='num'],
form.standard input[type='url'],
form.standard textarea,
form.standard select {
  width: 100%;
  height: 46px;
  line-height: 44px;
  padding: 0 10px;
  text-align: left;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  margin: 0;
  font-family: 'opensans';
  font-size: 15px;
  color: #4e4e4e;
  color: #000;
  box-shadow: none !important;
  position: relative;
  z-index: 5;
}

form.standard input[type='text']:focus,
form.standard input[type='email']:focus,
form.standard input[type='password']:focus,
form.standard input[type='tel']:focus,
form.standard input[type='num']:focus,
form.standard input[type='url']:focus,
form.standard textarea:focus,
form.standard select:focus {
  padding: 0 9px;
  border: 2px solid #96c8ec;
  line-height: 42px;
}

form.standard input[type='text'].is-invalid-input,
form.standard input[type='email'].is-invalid-input,
form.standard input[type='password'].is-invalid-input,
form.standard input[type='tel'].is-invalid-input,
form.standard input[type='num'].is-invalid-input,
form.standard input[type='url'].is-invalid-input,
form.standard textarea.is-invalid-input,
form.standard select.is-invalid-input {
  border-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-image: none !important;
}

form.standard input[type='text'].completed,
form.standard input[type='email'].completed,
form.standard input[type='password'].completed,
form.standard input[type='tel'].completed,
form.standard input[type='num'].completed,
form.standard input[type='url'].completed,
form.standard textarea.completed,
form.standard select.completed {
  background-image: url("/img/check-green.svg");
  background-size: 14px 14px;
  background-position: right 6px center;
  background-repeat: no-repeat;
}

form.standard input[type='text'].no-border,
form.standard input[type='email'].no-border,
form.standard input[type='password'].no-border,
form.standard input[type='tel'].no-border,
form.standard input[type='num'].no-border,
form.standard input[type='url'].no-border,
form.standard textarea.no-border,
form.standard select.no-border {
  border: 1px solid rgba(255, 255, 255, 0.9);
}

form.standard input[type='text'].value,
form.standard input[type='email'].value,
form.standard input[type='password'].value,
form.standard input[type='tel'].value,
form.standard input[type='num'].value,
form.standard input[type='url'].value,
form.standard textarea.value,
form.standard select.value {
  padding: 0 10px 0 56px;
}

form.standard input[type='text'].is-required,
form.standard input[type='email'].is-required,
form.standard input[type='password'].is-required,
form.standard input[type='tel'].is-required,
form.standard input[type='num'].is-required,
form.standard input[type='url'].is-required,
form.standard textarea.is-required,
form.standard select.is-required {
  border-color: #00a1e9 !important;
}

form.standard input[type='text'].missing_info,
form.standard input[type='email'].missing_info,
form.standard input[type='password'].missing_info,
form.standard input[type='tel'].missing_info,
form.standard input[type='num'].missing_info,
form.standard input[type='url'].missing_info,
form.standard textarea.missing_info,
form.standard select.missing_info {
  outline: 3px solid #db4343;
}

form.standard input[type='text'].no-border {
  padding: 0 10px 0 40px;
  background-image: url("/img/search-grey.svg");
  background-size: 20px 20px;
  background-position: left 10px center;
  background-repeat: no-repeat;
}

form.standard span.form-error {
  font-family: 'opensans-semi';
  font-size: 14px;
  color: #fefefe;
  background-color: #db4343;
  padding: 10px 10px;
  height: auto;
  margin: 0 !important;
  line-height: 1.33;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 100%;
  position: relative;
  z-index: 1;
}

form.standard span.form-error.is-visible {
  display: block !important;
}

form.standard span.form-error.cs {
  left: 0 !important;
  position: absolute;
  right: 0 !important;
  width: 100% !important;
  top: 46px !important;
  z-index: 1;
}

form.standard span.cs-success {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 6px;
  top: 16px;
  background-image: url("/img/check-green.svg");
  background-size: 14px 14px;
  display: none;
}

form.standard span.cs-success.completed {
  display: block;
}

form.standard span.placeholder,
form.standard span.placeholder_50 {
  position: absolute;
  height: 46px;
  border-radius: 3px;
  width: 100%;
  line-height: 46px;
  font-size: 15px;
  font-family: 'opensans';
  color: #4e4e4e;
  color: #000;
  -webkit-transition: all 0.09s linear;
  -moz-transition: all 0.09s linear;
  -o-transition: all 0.09s linear;
  -ms-transition: all 0.09s linear;
  transition: all 0.09s linear;
  top: 0;
  left: 0;
  padding: 0 10px;
  z-index: 9;
  pointer-events: none;
}

form.standard span.placeholder.active,
form.standard span.placeholder_50.active {
  line-height: 14px;
  font-size: 10px;
}

form.standard span.placeholder.value,
form.standard span.placeholder_50.value {
  left: 46px;
  width: calc(100% - 46px);
}

form.standard span.placeholder.has-help,
form.standard span.placeholder_50.has-help {
  width: calc(100% - 30px);
}

form.standard span.value-dislay {
  position: absolute;
  display: block;
  font-family: 'opensans-bold';
  font-size: 16px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #d7e1ea;
  z-index: 5;
  top: 0;
  left: 0;
  color: #00a1e9;
}

form.standard span.textarea {
  position: relative;
  display: block !important;
  min-height: 135px;
}

form.standard span.textarea::after {
  content: '';
  display: block;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 46px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

form.standard span.textarea.short {
  min-height: 76px;
}

form.standard span.textarea.short textarea {
  min-height: 76px;
  height: 76px;
}

form.standard span.textarea.v-short {
  min-height: 46px;
}

form.standard span.textarea.v-short textarea {
  min-height: 46px !important;
  height: 46px !important;
}

form.standard span.textarea.taller {
  min-height: 185px;
}

form.standard span.textarea.taller textarea {
  min-height: 185px;
  height: 185px;
}

form.standard textarea {
  line-height: 1.5 !important;
  padding: 10px !important;
  height: 135px !important;
  min-height: 135px;
}

@media only screen and (max-width: 767px) {
  form.standard textarea {
    min-height: 235px;
    height: 135px !important;
  }
}

form.standard textarea.is-invalid-input {
  margin: 0 !important;
  background-color: transparent;
  border: 1px solid #e2e2e2;
  position: relative;
}

form.standard textarea.is-invalid-input + span + span {
  bottom: 49px;
}

form.standard select {
  padding: 0 25px 0 10px !important;
  background-color: rgba(255, 255, 255, 0.9);
}

form.standard select option {
  font-size: 15px !important;
}

form.standard select.is-invalid-input {
  margin: 0 !important;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #e2e2e2;
}

form.standard select.completed {
  background-position: right -15px center;
}

form.standard select.add-tags {
  width: 120px;
  position: absolute;
  top: 0;
  left: 0;
}

form.standard select.add-tags.large {
  width: 200px;
}

form.standard select.is-required {
  border-color: #00a1e9 !important;
}

form.standard select.missing_info {
  outline: 3px solid #db4343;
}

form.standard input[type='file'] {
  height: 100px;
  width: 100%;
  border: 2px dashed #e2e2e2;
  background-color: #fefefe;
  position: relative;
  border-radius: 3px;
  padding: 10px;
  margin: 0;
}

form.standard input[type='file']::after {
  content: 'Select or Drag and Drop Files Here';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-family: 'opensans';
  font-size: 12px;
  color: #4e4e4e;
  text-align: center;
}

form.standard input[type='file'].completed {
  background-image: url("/img/check-green.svg");
  background-size: 14px 14px;
  background-position: right 6px center;
  background-repeat: no-repeat;
}

form.standard input[type='file'].is-invalid-input {
  border-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-image: none !important;
}

form.standard input[type='file'].v-short {
  font-size: 10px !important;
  height: 46px;
}

form.standard input[type='file'].v-short::after {
  content: 'Select or Drag and Drop';
  font-size: 10px;
}

form.standard input[type='file'].is-required {
  border-color: #00a1e9 !important;
}

form.standard input[type='file'].missing_info {
  outline: 3px solid #db4343;
}

form.standard button[type='submit'],
form.standard div.submit-multi,
form.standard div.save-multi,
form.standard button.submit,
form.standard div.cancel-confirm,
form.standard div.send-test,
form.standard button[type='button'].unsubscribe,
form.standard div.submit,
form.standard a.cancel,
form.standard div.back-multi {
  display: inline-block !important;
  width: auto;
  padding: 0 20px;
  height: 56px;
  line-height: 56px;
  background-color: #8881fe;
  color: #fefefe;
  font-family: 'opensans-bold';
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 !important;
  -webkit-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.07);
}

form.standard button[type='submit']:hover,
form.standard div.submit-multi:hover,
form.standard div.save-multi:hover,
form.standard button.submit:hover,
form.standard div.cancel-confirm:hover,
form.standard div.send-test:hover,
form.standard button[type='button'].unsubscribe:hover,
form.standard div.submit:hover,
form.standard a.cancel:hover,
form.standard div.back-multi:hover {
  background-color: #5d53fe !important;
}

form.standard button[type='submit'] img,
form.standard div.submit-multi img,
form.standard div.save-multi img,
form.standard button.submit img,
form.standard div.cancel-confirm img,
form.standard div.send-test img,
form.standard button[type='button'].unsubscribe img,
form.standard div.submit img,
form.standard a.cancel img,
form.standard div.back-multi img {
  width: 22px;
  height: 22px;
  position: relative;
  top: -1px;
  margin: 0 0 0 8px;
}

form.standard button[type='submit']:disabled,
form.standard div.submit-multi:disabled,
form.standard div.save-multi:disabled,
form.standard button.submit:disabled,
form.standard div.cancel-confirm:disabled,
form.standard div.send-test:disabled,
form.standard button[type='button'].unsubscribe:disabled,
form.standard div.submit:disabled,
form.standard a.cancel:disabled,
form.standard div.back-multi:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

form.standard button[type='submit']:disabled:hover,
form.standard div.submit-multi:disabled:hover,
form.standard div.save-multi:disabled:hover,
form.standard button.submit:disabled:hover,
form.standard div.cancel-confirm:disabled:hover,
form.standard div.send-test:disabled:hover,
form.standard button[type='button'].unsubscribe:disabled:hover,
form.standard div.submit:disabled:hover,
form.standard a.cancel:disabled:hover,
form.standard div.back-multi:disabled:hover {
  background-color: #00a1e9;
}

form.standard button[type='submit'].grey,
form.standard div.submit-multi.grey,
form.standard div.save-multi.grey,
form.standard button.submit.grey,
form.standard div.cancel-confirm.grey,
form.standard div.send-test.grey,
form.standard button[type='button'].unsubscribe.grey,
form.standard div.submit.grey,
form.standard a.cancel.grey,
form.standard div.back-multi.grey {
  background-color: #c2c2c2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form.standard button[type='submit'].grey:hover,
form.standard div.submit-multi.grey:hover,
form.standard div.save-multi.grey:hover,
form.standard button.submit.grey:hover,
form.standard div.cancel-confirm.grey:hover,
form.standard div.send-test.grey:hover,
form.standard button[type='button'].unsubscribe.grey:hover,
form.standard div.submit.grey:hover,
form.standard a.cancel.grey:hover,
form.standard div.back-multi.grey:hover {
  background-color: #ababab;
}

form.standard button[type='submit'].unsubscribe,
form.standard div.submit-multi.unsubscribe,
form.standard div.save-multi.unsubscribe,
form.standard button.submit.unsubscribe,
form.standard div.cancel-confirm.unsubscribe,
form.standard div.send-test.unsubscribe,
form.standard button[type='button'].unsubscribe.unsubscribe,
form.standard div.submit.unsubscribe,
form.standard a.cancel.unsubscribe,
form.standard div.back-multi.unsubscribe {
  margin: 30px 0 0 0 !important;
}

form.standard button[type='submit'].short,
form.standard div.submit-multi.short,
form.standard div.save-multi.short,
form.standard button.submit.short,
form.standard div.cancel-confirm.short,
form.standard div.send-test.short,
form.standard button[type='button'].unsubscribe.short,
form.standard div.submit.short,
form.standard a.cancel.short,
form.standard div.back-multi.short {
  height: 46px;
  line-height: 46px;
}

form.standard button[type='submit'].cancel,
form.standard div.submit-multi.cancel,
form.standard div.save-multi.cancel,
form.standard button.submit.cancel,
form.standard div.cancel-confirm.cancel,
form.standard div.send-test.cancel,
form.standard button[type='button'].unsubscribe.cancel,
form.standard div.submit.cancel,
form.standard a.cancel.cancel,
form.standard div.back-multi.cancel {
  clear: both;
  float: right;
  height: 36px;
  line-height: 36px;
  position: relative;
  top: 10px;
}

form.standard div.send-test {
  background-color: #db4343;
}

form.standard div.send-test:hover {
  background-color: #c52626;
}

form.standard div.cancel-confirm {
  position: relative !important;
  background-color: #575757 !important;
  left: initial !important;
  right: initial !important;
  top: initial !important;
}

form.standard div.cancel-confirm:hover {
  background-color: #474747 !important;
}

form.standard div.submit-multi,
form.standard div.save-multi,
form.standard div.back-multi {
  margin: 30px 0 0 0 !important;
}

form.standard div.save-multi {
  background-color: grey;
}

form.standard div.save-multi img {
  width: 18px;
  height: 18px;
}

form.standard div.save-multi:hover {
  background-color: #3e3e3e !important;
}

form.standard div.back-multi {
  background-color: grey;
}

form.standard div.back-multi img {
  transform: rotate(180deg);
  position: relative;
  top: -1px;
  margin: 0 8px 0 0;
}

form.standard div.back-multi:hover {
  background-color: #3e3e3e !important;
}

form.standard div.loady {
  position: absolute;
  margin: 0 0 0 20px;
}

form.standard div.loady.relative {
  position: relative;
  top: 20px;
}

form.standard div.small-button {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00a1e9;
  border-radius: 3px;
  cursor: pointer;
}

form.standard div.small-button img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 8px;
  left: 8px;
}

form.standard div.small-button:hover {
  background-color: #0084bf;
}

form.standard label.checkbox {
  display: block;
  position: relative;
  cursor: pointer;
}

form.standard label.checkbox input[type='checkbox'] {
  display: none;
}

form.standard label.checkbox div.checkbox {
  position: relative;
  padding: 5px 5px 5px 30px;
  line-height: 20px;
  font-family: 'opensans';
  font-size: 15px;
  color: #111;
  color: #fff;
  -webkit-user-select: none;
}

form.standard label.checkbox div.checkbox.grey {
  color: #111;
}

form.standard label.checkbox div.checkbox::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  background-image: url("/img/checkbox-black.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

form.standard label.checkbox div.checkbox.include_company {
  color: #111;
}

form.standard label.checkbox input[name='export_display_label'] + div.checkbox,
form.standard label.checkbox input[name='export_include_links'] + div.checkbox,
form.standard label.checkbox input[name='export_festivals_awards'] + div.checkbox,
form.standard label.checkbox input[name='export_feature'] + div.checkbox,
form.standard label.checkbox input[name='remove_hyperlinks'] + div.checkbox {
  color: #111;
}

form.standard label.checkbox input[type='checkbox']:checked + div {
  color: #37ba4c;
}

form.standard label.checkbox input[type='checkbox']:checked + div::after {
  background-image: url("/img/checkbox-green.svg");
}

form.standard label.checkbox.red input[type='checkbox']:checked + div {
  color: #db4343;
}

form.standard label.checkbox.red input[type='checkbox']:checked + div::after {
  background-image: url("/img/checkbox-red.svg");
}

form.standard label.checkbox.yellow input[type='checkbox']:checked + div {
  color: #dbcb43;
}

form.standard label.checkbox.yellow input[type='checkbox']:checked + div::after {
  background-image: url("/img/checkbox-yellow.svg");
}

form.standard label.radio {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #000;
}

form.standard label.radio.margin {
  margin-top: 10px;
}

form.standard label.radio input[type='radio'] {
  display: none;
}

form.standard label.radio div.radio {
  position: relative;
  padding: 5px 5px 5px 30px;
  line-height: 20px;
  font-family: 'opensans';
  font-size: 15px;
  color: #000;
  -webkit-user-select: none;
}

form.standard label.radio div.radio::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  background-image: url("/img/checkbox-black.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

form.standard label.radio input[type='radio']:checked + div {
  color: #37ba4c;
}

form.standard label.radio input[type='radio']:checked + div::after {
  background-image: url("/img/checkbox-green.svg");
}

form.standard label.radio.red input[type='radio']:checked + div {
  color: #db4343;
}

form.standard label.radio.red input[type='radio']:checked + div::after {
  background-image: url("/img/checkbox-red.svg");
}

form.standard label.radio.yellow input[type='radio']:checked + div {
  color: #dbcb43;
}

form.standard label.radio.yellow input[type='radio']:checked + div::after {
  background-image: url("/img/checkbox-yellow.svg");
}

form.standard label.radio.grey input[type='radio']:checked + div {
  color: #b2b2b2;
}

form.standard label.radio.grey input[type='radio']:checked + div::after {
  background-image: url("/img/checkbox-grey.svg");
}

form.standard label.radio.small div.radio {
  line-height: 13px;
  font-size: 12px;
}

form.standard label.radio.small div.radio::after {
  top: 2px;
}

form.standard label.checkbox-toggle {
  display: block;
  position: relative;
  cursor: pointer;
  width: 46px;
  height: 46px;
  float: left;
}

form.standard label.checkbox-toggle input[type='checkbox'] {
  display: none;
}

form.standard label.checkbox-toggle div.checkbox {
  width: 46px;
  height: 46px;
  -webkit-user-select: none;
  background-color: grey;
}

form.standard label.checkbox-toggle div.checkbox img {
  width: 36px;
  height: 36px;
  margin: 5px;
}

form.standard label.checkbox-toggle div.checkbox.world img {
  width: 32px;
  height: 32px;
  margin: 7px;
}

form.standard label.checkbox-toggle input[type='checkbox']:checked + div {
  background-color: #37ba4c;
}

form.standard label.checkbox-toggle input[type='checkbox']:checked + div img {
  transform: rotate(-180deg);
}

form.standard span.char-count {
  position: absolute;
  display: block;
  width: 40px;
  text-align: center;
  bottom: 10px;
  right: 2px;
  color: #4e4e4e;
  font-family: 'opensans';
  font-size: 12px;
  z-index: 5;
}

form.standard span.char-count.short {
  right: 12px;
}

form.standard input::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

form.standard input:-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

form.standard input::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

form.standard input:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

form.standard textarea::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

form.standard textarea:-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

form.standard textarea::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

form.standard textarea:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

form.standard a.add-new {
  height: 46px;
  width: 100%;
  line-height: 46px;
  border-radius: 3px;
  background-color: #00a1e9;
  color: #fefefe;
  font-family: 'opensans-semi';
  font-size: 15px;
  text-align: center;
  display: block;
}

form.standard a.add-new img {
  width: 20px;
  height: 20px;
  margin: 0 0 0 8px;
  position: relative;
  top: -1px;
}

form.standard a.add-new:hover {
  background-color: #0084bf;
}

form.standard a.add-new.second {
  margin: 12px 0 0 0;
}

form.standard.in-heading {
  float: right;
}

form.standard.in-heading button[type='submit'] {
  height: 40px;
  line-height: 40px;
}

@media only screen and (min-width: 1024px) {
  form.standard.in-heading {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
  }
}

@media only screen and (max-width: 1023px) {
  form.standard.in-heading {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 !important;
  }
}

form.standard div.delete_row {
  width: 30px;
  height: 30px;
  background-image: url("/img/trash.svg");
  background-size: 100%;
  margin: 8px auto;
  cursor: pointer;
  opacity: 0.5;
}

form.standard div.delete_row:hover {
  opacity: 0.2;
}

form.standard span.multi-add-rows {
  display: block;
  position: relative;
}

form.standard div.add_row {
  height: 46px;
  width: 46px;
  position: absolute;
  bottom: -40px;
  right: 65px;
  border-radius: 4px;
  background-color: #00a1e9;
  background-image: url("/img/add-white.svg");
  background-size: 30px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 50;
}

form.standard div.add_row:hover {
  background-color: #0084bf;
}

form.standard div.fieldset {
  clear: both;
  width: 100%;
  border: 1px solid #8d8d8d;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  padding: 20px 10px 15px 10px;
  margin: 30px 0 50px 0 !important;
  position: relative;
}

form.standard div.fieldset div.legend {
  padding: 0 10px;
  font-family: 'opensans-semi';
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: -11px;
  left: 10px;
  height: 20px;
  line-height: 20px;
  display: block;
  background-color: #8881fe;
  border-radius: 10px;
}

form.standard div.fieldset:nth-last-child(1) {
  margin: 30px 0 0 0 !important;
}

form.standard div.fieldset span.edit.st,
form.standard div.fieldset a.edit {
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 0 0 3px 3px;
  right: 15px;
  background-color: #8881fe;
  cursor: pointer;
  font-family: 'opensans-bold';
  font-size: 13px;
  color: #fefefe;
  height: 20px;
  line-height: 20px;
  width: auto;
  padding: 0 15px;
}

form.standard div.fieldset span.edit.st:hover,
form.standard div.fieldset a.edit:hover {
  background-color: #0084bf;
}

span.tag,
span.show-and-tell-reset {
  display: inline-block;
  padding: 5px 5px 5px 5px;
  border-radius: 3px;
  background-color: #8881fe;
  color: #fefefe;
  font-family: 'opensans';
  font-size: 12px;
  line-height: 1.33;
  cursor: pointer;
  margin: 0 0 5px 0;
}

span.tag span,
span.show-and-tell-reset span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("/img/close-white.svg");
  background-size: 100%;
  margin: 0 0 0 5px;
  position: relative;
  top: 1px;
}

span.tag:hover,
span.show-and-tell-reset:hover {
  opacity: 0.7;
}

span.tag.compact,
span.show-and-tell-reset.compact {
  margin: 0;
  padding: 3px 5px;
}

span.tag.parent,
span.show-and-tell-reset.parent {
  background-color: #3f3b3a;
}

span.tag.parent span,
span.show-and-tell-reset.parent span {
  display: none;
}

span.show-and-tell-reset {
  background-color: #db4343;
  text-transform: capitalize;
}

ul.split {
  display: block;
  width: calc(100% + 20px);
  margin: 0 0 0 -10px !important;
}

ul.split.s-submit-buttons {
  margin-top: -30px !important;
}

ul.split.indent {
  padding-left: 10px !important;
}

ul.split li.rule {
  width: calc(100% - 20px);
  margin: 0 10px 10px 10px;
  height: 1px;
  background-color: #c2c2c2;
}

ul.split li[class*='s'] {
  position: relative;
  margin: 0 10px 10px 10px;
  float: left;
}

ul.split li[class*='s'].no-margin {
  margin: 0 10px;
}

ul.split li.s1 {
  width: calc(100% - 20px);
}

ul.split li.s1 div.loady {
  margin-top: 40px;
}

ul.split li.s1.grid {
  background-color: #e5e5e5;
  font-size: 12px;
  border-top: 1px solid #d2d2d2;
}

ul.split li.s2 {
  width: calc(50% - 20px);
}

ul.split li.s3 {
  width: calc(33.33% - 20px);
}

ul.split li.s4 {
  width: calc(25% - 20px);
}

ul.split li.s5 {
  width: calc(20% - 20px);
}

ul.split li.s6 {
  width: calc(16.66% - 20px);
}

ul.split li.s7 {
  width: calc(14.28% - 20px);
}

ul.split li.s8 {
  width: calc(12.5% - 20px);
}

ul.split li.s9 {
  width: calc(11.11% - 20px);
}

ul.split li.s10 {
  width: calc(10% - 20px);
}

ul.split li.s25 {
  width: calc(25% - 20px);
}

ul.split li.s33 {
  width: calc(33.33% - 20px);
}

ul.split li.s66 {
  width: calc(66.67% - 20px);
}

ul.split li.s75 {
  width: calc(75% - 20px);
}

ul.split li.st1 {
  width: calc(30% - 20px);
}

ul.split li.st2 {
  width: calc(15% - 20px);
}

ul.split li.st3 {
  width: calc(15% - 20px);
}

ul.split li.st4 {
  width: calc(15% - 20px);
}

ul.split li.st5 {
  width: calc(25% - 20px);
}

ul.split li.s-auto {
  display: inline-block;
  width: auto;
}

ul.split li.s-auto.min {
  min-width: 200px;
}

ul.split li.s-auto.min_title {
  min-width: 280px;
  max-width: 400px;
}

ul.split li.s-platform-left {
  width: 230px;
}

ul.split li.s-platform-left p.standard.strong {
  padding-top: 4px;
}

ul.split li.s-platform-right {
  width: calc(100% - 250px - 20px);
}

ul.split li.s-platform-left-small {
  width: 90px;
}

ul.split li.s-platform-left-small p.standard.strong {
  padding-top: 4px;
  font-size: 10px;
}

ul.split li.s-platform-right-small {
  width: calc(100% - 110px - 20px);
}

ul.split li[class*='s-platform'] {
  border-top: 1px solid #e2e2e2;
  padding-top: 8px;
}

ul.split li[class*='s-platform'].first {
  border-top: none;
  padding-top: 0;
}

ul.split li.index-left {
  text-align: left;
  margin: 0 10px 5px 10px;
}

ul.split li.index-left span.tag {
  margin: 0 0 5px 0 !important;
}

ul.split li.index-right {
  text-align: right;
  margin: 0 10px 5px 10px;
}

ul.split li.index-right span.tag {
  margin: 0 0 5px 0 !important;
}

ul.split li.s-image-left {
  width: 180px;
}

ul.split li.s-image-right {
  width: calc(100% - 200px - 20px);
}

ul.split li.s-image-left-compact {
  width: calc(50% - 20px);
}

ul.split li.s-image-right-compact {
  width: calc(50% - 20px);
  font-size: 10px !important;
}

ul.split li.s-image-right-compact input[type='file'] {
  height: 70px;
}

ul.split li.s-image-right-compact input[type='file']::after {
  font-size: 10px !important;
  content: 'Replace default image?';
}

ul.split li.s-image-right-compact.customPNG input[type='file']::after {
  content: 'Add transparent PNG';
}

ul.split li.s-image-right-short {
  width: calc(50% - 200px - 20px);
}

ul.split li.s-image-right-short-33 {
  width: calc(66.66% - 200px - 20px);
}

ul.split li.s-image-right-split {
  width: calc(50% - 200px - 20px);
}

ul.split li.s-pdf-top {
  min-height: 36px;
  width: calc(100% - 20px);
  padding: 0 0 0 48px;
  background-image: url("/img/document.svg");
  background-size: 36px 36px;
  background-position: left 0 center;
  background-repeat: no-repeat;
}

ul.split li.s-pdf-bottom {
  width: calc(100% - 20px);
}

ul.split li.s-video1 {
  width: calc(35% - 20px);
}

ul.split li.s-video2 {
  width: calc(35% - 20px);
}

ul.split li.s-video3 {
  width: calc(30% - 20px);
}

ul.split li.s-territories-select,
ul.split li.s-rights-select,
ul.split li.s-genres-select,
ul.split li.s-interests-select,
ul.split li.s-labels-select,
ul.split li.s-titles-select,
ul.split li.s-contacts-select,
ul.split li.s-contacts-company-select,
ul.split li.s-users-select,
ul.split li.sc-contacts-select,
ul.split li.s-companies-select,
ul.split li.s-accounts-select {
  width: 235px;
}

ul.split li.s-territories-add-tags,
ul.split li.s-rights-add-tags,
ul.split li.genres-add-tags,
ul.split li.s-interests-add-tags,
ul.split li.s-labels-add-tags,
ul.split li.s-titles-add-tags,
ul.split li.s-contacts-add-tags,
ul.split li.s-contacts-company-add-tags,
ul.split li.s-users-add-tags,
ul.split li.sc-titles-select-add-tags,
ul.split li.s-companies-add-tags,
ul.split li.s-accounts-add-tags {
  width: calc(100% - 275px);
}

ul.split li.s-campaign-left {
  width: calc(100% - 800px - 40px);
}

ul.split li.s-campaign-right {
  width: 800px;
}

ul.split li.sd_p:nth-child(4n + 1) {
  clear: both;
  width: 40px;
}

ul.split li.sd_p:nth-child(4n + 1) input[type='text'] {
  text-align: center;
}

ul.split li.sd_p:nth-child(4n + 2), ul.split li.sd_p:nth-child(4n + 3) {
  width: calc(50% - 80px);
}

ul.split li.sd_p:nth-child(4n + 4) {
  width: 40px;
}

ul.split li.sd_d:nth-child(4n + 1) {
  clear: both;
  width: 40px;
}

ul.split li.sd_d:nth-child(4n + 1) input[type='text'] {
  text-align: center;
}

ul.split li.sd_d:nth-child(4n + 2) {
  width: calc(33.33% - 20px - 60px);
}

ul.split li.sd_d:nth-child(4n + 3) {
  width: calc(66.64% - 20px - 60px);
}

ul.split li.sd_d:nth-child(4n + 4) {
  width: 40px;
}

ul.split li.add-tags {
  padding: 10px 0 0 130px;
}

ul.split li.add-tags.large {
  padding: 10px 0 0 210px;
}

ul.split li.add-tags.no-select {
  padding: 10px 0 0 0;
}

ul.split li.compact {
  padding: 0;
}

ul.split li.compact.active {
  display: block !important;
}

ul.split li.social::after {
  content: '';
  position: absolute;
  width: 46px;
  height: 46px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 2;
  top: 0;
  left: 0;
  background-size: 100%;
  z-index: 9;
}

ul.split li.social span.placeholder,
ul.split li.social input[type='text'] {
  padding-left: 56px !important;
}

ul.split li.social.website::after {
  background-image: url("/img/website.jpg");
}

ul.split li.social.facebook::after {
  background-image: url("/img/facebook.jpg");
}

ul.split li.social.twitter::after {
  background-image: url("/img/twitter.jpg");
}

ul.split li.social.instagram::after {
  background-image: url("/img/instagram.jpg");
}

ul.split li.social.imdb::after {
  background-image: url("/img/imdb.jpg");
}

ul.split li.social.rotten::after {
  background-image: url("/img/rotten.jpg");
}

ul.split li.social.meta::after {
  background-image: url("/img/meta.jpg");
}

ul.split li.social.linkedin::after {
  background-image: url("/img/linkedin.jpg");
}

ul.split li.social.cinando::after {
  background-image: url("/img/cinando.jpg");
}

ul.split li.color span.placeholder,
ul.split li.color input[type='text'] {
  padding-left: 56px !important;
}

ul.split li div.color_box {
  width: 46px;
  height: 46px;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
}

ul.split li.small-button {
  padding-left: 56px;
}

ul.split li.small-button span.placeholder {
  width: calc(100% - 56px);
  left: 56px;
}

ul.split li div.image-preview {
  background-color: #ccc;
  font-family: 'opensans-semi';
  font-size: 12px;
  text-align: center;
  color: #a1a1a1;
  width: 100%;
  padding: 0 25px;
  position: relative;
}

ul.split li div.image-preview div {
  line-height: 1.33;
}

ul.split li.has-help {
  padding-right: 30px !important;
  background-color: rgba(255, 255, 255, 0.5);
}

ul.split li.has-help div.help-toggle {
  right: 3px !important;
}

ul.split li span.click-to-remove-contact {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 11px;
  right: 0;
  background-image: url("/img/close-red.svg");
  background-size: 100%;
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  ul.split.in-heading {
    min-width: 1024px;
    position: absolute;
    top: -30px;
    margin-left: 20px !important;
  }
  ul.split.in-heading li[class*='s'] {
    position: relative;
    margin: 0 10px 0 10px;
    float: left;
  }
}

@media only screen and (max-width: 1191px) and (min-width: 1024px) {
  ul.split.in-heading {
    min-width: 553px;
  }
}

@media only screen and (max-width: 1023px) {
  ul.split.in-heading {
    margin-top: 10px !important;
  }
  ul.split.in-heading li[class*='s'] {
    width: calc(100% - 20px) !important;
    clear: both;
  }
}

@media only screen and (max-width: 767px) {
  ul.split li[class*='s'] {
    width: calc( 100% - 20px) !important;
  }
  ul.split li.s-auto {
    width: auto !important;
  }
  ul.split li.s-auto-mobile {
    width: auto !important;
    display: inline-block !important;
  }
}

a.prepopulate-imdb {
  background-image: url(/img/input-data.png);
  background-size: 20px 20px;
  background-position: 1px 1px;
  background-repeat: no-repeat;
  display: block;
  width: 22px;
  height: 22px;
  margin: -1px 0 -1px 0;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

ul.split-index.sig {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

ul.split-index li.content {
  padding: 5px 5px;
  font-family: 'opensans';
  font-size: 14px;
  text-align: center;
}

ul.split-index li.content input[type='checkbox'] {
  width: 20px;
  height: 20px;
  margin: 5px;
}

ul.split-index li.content div.delete_row {
  margin: 1px 0 0 0;
}

ul.split-index li.heading {
  padding: 0 5px;
  height: 30px;
  background-color: #d7e1ea;
  color: #3f3b3a;
  font-family: 'opensans';
  font-size: 14px;
  text-align: center;
}

ul.split-index li.heading input[type='checkbox'] {
  width: 20px;
  height: 20px;
  margin: 5px;
}

ul.split-index li.heading a.edit_selected,
ul.split-index li.heading a.copy_selected {
  color: #fefefe;
  position: relative;
  top: 5px;
}

@media only screen and (max-width: 767px) {
  ul.split-index li.heading {
    display: none;
  }
}

ul.split-index li.heading.has-horizontal-scroll {
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  ul.split-index li.content {
    font-size: 13px;
  }
  ul.split-index li.heading {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  ul.split-index {
    position: relative;
  }
  ul.split-index li.content:nth-last-child(2) {
    position: static;
  }
  ul.split-index li.content div.delete_row {
    position: absolute;
    top: 5px;
    right: 5px;
  }
}

ul.split-index li.si {
  float: left;
  position: relative;
}

ul.split-index li.si:nth-child(5n + 1) {
  width: 30px;
  padding: 0 !important;
}

ul.split-index li.si:nth-child(5n + 2) {
  width: 30px;
}

ul.split-index li.si:nth-child(5n + 2).child {
  position: relative;
  right: -50px;
}

ul.split-index li.si:nth-child(5n + 3) {
  width: calc(100% - 90px);
  padding: 0 !important;
}

ul.split-index li.si:nth-child(5n + 3).child {
  padding: 0 0 0 50px !important;
}

ul.split-index li.si:nth-child(5n + 4) {
  width: 30px;
  padding: 0 !important;
}

ul.split-index li.si:nth-child(5n + 5) {
  width: 100%;
}

ul.split-index li.si.toggle_content {
  display: none;
}

ul.split-index li.si.toggle_content.active {
  display: block;
}

@media only screen and (max-width: 767px) {
  ul.split-index li.si {
    width: 100% !important;
  }
  ul.split-index li.si:nth-child(2) {
    text-align: left;
  }
  ul.split-index li.si ul.split {
    margin: 0 !important;
    width: 100% !important;
  }
  ul.split-index li.si ul.split li.s2 {
    width: 100% !important;
    margin: 0 !important;
    text-align: left;
  }
}

ul.split-index li.sis {
  float: left;
  position: relative;
}

ul.split-index li.sis:nth-child(3n + 1) {
  width: 30px;
  padding: 0 !important;
}

ul.split-index li.sis:nth-child(3n + 2) {
  width: calc(100% - 60px);
  padding: 0 !important;
}

ul.split-index li.sis:nth-child(3n + 2).child {
  padding: 0 0 0 50px !important;
}

ul.split-index li.sis:nth-child(3n + 3) {
  width: 30px;
  padding: 0 !important;
}

ul.split-index li.sis.toggle_content {
  display: none;
}

ul.split-index li.sis.toggle_content.active {
  display: block;
}

@media only screen and (max-width: 767px) {
  ul.split-index li.sis {
    width: 100% !important;
  }
  ul.split-index li.sis:nth-child(2) {
    text-align: left;
  }
}

ul.split-index li.sit {
  float: left;
  position: relative;
}

ul.split-index li.sit:nth-child(5n + 1) {
  width: 30px;
  padding: 0 !important;
}

ul.split-index li.sit:nth-child(5n + 2) {
  width: 30px;
}

ul.split-index li.sit:nth-child(5n + 3) {
  width: 30px;
}

ul.split-index li.sit:nth-child(5n + 4) {
  width: calc(100% - 120px);
  padding: 0 !important;
}

ul.split-index li.sit:nth-child(5n + 5) {
  width: 30px;
  padding: 0 !important;
}

ul.split-index li.sit.toggle_content {
  display: none;
}

ul.split-index li.sit.toggle_content.active {
  display: block;
}

@media only screen and (max-width: 767px) {
  ul.split-index li.sit {
    width: 100% !important;
  }
  ul.split-index li.sit.in-767 {
    display: inline-block;
    width: auto !important;
    float: left;
  }
  ul.split-index li.sit.in-767.fix_mobile a {
    position: relative;
    left: -9px;
  }
  ul.split-index li.sit.in-767.fix_mobile_2 a {
    position: relative;
    top: 5px;
  }
  ul.split-index li.sit:nth-child(3) {
    text-align: left;
  }
  ul.split-index li.sit:nth-child(4) {
    clear: both;
  }
  ul.split-index li.sit ul.split {
    margin: 0 !important;
    width: 100% !important;
  }
  ul.split-index li.sit ul.split li.s2 {
    width: 100% !important;
    margin: 0 !important;
    text-align: left;
  }
}

ul.split-index li.sid {
  float: left;
  position: relative;
}

ul.split-index li.sid:nth-child(6n + 1) {
  width: 30px;
  padding: 0 !important;
}

ul.split-index li.sid:nth-child(6n + 2) {
  width: 30px;
}

ul.split-index li.sid:nth-child(6n + 3) {
  width: 30px;
}

ul.split-index li.sid:nth-child(6n + 4) {
  width: calc(100% - 120px);
  padding: 0 !important;
}

ul.split-index li.sid:nth-child(6n + 5) {
  width: 30px;
  padding: 0 !important;
}

ul.split-index li.sid:nth-child(6n + 6) {
  width: 100%;
}

ul.split-index li.sid.toggle_content {
  display: none;
}

ul.split-index li.sid.toggle_content.active {
  display: block;
}

@media only screen and (max-width: 767px) {
  ul.split-index li.sid {
    width: 100% !important;
  }
  ul.split-index li.sid:nth-child(2) {
    text-align: left;
  }
  ul.split-index li.sid ul.split {
    margin: 0 !important;
    width: 100% !important;
  }
  ul.split-index li.sid ul.split li.s2 {
    width: 100% !important;
    margin: 0 !important;
    text-align: left;
  }
}

ul.split-index li.sig {
  float: left;
  position: relative;
}

ul.split-index li.sig:nth-child(2n + 1) {
  width: 300px;
  padding: 0 !important;
}

ul.split-index li.sig:nth-child(2n + 2) {
  width: calc(100% - 300px);
}

ul.split-index li.sig.heading {
  position: relative;
  z-index: 4 !important;
}

ul.split-index li.sig.heading span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #b4c7d7 !important;
  font-size: 10px;
  line-height: 30px;
}

ul.split-index:nth-child(odd) {
  background-color: #f5f5f5;
}

ul.split-index div.delete_row {
  width: 30px;
  height: 30px;
  background-color: #fefefe;
  background-image: url("/img/close-red.svg");
  background-size: 20px 20px;
  background-position: 4px 4px;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

ul.split-index div.delete_row:hover {
  background-image: url("/img/close-white.svg");
  background-color: #db4343;
}

ul.split-index a.edit,
ul.split-index a.duplicate,
ul.split-index a.edit_selected,
ul.split-index a.view,
ul.split-index a.next-status,
ul.split-index a.copy_selected,
ul.split-index a.pass-status,
ul.split-index a.notify,
ul.split-index div.notify {
  display: block;
  width: 22px;
  height: 22px;
  margin: -1px 0 -1px 0;
  background-size: 100%;
}

ul.split-index a.edit:hover,
ul.split-index a.duplicate:hover,
ul.split-index a.edit_selected:hover,
ul.split-index a.view:hover,
ul.split-index a.next-status:hover,
ul.split-index a.copy_selected:hover,
ul.split-index a.pass-status:hover,
ul.split-index a.notify:hover,
ul.split-index div.notify:hover {
  opacity: 0.5;
}

ul.split-index a.edit {
  background-image: url("/img/edit.svg");
  margin: -2px 0 0 0;
}

ul.split-index a.view {
  background-image: url("/img/icon-view.svg");
  margin: -1px 0 0 0;
}

ul.split-index a.edit_selected {
  background-image: url("/img/edit.svg");
}

ul.split-index a.duplicate {
  background-image: url("/img/duplicate.svg");
  background-size: 20px 20px;
  background-position: 1px 1px;
  background-repeat: no-repeat;
}

ul.split-index a.next-status {
  background-image: url("/img/Next-Status.png");
  background-size: 20px 20px;
  background-position: 1px 1px;
  background-repeat: no-repeat;
}

ul.split-index a.pass-status {
  background-image: url("/img/pass-status.png");
  background-size: 20px 20px;
  background-position: 1px 1px;
  background-repeat: no-repeat;
}

ul.split-index a.notify,
ul.split-index div.notify {
  background-image: url("/img/notify-status.png");
  background-size: 20px 20px;
  background-position: 1px 1px;
  background-repeat: no-repeat;
}

ul.split-index a.copy_selected {
  background-image: url("/img/copy-blue.svg");
  background-size: 20px 20px;
  background-position: 1px 1px;
  background-repeat: no-repeat;
}

ul.split-index span.highlight-mobile {
  position: relative;
}

ul.split-index span.highlight-mobile.has_public {
  display: block;
  padding: 0 0 0 26px;
}

ul.split-index span.highlight-mobile a.view-public {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: -1px 5px -1px 0;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: -4px;
  background-image: url("/img/url-blue-true.svg");
}

ul.split-index span.highlight-mobile a.view-public:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  ul.split-index span.highlight-mobile.has_public {
    padding: 0;
  }
  ul.split-index span.highlight-mobile a.view-public {
    top: -30px;
    left: 60px;
  }
}

@media only screen and (max-width: 767px) {
  ul.split-index {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  ul.split-index li.sit:nth-child(2),
  ul.split-index li.sid:nth-child(2),
  ul.split-index li.si:nth-child(2) {
    padding-top: 10px !important;
  }
  ul.split-index li.sit:nth-last-child(2),
  ul.split-index li.sid:nth-last-child(2),
  ul.split-index li.si:nth-last-child(3) {
    padding-bottom: 10px !important;
  }
  ul.split-index.client-can-delete li.si:nth-last-child(2) {
    padding-bottom: 10px !important;
  }
  ul.split-index.client-can-delete li.si:nth-last-child(3) {
    padding-bottom: 0 !important;
  }
  ul.split-index span.highlight-mobile {
    font-family: 'opensans-bold';
  }
}

ul.split-index.platform-status-index li.sid {
  float: left;
  position: relative;
}

ul.split-index.platform-status-index li.sid:nth-child(9n + 1) {
  width: 30px;
  padding: 0 !important;
}

ul.split-index.platform-status-index li.sid:nth-child(8n + 2) {
  width: 30px;
}

ul.split-index.platform-status-index li.sid:nth-child(8n + 3) {
  width: 30px;
  padding: 5px !important;
}

ul.split-index.platform-status-index li.sid:nth-child(8n + 4) {
  width: 30px;
  padding: 5px !important;
}

ul.split-index.platform-status-index li.sid:nth-child(8n + 5) {
  width: 30px;
  padding: 5px !important;
}

ul.split-index.platform-status-index li.sid:nth-child(8n + 6) {
  width: 30px;
  padding: 5px !important;
}

ul.split-index.platform-status-index li.sid:nth-child(8n + 7) {
  width: calc(100% - 210px);
  padding: 0 !important;
}

ul.split-index.platform-status-index li.sid:nth-child(8n + 8) {
  width: 30px;
  padding: 0 !important;
}

ul.split-index.platform-status-index li.sid:nth-child(8n + 9) {
  width: 100%;
}

ul.split-index.platform-status-index li.sid.toggle_content {
  display: none;
}

ul.split-index.platform-status-index li.sid.toggle_content.active {
  display: block;
}

@media only screen and (max-width: 767px) {
  ul.split-index.platform-status-index li.sid {
    width: 100% !important;
  }
  ul.split-index.platform-status-index li.sid:nth-child(2) {
    text-align: left;
  }
  ul.split-index.platform-status-index li.sid ul.split {
    margin: 0 !important;
    width: 100% !important;
  }
  ul.split-index.platform-status-index li.sid ul.split li.s2 {
    width: 100% !important;
    margin: 0 !important;
    text-align: left;
  }
}

ul.split-index.platform-status-index li.sid.content:nth-child(4) {
  padding: 5px 5px !important;
}

ul.split-index.assets-status-index li.sid {
  float: left;
  position: relative;
}

ul.split-index.assets-status-index li.sid:nth-child(9n + 1) {
  width: 30px;
  padding: 0 !important;
}

ul.split-index.assets-status-index li.sid:nth-child(8n + 2) {
  width: 30px;
}

ul.split-index.assets-status-index li.sid:nth-child(8n + 3) {
  width: 30px;
  padding: 5px !important;
}

ul.split-index.assets-status-index li.sid:nth-child(8n + 4) {
  width: 30px;
  padding: 5px !important;
}

ul.split-index.assets-status-index li.sid:nth-child(8n + 5) {
  width: 30px;
  padding: 5px !important;
}

ul.split-index.assets-status-index li.sid:nth-child(8n + 6) {
  width: 30px;
  padding: 5px !important;
}

ul.split-index.assets-status-index li.sid:nth-child(8n + 7) {
  width: calc(100% - 210px);
  padding: 0 !important;
}

ul.split-index.assets-status-index li.sid:nth-child(8n + 8) {
  width: 30px;
  padding: 0 !important;
}

ul.split-index.assets-status-index li.sid:nth-child(8n + 9) {
  width: 100%;
}

ul.split-index.assets-status-index li.sid.toggle_content {
  display: none;
}

ul.split-index.assets-status-index li.sid.toggle_content.active {
  display: block;
}

@media only screen and (max-width: 767px) {
  ul.split-index.assets-status-index li.sid {
    width: 100% !important;
  }
  ul.split-index.assets-status-index li.sid:nth-child(2) {
    text-align: left;
  }
  ul.split-index.assets-status-index li.sid ul.split {
    margin: 0 !important;
    width: 100% !important;
  }
  ul.split-index.assets-status-index li.sid ul.split li.s2 {
    width: 100% !important;
    margin: 0 !important;
    text-align: left;
  }
}

ul.split-index.assets-status-index li.sid.content:nth-child(4) {
  padding: 5px 5px !important;
}

ul.split-content.platform-status-grid {
  overflow-y: hidden;
}

@media only screen and (min-width: 768px) {
  ul.split-content.client_no_edit_no_delete:not(.deal-index) {
    width: calc(100% + 60px);
    margin-left: -50px !important;
  }
}

@media only screen and (min-width: 768px) {
  ul.split-content.deal-index.client_no_edit_no_delete {
    width: 100%;
  }
}

ul.split-content li[class*='s'] {
  position: relative;
  padding: 5px 8px;
  float: left;
  text-align: left;
}

ul.split-content li[class*='s'].text-left {
  text-align: left;
}

ul.split-content li[class*='s'].text-center {
  text-align: center;
}

ul.split-content li[class*='s']:nth-last-child(2) div.filter {
  width: 100%;
}

ul.split-content li.heading {
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  background-color: #d7e1ea;
  color: #3f3b3a;
  font-family: 'opensans';
  font-size: 14px;
  text-align: left;
}

ul.split-content li.s1 {
  width: 100%;
}

ul.split-content li.s2 {
  width: 50%;
}

ul.split-content li.s3 {
  width: 33.33%;
}

ul.split-content li.s4 {
  width: 25%;
}

ul.split-content li.s5 {
  width: 20%;
}

ul.split-content li.s6 {
  width: 16.66%;
}

ul.split-content li.s7 {
  width: 14.28%;
}

ul.split-content li.s8 {
  width: 12.5%;
}

ul.split-content li.s9 {
  width: 11.11%;
}

ul.split-content li.s10 {
  width: 10%;
}

ul.split-content li.s11 {
  width: 9.09%;
}

ul.split-content li.s12 {
  width: 8.33%;
}

ul.split-content li.s13 {
  width: 7.69%;
}

ul.split-content li.s-grid {
  width: 120px;
}

ul.split-content li.s-grid.heading {
  font-size: 10px;
  text-align: center;
}

ul.split-content span.filter {
  position: relative;
  cursor: pointer;
}

ul.split-content span.filter::after {
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  bottom: -1px;
  height: 1px;
  border-top: 1px dotted #3f3b3a;
}

ul.split-content span.filter.sortable::after {
  bottom: -4px;
}

ul.split-content span.filter.active {
  color: #00a1e9;
}

ul.split-content span.filter.active::after {
  border-top: 1px dotted #00a1e9;
}

ul.split-content div.filter {
  top: 30px !important;
  left: 0 !important;
  right: initial;
  height: auto !important;
  max-height: calc(100vh - 620px);
  overflow: visible !important;
  overflow-y: auto !important;
}

ul.split-content div.filter a.check {
  display: block;
  width: 100%;
  height: auto;
  line-height: 20px;
  font-family: 'opensans';
  font-size: 14px;
  color: #333;
  margin: 0 0 4px 0;
  background-color: rgba(0, 0, 0, 0.05);
  outline: none !important;
}

ul.split-content div.filter a.check:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

ul.split-content div.filter a.check label input[type='checkbox'] {
  display: none;
}

ul.split-content div.filter a.check label span {
  display: block;
  position: relative;
  padding: 5px 5px 5px 30px;
  line-height: 20px;
  -webkit-user-select: none;
  cursor: pointer;
}

ul.split-content div.filter a.check label span::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  background-image: url("/img/checkbox-black.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

ul.split-content div.filter a.check label input[type='checkbox']:checked + span {
  color: #37ba4c;
}

ul.split-content div.filter a.check label input[type='checkbox']:checked + span::after {
  background-image: url("/img/checkbox-green.svg");
}

ul.split-content div.filter a.item,
ul.split-content div.filter button.apply-filter {
  display: block;
  width: 100%;
  height: auto;
  line-height: 20px;
  font-family: 'opensans';
  font-size: 14px;
  color: #333;
  margin: 0 0 4px 0;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.05);
  outline: none !important;
  -webkit-user-select: none;
  position: relative;
}

ul.split-content div.filter a.item:hover,
ul.split-content div.filter button.apply-filter:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

ul.split-content div.filter a.item.clear-f,
ul.split-content div.filter button.apply-filter.clear-f {
  background-color: #db4343;
  color: #fefefe;
  padding: 5px 5px 5px 30px;
}

ul.split-content div.filter a.item.clear-f::after,
ul.split-content div.filter button.apply-filter.clear-f::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  background-image: url("/img/close-white.svg");
  background-size: 16px 16px;
  background-position: 2px 2px;
  background-repeat: no-repeat;
}

ul.split-content div.filter a.item.clear-f:hover,
ul.split-content div.filter button.apply-filter.clear-f:hover {
  background-color: #c52626;
}

ul.split-content div.filter.right {
  width: 100%;
}

ul.split-content div.filter button.apply-filter {
  background-color: #00a1e9;
  color: #fefefe;
  padding: 5px 5px 5px 30px;
  text-align: left;
  cursor: pointer;
}

ul.split-content div.filter button.apply-filter::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  background-image: url("/img/save.svg");
  background-size: 16px 16px;
  background-position: 2px 2px;
  background-repeat: no-repeat;
}

ul.split-content div.filter button.apply-filter:hover {
  background-color: #0084bf;
}

ul.split-content span.yes,
ul.split-content span.no {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: 100%;
}

ul.split-content span.yes {
  background-image: url("/img/check-green.svg");
}

ul.split-content span.no {
  background-image: url("/img/no.svg");
  background-size: 26px 26px;
  background-position: -2px -2px;
}

@media only screen and (max-width: 767px) {
  ul.split-content span.show-767 {
    display: inline-block !important;
    margin-right: 8px;
  }
  ul.split-content span.highlight-mobile {
    display: inline-block !important;
  }
  ul.split-content.client.mobile_no_edit {
    position: relative;
    top: -12px;
  }
}

span.sortable {
  height: 12px;
  line-height: 12px;
  display: inline-block;
  position: relative;
  top: -2px;
}

a.sort_up,
a.sort_down {
  display: inline-block;
  height: 12px;
  width: 12px;
  background-size: 100%;
  opacity: 0.7;
}

a.sort_up.active,
a.sort_down.active {
  opacity: 1;
}

a.sort_up {
  margin: 10px 1px 0 1px;
  background-image: url("/img/sort-up.svg");
}

a.sort_up.active, a.sort_up:hover {
  background-image: url("/img/sort-up-active.svg");
}

a.sort_down {
  margin: 5px 0 0 0;
  background-image: url("/img/sort-down.svg");
}

a.sort_down.active, a.sort_down:hover {
  background-image: url("/img/sort-down-active.svg");
}

div.warning-banner {
  display: block;
  border: 3px solid #db4343;
  padding: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #eed3d3;
}

div.warning-banner p.standard img {
  width: 24px;
  height: 24px;
  position: relative;
  top: -3px;
}

div.warning-banner.small {
  padding: 15px;
}

a.i-warning,
span.i-warning {
  display: inline-block;
  height: 14px;
  line-height: 14px;
  background-repeat: no-repeat;
  background-position: left -1px center;
  background-size: 16px 16px;
  padding: 0 0 0 16px;
  margin: 0 6px 0 0;
  cursor: pointer;
}

a.i-warning span,
span.i-warning span {
  display: inline-block;
  width: auto;
  height: 14px;
  min-width: 14px;
  text-align: center;
  font-family: 'opensans';
  font-size: 12px;
  color: #fefefe;
  margin: 0 0 0 5px;
  background-color: #db4343;
  border-radius: 14px;
  padding: 0 5px;
}

a.i-warning.photo,
span.i-warning.photo {
  background-image: url("/img/photo-red.svg");
}

a.i-warning.video,
span.i-warning.video {
  background-image: url("/img/video-red.svg");
}

a.i-warning.text,
span.i-warning.text {
  background-image: url("/img/copy-red.svg");
}

a.i-warning:hover,
span.i-warning:hover {
  opacity: 0.5;
}

a.i-warning.orange span,
span.i-warning.orange span {
  background-color: #e58103;
}

a.i-warning.orange.video,
span.i-warning.orange.video {
  background-image: url("/img/video-orange.svg") !important;
}

a.i-warning.orange.text,
span.i-warning.orange.text {
  background-image: url("/img/copy-orange.svg") !important;
}

a.i-warning:nth-last-child(1),
span.i-warning:nth-last-child(1) {
  margin: 0;
}

a.i-status,
span.i-status {
  display: inline-block;
  height: 14px;
  line-height: 14px;
  font-family: 'opensans';
  width: auto;
  min-width: 14px;
  background-size: 16px 16px;
  background-position: left -1px center;
  background-repeat: no-repeat;
}

a.i-status.present,
span.i-status.present {
  background-image: url("/img/checkbox-green.svg");
  background-size: 22px 22px;
  background-position: left -4px top -4px;
  position: relative;
  top: 1px;
  color: #37ba4c;
  padding: 0 0 0 20px;
}

a.i-status.missing,
span.i-status.missing {
  background-image: url("/img/alert.svg");
  padding: 0 0 0 20px;
  color: #db4343;
}

a.i-status.has-text,
span.i-status.has-text {
  position: relative;
  top: 2px;
}

a.attachment {
  display: inline-block;
  height: 16px;
  width: 16px;
  background-size: 18px 18px;
  background-position: left -1px center;
  background-repeat: no-repeat;
  background-image: url("/img/paperclip-green.svg");
  transform: rotate(-45deg);
  margin: -1px;
}

a.url {
  display: inline-block;
  height: 16px;
  width: 16px;
  background-size: 20px 20px;
  background-position: left -2px center;
  background-repeat: no-repeat;
  background-image: url("/img/url-green.svg");
  margin: -1px;
}

div.company-type,
a.company-type {
  display: inline-block;
  height: 18px;
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  margin: -2px 0;
}

div.company-type.ct_1,
a.company-type.ct_1 {
  background-image: url("/img/icon-platforms.svg");
}

div.company-type.ct_2,
a.company-type.ct_2 {
  background-image: url("/img/icon-festival.svg");
}

div.company-type.ct_3,
a.company-type.ct_3 {
  background-image: url("/img/icon-venues.svg");
  background-size: 20px 20px;
  background-position: left -1px center;
}

div.company-type.ct_4,
a.company-type.ct_4 {
  background-image: url("/img/icon-production.svg");
}

div.company-type.ct_5,
a.company-type.ct_5 {
  background-image: url("/img/icon-theater.svg");
}

div.company-type.ct_6,
a.company-type.ct_6 {
  background-image: url("/img/icon-distributor.svg");
}

div.company-type.ct_7,
a.company-type.ct_7 {
  background-image: url("/img/icon-buyer.svg");
}

div.company-type.ct_8,
a.company-type.ct_8 {
  background-image: url("/img/icon-agency.svg");
}

div.company-type.ct_9,
a.company-type.ct_9 {
  background-image: url("/img/domestic.svg");
}

div.company-type.ct_10,
a.company-type.ct_10 {
  background-image: url("/img/foreign.svg");
}

div.company-type.ct_99,
a.company-type.ct_99 {
  background-image: url("/img/icon-other.svg");
  background-size: 16px 16px;
  background-position: left 1px center;
}

div.contact-type,
a.contact-type {
  display: inline-block;
  height: 18px;
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  margin: -2px 0;
}

div.contact-type.ct_1,
a.contact-type.ct_1 {
  background-image: url("/img/contact-acquisition.svg");
  background-size: 20px 20px;
  background-position: left -1px center;
}

div.contact-type.ct_2,
a.contact-type.ct_2 {
  background-image: url("/img/contact-actor.svg");
  background-size: 20px 20px;
  background-position: left -1px center;
}

div.contact-type.ct_3,
a.contact-type.ct_3 {
  background-image: url("/img/contact-director.svg");
  background-size: 16px 16px;
  background-position: left 1px center;
}

div.contact-type.ct_8,
a.contact-type.ct_8 {
  background-image: url("/img/contact-producer.svg");
}

div.contact-type.ct_4,
a.contact-type.ct_4 {
  background-image: url("/img/icon-festival.svg");
}

div.contact-type.ct_5,
a.contact-type.ct_5 {
  background-image: url("/img/contact-journalist.svg");
  background-size: 20px 20px;
  background-position: left -1px center;
}

div.contact-type.ct_6,
a.contact-type.ct_6 {
  background-image: url("/img/contact-professional.svg");
  background-size: 20px 20px;
  background-position: left -1px center;
}

div.contact-type.ct_7,
a.contact-type.ct_7 {
  background-image: url("/img/contact-writer.svg");
}

div.contact-type.ct_9,
a.contact-type.ct_9 {
  background-image: url("/img/sales.svg");
}

div.contact-type.ct_99,
a.contact-type.ct_99 {
  background-image: url("/img/icon-other.svg");
  background-size: 16px 16px;
  background-position: left 1px center;
}

a.social-media {
  height: 18px;
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  display: inline-block;
  margin: -2px 4px -2px 0;
  border-radius: 2px;
  overflow: hidden;
}

a.social-media.fb {
  background-image: url("/img/facebook.jpg");
}

a.social-media.tw {
  background-image: url("/img/twitter.jpg");
}

a.social-media.is {
  background-image: url("/img/instagram.jpg");
}

a.social-media.li {
  background-image: url("/img/linkedin.jpg");
}

a.social-media.ci {
  background-image: url("/img/cinando.jpg");
}

a.social-media.im {
  background-image: url("/img/imdb.jpg");
}

a.social-media.ws {
  background-image: url("/img/website.jpg");
}

ul.pagination {
  display: block !important;
  height: auto;
  width: 100%;
  text-align: center;
  margin: 20px auto 14px auto !important;
}

ul.pagination li.pa {
  display: inline-block;
  height: 30px;
  width: auto;
  min-width: 30px;
  text-align: center;
  margin: 0 0 6px 0 !important;
}

ul.pagination li.pa a {
  display: inline-block;
  height: 30px;
  width: auto;
  min-width: 30px;
  text-align: center;
  font-family: 'opensans';
  font-size: 13px;
  color: #3f3b3a;
  background-color: #fefefe;
  border: 2px solid #3f3b3a;
  line-height: 26px;
  margin: 0 1px;
  padding: 0 3px;
  border-radius: 30px;
}

ul.pagination li.pa a:hover {
  background-color: #5d53fe;
  border: 2px solid #5d53fe;
  color: #fefefe;
}

ul.pagination li.pa.active a {
  background-color: #8881fe;
  border: 2px solid #8881fe;
  color: #fefefe;
}

ul.pagination li.pa.active a.prev, ul.pagination li.pa.active a.next {
  background-image: url("/img/chevron-right-white.svg");
}

ul.pagination li.pa.prev a, ul.pagination li.pa.next a {
  background-image: url("/img/chevron-right-grey.svg");
  background-size: 75% 75%;
  background-position: center center;
  background-repeat: no-repeat;
}

ul.pagination li.pa.prev a:hover, ul.pagination li.pa.next a:hover {
  background-image: url("/img/chevron-right-white.svg");
}

ul.pagination li.pa.prev a {
  transform: rotate(180deg);
}

div.pagination-available-results {
  margin: -10px 0 20px 0;
  font-family: 'opensans';
  font-size: 14px;
  color: #333;
  text-align: center;
  position: relative;
}

div.pagination-available-results .items-per-page {
  position: absolute;
  top: -13px;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

div.pagination-available-results .items-per-page form {
  margin-left: 20px;
}

div.pagination-available-results .items-per-page form select {
  margin-bottom: 0;
}

div.pagination-available-results.no-pages {
  margin: 10px 0 10px 0;
}

div.filter-settings,
a.filter-settings {
  margin: 15px 0 -7px 0;
  position: relative;
  z-index: 1;
}

div.filter-settings div.setting,
div.filter-settings a.setting,
a.filter-settings div.setting,
a.filter-settings a.setting {
  display: inline-block;
  width: auto;
  padding: 4px 22px 4px 7px;
  background-color: #00a1e9;
  color: #fefefe;
  font-family: 'opensans';
  font-size: 12px;
  margin: 0 4px 4px 0 !important;
  top: -10px;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  z-index: 100;
}

div.filter-settings div.setting::after,
div.filter-settings a.setting::after,
a.filter-settings div.setting::after,
a.filter-settings a.setting::after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  right: 6px;
  width: 10px;
  height: 10px;
  background-image: url("/img/close-white.svg");
  background-size: 100%;
}

div.filter-settings div.setting:hover,
div.filter-settings a.setting:hover,
a.filter-settings div.setting:hover,
a.filter-settings a.setting:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  div.filter-settings,
  a.filter-settings {
    margin: 13px 0 -7px 0;
  }
}

ul.period-search {
  margin: 0 0 0 -10px !important;
  padding: 0 !important;
  width: calc(100% + 20px);
}

ul.period-search li.ps {
  display: block;
  float: left;
  margin: 0 10px;
  position: relative;
}

ul.period-search li.ps button[type='button'].wipe {
  display: block;
  width: 34px;
  height: 46px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e2e2e2;
  border-radius: 0 3px 3px 0;
  background-image: url("/img/close-black.svg");
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

ul.period-search li.ps button[type='button'].wipe:hover {
  opacity: 0.7;
}

ul.period-search.revenue li.ps:nth-child(1) {
  width: calc(12.5% - 20px - 10px);
}

ul.period-search.revenue li.ps:nth-child(2) {
  width: calc(12.5% - 20px - 10px);
}

ul.period-search.revenue li.ps:nth-child(3) {
  width: calc(12.5% - 20px - 10px);
}

ul.period-search.revenue li.ps:nth-child(4) {
  width: calc(12.5% - 20px - 10px);
}

ul.period-search.revenue li.ps:nth-child(5) {
  width: calc(12.5% - 20px - 10px);
}

ul.period-search.revenue li.ps:nth-child(6) {
  width: calc(12.5% - 20px - 10px);
  padding: 0;
}

ul.period-search.revenue li.ps:nth-child(7) {
  width: calc(12.5% - 20px - 10px);
  padding: 0;
}

ul.period-search.revenue li.ps:nth-child(8) {
  width: calc(12.5% - 20px - 10px);
  padding: 0;
}

ul.period-search.revenue li.ps:nth-child(9) {
  width: 60px;
  padding: 0;
}

ul.period-search.revenue.client li.ps:nth-child(1) {
  width: 300px;
}

ul.period-search.revenue.client li.ps:nth-child(2) {
  width: 300px;
}

ul.period-search.revenue.client li.ps:nth-child(3) {
  width: 100px;
}

ul.period-search.revenue.client-dev li.ps:nth-child(1) {
  width: calc(20% - 20px - 16px);
}

ul.period-search.revenue.client-dev li.ps:nth-child(2) {
  width: calc(20% - 20px - 16px);
}

ul.period-search.revenue.client-dev li.ps:nth-child(3) {
  width: calc(20% - 20px - 16px);
  padding: 0;
}

ul.period-search.revenue.client-dev li.ps:nth-child(4) {
  width: calc(20% - 20px - 16px);
  padding: 0;
}

ul.period-search.revenue.client-dev li.ps:nth-child(5) {
  width: calc(20% - 20px - 16px);
  padding: 0;
}

ul.period-search.revenue.client-dev li.ps:nth-child(6) {
  width: 60px;
  padding: 0;
}

ul.period-search.payout li.ps:nth-child(1) {
  width: calc(20% - 20px - 16px);
}

ul.period-search.payout li.ps:nth-child(2) {
  width: calc(20% - 20px - 16px);
}

ul.period-search.payout li.ps:nth-child(3) {
  width: calc(20% - 20px - 16px);
  padding: 0;
}

ul.period-search.payout li.ps:nth-child(4) {
  width: calc(20% - 20px - 16px);
  padding: 0;
}

ul.period-search.payout li.ps:nth-child(5) {
  width: calc(20% - 20px - 16px);
  padding: 0;
}

ul.period-search.payout li.ps:nth-child(6) {
  width: 60px;
  padding: 0;
}

ul.period-search.payout.client li.ps {
  /*
                        &:nth-child(3) {
                            width:calc(20% - 20px - 16px);
                            padding:0;
                        }
                        &:nth-child(4) {
                            width:calc(20% - 20px - 16px);
                            padding:0;
                        }
                        &:nth-child(5) {
                            width:calc(20% - 20px - 16px);
                            padding:0;
                        } */
}

ul.period-search.payout.client li.ps:nth-child(1) {
  width: calc(20% - 20px - 16px);
}

ul.period-search.payout.client li.ps:nth-child(2) {
  width: calc(20% - 20px - 16px);
}

ul.period-search.payout.client li.ps:nth-child(3) {
  width: 60px;
  padding: 0;
}

ul.period-search.expense li.ps:nth-child(1) {
  width: calc(20% - 25px - 20px);
}

ul.period-search.expense li.ps:nth-child(2) {
  width: calc(20% - 25px - 20px);
}

ul.period-search.expense li.ps:nth-child(3) {
  width: calc(20% - 25px - 20px);
  padding: 0;
}

ul.period-search.expense li.ps:nth-child(4) {
  width: calc(20% - 25px - 20px);
  padding: 0;
}

ul.period-search.expense li.ps:nth-child(5) {
  width: 60px;
  padding: 0;
}

ul.period-search.expense.client li.ps {
  /*
                        &:nth-child(3) {
                            width:calc(20% - 25px - 20px);
                            padding:0;
                        }
                        &:nth-child(4) {
                            width:calc(20% - 25px - 20px);
                            padding:0;
                        }
                        */
}

ul.period-search.expense.client li.ps:nth-child(1) {
  width: calc(20% - 25px - 20px);
}

ul.period-search.expense.client li.ps:nth-child(2) {
  width: calc(20% - 25px - 20px);
}

ul.period-search.expense.client li.ps:nth-child(3) {
  width: 60px;
  padding: 0;
}

ul.period-search.status li.ps:nth-child(1) {
  width: calc(20% - 20px - 16px);
}

ul.period-search.status li.ps:nth-child(2) {
  width: calc(20% - 20px - 16px);
}

ul.period-search.status li.ps:nth-child(3) {
  width: calc(20% - 20px - 16px);
  padding: 0;
}

ul.period-search.status li.ps:nth-child(4) {
  width: calc(20% - 20px - 16px);
  padding: 0;
}

ul.period-search.status li.ps:nth-child(5) {
  width: calc(20% - 20px - 16px);
  padding: 0;
}

ul.period-search.status li.ps:nth-child(6) {
  width: 60px;
  padding: 0;
}

ul.period-search.status.contact-person li.ps:nth-child(1) {
  width: calc(11.11% - 20px - 9px);
}

ul.period-search.status.contact-person li.ps:nth-child(2) {
  width: calc(11.11% - 20px - 9px);
}

ul.period-search.status.contact-person li.ps:nth-child(3) {
  width: calc(11.11% - 20px - 9px);
  padding: 0;
}

ul.period-search.status.contact-person li.ps:nth-child(4) {
  width: calc(11.11% - 20px - 9px);
  padding: 0;
}

ul.period-search.status.contact-person li.ps:nth-child(5) {
  width: calc(11.11% - 20px - 9px);
  padding: 0;
}

ul.period-search.status.contact-person li.ps:nth-child(6) {
  width: calc(11.11% - 20px - 9px);
  padding: 0;
}

ul.period-search.status.contact-person li.ps:nth-child(7) {
  width: calc(11.11% - 20px - 9px);
  padding: 0;
}

ul.period-search.status.contact-person li.ps:nth-child(8) {
  width: calc(11.11% - 20px - 9px);
  padding: 0;
}

ul.period-search.status.contact-person li.ps:nth-child(9) {
  width: calc(11.11% - 20px - 8px);
  padding: 0;
}

ul.period-search.status.contact-person li.ps:nth-child(10) {
  width: 60px;
  padding: 0;
}

ul.period-search.follow-up li.ps:nth-child(1) {
  width: calc(25% - 20px - 40px);
  padding: 0;
}

ul.period-search.follow-up li.ps:nth-child(2) {
  width: calc(25% - 20px - 40px);
  padding: 0;
}

ul.period-search.follow-up li.ps:nth-child(3) {
  width: 60px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  ul.period-search li.ps {
    width: calc(100% - 20px) !important;
  }
  ul.period-search li.ps:nth-child(2) {
    margin-top: 10px !important;
  }
  ul.period-search li.ps:nth-last-child(2) {
    padding: 10px 0 0 0 !important;
  }
}

div.overflow-scroll-horizontal {
  width: 100%;
  max-width: 100%;
  overflow-x: scroll;
}

.grid {
  font-size: 10px;
  font-family: 'opensans';
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  background-color: #fefefe;
  position: relative;
}

.grid.right-side {
  height: 27px;
  max-height: 27px;
  overflow: hidden;
  padding: 0 !important;
  line-height: 25px;
}

.grid a {
  color: grey;
  font-family: 'opensans-bold';
  font-size: 12px;
  height: 18px;
  width: 18px;
  background-size: 100%;
  position: relative;
  z-index: 1;
}

.grid a:hover {
  opacity: 0.5;
}

.grid a.pitched {
  font-size: 0;
  margin: 0;
  display: inline-block;
  background-image: url("/img/pitched.svg");
}

.grid a.reviewing {
  font-size: 0;
  margin: 0;
  display: inline-block;
  background-image: url("/img/reviewing.svg");
}

.grid a.accepted {
  font-size: 0;
  margin: 0;
  display: inline-block;
  background-image: url("/img/accepted.svg");
}

.grid a.delivered {
  font-size: 0;
  margin: 0;
  display: inline-block;
  background-image: url("/img/delivered.svg");
}

.grid a.live {
  font-size: 0;
  margin: 0;
  display: inline-block;
  background-image: url("/img/check-green.svg");
}

.grid a.default {
  font-size: 0;
  margin: 0;
  display: inline-block;
  background-image: url("/img/default.svg");
}

.grid a.terminated {
  font-size: 0;
  margin: 0;
  display: inline-block;
  background-image: url("/img/terminated.svg");
}

.grid a.expired {
  font-size: 0;
  margin: 0;
  display: inline-block;
  background-image: url("/img/expired.svg");
}

.grid a.passed {
  font-size: 0;
  margin: 0;
  display: inline-block;
  background-image: url("/img/passed.svg");
}

.grid span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  display: block;
}

.grid span.live {
  background-color: #d5f3da;
}

.grid span.passed {
  background-color: #f8d9d9;
}

.grid.title {
  font-size: 12px;
  line-height: 16px;
  padding: 5px 8px;
  max-height: 28px;
  max-width: 100%;
  overflow: hidden;
}

div.index_sm,
div.index_sm_mult {
  display: block;
  width: 86px;
  color: #00a1e9;
  cursor: pointer;
  font-family: 'opensans';
  font-size: 12px;
  position: relative;
  padding: 0 20px 0 0;
  height: 18px;
  margin: 4px 0 0 0;
}

div.index_sm::after,
div.index_sm_mult::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 2px;
  width: 18px;
  height: 18px;
  background-image: url("/img/chevron-down-blue.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
}

div.index_sm.active::after,
div.index_sm_mult.active::after {
  transform: rotate(180deg);
}

div.index_sm:hover,
div.index_sm_mult:hover {
  opacity: 0.5;
}

div.index_sm_display,
div.index_sm_display_mult,
a.index_sm_display_mult {
  display: none;
}

ul.split.apply_to_all_fields {
  position: absolute;
  bottom: calc(100% + 10px);
  z-index: 20;
}

ul.split.apply_to_all_fields button {
  display: inline-block !important;
  width: auto;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  background-color: #8881fe;
  color: #fefefe;
  font-family: 'opensans-bold';
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 !important;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.07);
}

ul.split.apply_to_all_fields button img {
  width: 22px;
  height: 22px;
  position: relative;
  top: -1px;
  margin: 0 0 0 8px;
}

.company-multi-edits ul.split li.sp:not(:nth-child(6n + 5)):not(:nth-child(6n + 6)) {
  width: calc(24.4% - 41px);
}

.company-multi-edits ul.split li.sp:nth-child(6n + 5) {
  width: 40px;
}

.company-multi-edits ul.split li.sp:nth-child(6n + 6) {
  width: 48px;
  margin: 0 0 0 10px;
}

.contact-multi-edits ul.split li.sp:not(:nth-child(8n + 7)):not(:nth-child(8n + 8)) {
  width: calc(16.66% - 41px);
}

.contact-multi-edits ul.split li.sp:nth-child(8n + 7) {
  width: 40px;
}

.contact-multi-edits ul.split li.sp:nth-child(8n + 8) {
  width: 48px;
  margin: 0 0 0 10px;
}

ul.contacts-sys-tabs ul.apply_to_all_fields.split {
  position: unset;
  bottom: unset;
  z-index: 20;
}

ul.contacts-sys-tabs ul.apply_to_all_fields.split li.sp:not(:nth-child(8n + 7)):not(:nth-child(8n + 8)):not(:nth-child(8n + 2)) {
  width: calc(16.66% - 41px);
}

ul.contacts-sys-tabs ul.apply_to_all_fields.split li.sp:nth-child(8n + 2) {
  width: auto;
  display: flex;
  justify-content: space-between;
  max-width: calc(100% - 450px);
}

ul.contacts-sys-tabs ul.apply_to_all_fields.split li.sp:nth-child(8n + 2) > div {
  flex: 1;
  padding-right: 20px;
}

ul.contacts-sys-tabs ul.apply_to_all_fields.split li.sp:nth-child(8n + 2) > div ul.split > li:first-child {
  display: flex;
  align-items: center;
  width: 270px;
}

ul.contacts-sys-tabs ul.apply_to_all_fields.split li.sp:nth-child(8n + 2) > div ul.split > li:first-child span:first-child {
  flex: 0 0 200px;
}

ul.contacts-sys-tabs ul.apply_to_all_fields.split li.sp:nth-child(8n + 2) > div ul.split > li:first-child > span:last-child {
  align-self: center;
  margin-left: 20px;
  flex: 0 0 50px;
}

ul.contacts-sys-tabs ul.apply_to_all_fields.split ~ div.help-toggle {
  bottom: 10px;
  top: unset;
}

h2.standard select.custom-display-toggle {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 100px;
  font-size: 12px;
  margin: 0 !important;
  bottom: 2px;
  height: calc(100% - 4px);
}

div.title-loady {
  background-color: #112851;
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url("/img/loady-front.svg");
  background-size: 200px 200px;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
}

main.page-client#sticky_anchor,
main.page-admin#sticky_anchor {
  position: relative;
  overflow: hidden;
  background: transparent;
}

main.page-client#sticky_anchor::before,
main.page-admin#sticky_anchor::before {
  content: '';
  background: linear-gradient(182.98deg, #16123d 2.85%, rgba(18, 63, 100, 0.18) 14.05%, rgba(9, 147, 174, 0) 21.48%, rgba(0, 240, 255, 0) 29.61%), radial-gradient(517.67% 162.29% at 8.4% 9.17%, rgba(0, 240, 255, 0.2) 0%, rgba(22, 18, 61, 0) 100%), radial-gradient(191.58% 154.68% at 100% 73.95%, rgba(0, 240, 255, 0.3) 0%, rgba(39, 37, 91, 0) 100%), radial-gradient(2060.5% 99.01% at 0% 99.01%, #1d1b69 0%, rgba(29, 27, 108, 0) 39.55%), linear-gradient(180deg, #070433 0%, #252353 100%), #101043;
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 6000px;
  height: 100%;
  left: 0;
  z-index: -1;
}

main.page-client#sticky_anchor > img,
main.page-admin#sticky_anchor > img {
  position: absolute;
}

main.page-client#sticky_anchor > img:last-of-type,
main.page-admin#sticky_anchor > img:last-of-type {
  right: 0;
}

main.page-client#sticky_anchor .admin-page,
main.page-admin#sticky_anchor .admin-page {
  background: transparent;
  position: relative;
}

main.page-client#sticky_anchor .admin-page::after,
main.page-admin#sticky_anchor .admin-page::after {
  position: absolute;
  bottom: -50%;
  width: 611px;
  height: 551px;
  background: #4a1194;
  opacity: 0.8;
  -webkit-filter: blur(250px);
  filter: blur(250px);
  content: '';
  left: 80px;
  z-index: -1;
}

main.page-client#sticky_anchor .admin-page ul.client-new.homepage .cn,
main.page-admin#sticky_anchor .admin-page ul.client-new.homepage .cn {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 22px;
  min-height: 1px;
}

main.page-client#sticky_anchor .admin-page ul.client-new.homepage .cn .main,
main.page-admin#sticky_anchor .admin-page ul.client-new.homepage .cn .main {
  background: rgba(0, 0, 0, 0);
  border-radius: 50px;
  color: white;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-top: -5px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

main.page-client#sticky_anchor .admin-page ul.client-new.homepage .cn .main .first,
main.page-admin#sticky_anchor .admin-page ul.client-new.homepage .cn .main .first {
  height: auto;
  width: auto;
  line-height: 1;
  color: white;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

main.page-client#sticky_anchor .admin-page ul.client-new.homepage .cn .main .first span,
main.page-admin#sticky_anchor .admin-page ul.client-new.homepage .cn .main .first span {
  color: white;
  background: transparent;
  border: 0;
  padding: 0;
  height: auto;
  width: auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

main.page-client#sticky_anchor .admin-page ul.client-new.homepage .cn .main .sys-display:not(.hide),
main.page-admin#sticky_anchor .admin-page ul.client-new.homepage .cn .main .sys-display:not(.hide) {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

main.page-client#sticky_anchor .admin-page ul.client-new.homepage .cn .main .sys-display:not(.hide) span,
main.page-admin#sticky_anchor .admin-page ul.client-new.homepage .cn .main .sys-display:not(.hide) span {
  padding: 0;
  border: none;
  color: #3f3b3a;
  top: 0;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

main.page-client#sticky_anchor .admin-page ul.client-new.homepage .cn .main .sys-display:not(.hide) div,
main.page-admin#sticky_anchor .admin-page ul.client-new.homepage .cn .main .sys-display:not(.hide) div {
  height: auto;
  line-height: 1;
  color: white;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

main.page-client#sticky_anchor .admin-page ul.client-new.homepage .cn .main .sys-display:not(.hide) > *,
main.page-admin#sticky_anchor .admin-page ul.client-new.homepage .cn .main .sys-display:not(.hide) > * {
  float: none;
  margin-bottom: 0;
  margin-top: 0;
}

main.page-client#sticky_anchor .admin-page ul.client-new.homepage .cn .main .sys-display:not(.hide) a,
main.page-admin#sticky_anchor .admin-page ul.client-new.homepage .cn .main .sys-display:not(.hide) a {
  min-height: 1px;
  min-width: 1px;
  width: auto;
  height: auto;
  line-height: 1;
  color: white;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

@media (min-width: 768px) {
  main.page-client#sticky_anchor .admin-page ul.client-new.homepage .cn .main .sys-display.showDesktop div,
  main.page-client#sticky_anchor .admin-page ul.client-new.homepage .cn .main .sys-display.showDesktop a,
  main.page-admin#sticky_anchor .admin-page ul.client-new.homepage .cn .main .sys-display.showDesktop div,
  main.page-admin#sticky_anchor .admin-page ul.client-new.homepage .cn .main .sys-display.showDesktop a {
    color: white;
  }
  main.page-client#sticky_anchor .admin-page ul.client-new.homepage .cn .main .sys-display.showDesktop div,
  main.page-admin#sticky_anchor .admin-page ul.client-new.homepage .cn .main .sys-display.showDesktop div {
    height: auto;
    line-height: 1;
  }
}

main.page-client#sticky_anchor .admin-page ul.client-new.homepage .cn:first-child .content,
main.page-admin#sticky_anchor .admin-page ul.client-new.homepage .cn:first-child .content {
  padding: 0;
  background: transparent;
}

main.page-client#sticky_anchor .admin-page ul.client-new.homepage .cn:not(:first-child),
main.page-admin#sticky_anchor .admin-page ul.client-new.homepage .cn:not(:first-child) {
  min-height: 470px;
}

main.page-client#sticky_anchor .admin-page ul.client-new.homepage .cn:nth-child(3) > a span,
main.page-admin#sticky_anchor .admin-page ul.client-new.homepage .cn:nth-child(3) > a span {
  right: 0;
}

main.page-client#sticky_anchor ul.client-index-title-loop .slick-arrow,
main.page-admin#sticky_anchor ul.client-index-title-loop .slick-arrow {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  background-color: #8881fe;
}

main.page-client#sticky_anchor ul.client-index-title-loop .slick-arrow.slick-prev,
main.page-admin#sticky_anchor ul.client-index-title-loop .slick-arrow.slick-prev {
  left: 5px;
}

main.page-client#sticky_anchor ul.client-index-title-loop .slick-arrow.slick-next,
main.page-admin#sticky_anchor ul.client-index-title-loop .slick-arrow.slick-next {
  right: 5px;
}

main.page-client#sticky_anchor ul.client-index-title-loop .slick-list,
main.page-admin#sticky_anchor ul.client-index-title-loop .slick-list {
  margin: 0 -15px;
}

main.page-client#sticky_anchor div.chart_display_container div.ctd,
main.page-admin#sticky_anchor div.chart_display_container div.ctd {
  background: transparent;
}

main.page-client#sticky_anchor div.chart-toggles,
main.page-admin#sticky_anchor div.chart-toggles {
  display: flex;
  justify-content: center;
}

main.page-client#sticky_anchor div.chart-toggles div.ct,
main.page-admin#sticky_anchor div.chart-toggles div.ct {
  background: white;
  color: #16123d;
}

main.page-client#sticky_anchor div.chart-toggles div.ct.active, main.page-client#sticky_anchor div.chart-toggles div.ct:hover,
main.page-admin#sticky_anchor div.chart-toggles div.ct.active,
main.page-admin#sticky_anchor div.chart-toggles div.ct:hover {
  color: white;
  background: #8881fe;
}

main.page-client#sticky_anchor div.chart-toggles div.ct:first-child,
main.page-admin#sticky_anchor div.chart-toggles div.ct:first-child {
  border-radius: 5px 0 0 5px;
}

main.page-client#sticky_anchor div.chart-toggles div.ct:nth-child(3),
main.page-admin#sticky_anchor div.chart-toggles div.ct:nth-child(3) {
  border-radius: 0;
}

main.page-client#sticky_anchor div.chart-toggles div.ct:nth-last-child(2),
main.page-admin#sticky_anchor div.chart-toggles div.ct:nth-last-child(2) {
  margin-top: 0;
  border-radius: 0 5px 5px 0;
}

main.page-client#sticky_anchor ul.home-financials li.hf a.view-summary,
main.page-admin#sticky_anchor ul.home-financials li.hf a.view-summary {
  border-radius: 100px;
  background-color: #8881fe;
  padding: 7px 50px 7px 20px;
  height: auto;
  line-height: 40px;
}

main.page-client#sticky_anchor div.chart_display_container,
main.page-admin#sticky_anchor div.chart_display_container {
  min-height: 350px;
  padding-bottom: 80px;
}

main.page-client#sticky_anchor ul.client-new li.cn div.content,
main.page-admin#sticky_anchor ul.client-new li.cn div.content {
  background-color: rgba(255, 255, 255, 0);
}

main.page-client#sticky_anchor ul.client-new.press li.cn div.content,
main.page-admin#sticky_anchor ul.client-new.press li.cn div.content {
  background-color: rgba(255, 255, 255, 0.24);
  color: white;
}

main.page-client#sticky_anchor ul.client-new.press li.cn div.content a,
main.page-admin#sticky_anchor ul.client-new.press li.cn div.content a {
  color: white;
  text-decoration: underline;
}

main.page-client#sticky_anchor ul.client-new li.cn div.content a.sub,
main.page-client#sticky_anchor ul.client-new li.cn div.content div.sub,
main.page-admin#sticky_anchor ul.client-new li.cn div.content a.sub,
main.page-admin#sticky_anchor ul.client-new li.cn div.content div.sub {
  padding: 0;
  color: white;
}

main.page-client#sticky_anchor ul.client-new li.cn div.content a.sub span,
main.page-client#sticky_anchor ul.client-new li.cn div.content div.sub span,
main.page-admin#sticky_anchor ul.client-new li.cn div.content a.sub span,
main.page-admin#sticky_anchor ul.client-new li.cn div.content div.sub span {
  right: 0;
}

main.page-client#sticky_anchor .no-clicks a,
main.page-admin#sticky_anchor .no-clicks a {
  pointer-events: none;
}

main.page-client#sticky_anchor ul.client-new.homepage .chart_display_container svg path,
main.page-admin#sticky_anchor ul.client-new.homepage .chart_display_container svg path {
  stroke: transparent;
}

main.page-client#sticky_anchor div.admin-heading-new,
main.page-client#sticky_anchor div.admin-heading,
main.page-admin#sticky_anchor div.admin-heading-new,
main.page-admin#sticky_anchor div.admin-heading {
  border-color: #fff;
}

main.page-client#sticky_anchor div.admin-heading-new h1.standard,
main.page-client#sticky_anchor div.admin-heading h1.standard,
main.page-admin#sticky_anchor div.admin-heading-new h1.standard,
main.page-admin#sticky_anchor div.admin-heading h1.standard {
  color: #fff;
}

main.page-client#sticky_anchor div.admin-heading-new h1.standard img,
main.page-client#sticky_anchor div.admin-heading h1.standard img,
main.page-admin#sticky_anchor div.admin-heading-new h1.standard img,
main.page-admin#sticky_anchor div.admin-heading h1.standard img {
  filter: invert(0) brightness(1000);
}

main.page-client#sticky_anchor div.admin-heading-new h1.standard a,
main.page-client#sticky_anchor div.admin-heading-new h1.standard span,
main.page-client#sticky_anchor div.admin-heading h1.standard a,
main.page-client#sticky_anchor div.admin-heading h1.standard span,
main.page-admin#sticky_anchor div.admin-heading-new h1.standard a,
main.page-admin#sticky_anchor div.admin-heading-new h1.standard span,
main.page-admin#sticky_anchor div.admin-heading h1.standard a,
main.page-admin#sticky_anchor div.admin-heading h1.standard span {
  color: #fff;
  opacity: 1;
}

main.page-client#sticky_anchor div.admin-heading-new em,
main.page-client#sticky_anchor div.admin-heading em,
main.page-admin#sticky_anchor div.admin-heading-new em,
main.page-admin#sticky_anchor div.admin-heading em {
  background-image: url(/img/chevron-right-white.svg);
}

main.page-client#sticky_anchor div.admin-heading-new a.util,
main.page-client#sticky_anchor div.admin-heading-new div.util,
main.page-client#sticky_anchor div.admin-heading a.util,
main.page-client#sticky_anchor div.admin-heading div.util,
main.page-admin#sticky_anchor div.admin-heading-new a.util,
main.page-admin#sticky_anchor div.admin-heading-new div.util,
main.page-admin#sticky_anchor div.admin-heading a.util,
main.page-admin#sticky_anchor div.admin-heading div.util {
  background-color: #8881fe;
}

main.page-client#sticky_anchor div.pagination-available-results,
main.page-admin#sticky_anchor div.pagination-available-results {
  color: white;
}

main.page-client#sticky_anchor form#title-form select,
main.page-admin#sticky_anchor form#title-form select {
  background: transparent;
}

main.page-client#sticky_anchor form#title-form ul.split li.has-help,
main.page-admin#sticky_anchor form#title-form ul.split li.has-help {
  background-color: transparent;
}

main.page-client#sticky_anchor form.standard.report_summary button[class*=''],
main.page-client#sticky_anchor form.standard.report_summary button[type='submit'],
main.page-client#sticky_anchor form.standard.report_summary div.submit,
main.page-client#sticky_anchor form.standard.report_summary div.submit-multi,
main.page-admin#sticky_anchor form.standard.report_summary button[class*=''],
main.page-admin#sticky_anchor form.standard.report_summary button[type='submit'],
main.page-admin#sticky_anchor form.standard.report_summary div.submit,
main.page-admin#sticky_anchor form.standard.report_summary div.submit-multi {
  background-color: #8881fe;
}

main.page-client#sticky_anchor ul.sys-tabs,
main.page-admin#sticky_anchor ul.sys-tabs {
  border: none;
  border-bottom: 1px solid #d2d2d2;
}

main.page-client#sticky_anchor ul.sys-tabs li.st,
main.page-admin#sticky_anchor ul.sys-tabs li.st {
  background-color: white;
  color: #3f3b3a;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

main.page-client#sticky_anchor ul.sys-tabs li.st.active,
main.page-admin#sticky_anchor ul.sys-tabs li.st.active {
  background-color: #8881fe;
  color: white;
}

main.page-client#sticky_anchor ul.sys-tabs li.st::after, main.page-client#sticky_anchor ul.sys-tabs li.st::before,
main.page-admin#sticky_anchor ul.sys-tabs li.st::after,
main.page-admin#sticky_anchor ul.sys-tabs li.st::before {
  display: none;
}

main.page-client#sticky_anchor ul.sys-tabs li.st:not(:last-child),
main.page-admin#sticky_anchor ul.sys-tabs li.st:not(:last-child) {
  margin-right: 2px;
  width: calc(16.66% - 2px);
}

main.page-client#sticky_anchor .sys-title-toggles,
main.page-admin#sticky_anchor .sys-title-toggles {
  border: none;
  border-bottom: 1px solid #d2d2d2;
  top: 0;
}

main.page-client#sticky_anchor .sys-title-toggles li.ttt,
main.page-admin#sticky_anchor .sys-title-toggles li.ttt {
  background-color: white;
  color: #3f3b3a;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

main.page-client#sticky_anchor .sys-title-toggles li.ttt.active,
main.page-admin#sticky_anchor .sys-title-toggles li.ttt.active {
  background-color: #8881fe;
  color: white;
}

main.page-client#sticky_anchor .sys-title-toggles li.ttt:not(:last-child),
main.page-admin#sticky_anchor .sys-title-toggles li.ttt:not(:last-child) {
  margin-right: 1px;
}

main.page-client#sticky_anchor ul.sys-tabs-display:not(.report) ul[class*='row'].split-index,
main.page-client#sticky_anchor ul.sys-tabs-display:not(.report) ul.accounts-row.split-index,
main.page-admin#sticky_anchor ul.sys-tabs-display:not(.report) ul[class*='row'].split-index,
main.page-admin#sticky_anchor ul.sys-tabs-display:not(.report) ul.accounts-row.split-index {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}

main.page-client#sticky_anchor ul.sys-tabs-display:not(.report) ul[class*='row'].split-index:nth-child(odd),
main.page-client#sticky_anchor ul.sys-tabs-display:not(.report) ul.accounts-row.split-index:nth-child(odd),
main.page-admin#sticky_anchor ul.sys-tabs-display:not(.report) ul[class*='row'].split-index:nth-child(odd),
main.page-admin#sticky_anchor ul.sys-tabs-display:not(.report) ul.accounts-row.split-index:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.8);
}

main.page-client#sticky_anchor ul.sys-tabs-display:not(.report) ul.split-index,
main.page-admin#sticky_anchor ul.sys-tabs-display:not(.report) ul.split-index {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}

main.page-client#sticky_anchor ul.sys-tabs-display:not(.report) ul.split-index:nth-child(odd),
main.page-admin#sticky_anchor ul.sys-tabs-display:not(.report) ul.split-index:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.8);
}

main.page-client#sticky_anchor ul.sys-tabs-display:not(.report) ul.split-index a.edit,
main.page-admin#sticky_anchor ul.sys-tabs-display:not(.report) ul.split-index a.edit {
  background-image: url(/img/edit.svg);
}

main.page-client#sticky_anchor ul.sys-tabs-display:not(.report) ul.split-index a:not(.item),
main.page-admin#sticky_anchor ul.sys-tabs-display:not(.report) ul.split-index a:not(.item) {
  color: #000;
}

main.page-client#sticky_anchor ul.sys-tabs-display:not(.report) h2.standard,
main.page-admin#sticky_anchor ul.sys-tabs-display:not(.report) h2.standard {
  color: #000;
  border-color: #000;
}

main.page-client#sticky_anchor .admin-page .inner:not(.campaign-page),
main.page-admin#sticky_anchor .admin-page .inner:not(.campaign-page) {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 22px;
}

main.page-client#sticky_anchor .admin-page .inner:not(.campaign-page) .filter-settings a,
main.page-admin#sticky_anchor .admin-page .inner:not(.campaign-page) .filter-settings a {
  background: #8881fe;
}

main.page-client#sticky_anchor ul.pagination li.pa.active a,
main.page-admin#sticky_anchor ul.pagination li.pa.active a {
  background: #8881fe;
  border-color: #8881fe;
}

main.page-client#sticky_anchor .apexcharts-legend-text,
main.page-admin#sticky_anchor .apexcharts-legend-text {
  color: white !important;
}

main.page-client#sticky_anchor .apexcharts-canvas text:not([text-anchor='start']),
main.page-admin#sticky_anchor .apexcharts-canvas text:not([text-anchor='start']) {
  fill: white;
}

main.page-client#sticky_anchor .apexcharts-canvas .apexcharts-series.apexcharts-pie-series path,
main.page-admin#sticky_anchor .apexcharts-canvas .apexcharts-series.apexcharts-pie-series path {
  stroke: transparent;
}

main.page-client#sticky_anchor div.admin-heading-new.border-bottom.thick::before,
main.page-admin#sticky_anchor div.admin-heading-new.border-bottom.thick::before {
  display: none;
}

main.page-client#sticky_anchor ul.client-new.summary li.cn div.content,
main.page-admin#sticky_anchor ul.client-new.summary li.cn div.content {
  background: white;
  border: 2px solid white;
  border-top: 0;
}

main.page-client#sticky_anchor ul.review li.re,
main.page-admin#sticky_anchor ul.review li.re {
  color: #000;
}

ul.client-new li.cn a.main em.sys-toggle,
ul.client-new li.cn div.main em.sys-toggle {
  background-color: #8881fe !important;
}

.client-report-title-loop .slick-slide .tl {
  background: transparent;
}

.client-report-title-loop .slick-slide .tl img {
  height: 60px;
  display: block;
  width: 100%;
  object-fit: cover;
}

.client-report-title-loop .slick-slide .tl h2.standard {
  color: white;
}

.client-report-title-loop .slick-slide .tl p.standard {
  color: white;
}

.client-report-title-loop .slick-slide .tl p.standard a {
  display: block;
  color: #8881fe;
}

header.header nav ul.header:not(.dev) li.he:nth-child(1) a:not(.drop),
header.header nav ul.header:not(.dev) li.he:nth-child(11) a.link,
header.header nav ul.header:not(.dev) li.he:hover > a:not(.drop),
header.header nav ul.header:not(.dev) li.he:hover > button {
  background-color: #8881fe !important;
  opacity: 1 !important;
}

header.header nav ul.header {
  background-color: #16123d !important;
}

header.header nav ul.header li.he {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-color: #16123d !important;
}

header.header nav ul.header li.he a.drop {
  color: white !important;
}

header.header nav ul.header li.he a.drop img {
  filter: invert(0) brightness(99999);
}

header.header nav ul.header li.he a.drop::after {
  background-image: url(/img/chevron-right-white.svg) !important;
}

header.header nav ul.header li.he form > input {
  border: none;
  filter: invert(0) brightness(9999);
}

header.header nav ul.header li.he,
header.header nav ul.header li.he > * {
  font-family: 'Poppins', sans-serif !important;
}

footer.footer {
  background-color: #030a41 !important;
}

footer.footer ul.footer li.fo {
  color: white !important;
}

footer.footer ul.footer li.fo a {
  color: white !important;
}

#filter-panel li.ps > input.placeholder {
  border: none;
}

main#sticky_anchor div.admin-heading-new a.inter {
  color: white;
}

main#sticky_anchor div.admin-heading-new a.inter.active {
  color: #8881fe;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  color: #000 !important;
}

span.custom-select-brendan div.ms-options-wrap button[type='button'] span {
  color: #000 !important;
}

span.custom-select-form-short .custom-select {
  background: #fff !important;
}

span.custom-select-form-short .custom-select span {
  color: #000 !important;
}

div#datePeriodContainer {
  background-color: transparent !important;
}

.total_contacts {
  color: #000;
}

span#campaign-summary {
  color: #000;
}

header.header form.standard input[type='text'] {
  background-color: transparent;
  color: #fff;
}

.deal-view-startend-date {
  position: absolute;
  z-index: 99999999;
  background: white;
  color: black;
  right: 0;
  transform: translateX(calc(100% - 20px));
  bottom: calc(100% + 8px);
  min-width: 250px;
  padding: 20px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}

.deal-view-startend-date::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  top: 100%;
  left: 0;
}

form.preview-modify {
  margin: 20px auto 0;
}

form.preview-modify button.submit {
  background-color: #8881fe;
  color: #fefefe;
}

ul.sys-tabs-display .std {
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  ul.sys-tabs-display .std {
    width: 100%;
    min-height: calc(100vh - 600px);
  }
  ul.sys-tabs-display .std > *:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

#large_modal-deal-view {
  width: 1000px;
  border-radius: 20px;
}

.client-deal-details-header,
.client-deal-details-body-item-wrapper {
  margin: 0 -5px;
}

.client-deal-details-header-item,
.client-deal-details-body-item {
  position: relative;
  float: left;
  padding: 5px;
}

.client-deal-details-header-item:nth-child(9n + 1), .client-deal-details-header-item:nth-child(9n + 2), .client-deal-details-header-item:nth-child(9n + 3),
.client-deal-details-body-item:nth-child(9n + 1),
.client-deal-details-body-item:nth-child(9n + 2),
.client-deal-details-body-item:nth-child(9n + 3) {
  width: 36px;
}

.client-deal-details-header-item:nth-child(9n + 4),
.client-deal-details-body-item:nth-child(9n + 4) {
  width: 150px;
}

.client-deal-details-header-item:nth-child(9n + 5), .client-deal-details-header-item:nth-child(9n + 6),
.client-deal-details-body-item:nth-child(9n + 5),
.client-deal-details-body-item:nth-child(9n + 6) {
  width: 120px;
  text-align: right;
}

.client-deal-details-header-item:nth-child(9n + 7), .client-deal-details-header-item:nth-child(9n + 8),
.client-deal-details-body-item:nth-child(9n + 7),
.client-deal-details-body-item:nth-child(9n + 8) {
  width: calc((100% - 500px) / 2);
  white-space: nowrap;
}

.client-deal-details-header-item:nth-child(9n + 7),
.client-deal-details-body-item:nth-child(9n + 7) {
  padding-left: 30px;
}

.client-deal-details-body-item {
  padding: 2px 5px;
}

.client-deal-details-body-item:nth-child(9n + 7), .client-deal-details-body-item:nth-child(9n + 8) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.client-deal-details-body-item .view {
  display: block;
  width: 22px;
  height: 22px;
  margin: -1px 0 -1px 0;
  background-size: 100%;
  background-image: url(/img/icon-view.svg);
  margin: -1px 0 0 0;
}

.client-deal-details-body-item .view:hover {
  opacity: 0.7;
}

.client-deal-header {
  display: flex;
}

.client-deal-company-details {
  padding-left: 20px;
  padding-top: 10px;
  flex: 1;
}

.client-deal-company-details p {
  font-weight: 700;
}

.client-deal-logo-wrapper img {
  height: 200px;
  max-width: 300px;
  object-fit: contain;
}

.client-deal-details {
  margin-top: 20px;
}

.client-deal-details-body-item .deal-view-calendar {
  background-image: url(/img/calendar.png);
  background-size: 18px 18px;
  background-position: 1px 1px;
  background-repeat: no-repeat;
  display: block;
  width: 19px;
  height: 19px;
}

.client-deal-details-body-item .deal-view-calendar .deal-view-startend-date {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.add-commission-button {
  display: block;
  padding: 0 10px;
  height: 28px;
  width: 28px;
  background-color: #37ba4c;
  border-radius: 28px;
  margin: 0;
  background-image: url(/img/add-white.svg);
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 6px 0 0 auto;
  cursor: pointer;
}

.multiple-sales-commission-wrapper ul.split:first-child li:nth-child(3) {
  display: none;
}

.multiple-sales-commission-wrapper ul.split:not(:first-child) li:nth-child(3) {
  float: left;
  position: relative;
  margin: 0;
  width: 30px;
}

.multiple-sales-commission-wrapper ul.split:not(:first-child) li:nth-child(2) {
  width: calc(50% - 60px);
}

.commission-data-remove {
  display: block;
  padding: 0 10px;
  height: 28px;
  width: 28px;
  background-color: red;
  border-radius: 28px;
  background-image: url(/img/trash.svg);
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 6px 0 0 auto;
  cursor: pointer;
}

h1.logo {
  font-family: 'kanit-medium', serif;
  font-size: 72px;
  color: #3f3b3a;
  line-height: 72px;
}

h1.logo span {
  color: #0061af;
}

h1.standard,
h2.standard,
h3.standard,
h4.standard {
  font-family: 'opensans-bold', serif;
  font-size: 24px;
  line-height: 1.33;
  color: #3f3b3a;
}

h1.standard.blue-bar,
h2.standard.blue-bar,
h3.standard.blue-bar,
h4.standard.blue-bar {
  line-height: 40px;
  height: 40px;
  background-color: #d7e1ea;
  padding: 0 15px !important;
  border-bottom: none !important;
  font-size: 15px !important;
  font-family: 'opensans-semi', serif;
  color: #3f3b3a;
}

h1.standard.large,
h2.standard.large,
h3.standard.large,
h4.standard.large {
  font-size: 28px;
}

h1.standard.admin,
h2.standard.admin,
h3.standard.admin,
h4.standard.admin {
  font-size: 20px;
}

h1.standard.medium,
h2.standard.medium,
h3.standard.medium,
h4.standard.medium {
  font-size: 18px;
}

h1.standard.small,
h2.standard.small,
h3.standard.small,
h4.standard.small {
  font-size: 15px;
}

h1.standard.smaller,
h2.standard.smaller,
h3.standard.smaller,
h4.standard.smaller {
  font-size: 14px;
}

h1.standard.smallest,
h2.standard.smallest,
h3.standard.smallest,
h4.standard.smallest {
  font-size: 12px;
}

h1.standard.opacity,
h2.standard.opacity,
h3.standard.opacity,
h4.standard.opacity {
  opacity: 0.5;
}

h1.standard.semi,
h2.standard.semi,
h3.standard.semi,
h4.standard.semi {
  font-family: 'opensans-semi', serif;
}

h1.standard span.light,
h2.standard span.light,
h3.standard span.light,
h4.standard span.light {
  font-family: 'opensans-light', serif;
}

h1.standard.thin,
h2.standard.thin,
h3.standard.thin,
h4.standard.thin {
  font-family: 'opensans', serif;
  text-transform: uppercase;
}

h1.standard span.sub,
h2.standard span.sub,
h3.standard span.sub,
h4.standard span.sub {
  display: block;
  font-size: 12px;
  font-family: 'opensans', serif;
  padding: 2px 0 0 0;
}

h1.standard span.edit,
h2.standard span.edit,
h3.standard span.edit,
h4.standard span.edit {
  display: inline-block;
  width: auto;
  float: right;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  color: #fefefe;
  background-color: #37ba4c;
  font-family: 'opensans-semi', serif;
  font-size: 15px;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  top: -2px;
}

h1.standard span.edit:hover,
h2.standard span.edit:hover,
h3.standard span.edit:hover,
h4.standard span.edit:hover {
  background-color: #2d993e;
}

h1.standard a.right,
h2.standard a.right,
h3.standard a.right,
h4.standard a.right {
  font-size: 15px;
  float: right;
  margin: 5px 0 0 15px;
  color: #111;
}

h1.standard a.right.active,
h2.standard a.right.active,
h3.standard a.right.active,
h4.standard a.right.active {
  color: #37ba4c;
  text-decoration: underline;
}

h1.standard a.right:hover,
h2.standard a.right:hover,
h3.standard a.right:hover,
h4.standard a.right:hover {
  color: #37ba4c;
}

h1.standard.has-tools,
h2.standard.has-tools,
h3.standard.has-tools,
h4.standard.has-tools {
  width: auto;
}

h1.standard a.add-new,
h2.standard a.add-new,
h3.standard a.add-new,
h4.standard a.add-new {
  display: inline-block;
  padding: 0 10px;
  height: 28px;
  width: 28px;
  background-color: #37ba4c;
  border-radius: 4px;
  background-image: url("/img/add-white.svg");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: -1px 0 0 15px;
  position: absolute;
}

h1.standard a.add-new:hover,
h2.standard a.add-new:hover,
h3.standard a.add-new:hover,
h4.standard a.add-new:hover {
  background-color: #2d993e;
}

h1.standard a.add-new.shadow,
h2.standard a.add-new.shadow,
h3.standard a.add-new.shadow,
h4.standard a.add-new.shadow {
  -webkit-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.07);
}

h1.standard a.add-new.private,
h2.standard a.add-new.private,
h3.standard a.add-new.private,
h4.standard a.add-new.private {
  background-color: #db4343;
  margin: -1px 0 0 50px;
}

h1.standard a.add-new.private:hover,
h2.standard a.add-new.private:hover,
h3.standard a.add-new.private:hover,
h4.standard a.add-new.private:hover {
  background-color: #c52626;
}

h1.standard a.utility,
h2.standard a.utility,
h3.standard a.utility,
h4.standard a.utility {
  display: inline-block;
  padding: 0 10px;
  height: 28px;
  width: auto;
  line-height: 28px;
  border-radius: 4px;
  font-family: 'opensans-semi', serif;
  font-size: 14px;
  color: #fefefe;
  background-color: #00a1e9;
  position: absolute;
  margin: -1px 0 0 0;
}

h1.standard a.utility:hover,
h2.standard a.utility:hover,
h3.standard a.utility:hover,
h4.standard a.utility:hover {
  background-color: #0084bf;
}

h1.standard a.utility.listing,
h2.standard a.utility.listing,
h3.standard a.utility.listing,
h4.standard a.utility.listing {
  margin: -1px 0 0 85px;
  padding: 0 36px 0 10px;
}

h1.standard a.utility.listing::after,
h2.standard a.utility.listing::after,
h3.standard a.utility.listing::after,
h4.standard a.utility.listing::after {
  content: '';
  position: absolute;
  top: 4px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/img/export.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}

h1.standard a.utility.listing2,
h2.standard a.utility.listing2,
h3.standard a.utility.listing2,
h4.standard a.utility.listing2 {
  margin: -1px 0 0 234px;
}

h1.standard a.utility.listing3,
h2.standard a.utility.listing3,
h3.standard a.utility.listing3,
h4.standard a.utility.listing3 {
  margin: -1px 0 0 15px;
}

@media only screen and (max-width: 767px) {
  h1.standard,
  h2.standard,
  h3.standard,
  h4.standard {
    font-family: 'opensans-bold', serif;
    font-size: 20px;
    line-height: 1.33;
    color: #111;
  }
  h1.standard.large,
  h2.standard.large,
  h3.standard.large,
  h4.standard.large {
    font-size: 24px;
  }
  h1.standard.admin,
  h2.standard.admin,
  h3.standard.admin,
  h4.standard.admin {
    font-size: 16px;
  }
  h1.standard.medium,
  h2.standard.medium,
  h3.standard.medium,
  h4.standard.medium {
    font-size: 14px;
  }
  h1.standard.small,
  h2.standard.small,
  h3.standard.small,
  h4.standard.small {
    font-size: 11px;
  }
  h1.standard.smallest,
  h2.standard.smallest,
  h3.standard.smallest,
  h4.standard.smallest {
    font-size: 10px;
  }
  h1.standard.opacity,
  h2.standard.opacity,
  h3.standard.opacity,
  h4.standard.opacity {
    opacity: 0.5;
  }
  h1.standard span.light,
  h2.standard span.light,
  h3.standard span.light,
  h4.standard span.light {
    font-family: 'opensans-light', serif;
  }
  h1.standard.thin,
  h2.standard.thin,
  h3.standard.thin,
  h4.standard.thin {
    font-family: 'opensans', serif;
    text-transform: uppercase;
  }
  h1.standard span.sub,
  h2.standard span.sub,
  h3.standard span.sub,
  h4.standard span.sub {
    display: block;
    font-size: 10px;
    font-family: 'opensans', serif;
    padding: 2px 0 0 0;
  }
  h1.standard span.edit,
  h2.standard span.edit,
  h3.standard span.edit,
  h4.standard span.edit {
    display: inline-block;
    width: auto;
    float: right;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    color: #fefefe;
    background-color: #37ba4c;
    font-family: 'opensans-semi', serif;
    font-size: 15px;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    top: -2px;
  }
  h1.standard span.edit:hover,
  h2.standard span.edit:hover,
  h3.standard span.edit:hover,
  h4.standard span.edit:hover {
    background-color: #2d993e;
  }
  h1.standard a.right,
  h2.standard a.right,
  h3.standard a.right,
  h4.standard a.right {
    font-size: 15px;
    float: right;
    margin: 5px 0 0 15px;
    color: #111;
  }
  h1.standard a.right.active,
  h2.standard a.right.active,
  h3.standard a.right.active,
  h4.standard a.right.active {
    color: #37ba4c;
    text-decoration: underline;
  }
  h1.standard a.right:hover,
  h2.standard a.right:hover,
  h3.standard a.right:hover,
  h4.standard a.right:hover {
    color: #37ba4c;
  }
  h1.standard.has-tools,
  h2.standard.has-tools,
  h3.standard.has-tools,
  h4.standard.has-tools {
    width: auto;
  }
  h1.standard a.add-new,
  h2.standard a.add-new,
  h3.standard a.add-new,
  h4.standard a.add-new {
    display: inline-block;
    padding: 0 10px;
    height: 28px;
    width: 28px;
    background-color: #37ba4c;
    border-radius: 4px;
    background-image: url("/img/add-white.svg");
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: -1px 0 0 15px;
    position: absolute;
  }
  h1.standard a.add-new:hover,
  h2.standard a.add-new:hover,
  h3.standard a.add-new:hover,
  h4.standard a.add-new:hover {
    background-color: #2d993e;
  }
  h1.standard a.add-new.shadow,
  h2.standard a.add-new.shadow,
  h3.standard a.add-new.shadow,
  h4.standard a.add-new.shadow {
    -webkit-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.07);
  }
  h1.standard a.add-new.private,
  h2.standard a.add-new.private,
  h3.standard a.add-new.private,
  h4.standard a.add-new.private {
    background-color: #db4343;
    margin: -1px 0 0 50px;
  }
  h1.standard a.add-new.private:hover,
  h2.standard a.add-new.private:hover,
  h3.standard a.add-new.private:hover,
  h4.standard a.add-new.private:hover {
    background-color: #c52626;
  }
  h1.standard a.utility,
  h2.standard a.utility,
  h3.standard a.utility,
  h4.standard a.utility {
    display: inline-block;
    padding: 0 10px;
    height: 28px;
    width: auto;
    line-height: 28px;
    border-radius: 4px;
    font-family: 'opensans-semi', serif;
    font-size: 14px;
    color: #fefefe;
    background-color: #00a1e9;
    position: absolute;
    margin: -1px 0 0 0;
  }
  h1.standard a.utility:hover,
  h2.standard a.utility:hover,
  h3.standard a.utility:hover,
  h4.standard a.utility:hover {
    background-color: #0084bf;
  }
  h1.standard a.utility.listing2,
  h2.standard a.utility.listing2,
  h3.standard a.utility.listing2,
  h4.standard a.utility.listing2 {
    margin: -1px 0 0 234px;
  }
  h1.standard a.utility.listing,
  h2.standard a.utility.listing,
  h3.standard a.utility.listing,
  h4.standard a.utility.listing {
    margin: -1px 0 0 85px;
  }
}

.dropdown-pane.csv,
.dropdown-pane.pdf,
.dropdown-pane.xlsx {
  padding: 10px;
  width: 250px !important;
  min-width: 250px !important;
  max-width: 250px !important;
}

.dropdown-pane.csv a,
.dropdown-pane.pdf a,
.dropdown-pane.xlsx a {
  display: block;
  width: 100%;
  height: 30px;
  background-color: #f5f5f5;
  color: #333;
  font-family: 'opensans', serif;
  font-size: 14px;
  margin: 0 0 5px 0;
  line-height: 30px;
  padding: 0 10px;
  outline: none !important;
}

.dropdown-pane.csv a:hover,
.dropdown-pane.pdf a:hover,
.dropdown-pane.xlsx a:hover {
  background-color: #d8d8d8;
}

div.help-toggle {
  position: absolute;
  z-index: 10;
  width: 24px;
  height: 24px;
  background-color: #00a1e9;
  border-radius: 36px;
  top: 10px;
  right: 0;
  cursor: pointer;
  background-image: url("/img/help-white.svg");
  background-size: 18px 18px;
  background-position: 3px 3px;
  background-repeat: no-repeat;
}

div.help-toggle:hover, div.help-toggle.active {
  background-color: #0084bf;
}

div.help-toggle.has-sub {
  top: 28px;
}

div.help_form_display {
  position: absolute;
  right: 30px;
  left: 0;
  top: 46px;
  height: auto;
  padding: 10px;
  background-color: #db4343;
  color: #fefefe;
  font-family: 'opensans', serif;
  font-size: 14px;
  line-height: 1.3;
  z-index: 544;
}

div.help_form_display a {
  border-bottom: 1px dotted #fefefe;
  color: #fefefe;
  position: relative;
  z-index: 555;
}

div.help_form_display.textarea-large {
  top: 185px;
}

div.help_form_display.textarea-standard {
  top: 135px;
}

div.upload,
div.download,
a.upload,
a.download {
  z-index: 10;
  position: absolute;
  width: 118px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  background-color: #00a1e9;
  color: #fefefe;
  font-family: 'opensans', serif;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  right: 34px;
  top: -5px;
  padding: 0 0 0 20px;
  background-image: url("/img/arrow-up-white.png");
  background-size: 18px 18px;
  background-position: left 8px center;
  background-repeat: no-repeat;
}

div.upload:hover,
div.download:hover,
a.upload:hover,
a.download:hover {
  background-color: #0084bf;
}

div.upload.heading,
div.download.heading,
a.upload.heading,
a.download.heading {
  margin: 10px 20px 0 0;
}

div.upload.heading-no-toggle,
div.download.heading-no-toggle,
a.upload.heading-no-toggle,
a.download.heading-no-toggle {
  margin: 10px -34px 0 0;
}

div.upload.heading-company,
div.download.heading-company,
a.upload.heading-company,
a.download.heading-company {
  margin: 10px 250px 0 0;
}

div.upload.heading-company-no-toggle,
div.download.heading-company-no-toggle,
a.upload.heading-company-no-toggle,
a.download.heading-company-no-toggle {
  margin: 10px 196px 0 0;
}

@media only screen and (max-width: 767px) {
  div.upload,
  div.download,
  a.upload,
  a.download {
    z-index: 0 !important;
  }
}

div.download,
a.download {
  right: 162px;
  width: 140px;
  background-color: grey;
  background-image: url("/img/arrow-down-white.png");
}

div.download:hover,
a.download:hover {
  background-color: #3e3e3e;
}

div.help-toggle-display {
  position: relative;
  width: 100%;
  padding: 30px;
  background-color: #00a1e9;
}

div.help-toggle-display p.standard,
div.help-toggle-display h2.standard,
div.help-toggle-display h3.standard {
  color: #fefefe;
}

p.standard {
  font-family: 'opensans', serif;
  font-size: 15px;
  line-height: 1.33;
}

p.standard.help {
  background-color: #fefefe;
  padding: 20px;
}

p.standard.help b {
  font-family: 'opensans-bold', serif;
  font-weight: normal !important;
}

p.standard.strong {
  font-family: 'opensans-semi', serif;
}

p.standard.small {
  font-size: 13px;
}

p.standard.video-tab {
  position: absolute;
  top: -16px;
  text-align: center;
  width: 100%;
  display: block;
}

ul.standard-form li.sf {
  height: auto;
  display: block;
  margin: 0 0 10px 0;
  position: relative;
}

ul.standard-form li.sf:nth-last-child(2) {
  padding: 15px 0 0 0;
}

ul.standard-form li.sf a.right-link {
  display: inline-block;
  color: #00a1e9;
  font-family: 'opensans', serif;
  font-size: 11.5px;
  margin: 10px 0 0 0;
}

ul.standard-form li.sf a.right-link:hover {
  opacity: 0.5;
}

div.admin-heading-new {
  height: 40px;
  line-height: 40px;
}

div.admin-heading-new.border-bottom {
  position: relative;
  margin-bottom: 35px;
}

div.admin-heading-new.border-bottom::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  position: absolute;
  bottom: -15px;
  left: 0;
}

div.admin-heading-new.border-bottom.thick::before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background-color: #fefefe;
  position: absolute;
  bottom: -25px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  div.admin-heading-new.border-bottom.no-border-mobile::after {
    display: none;
  }
}

div.admin-heading-new h1.standard {
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  float: left;
}

div.admin-heading-new h1.standard a {
  color: #3f3b3a;
  text-decoration: none;
}

div.admin-heading-new h1.standard a:hover {
  opacity: 0.5;
}

div.admin-heading-new h1.standard img {
  width: 26px;
  height: 26px;
  position: relative;
  top: -1px;
  margin: 0 5px 0 0;
}

div.admin-heading-new h1.standard.search {
  position: relative;
  padding: 0 30px 0 0;
}

div.admin-heading-new h1.standard.search i {
  opacity: 0.5;
}

div.admin-heading-new h1.standard.search a.clear-search {
  display: inline-block;
  width: 24px;
  height: 28px;
  background-image: url("/img/close-red.svg");
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  right: 0;
}

div.admin-heading-new h1.standard.search a.clear-search:hover {
  opacity: 0.5;
}

div.admin-heading-new h1.standard.count span {
  opacity: 0.5;
}

div.admin-heading-new em {
  float: left;
  height: 40px;
  width: 30px;
  background-image: url("/img/chevron-right-grey.svg");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}

div.admin-heading-new a.add-new {
  display: inline-block;
  padding: 0 10px;
  height: 28px;
  width: 28px;
  background-color: #37ba4c;
  border-radius: 28px;
  background-image: url("/img/add-white.svg");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 6px 7px 0 0;
  float: left;
}

div.admin-heading-new a.add-new:hover {
  background-color: #2d993e;
}

div.admin-heading-new a.add-new.shadow {
  -webkit-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.07);
}

div.admin-heading-new a.add-new.private {
  background-color: #db4343;
}

div.admin-heading-new a.add-new.private:hover {
  background-color: #c52626;
}

div.admin-heading-new a.add-new.bug {
  background-image: url("/img/debug.svg");
}

div.admin-heading-new a.add-new.old {
  background-image: url("/img/turtle.svg");
}

div.admin-heading-new ul.split {
  float: right;
  width: auto !important;
  display: inline-block !important;
  margin: 0 -4px 0 0 !important;
}

div.admin-heading-new ul.split li.s-auto {
  margin: 0 4px !important;
}

div.admin-heading-new a.util,
div.admin-heading-new div.util,
div.admin-heading-new button.util {
  cursor: pointer;
  display: inline-block;
  width: auto;
  height: 28px;
  line-height: 28px;
  margin: 6px 0 0 0;
  font-family: 'opensans-semi', serif;
  font-size: 14px;
  color: #fefefe;
  padding: 0 35px 0 15px;
  background-position: right 1px center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-color: #3f3b3a;
  border-radius: 28px;
}

div.admin-heading-new a.util.pdf,
div.admin-heading-new div.util.pdf,
div.admin-heading-new button.util.pdf {
  background-image: url("/img/pdf.svg");
}

div.admin-heading-new a.util.csv,
div.admin-heading-new div.util.csv,
div.admin-heading-new button.util.csv {
  background-image: url("/img/csv.svg");
}

div.admin-heading-new a.util.xlsx,
div.admin-heading-new div.util.xlsx,
div.admin-heading-new button.util.xlsx {
  background-image: url("/img/xls.svg");
}

div.admin-heading-new a.util.meta,
div.admin-heading-new div.util.meta,
div.admin-heading-new button.util.meta {
  background-image: url("/img/icon-meta.svg");
  background-color: #8881fe;
  background-position: right 4px center;
}

div.admin-heading-new a.util.meta:hover,
div.admin-heading-new div.util.meta:hover,
div.admin-heading-new button.util.meta:hover {
  background-color: #5d53fe;
}

div.admin-heading-new a.util.meta span,
div.admin-heading-new div.util.meta span,
div.admin-heading-new button.util.meta span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  background-color: #fefefe;
  border-radius: 20px;
  margin: 4px 2px 4px 8px;
}

div.admin-heading-new a.util:hover,
div.admin-heading-new div.util:hover,
div.admin-heading-new button.util:hover {
  background-color: #343030;
}

div.admin-heading-new a.util.csv-upload, div.admin-heading-new a.util.csvupload,
div.admin-heading-new div.util.csv-upload,
div.admin-heading-new div.util.csvupload,
div.admin-heading-new button.util.csv-upload,
div.admin-heading-new button.util.csvupload {
  background-color: #00a1e9;
}

div.admin-heading-new a.util.csv-upload:hover, div.admin-heading-new a.util.csvupload:hover,
div.admin-heading-new div.util.csv-upload:hover,
div.admin-heading-new div.util.csvupload:hover,
div.admin-heading-new button.util.csv-upload:hover,
div.admin-heading-new button.util.csvupload:hover {
  background-color: #0084bf;
}

div.admin-heading-new a.util.email,
div.admin-heading-new div.util.email,
div.admin-heading-new button.util.email {
  background-image: url("/img/email.svg");
  background-size: 18px 18px;
  background-position: center center;
  padding: 0;
  width: 28px;
  background-color: #e58103;
}

div.admin-heading-new a.util.email:hover,
div.admin-heading-new div.util.email:hover,
div.admin-heading-new button.util.email:hover {
  background-color: #bc6a02;
}

div.admin-heading-new div.dropdown-pane {
  top: 40px !important;
  left: initial !important;
  right: 0 !important;
  box-shadow: 0 6px 24px -12px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 6px 24px -12px rgba(0, 0, 0, 0.35);
  border: none !important;
  border-top: 1px solid #e2e2e2 !important;
}

div.admin-heading-new div.dropdown-pane span.selected-count {
  background-color: #00a1e9;
  color: #fefefe;
  font-family: 'opensans', serif;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  padding: 0 10px 0 70px;
  display: block;
  position: relative;
  margin: 0 0 5px 0;
}

div.admin-heading-new div.dropdown-pane span.selected-count::after {
  content: 'Selected';
  color: #fefefe;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70px;
  padding: 0 0 0 10px;
  line-height: 30px;
}

div.admin-heading-new div.dropdown-pane hr {
  margin: 5px 0 !important;
}

div.admin-heading-new a.inter {
  height: 40px;
  line-height: 40px;
  font-family: 'opensans-bold', serif;
  font-size: 14px;
  color: #3f3b3a;
  display: inline-block;
  margin: 0 5px;
}

div.admin-heading-new a.inter:hover {
  opacity: 0.5;
}

div.admin-heading-new a.inter.active {
  color: #00a1e9;
  text-decoration: underline;
}

div.admin-heading-new div.index_toggle {
  display: block;
  width: 28px;
  height: 28px;
  -webkit-user-select: none;
  background-color: grey;
  cursor: pointer;
  margin: 6px 0 0 0;
  border-radius: 36px;
}

div.admin-heading-new div.index_toggle img {
  width: 24px;
  height: 24px;
  margin: 2px 2px;
}

div.admin-heading-new div.index_toggle.active {
  background-color: #00a1e9;
}

div.admin-heading-new div.index_toggle.active img {
  transform: rotate(-180deg);
}

div.admin-heading-new form.standard button[type='submit'] {
  height: 40px;
  line-height: 40px;
}

div.admin-heading-new span.form-error {
  width: 200px !important;
  min-width: 200px !important;
  top: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  div.admin-heading-new ul.split li.max_title {
    min-width: 170px;
    width: 170px;
  }
  div.admin-heading-new ul.split li.max_period {
    min-width: 130px;
    width: 130px;
  }
}

@media only screen and (max-width: 767px) {
  div.admin-heading-new {
    height: 40px;
    line-height: 40px;
  }
  div.admin-heading-new h1.standard {
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    float: left;
  }
  div.admin-heading-new h1.standard a {
    color: #3f3b3a;
    text-decoration: none;
  }
  div.admin-heading-new h1.standard a:hover {
    opacity: 0.5;
  }
  div.admin-heading-new h1.standard img {
    width: 26px;
    height: 26px;
    position: relative;
    top: -1px;
    margin: 0 5px 0 0;
  }
  div.admin-heading-new h1.standard.search {
    position: relative;
    padding: 0 20px 0 0;
  }
  div.admin-heading-new h1.standard.search i {
    opacity: 0.5;
    display: none;
  }
  div.admin-heading-new h1.standard.search a.clear-search {
    display: inline-block;
    width: 20px;
    height: 28px;
    background-image: url("/img/close-red.svg");
    background-size: 18px 18px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    right: 0;
  }
  div.admin-heading-new h1.standard.search a.clear-search:hover {
    opacity: 0.5;
  }
  div.admin-heading-new h1.standard.search + em {
    display: none;
  }
  div.admin-heading-new em {
    float: left;
    height: 40px;
    width: 16px;
    background-image: url("/img/chevron-right-grey.svg");
    background-size: 16px 16px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
  }
  div.admin-heading-new a.add-new {
    display: inline-block;
    padding: 0 10px;
    height: 28px;
    width: 28px;
    background-color: #37ba4c;
    border-radius: 28px;
    background-image: url("/img/add-white.svg");
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 6px 7px 0 0;
    float: left;
  }
  div.admin-heading-new a.add-new:hover {
    background-color: #2d993e;
  }
  div.admin-heading-new a.add-new.shadow {
    -webkit-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.07);
  }
  div.admin-heading-new a.add-new.private {
    background-color: #db4343;
  }
  div.admin-heading-new a.add-new.private:hover {
    background-color: #c52626;
  }
  div.admin-heading-new form.standard.report_summary {
    position: relative;
    width: 100%;
    padding: 0;
    z-index: 200;
  }
  div.admin-heading-new form.standard.report_summary::before {
    content: '';
    background-color: #fefefe;
    height: 40px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 16px;
    left: 0;
  }
  div.admin-heading-new form.standard.report_summary ul.split {
    width: calc(100% + 10px) !important;
    margin: 0 0 0 -5px !important;
    float: none;
  }
  div.admin-heading-new ul.split {
    float: right;
    width: auto !important;
    display: inline-block !important;
    margin: 0 -4px 0 0 !important;
  }
  div.admin-heading-new ul.split li.s-auto {
    margin: 0 4px !important;
  }
  div.admin-heading-new ul.split li.s-auto.max-100 {
    max-width: 100px;
  }
  div.admin-heading-new ul.split li.max_title {
    min-width: calc(50% - 56px);
    width: calc(50% - 56px);
    max-width: calc(50% - 56px);
    margin: 0 5px !important;
  }
  div.admin-heading-new ul.split li.max_period {
    min-width: calc(50% - 56px);
    width: calc(50% - 56px);
    margin: 0 5px !important;
  }
  div.admin-heading-new ul.split li.max_button {
    min-width: 80px;
    width: 80px;
    max-width: 80px;
    margin: 0 5px !important;
  }
  div.admin-heading-new a.util,
  div.admin-heading-new div.util,
  div.admin-heading-new button.util {
    cursor: pointer;
    display: inline-block;
    width: auto;
    height: 24px;
    line-height: 24px;
    margin: 8px 0 0 0;
    font-family: 'opensans-semi', serif;
    font-size: 9px;
    color: #fefefe;
    padding: 0 28px 0 8px;
    background-position: right 1px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-color: #3f3b3a;
    border-radius: 28px;
  }
  div.admin-heading-new a.util.pdf,
  div.admin-heading-new div.util.pdf,
  div.admin-heading-new button.util.pdf {
    background-image: url("/img/pdf.svg");
  }
  div.admin-heading-new a.util.csv,
  div.admin-heading-new div.util.csv,
  div.admin-heading-new button.util.csv {
    background-image: url("/img/csv.svg");
  }
  div.admin-heading-new a.util.xlsx,
  div.admin-heading-new div.util.xlsx,
  div.admin-heading-new button.util.xlsx {
    background-image: url("/img/xls.svg");
  }
  div.admin-heading-new a.util:hover,
  div.admin-heading-new div.util:hover,
  div.admin-heading-new button.util:hover {
    background-color: #343030;
  }
  div.admin-heading-new a.util.csv-upload, div.admin-heading-new a.util.csvupload,
  div.admin-heading-new div.util.csv-upload,
  div.admin-heading-new div.util.csvupload,
  div.admin-heading-new button.util.csv-upload,
  div.admin-heading-new button.util.csvupload {
    background-color: #00a1e9;
  }
  div.admin-heading-new a.util.csv-upload:hover, div.admin-heading-new a.util.csvupload:hover,
  div.admin-heading-new div.util.csv-upload:hover,
  div.admin-heading-new div.util.csvupload:hover,
  div.admin-heading-new button.util.csv-upload:hover,
  div.admin-heading-new button.util.csvupload:hover {
    background-color: #0084bf;
  }
  div.admin-heading-new div.dropdown-pane {
    top: 40px !important;
    left: initial !important;
    right: 0 !important;
    box-shadow: 0 6px 24px -12px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 6px 24px -12px rgba(0, 0, 0, 0.35);
    border: none !important;
    border-top: 1px solid #e2e2e2 !important;
  }
  div.admin-heading-new div.dropdown-pane.xlsx {
    right: initial !important;
    left: 0 !important;
  }
  div.admin-heading-new select {
    height: 40px !important;
    line-height: 40px !important;
  }
}

div.admin-page {
  padding: 0 15px 15px 15px;
  background-color: #fefefe;
  min-height: calc(100vh - 111px - 60px);
  position: relative;
  z-index: 10;
}

div.admin-page.client {
  min-height: calc(100vh - 91px - 60px);
}

div.admin-page div.inner div.admin-heading {
  border-bottom: 1px solid #3f3b3a;
  height: auto;
  padding: 0 0 20px 0;
  position: relative;
}

div.admin-page div.inner div.admin-heading h1.standard {
  display: inline-block;
  width: auto;
  max-width: calc(100% - 56px);
}

div.admin-page div.inner div.admin-heading h1.standard img {
  height: 28px;
  width: 28px;
  margin: 0 8px 0 0;
  position: relative;
  top: -2px;
}

div.admin-page div.inner div.admin-heading h1.standard.has-links {
  max-width: 100%;
  width: 100%;
}

div.admin-page div.inner div.admin-heading h1.standard.has-toggle {
  padding-right: 56px;
}

div.admin-page div.inner div.admin-heading h1.standard span.green {
  color: #00a1e9;
}

div.admin-page div.inner div.admin-heading.second {
  margin: 0 0 20px 0;
}

div.admin-page div.inner div.admin-heading i {
  opacity: 0.5;
}

div.admin-page div.inner div.admin-heading a.clear-search {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("/img/close-black.svg");
  background-size: 26px 26px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 7px 0 6px;
  position: relative;
  top: -1px;
}

div.admin-page div.inner div.admin-heading a.clear-search:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  div.admin-page {
    padding: 0 10px 15px 10px;
    min-height: calc(100vh - 126px);
  }
  div.admin-page div.inner div.admin-heading {
    border-bottom: 1px solid #111;
    height: auto;
    padding: 20px 0 20px 0;
    position: relative;
  }
  div.admin-page div.inner div.admin-heading h1.standard {
    display: inline-block;
    width: auto;
    max-width: calc(100% - 56px);
  }
  div.admin-page div.inner div.admin-heading h1.standard img {
    height: 28px;
    width: 28px;
    margin: 0 8px 0 0;
    position: relative;
    top: -2px;
  }
  div.admin-page div.inner div.admin-heading h1.standard.has-links {
    max-width: 100%;
    width: 100%;
  }
  div.admin-page div.inner div.admin-heading h1.standard.has-toggle {
    padding-right: 56px;
  }
  div.admin-page div.inner div.admin-heading.second {
    margin: 0 0 20px 0;
  }
  div.admin-page div.inner div.admin-heading i {
    opacity: 0.5;
  }
  div.admin-page div.inner div.admin-heading a.clear-search {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url("/img/close-black.svg");
    background-size: 26px 26px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 7px 0 6px;
    position: relative;
    top: -1px;
  }
  div.admin-page div.inner div.admin-heading a.clear-search:hover {
    opacity: 0.5;
  }
}

.fixto-fixed {
  background-color: #fefefe;
}

.fixto-fixed div.upload,
.fixto-fixed div.download,
.fixto-fixed a.upload,
.fixto-fixed a.download {
  top: 1px;
}

.fixto-fixed div.admin-heading {
  padding: 10px 0 10px 0 !important;
}

.fixto-fixed ul.sys-tabs {
  margin: 0 0 0 0 !important;
}

.fixto-fixed div.admin-heading-new.border-bottom {
  margin-bottom: 0;
}

.fixto-fixed div.admin-heading-new.border-bottom::after {
  bottom: -1px;
}

.fixto-fixed div.admin-heading-new.border-bottom.thick::before {
  bottom: -11px;
}

ul.sys-tabs {
  display: block;
  width: 100%;
  margin: 15px 0 0 0 !important;
  height: auto;
  overflow: hidden;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
}

ul.sys-tabs.has-sticky-menu {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

ul.sys-tabs li.st {
  display: block;
  float: left;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  font-family: 'opensans', serif;
  color: #fefefe;
  text-align: center;
  padding: 10px;
  position: relative;
  cursor: pointer;
  background-color: #3f3b3a;
  -webkit-user-select: none;
}

ul.sys-tabs li.st span {
  position: relative;
  z-index: 2;
}

ul.sys-tabs li.st.active {
  color: #fefefe;
  background-color: #00a1e9;
}

ul.sys-tabs li.st.active::before {
  background-color: #00a1e9;
}

ul.sys-tabs li.st::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 200px;
  z-index: 1;
}

ul.sys-tabs li.st::after {
  content: '';
  display: block;
  width: 1px;
  height: 200px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f5f5f5;
  z-index: 1;
}

ul.sys-tabs li.st:nth-last-child(2)::after {
  display: none;
}

ul.sys-tabs.disabled {
  position: absolute;
  top: 0;
  margin: 0 !important;
}

ul.sys-tabs.disabled li.st_disabled {
  display: block;
  float: left;
  height: 40px;
  position: relative;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-user-select: none;
  z-index: 999;
}

ul.sys-tabs.disabled li.st_disabled.active {
  z-index: -10;
}

@media only screen and (max-width: 767px) {
  ul.sys-tabs {
    display: block;
    width: 100%;
    margin: 15px 0 0 0 !important;
    height: auto;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
  }
  ul.sys-tabs.has-sticky-menu {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  ul.sys-tabs li.st {
    display: block;
    float: left;
    height: auto;
    font-size: 13px;
    line-height: 16px;
    font-family: 'opensans', serif;
    text-align: center;
    padding: 10px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
  }
  ul.sys-tabs li.st span {
    position: relative;
    z-index: 2;
  }
  ul.sys-tabs li.st::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 200px;
    z-index: 1;
  }
  ul.sys-tabs li.st::after {
    content: '';
    display: block;
    width: 1px;
    height: 200px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  ul.sys-tabs li.st:nth-last-child(2)::after {
    display: none;
  }
  ul.sys-tabs.disabled {
    position: absolute;
    top: 0;
    margin: 0 !important;
  }
  ul.sys-tabs.disabled li.st_disabled {
    display: block;
    float: left;
    height: 40px;
    position: relative;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-user-select: none;
    z-index: 999;
  }
  ul.sys-tabs.disabled li.st_disabled.active {
    z-index: -10;
  }
}

ul.sys-tabs-display {
  padding-bottom: 30px !important;
}

div.lock {
  position: absolute;
  top: 15px;
  right: -22px;
  bottom: 30px;
  left: -22px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
  background-image: url("/img/locked.svg");
  background-size: 100px 100px;
  background-position: top 100px center;
  background-repeat: no-repeat;
}

div.lock::after {
  content: 'Please complete step 1 to unlock this step';
  font-family: 'opensans-bold', serif;
  font-size: 18px;
  color: #fefefe;
  text-align: center;
  display: block;
  width: 800px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 210px;
  left: calc(50% - 400px);
}

div.form {
  padding: 15px 0 65px 0;
}

div.form h2.standard {
  margin: 15px 0 0 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #3f3b3a;
}

div.form h2.standard.small {
  width: auto;
  display: inline-block;
}

div.form button[type='submit'] {
  margin-top: 40px !important;
}

div.form button[type='submit'].margin0 {
  margin-top: 0 !important;
}

div.form-submit {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #8881fe;
  line-height: 40px;
  text-align: center;
  font-family: 'opensans-semi', serif;
  font-size: 15px;
  z-index: 101;
  color: #fefefe;
}

@media only screen and (min-width: 1851px) {
  div.form-submit.client {
    left: 260px;
  }
}

@media only screen and (min-width: 1360px) and (max-width: 1850px) {
  div.form-submit.client {
    left: 215px;
  }
}

@media only screen and (max-width: 1359px) {
  div.form-submit.client {
    left: 180px;
  }
}

@media only screen and (max-width: 767px) {
  div.form-submit {
    display: none;
  }
}

ul.review {
  margin: 10px 0 0 0 !important;
}

ul.review li.re {
  display: block;
  float: left;
  font-family: 'opensans', serif;
  font-size: 15px;
  color: #4e4e4e;
  line-height: 1.33;
  border-top: 1px solid #e2e2e2;
}

ul.review li.re:nth-child(2n + 1) {
  clear: both;
  padding: 7px 5px 7px 0;
  font-family: 'opensans-bold', serif;
  width: 150px;
}

ul.review li.re:nth-child(2n + 2) {
  padding: 7px 0 7px 5px;
  width: calc(100% - 150px);
}

ul.review li.re:nth-child(2n + 2) img {
  width: 200px;
  display: inline-block;
}

ul.review li.re:nth-child(2n + 2) div.video {
  width: 200px;
  display: inline-block;
}

ul.review li.re:nth-child(2n + 2) img.float,
ul.review li.re:nth-child(2n + 2) div.video.float {
  float: left;
  margin: 0 10px 0 0;
}

ul.review li.re:nth-child(2n + 2) a {
  color: #00a1e9;
}

ul.review li.re:nth-child(2n + 2) a:hover {
  color: #0084bf;
}

ul.review li.re:nth-child(2n + 2) span.tag {
  display: inline-block;
  padding: 5px 5px 5px 5px;
  border-radius: 3px;
  background-color: #00a1e9;
  color: #fefefe;
  font-family: 'opensans', serif;
  font-size: 12px;
  line-height: 1.33;
  cursor: pointer;
  margin: 0 0 5px 0;
}

ul.review li.re:nth-child(2n + 2) span.tag span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("/img/close-white.svg");
  background-size: 100%;
  margin: 0 0 0 5px;
  position: relative;
  top: 1px;
}

ul.review li.re:nth-child(2n + 2) span.tag:hover {
  opacity: 0.7;
}

ul.review li.re:nth-child(2n + 2) span.tag.rights {
  background-color: #008ac9;
}

ul.review li.re:nth-child(1), ul.review li.re:nth-child(2) {
  border-top: none;
}

ul.review li.re span.missing {
  display: inline-block;
  padding: 0 0 0 28px;
  background-image: url("/img/close-red.svg");
  background-size: 20px 20px;
  background-position: left 0 center;
  background-repeat: no-repeat;
}

div.dropdown-pane.csv,
div.dropdown-pane.xlsx {
  width: 100%;
  max-width: 150px;
}

div.dropdown-pane.csv a.drop-link,
div.dropdown-pane.xlsx a.drop-link {
  display: block;
  width: 100%;
  height: 31px;
  line-height: 30px;
  border-bottom: 1px solid #e2e2e2;
  font-family: 'opensans', serif;
  font-size: 13px;
  color: #111;
  padding: 0 10px;
  text-align: left;
}

div.dropdown-pane.csv a.drop-link:focus,
div.dropdown-pane.xlsx a.drop-link:focus {
  outline: none !important;
}

div.dropdown-pane.csv a.drop-link img,
div.dropdown-pane.xlsx a.drop-link img {
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
  margin: 0 8px 0 0;
}

div.dropdown-pane.csv a.drop-link img.larger,
div.dropdown-pane.xlsx a.drop-link img.larger {
  width: 22px;
  height: 22px;
  margin: 0 7px 0 0;
}

div.dropdown-pane.csv a.drop-link:hover,
div.dropdown-pane.xlsx a.drop-link:hover {
  background-color: #f5f5f5;
}

div.dropdown-pane.csv#upload_csv,
div.dropdown-pane.xlsx#upload_csv {
  left: initial !important;
  right: 34px !important;
}

div.dropdown-pane.csv#download_csv,
div.dropdown-pane.xlsx#download_csv {
  left: initial !important;
  right: 162px !important;
}

a.change-password {
  color: #3f3b3a;
  margin: 10px 0 0 0;
  display: inline-block;
}

a.change-password img {
  width: 24px;
  height: 24px;
  position: relative;
  top: -1px;
}

a.change-password:hover {
  opacity: 0.5;
}

div.chart-toggles div.ct {
  display: inline-block;
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-family: 'opensans-semi', serif;
  font-size: 13px;
  background-color: #3f3b3a;
  color: #fefefe;
  cursor: pointer;
  margin: 0 1px 0 0;
  position: relative;
  z-index: 100;
}

div.chart-toggles div.ct.active {
  background-color: #00a1e9;
}

div.chart-toggles div.ct:nth-child(1) {
  border-radius: 5px 0 0 5px;
}

div.chart-toggles div.ct:nth-last-child(2), div.chart-toggles div.ct.last {
  border-radius: 0 5px 5px 0;
}

div.chart-toggles em.info {
  float: right;
}

@media only screen and (max-width: 1024px) {
  div.chart-toggles div.ct span {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  div.chart-toggles div.ct {
    width: calc(33.33% - 1px);
    font-size: 10px;
    text-align: center;
    margin: 0 1px 0 0;
  }
  div.chart-toggles div.ct:nth-last-child(2) {
    width: 33.33%;
    margin: 0;
  }
  div.chart-toggles div.ct:nth-child(1) {
    border-radius: 5px 0 0 0;
  }
  div.chart-toggles div.ct:nth-child(3) {
    border-radius: 0 5px 0 0;
  }
  div.chart-toggles em.info {
    margin-top: 0;
  }
  div.chart-toggles.collected div.ct {
    width: calc(16.66% - 1px) !important;
    padding: 0 5px !important;
    font-size: 9px !important;
  }
}

div.chart_display_container {
  position: relative;
  width: 100%;
  min-width: 100%;
  min-height: 450px;
}

div.chart_display_container div.ctd {
  display: block;
  position: absolute;
  z-index: -10;
  background-color: #fefefe;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

div.chart_display_container div.ctd.active {
  position: relative;
  z-index: 1;
}

div.chart_display_container div.chart_loady {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  background-image: url("/img/loady-front.svg");
  background-size: 150px 150px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 11;
  display: none;
}

div.chart_display_container div.chart_loady.activate {
  display: block;
}

ul.client-new {
  width: calc(100% + 20px) !important;
  margin: 0 0 0 -10px !important;
  padding: 0 !important;
}

ul.client-new li.cn {
  display: block;
  float: left;
  margin: 0 10px 15px 10px;
}

ul.client-new li.cn a.main,
ul.client-new li.cn div.main {
  height: 40px;
  line-height: 40px;
  font-family: 'opensans-semi', serif;
  font-size: 15px;
  color: #3f3b3a;
  padding: 0 15px;
  background-color: #d7e1ea;
  position: relative;
  display: block;
}

ul.client-new li.cn a.main span,
ul.client-new li.cn div.main span {
  position: absolute;
  right: 15px;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  padding: 0 5px;
  width: auto;
  display: inline-block;
  top: 5px;
  background-color: #fefefe;
  border-radius: 30px;
  font-family: 'opensans-semi', serif;
  color: #00a1e9;
  font-size: 14px;
  text-align: center;
}

ul.client-new li.cn a.main em.sys-toggle,
ul.client-new li.cn div.main em.sys-toggle {
  display: none;
}

ul.client-new li.cn a.main small,
ul.client-new li.cn div.main small {
  position: relative;
  top: 2px;
}

@media only screen and (max-width: 767px) {
  ul.client-new li.cn a.main em.sys-toggle,
  ul.client-new li.cn div.main em.sys-toggle {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #00a1e9;
    cursor: pointer;
    line-height: 30px;
    position: absolute;
    top: -5px;
    right: 0;
  }
  ul.client-new li.cn a.main em.sys-toggle img,
  ul.client-new li.cn div.main em.sys-toggle img {
    width: 18px;
    height: 18px;
    margin: 5px 6px 7px 6px;
  }
  ul.client-new li.cn a.main em.sys-toggle:hover,
  ul.client-new li.cn div.main em.sys-toggle:hover {
    background-color: #0084bf;
  }
  ul.client-new li.cn a.main em.sys-toggle.active img,
  ul.client-new li.cn div.main em.sys-toggle.active img {
    transform: rotate(-180deg);
  }
  ul.client-new li.cn a.main small,
  ul.client-new li.cn div.main small {
    display: none;
    width: 180px;
    padding: 15px;
    position: absolute;
    top: 40px;
    right: 0;
    height: auto;
    background-color: #e1e9ef;
    z-index: 20;
  }
  ul.client-new li.cn a.main small em,
  ul.client-new li.cn div.main small em {
    display: none;
  }
  ul.client-new li.cn a.main small a,
  ul.client-new li.cn a.main small div,
  ul.client-new li.cn div.main small a,
  ul.client-new li.cn div.main small div {
    float: none;
    text-align: left;
    position: relative;
    display: block;
  }
  ul.client-new li.cn a.main small a span,
  ul.client-new li.cn a.main small div span,
  ul.client-new li.cn div.main small a span,
  ul.client-new li.cn div.main small div span {
    position: absolute;
    top: 4px;
  }
  ul.client-new li.cn a.main small a:hover,
  ul.client-new li.cn a.main small div:hover,
  ul.client-new li.cn div.main small a:hover,
  ul.client-new li.cn div.main small div:hover {
    opacity: 0.5;
  }
  ul.client-new li.cn a.main small div.clear,
  ul.client-new li.cn div.main small div.clear {
    display: none;
  }
}

ul.client-new li.cn div.main a,
ul.client-new li.cn div.main div {
  display: inline-block;
  width: auto;
  float: right;
  position: relative;
  color: #3f3b3a;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 0;
}

ul.client-new li.cn div.main a span,
ul.client-new li.cn div.main div span {
  position: relative;
  right: 0;
  top: -1px;
  margin-left: 8px;
}

ul.client-new li.cn div.main a span.incomplete,
ul.client-new li.cn div.main div span.incomplete {
  background-color: #ff7841;
  color: #3f3b3a;
}

ul.client-new li.cn div.main a span.not-submitted,
ul.client-new li.cn div.main div span.not-submitted {
  background-color: #fff72d;
  color: #3f3b3a;
}

ul.client-new li.cn div.main a span.submitted,
ul.client-new li.cn div.main div span.submitted {
  background-color: #aaec54;
  color: #3f3b3a;
}

ul.client-new li.cn div.main a span.approved,
ul.client-new li.cn div.main div span.approved {
  background-color: #59ce6c;
  color: #3f3b3a;
}

ul.client-new li.cn div.main a.first,
ul.client-new li.cn div.main div.first {
  float: left;
  padding: 0;
}

ul.client-new li.cn div.main em {
  width: 1px;
  height: 20px;
  display: inline-block;
  float: right;
  margin: 10px 15px;
  background-color: #a29b9a;
}

ul.client-new li.cn div.content {
  padding: 15px 0;
  width: 100%;
}

ul.client-new li.cn div.content.no-padding-bottom {
  padding: 15px 0 0 0;
}

ul.client-new li.cn div.content a.small {
  font-family: 'opensans', serif;
  font-size: 13px;
  height: auto;
  padding: 0 15px 6px 15px;
  line-height: 1.3;
  color: #3f3b3a;
  display: block;
  border-bottom: 1px solid #e2e2e2;
  margin: 0 0 6px 0;
}

ul.client-new li.cn div.content a.small:hover {
  opacity: 0.5;
}

ul.client-new li.cn div.content a.sub,
ul.client-new li.cn div.content div.sub {
  font-family: 'opensans', serif;
  font-size: 15px;
  color: #3f3b3a;
  height: 40px;
  line-height: 40px;
  display: block;
  position: relative;
  padding: 0 15px;
}

ul.client-new li.cn div.content a.sub span,
ul.client-new li.cn div.content div.sub span {
  display: block;
  width: auto;
  min-width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  padding: 0 5px;
  font-family: 'opensans-semi', serif;
  font-size: 14px;
  color: #3f3b3a;
  position: absolute;
  top: 5px;
  right: 15px;
}

ul.client-new li.cn div.content a.sub.pitched span,
ul.client-new li.cn div.content a.sub.terminated span,
ul.client-new li.cn div.content div.sub.pitched span,
ul.client-new li.cn div.content div.sub.terminated span {
  background-color: #ff7841;
}

ul.client-new li.cn div.content a.sub.reviewing span,
ul.client-new li.cn div.content a.sub.invited span,
ul.client-new li.cn div.content div.sub.reviewing span,
ul.client-new li.cn div.content div.sub.invited span {
  background-color: #ffbc37;
}

ul.client-new li.cn div.content a.sub.accepted span,
ul.client-new li.cn div.content a.sub.delivery span,
ul.client-new li.cn div.content div.sub.accepted span,
ul.client-new li.cn div.content div.sub.delivery span {
  background-color: #fff72d;
}

ul.client-new li.cn div.content a.sub.delivered span,
ul.client-new li.cn div.content a.sub.release span,
ul.client-new li.cn div.content div.sub.delivered span,
ul.client-new li.cn div.content div.sub.release span {
  background-color: #aaec54;
}

ul.client-new li.cn div.content a.sub.live span,
ul.client-new li.cn div.content div.sub.live span {
  background-color: #59ce6c;
}

ul.client-new li.cn div.content a.sub.other span,
ul.client-new li.cn div.content a.sub.passed span,
ul.client-new li.cn div.content div.sub.other span,
ul.client-new li.cn div.content div.sub.passed span {
  background-color: #ddd;
}

ul.client-new li.cn div.content a.sub:hover,
ul.client-new li.cn div.content div.sub:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

ul.client-new li.cn div.content div.sub:hover {
  background-color: transparent;
  cursor: default;
}

ul.client-new li.cn div.content hr {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  ul.client-new li.cn div.main.report {
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  ul.client-new li.cn div.main.report {
    font-size: 13px !important;
  }
}

main.page-admin {
  padding: 111px 0 0 0;
}

header.header {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 96px;
  z-index: 100 !important;
}

header.header nav ul.header {
  display: block;
  background-color: #e2e2e2;
  height: 98px;
  overflow: visible;
}

header.header nav ul.header.dev li.he:nth-child(1) a {
  background-color: #db4343;
}

header.header nav ul.header.dev li.he:nth-child(11) a.link {
  background-color: #db4343;
}

header.header nav ul.header li.he {
  display: block;
  float: left;
  height: 50px;
  position: relative;
  background-color: #fefefe;
  margin: 0 1px 0 0;
  overflow: visible;
  /*
        button.left, button.right {
            width:50px;
            height:46px;
            background-color:#808080;
            background-image:url('/img/chevron-right-white.svg');
            background-size:30px 30px;
            background-position:left 10px center;
            background-repeat:no-repeat;
            cursor:pointer;
            &:hover {
                background-color:scale-color(#ffffff, $lightness:-12%);
            }
        }
        button.right {
            width:51px;
            &.active {
                transform:rotate(180deg);
            }
        }
        button.left {
            transform:rotate(180deg);
            &.active {
                transform:rotate(0deg);
            }
        } */
}

header.header nav ul.header li.he a.link {
  height: 50px;
  line-height: 50px;
  text-align: left;
  display: block;
  width: 100%;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  -ms-transition: all 0.05s linear;
  transition: all 0.05s linear;
  background-repeat: no-repeat;
  font-family: 'opensans';
  font-size: 14px;
  color: #3f3b3a;
  padding: 0 10px;
  position: relative;
}

header.header nav ul.header li.he a.link:hover {
  opacity: 0.5;
}

header.header nav ul.header li.he a.link img {
  width: 24px;
  height: 24px;
  position: relative;
  top: -2px;
  margin: 0 8px 0 0;
}

header.header nav ul.header li.he a.link.drop::after {
  content: '';
  display: block;
  position: absolute;
  right: -8px;
  top: 0;
  height: 50px;
  width: 50px;
  background-image: url("/img/chevron-right-grey.svg");
  background-size: 20px 20px;
  background-position: right 15px center;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}

header.header nav ul.header li.he a.link.row2 {
  height: 46px;
  line-height: 46px;
}

header.header nav ul.header li.he button.import-center {
  width: 50px;
  height: 46px;
  background-color: #808080;
  background-image: url("/img/import.svg");
  background-size: 30px 30px;
  background-position: left 11px center;
  background-repeat: no-repeat;
  cursor: pointer;
}

header.header nav ul.header li.he button.import-center:hover {
  background-color: #e0e0e0;
}

header.header nav ul.header li.he button.campaign {
  width: 50px;
  height: 46px;
  background-color: #808080;
  background-image: url("/img/import.svg");
  background-size: 30px 30px;
  background-position: left 11px center;
  background-repeat: no-repeat;
  cursor: pointer;
  transform: rotate(-180deg);
}

header.header nav ul.header li.he button.campaign:hover {
  background-color: #e0e0e0;
}

header.header nav ul.header li.he:nth-child(1) {
  width: 50px;
}

header.header nav ul.header li.he:nth-child(1) a {
  background-color: #00a1e9;
  background-image: url("/img/icon-home-white.svg");
  background-size: 26px 26px;
  background-position: center center;
}

header.header nav ul.header li.he:nth-child(2) {
  width: 50px;
}

header.header nav ul.header li.he:nth-child(2) a {
  background-color: #707070;
  background-image: url("/img/icon-home-white.svg");
  background-size: 26px 26px;
  background-position: center center;
  position: relative;
  display: block;
}

header.header nav ul.header li.he:nth-child(2) a::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  background-image: url("/img/icon-gear-grey.svg");
  background-size: 100%;
  opacity: 0.8;
  z-index: 2000;
}

header.header nav ul.header li.he:nth-child(3) {
  width: calc(12.5% - 21px);
}

header.header nav ul.header li.he:nth-child(4) {
  width: calc(12.5% - 20px);
}

header.header nav ul.header li.he:nth-child(5) {
  width: calc(12.5% - 20px);
}

header.header nav ul.header li.he:nth-child(5) img {
  width: 22px;
  height: 22px;
}

header.header nav ul.header li.he:nth-child(6) {
  width: calc(12.5% - 20px);
}

header.header nav ul.header li.he:nth-child(6) img {
  width: 28px;
  height: 28px;
}

header.header nav ul.header li.he:nth-child(7) {
  width: calc(12.5% - 20px);
}

header.header nav ul.header li.he:nth-child(7) img {
  width: 22px;
  height: 22px;
}

header.header nav ul.header li.he:nth-child(8) {
  width: calc(12.5% - 20px);
}

header.header nav ul.header li.he:nth-child(8) img {
  width: 26px;
  height: 26px;
}

header.header nav ul.header li.he:nth-child(9) {
  width: calc(12.5% - 20px);
}

header.header nav ul.header li.he:nth-child(9) img {
  width: 22px;
  height: 22px;
}

header.header nav ul.header li.he:nth-child(10) {
  width: calc(12.5% - 20px);
}

header.header nav ul.header li.he:nth-child(10) img {
  width: 22px;
  height: 22px;
}

header.header nav ul.header li.he:nth-child(11) {
  width: 51px;
  margin: 0;
}

header.header nav ul.header li.he:nth-child(11) a.link {
  background-color: #00a1e9;
  background-image: url("/img/icon-account.svg");
  background-size: 34px 34px;
  background-position: 8px 8px;
}

header.header nav ul.header li.he:nth-child(12) {
  width: 50px;
  border-top: 1px solid #e2e2e2;
  height: 47px;
}

header.header nav ul.header li.he:nth-child(13) {
  width: 50px;
  border-top: 1px solid #e2e2e2;
  height: 47px;
}

header.header nav ul.header li.he:nth-child(13) a.link {
  background-color: #707070;
  background-image: url("/img/icon-gear-white.svg");
  background-size: 34px 34px;
  background-position: center center;
}

header.header nav ul.header li.he:nth-child(14) {
  width: calc(12.5% - 21px);
  border-top: 1px solid #e2e2e2;
  height: 47px;
}

header.header nav ul.header li.he:nth-child(15) {
  width: calc(12.5% - 20px);
  border-top: 1px solid #e2e2e2;
  height: 47px;
}

header.header nav ul.header li.he:nth-child(16) {
  width: calc(12.5% - 20px);
  border-top: 1px solid #e2e2e2;
  height: 47px;
}

header.header nav ul.header li.he:nth-child(17) {
  width: calc(12.5% - 20px);
  border-top: 1px solid #e2e2e2;
  height: 47px;
}

header.header nav ul.header li.he:nth-child(18) {
  width: calc(12.5% - 20px);
  border-top: 1px solid #e2e2e2;
  height: 47px;
}

header.header nav ul.header li.he:nth-child(19) {
  width: calc(12.5% - 20px);
  border-top: 1px solid #e2e2e2;
  height: 47px;
}

header.header nav ul.header li.he:nth-child(20) {
  width: calc(12.5% - 20px);
  border-top: 1px solid #e2e2e2;
  height: 47px;
}

header.header nav ul.header li.he:nth-child(21) {
  width: calc(12.5% - 20px);
  border-top: 1px solid #e2e2e2;
  height: 47px;
}

header.header nav ul.header li.he:nth-child(22) {
  width: 51px;
  margin: 0;
  border-top: 1px solid #e2e2e2;
  height: 47px;
}

header.header nav ul.header li.he:nth-child(22) a {
  background-image: url("/img/icon-gear.svg");
  background-size: 34px 34px;
  background-position: 8px 8px;
}

header.header nav ul.header li.he div.dropdown-pane {
  box-shadow: 0 6px 24px -12px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 6px 24px -12px rgba(0, 0, 0, 0.35);
  border: none !important;
  border-top: 1px solid #e2e2e2 !important;
}

header.header nav ul.header li.he div.dropdown-pane a.drop-link {
  display: block;
  width: 100%;
  height: 41px;
  line-height: 40px;
  border-bottom: 1px solid #e2e2e2;
  font-family: 'opensans';
  font-size: 15px;
  color: #111;
  padding: 0 10px;
  text-align: left;
}

header.header nav ul.header li.he div.dropdown-pane a.drop-link:focus {
  outline: none !important;
}

header.header nav ul.header li.he div.dropdown-pane a.drop-link img {
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
  margin: 0 8px 0 0;
}

header.header nav ul.header li.he div.dropdown-pane a.drop-link img.larger {
  width: 22px;
  height: 22px;
  margin: 0 7px 0 0;
}

header.header nav ul.header li.he div.dropdown-pane a.drop-link img.smaller {
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
}

header.header nav ul.header li.he div.dropdown-pane a.drop-link:hover {
  background-color: #f5f5f5;
}

header.header nav ul.header li.he div.dropdown-pane a.drop-link.half-left, header.header nav ul.header li.he div.dropdown-pane a.drop-link.half-right {
  float: left;
  width: calc(50% - 2px);
}

header.header nav ul.header li.he div.dropdown-pane a.drop-link.half-left {
  margin: 0 4px 0 0;
}

header.header nav ul.header li.he div.dropdown-pane#header_financial, header.header nav ul.header li.he div.dropdown-pane#header_platforms, header.header nav ul.header li.he div.dropdown-pane#header_deals {
  min-width: 350px !important;
}

header.header nav ul.header li.he div.dropdown-pane#header_contacts {
  min-width: 380px !important;
}

header.header nav ul.header li.he div.dropdown-pane#header_titles {
  min-width: 310px !important;
}

header.header nav ul.header li.he div.dropdown-pane#header_merchandise {
  min-width: 210px !important;
  max-width: 100% !important;
}

header.header nav ul.header li.he div.dropdown-pane#header_press {
  min-width: 390px !important;
}

header.header nav ul.header li.he div.dropdown-pane#header_users {
  min-width: 210px !important;
  max-width: 100% !important;
}

div.mega {
  z-index: 1000;
  position: absolute;
  left: 0;
  width: 600px;
  height: auto;
  top: 46px;
  padding: 10px 20px !important;
  background-color: #fefefe;
  border-top: 1px solid #e2e2e2 !important;
  box-shadow: 0 6px 24px -12px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 6px 24px -12px rgba(0, 0, 0, 0.35);
  max-height: calc(100vh - 132px);
  overflow-y: auto;
}

div.mega.has_checkbox ul.split li[class*='s'] {
  padding-left: 20px !important;
}

div.mega.has_checkbox ul.split input[type='checkbox'] {
  width: 16px !important;
  height: 16px !important;
  display: block;
  position: absolute;
  top: 4px;
  left: -20px;
  cursor: pointer;
}

div.mega.financial {
  min-height: 420px;
}

div.mega.users {
  left: initial;
  right: 0;
  width: 200%;
}

div.mega.contacts {
  width: 200%;
}

div.mega h2.standard.medium {
  margin: 4px 0 16px 0;
}

div.mega ul.split li[class*='s'] {
  position: relative;
  margin: 0 10px 0 10px;
  float: left;
}

div.mega ul.split input[type='checkbox'] {
  display: none;
}

div.mega ul.split span.result {
  display: block;
  font-family: 'opensans';
  font-size: 14px;
  color: #333;
  line-height: 1.3;
  padding: 4px 69px 4px 0;
  clear: both;
  position: relative;
}

div.mega ul.split span.result span.links {
  width: 69px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  display: block;
}

div.mega ul.split span.result span.links a.rl {
  display: block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  float: right;
  margin: 0 0 0 2px;
}

div.mega ul.split span.result span.links a.rl.index {
  background-image: url("/img/icon-index.svg");
  background-size: 18px 18px;
  background-position: 1px 1px;
}

div.mega ul.split span.result span.links a.rl.edit {
  background-image: url("/img/edit.svg");
  top: -1px;
}

div.mega ul.split span.result span.links a.rl.view {
  background-image: url("/img/icon-view.svg");
}

div.mega ul.split span.result span.links a.rl:hover {
  opacity: 0.5;
}

div.mega button.searchResultModelHeader,
div.mega button.searchViewMoreButton {
  font-family: 'opensans-bold';
  font-size: 15px;
  color: #dad7d6;
  background-color: transparent;
  border: none;
  padding: 0;
  height: auto;
  line-height: 1.3;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 0 0 !important;
  cursor: default !important;
}

div.mega button.searchResultModelHeader:hover,
div.mega button.searchViewMoreButton:hover {
  background-color: transparent;
}

div.mega button.searchResultModelHeader[data-result-count]:not([data-result-count='0']) {
  background-image: url("/img/chevron-right-blue.svg");
  background-size: 12px 12px;
  background-position: right 0 center;
  background-repeat: no-repeat;
  padding: 0 17px 0 0;
  cursor: pointer !important;
  color: #3f3b3a;
}

div.mega button.searchResultModelHeader[data-result-count]:not([data-result-count='0']) span {
  color: #000;
}

div.mega button.searchResultModelHeader[data-result-count]:not([data-result-count='0']):hover {
  opacity: 0.5;
}

div.mega button.searchViewMoreButton {
  font-size: 13px;
  padding: 0 17px 0 0;
  position: absolute;
  top: 4px;
  right: 0;
  background-image: url("/img/chevron-right-blue.svg");
  background-size: 12px 12px;
  background-position: right 0 top 3px;
  color: #00a1e9;
  background-repeat: no-repeat;
  z-index: 100;
  cursor: pointer !important;
}

div.mega button.searchViewMoreButton:hover {
  opacity: 0.5;
}

div.mega hr {
  margin: 15px 0 !important;
}

div.mega div.close_search {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 20px;
  height: 20px;
  background-image: url("/img/close-black.svg");
  background-size: 100%;
  cursor: pointer;
  z-index: 1000;
}

div.mega div.close_search:hover {
  opacity: 0.5;
}

a.feedback {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 999;
  width: 40px;
  height: 40px;
  background-color: #00a1e9;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-image: url("/img/feedback.svg");
  background-size: 30px 30px;
  background-position: 5px 5px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  a.feedback {
    bottom: 0;
  }
}

footer.footer {
  display: block;
  background-color: #d7e1ea;
  position: relative;
  z-index: 150;
}

footer.footer ul.footer li.fo {
  font-family: 'opensans';
  font-size: 12px;
  color: #3f3b3a;
  text-align: center;
  line-height: 60px;
}

@media only screen and (max-width: 767px) {
  footer.footer ul.footer li.fo {
    font-size: 10px;
  }
}

div.off-canvas {
  padding: 10px;
}

div.off-canvas h2.standard.medium {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  margin: -10px -10px 0 -10px;
  width: calc(100% + 20px);
  background-color: rgba(0, 0, 0, 0.1);
}

div.off-canvas h2.standard.medium.second {
  margin: 20px -10px 0 -10px;
}

div.off-canvas a {
  display: block;
  font-family: 'opensans';
  font-size: 12px;
  color: #3f3b3a;
  background-color: #fefefe;
  height: 30px;
  line-height: 30px;
  padding: 0 15px 0 40px;
  cursor: pointer;
  border-radius: 30px;
  margin: 0 0 10px 0;
  background-position: left 8px center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

div.off-canvas a:hover {
  background-color: #efefef;
}

div.off-canvas a.c_reported {
  background-image: url("/img/reported.svg");
  background-position: left 10px center;
  background-size: 20px 20px;
}

div.off-canvas a.c_collected {
  background-image: url("/img/collected.svg");
}

div.off-canvas a.expense {
  background-image: url("/img/icon-expenses.svg");
}

div.off-canvas a.payout {
  background-image: url("/img/icon-producer.svg");
}

div.off-canvas a.title {
  background-image: url("/img/icon-titles.svg");
}

div.off-canvas a.contact {
  background-image: url("/img/icon-contacts.svg");
}

div.off-canvas a.company {
  background-image: url("/img/icon-company.svg");
}

div.off-canvas a.platform {
  background-image: url("/img/icon-platforms.svg");
}

div.off-canvas a.platform-status {
  background-image: url("/img/icon-platform-status.svg");
}

div.off-canvas a.publication {
  background-image: url("/img/icon-venues.svg");
}

div.off-canvas a.press {
  background-image: url("/img/icon-press.svg");
}

div.off-canvas a.campaign-button {
  background-image: url("/img/email-dark.svg");
  background-position: left 9px center;
  background-size: 22px 22px;
}

div.off-canvas a.view {
  background-image: url("/img/view.svg");
  background-position: left 9px center;
  background-size: 22px 22px;
}

div.off-canvas h2.sys-toggle {
  position: relative;
  cursor: pointer;
  padding: 20px 30px 0 0;
}

div.off-canvas h2.sys-toggle::after {
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("/img/chevron-down-grey.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

div.off-canvas h2.sys-toggle.active::after {
  transform: rotate(-180deg);
}

div.off-canvas div.sys-toggle-display {
  display: none;
  padding: 20px 0 0 0;
}

/* style.scss */
/**
 * Variables
 */
/** Mobile & Desktop Common Styles */
.calentim-container,
.calentim-container-mobile {
  font-size: 15px;
  float: left;
  font-family: "opensans";
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 999999;
  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
  -webkit-font-kerning: normal;
  -webkit-text-size-adjust: 100%;
}

.calentim-container:focus,
.calentim-container-mobile:focus {
  box-shadow: none;
  outline: none;
}

.calentim-container .calentim-input,
.calentim-container-mobile .calentim-input {
  margin: 5px;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  top: inherit;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.calentim-container .calentim-input.calentim-input-vertical-range,
.calentim-container-mobile .calentim-input.calentim-input-vertical-range {
  flex-direction: row;
}

.calentim-container .calentim-input.calentim-input-vertical-range .calentim-left,
.calentim-container-mobile .calentim-input.calentim-input-vertical-range .calentim-left {
  border-right: 1px solid #ddd;
}

.calentim-container .calentim-input.calentim-input-vertical-range .calentim-right,
.calentim-container-mobile .calentim-input.calentim-input-vertical-range .calentim-right {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fdfdfd;
  flex: 1;
}

.calentim-container .calentim-input.calentim-input-vertical-range .calentim-right .calentim-ranges,
.calentim-container-mobile .calentim-input.calentim-input-vertical-range .calentim-right .calentim-ranges {
  border-top: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  padding-bottom: 24px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fdfdfd;
  flex: 1;
}

.calentim-container .calentim-input.calentim-input-vertical-range .calentim-right .calentim-ranges .calentim-range-header-container,
.calentim-container-mobile .calentim-input.calentim-input-vertical-range .calentim-right .calentim-ranges .calentim-range-header-container {
  padding: 8px 12px;
}

.calentim-container .calentim-input.calentim-input-vertical-range .calentim-right .calentim-ranges .calentim-range,
.calentim-container-mobile .calentim-input.calentim-input-vertical-range .calentim-right .calentim-ranges .calentim-range {
  flex: 0;
  padding: 8px 12px;
  margin: 3px 6px;
  background: ghostwhite;
  border: 1px solid #ddd;
  color: #212121;
  border-radius: 3px;
}

.calentim-container .calentim-input.calentim-input-vertical-range .calentim-right .calentim-ranges .calentim-range.calentim-range-selected, .calentim-container .calentim-input.calentim-input-vertical-range .calentim-right .calentim-ranges .calentim-range.calentim-range-selected:hover,
.calentim-container-mobile .calentim-input.calentim-input-vertical-range .calentim-right .calentim-ranges .calentim-range.calentim-range-selected,
.calentim-container-mobile .calentim-input.calentim-input-vertical-range .calentim-right .calentim-ranges .calentim-range.calentim-range-selected:hover {
  background: #1885fc;
  border: 1px solid #1885fc;
  color: #fff;
}

.calentim-container .calentim-input.calentim-input-vertical-range .calentim-right .calentim-ranges .calentim-range:hover,
.calentim-container-mobile .calentim-input.calentim-input-vertical-range .calentim-right .calentim-ranges .calentim-range:hover {
  background: ghostwhite;
  border: 1px solid #ddd;
  color: #212121;
}

.calentim-container .calentim-input.calentim-input-vertical-range .calentim-right .calentim-footer,
.calentim-container-mobile .calentim-input.calentim-input-vertical-range .calentim-right .calentim-footer {
  border-top: 1px solid #ddd;
  flex: 0 1 auto;
}

.calentim-container .calentim-input .calentim-header,
.calentim-container-mobile .calentim-input .calentim-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 20px 10px 20px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.calentim-container .calentim-input .calentim-header .calentim-header-separator,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-separator {
  flex: 0;
  display: block;
  margin: 0;
  margin-top: -2px;
  padding: 0 16px;
  color: aliceblue;
  font-size: 32px;
}

.calentim-container .calentim-input .calentim-header .calentim-header-start,
.calentim-container .calentim-input .calentim-header .calentim-header-end,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end {
  flex: 1;
  white-space: nowrap;
  display: block;
  margin-right: 10px;
  text-align: left;
}

.calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-start-day,
.calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-end-day,
.calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-start-day,
.calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-end-day,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-day,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-end-day,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-start-day,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-day {
  float: left;
  font-size: 2.5em;
  color: #1885fc;
  margin-top: -8px;
  margin-right: 8px;
  font-weight: 100;
  text-align: left;
}

.calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-start-date,
.calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-end-date,
.calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-start-date,
.calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-end-date,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-date,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-end-date,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-start-date,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-date {
  font-size: 0.9em;
  color: #424242;
  display: inline-block;
}

.calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-start-weekday,
.calentim-container .calentim-input .calentim-header .calentim-header-start .calentim-header-end-weekday,
.calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-start-weekday,
.calentim-container .calentim-input .calentim-header .calentim-header-end .calentim-header-end-weekday,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-weekday,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-end-weekday,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-start-weekday,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-weekday {
  font-size: 0.7em;
  color: #424242;
}

.calentim-container .calentim-input .calentim-calendars,
.calentim-container-mobile .calentim-input .calentim-calendars {
  position: relative;
  display: flex;
  box-sizing: border-box;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector {
  position: absolute;
  display: none;
  border: 0 solid transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month-disabled,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month-disabled {
  background: #eee;
  height: 33.33%;
  width: 25%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  float: left;
  outline: 1px solid #ddd;
  word-break: break-word;
  word-wrap: break-word;
  text-transform: capitalize;
  cursor: pointer;
  color: #212121;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month-disabled.current,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month-disabled.current,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month.current,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month-disabled.current,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month.current,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month-disabled.current {
  background: #0666cd;
  outline: 1px solid #ddd;
  color: #fff;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month-disabled,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month-disabled:hover,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month-disabled,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month-disabled:hover,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month-disabled:hover,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month-disabled:hover {
  background: #eee;
  border: 1px solid #ddd;
  color: #212121;
  cursor: default;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-disabled,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-disabled,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev {
  margin: 0;
  background: #eee;
  height: 33.33%;
  width: 20%;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  display: flex;
  float: left;
  box-sizing: border-box;
  outline: 1px solid #ddd;
  text-transform: uppercase;
  word-wrap: break-word;
  word-break: break-all;
  cursor: pointer;
  color: #212121;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-disabled.current,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-disabled.current,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year.current,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-disabled.current,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next.current,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev.current,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year.current,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-disabled.current,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next.current,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev.current {
  background: #0666cd;
  outline: 1px solid #ddd;
  color: #fff;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-disabled,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-disabled,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev {
  font-size: 2.65em;
  background: #fff;
  color: #0666cd;
}

.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-disabled,
.calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-disabled:hover,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-disabled,
.calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-disabled:hover,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-disabled:hover,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-disabled:hover {
  background: #eee;
  border: 1px solid #ddd;
  color: #212121;
  cursor: default;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar {
  flex: 1;
  float: left;
  padding-bottom: 8px;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  z-index: 99;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar.no-border-right,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar.no-border-right {
  border-right: none;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar.calentim-calendar-weeknumbers .calentim-days-container .calentim-dayofweek,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar.calentim-calendar-weeknumbers .calentim-days-container .calentim-day,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar.calentim-calendar-weeknumbers .calentim-days-container .calentim-disabled,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar.calentim-calendar-weeknumbers .calentim-days-container .calentim-weeknumber,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar.calentim-calendar-weeknumbers .calentim-days-container .calentim-dayofweek,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar.calentim-calendar-weeknumbers .calentim-days-container .calentim-day,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar.calentim-calendar-weeknumbers .calentim-days-container .calentim-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar.calentim-calendar-weeknumbers .calentim-days-container .calentim-weeknumber {
  width: calc(100% / 8);
}

@media all and (-ms-high-contrast: none) {
  .calentim-container .calentim-input .calentim-calendars .calentim-calendar.calentim-calendar-weeknumbers .calentim-days-container .calentim-dayofweek,
  .calentim-container .calentim-input .calentim-calendars .calentim-calendar.calentim-calendar-weeknumbers .calentim-days-container .calentim-day,
  .calentim-container .calentim-input .calentim-calendars .calentim-calendar.calentim-calendar-weeknumbers .calentim-days-container .calentim-disabled,
  .calentim-container .calentim-input .calentim-calendars .calentim-calendar.calentim-calendar-weeknumbers .calentim-days-container .calentim-weeknumber,
  .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar.calentim-calendar-weeknumbers .calentim-days-container .calentim-dayofweek,
  .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar.calentim-calendar-weeknumbers .calentim-days-container .calentim-day,
  .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar.calentim-calendar-weeknumbers .calentim-days-container .calentim-disabled,
  .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar.calentim-calendar-weeknumbers .calentim-days-container .calentim-weeknumber {
    width: calc((100% / 8) - 1px);
  }
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title {
  text-align: center;
  font-weight: 300;
  flex: 0;
  color: #424242;
  text-transform: capitalize;
  border-bottom: 1px solid #ddd;
  background: #fff;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2em;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next {
  font-size: 1em;
  cursor: hand;
  cursor: pointer;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev i,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next i,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev i,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next i {
  color: #424242;
  cursor: pointer;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev {
  float: left;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span {
  flex: 1;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next {
  float: right;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-weeknumber,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-weeknumber {
  width: calc(100% / 7);
  text-align: center;
  padding: 3px;
  font-size: 0.76em;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 1px;
}

@media all and (-ms-high-contrast: none) {
  .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek,
  .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day,
  .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled,
  .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-weeknumber,
  .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek,
  .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day,
  .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled,
  .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-weeknumber {
    width: calc((100% / 7) - 1px);
  }
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek span,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day span,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled span,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-weeknumber span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-weeknumber span {
  pointer-events: none;
  display: block;
  padding: 3px 3px 3px 4px;
  border-radius: 4px;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek {
  text-transform: uppercase;
  font-size: 0.6em;
  font-weight: 600;
  color: #5b5b5b;
  background: #fff;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-weeknumber,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-weeknumber {
  background-color: #f8f8ff;
  color: #568ea3;
  border: 1px solid #ddd;
  border-width: 0 1px 0 0;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day {
  cursor: pointer;
  overflow: hidden;
  color: #212121;
  background: #fff;
  outline: 0 solid transparent;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
  transition: background-color 0.1s ease-out;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end {
  background: #1783ff;
  color: #fff;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-disabled, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start.calentim-disabled, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end.calentim-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start.calentim-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end.calentim-disabled {
  background: #c6dbf0;
  color: white;
  opacity: 0.5;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-disabled span, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start.calentim-disabled span, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end.calentim-disabled span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-disabled span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-start.calentim-disabled span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-end.calentim-disabled span {
  background: transparent !important;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start {
  border-radius: 6px 0 0 6px;
  color: #fff;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start span {
  background: #0666cd;
  border-radius: 4px;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end {
  border-radius: 0 6px 6px 0;
  color: #fff;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-end span {
  background: #0666cd;
  border-radius: 4px;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start.calentim-end,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-selected.calentim-start.calentim-end {
  border-radius: 6px !important;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected),
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) {
  background-color: #c8e1ff;
  color: #000;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected) span {
  background-color: #c8e1ff;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected).calentim-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected).calentim-disabled {
  opacity: 0.66;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected).calentim-hovered-first,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected).calentim-hovered-first {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected).calentim-hovered-last,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-hovered:not(.calentim-selected).calentim-hovered-last {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today {
  color: deeppink;
  font-weight: bold;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today.calentim-hovered,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today.calentim-hovered {
  color: #000;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today.calentim-selected,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today.calentim-selected {
  color: #fff;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today.calentim-selected.calentim-start, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today.calentim-selected.calentim-end,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today.calentim-selected.calentim-start,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day.calentim-today.calentim-selected.calentim-end {
  color: #fff !important;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range {
  color: #b8b8df;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range.calentim-selected, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range.calentim-start, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range.calentim-end,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range.calentim-selected,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range.calentim-start,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range.calentim-end {
  background: #c6dbf0;
  border-radius: 0;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range.calentim-selected.calentim-today, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range.calentim-start.calentim-today, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range.calentim-end.calentim-today,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range.calentim-selected.calentim-today,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range.calentim-start.calentim-today,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range.calentim-end.calentim-today {
  color: #fff !important;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range.calentim-start,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range.calentim-start {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range.calentim-start span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range.calentim-start span {
  background: #fff;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range.calentim-end,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range.calentim-end {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range.calentim-end span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-disabled-range.calentim-end span {
  background: #0666cd;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled {
  background: #f4f4fa;
  color: #b8b8df;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-selected, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-start, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-end,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-selected,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-start,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-end {
  background: #c6dbf0;
  color: white;
  border-radius: 0;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-selected.calentim-today, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-start.calentim-today, .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-end.calentim-today,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-selected.calentim-today,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-start.calentim-today,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-end.calentim-today {
  color: white !important;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-start,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-start {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-start span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-start span {
  background: #0666cd;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-end,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-end {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-end span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-end span {
  background: #0666cd;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-weekend,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled.calentim-weekend {
  background: #f4f4fa;
  color: #b8b8df;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-weekend,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-weekend {
  background: #fff;
  color: #568ea3;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-weekend.calentim-selected,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-weekend.calentim-selected {
  background: #1783ff;
  color: #fff;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-not-in-month,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-not-in-month {
  background: #fff;
  color: #212121;
  opacity: 0.65;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-not-in-month.calentim-disabled,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-not-in-month.calentim-disabled {
  background: #f4f4fa;
  color: #b8b8df;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-next,
.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-prev,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-next,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-prev {
  cursor: pointer;
  font-size: 1.25em;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-next,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-next {
  float: right;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-prev,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-prev {
  float: left;
}

.calentim-container .calentim-input .calentim-calendars .calentim-calendar:last-child,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar:last-child {
  border-right: none;
}

.calentim-container .calentim-input .calentim-timepickers,
.calentim-container-mobile .calentim-input .calentim-timepickers {
  border-top: 1px solid #ddd;
  text-align: left;
  display: flex;
  flex-direction: row;
  background: #f8f8ff;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker {
  box-sizing: border-box;
  padding: 6px 5px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  border-right: 1px solid #ddd;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker:last-child,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker:last-child {
  border-right: none;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator {
  display: flex;
  color: #212121;
  font-size: 1.8em;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  margin: 0 0.1em;
  margin-top: -2px;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  font-size: 0.7em;
  font-weight: bold;
  color: #212121;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-am,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-am {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  cursor: pointer;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-pm,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-pm {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  cursor: pointer;
  margin-top: -1px;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-ampm-selected {
  background: #1885fc;
  border: 1px solid #ddd;
  color: #fff;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours {
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
  margin: 0;
  line-height: 1.4em;
  height: 4.2em;
  box-sizing: border-box;
  color: #424242;
  border-radius: 6px 0 0 6px;
  border: 1px solid #ddd;
  border-right: none;
  text-align: center;
  background: #fff;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours .calentim-hour-selected-prev,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours .calentim-hour-selected-prev {
  transform: perspective(4em) rotateX(30deg);
  color: #424242;
  opacity: 0.5;
  transform-origin: bottom;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours .calentim-hour-selected,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours .calentim-hour-selected {
  color: #424242;
  min-width: 64px;
  font-size: 1.5em;
  font-weight: bold;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours .calentim-hour-selected-next,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours .calentim-hour-selected-next {
  transform: perspective(4em) rotateX(-30deg);
  color: #424242;
  opacity: 0.5;
  transform-origin: top;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes {
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column;
  position: relative;
  line-height: 1.4em;
  height: 4.2em;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #424242;
  background: #fff;
  border-radius: 6px 0 0 6px;
  border: 1px solid #ddd;
  border-right: none;
  text-align: center;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes .calentim-minute-selected-prev,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes .calentim-minute-selected-prev {
  transform: perspective(4em) rotateX(30deg);
  color: #424242;
  opacity: 0.5;
  transform-origin: bottom;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes .calentim-minute-selected,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes .calentim-minute-selected {
  color: #424242;
  font-size: 1.5em;
  min-width: 64px;
  font-weight: bold;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes .calentim-minute-selected-next,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes .calentim-minute-selected-next {
  transform: perspective(4em) rotateX(-30deg);
  color: #424242;
  opacity: 0.5;
  transform-origin: top;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  justify-content: center;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-hours-up,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-minutes-up,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-hours-up,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-minutes-up,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-hours-up,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-minutes-up,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-hours-up,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-minutes-up {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: white;
  border: 1px solid #ddd;
  cursor: pointer;
  border-top-right-radius: 6px;
}

.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-hours-down,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-minutes-down,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-hours-down,
.calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-minutes-down,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-hours-down,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows .calentim-timepicker-minutes-down,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-hours-down,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows .calentim-timepicker-minutes-down {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  cursor: pointer;
  border-bottom-right-radius: 6px;
}

.calentim-container .calentim-input .calentim-ranges,
.calentim-container-mobile .calentim-input .calentim-ranges {
  border-top: 1px solid #ddd;
  clear: both;
  padding: 10px;
  text-align: left;
  background: #fdfdfd;
}

.calentim-container .calentim-input .calentim-ranges i,
.calentim-container-mobile .calentim-input .calentim-ranges i {
  float: left;
  color: #212121;
  font-size: 14px;
  margin-right: 5px;
  margin-top: 1px;
}

.calentim-container .calentim-input .calentim-ranges .calentim-range-header,
.calentim-container-mobile .calentim-input .calentim-ranges .calentim-range-header {
  font-size: 0.8em;
  color: #212121;
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}

.calentim-container .calentim-input .calentim-ranges .calentim-range,
.calentim-container-mobile .calentim-input .calentim-ranges .calentim-range {
  display: inline-block;
  color: #1783ff;
  margin: 3px;
  font-size: 0.7em;
  cursor: pointer;
  font-weight: bold;
}

.calentim-container .calentim-input .calentim-ranges .calentim-range.calentim-range-selected,
.calentim-container-mobile .calentim-input .calentim-ranges .calentim-range.calentim-range-selected {
  color: deeppink;
}

.calentim-container.calentim-hotel-style .calentim-calendar .calentim-disabled-range-end,
.calentim-container-mobile.calentim-hotel-style .calentim-calendar .calentim-disabled-range-end {
  background-image: linear-gradient(45deg, #f4f4fa 49%, transparent 50%) !important;
}

.calentim-container.calentim-hotel-style .calentim-calendar .calentim-disabled-range-end.calentim-selected,
.calentim-container-mobile.calentim-hotel-style .calentim-calendar .calentim-disabled-range-end.calentim-selected {
  background-image: none !important;
}

.calentim-container.calentim-hotel-style .calentim-calendar .calentim-disabled-range-start,
.calentim-container-mobile.calentim-hotel-style .calentim-calendar .calentim-disabled-range-start {
  background-image: linear-gradient(225deg, #f4f4fa 49%, transparent 50%) !important;
}

.calentim-container.calentim-hotel-style .calentim-calendar .calentim-disabled-range-start.calentim-selected,
.calentim-container-mobile.calentim-hotel-style .calentim-calendar .calentim-disabled-range-start.calentim-selected {
  background-image: none !important;
}

.calentim-container.calentim-hotel-style .calentim-calendar .calentim-disabled-range-start.calentim-disabled-range-end,
.calentim-container-mobile.calentim-hotel-style .calentim-calendar .calentim-disabled-range-start.calentim-disabled-range-end {
  background-image: linear-gradient(45deg, #f4f4fa 49%, transparent 50%) !important;
}

.calentim-container.calentim-hotel-style .calentim-calendar .calentim-disabled-range-start.calentim-disabled-range-end.calentim-selected,
.calentim-container-mobile.calentim-hotel-style .calentim-calendar .calentim-disabled-range-start.calentim-disabled-range-end.calentim-selected {
  background-image: none !important;
}

.calentim-container.calentim-hotel-style .calentim-calendar .calentim-disabled-range-start.calentim-disabled-range-end.calentim-selected,
.calentim-container-mobile.calentim-hotel-style .calentim-calendar .calentim-disabled-range-start.calentim-disabled-range-end.calentim-selected {
  background-image: none !important;
}

.calentim-container.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range,
.calentim-container-mobile.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range {
  color: #b8b8df;
  background: #f4f4fa;
}

.calentim-container.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range.calentim-selected, .calentim-container.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range.calentim-start, .calentim-container.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range.calentim-end,
.calentim-container-mobile.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range.calentim-selected,
.calentim-container-mobile.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range.calentim-start,
.calentim-container-mobile.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range.calentim-end {
  background: #1783ff !important;
  color: #fff !important;
  border-radius: 0;
}

.calentim-container.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range.calentim-selected.calentim-today, .calentim-container.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range.calentim-start.calentim-today, .calentim-container.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range.calentim-end.calentim-today,
.calentim-container-mobile.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range.calentim-selected.calentim-today,
.calentim-container-mobile.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range.calentim-start.calentim-today,
.calentim-container-mobile.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range.calentim-end.calentim-today {
  color: #fff !important;
}

.calentim-container.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range.calentim-start,
.calentim-container-mobile.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range.calentim-start {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.calentim-container.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range.calentim-start span,
.calentim-container-mobile.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range.calentim-start span {
  background: #0666cd;
}

.calentim-container.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range.calentim-end,
.calentim-container-mobile.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range.calentim-end {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.calentim-container.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range.calentim-end span,
.calentim-container-mobile.calentim-hotel-style .calentim-calendar .calentim-disabled.calentim-disabled-range.calentim-end span {
  background: #0666cd;
}

.calentim-container.calentim-hotel-style .calentim-calendar .calentim-disabled-range-start.calentim-hovered,
.calentim-container-mobile.calentim-hotel-style .calentim-calendar .calentim-disabled-range-start.calentim-hovered {
  background: linear-gradient(45deg, #c8e1ff 49%, #f4f4fa 50%) !important;
  border-radius: 0 !important;
}

.calentim-container.calentim-hotel-style .calentim-calendar .calentim-disabled-range-end.calentim-hovered,
.calentim-container-mobile.calentim-hotel-style .calentim-calendar .calentim-disabled-range-end.calentim-hovered {
  background: linear-gradient(225deg, #c8e1ff 49%, #f4f4fa 50%) !important;
  border-radius: 0 !important;
}

.calentim-container.calentim-hidden-calendar .calentim-input .calentim-timepickers {
  border-top: none;
}

.calentim-container.calentim-hidden-calendar .calentim-box-arrow-top::after {
  border-bottom: 1px solid #ddd;
}

.calentim-container .calentim-input .calentim-footer {
  text-align: right;
  background: #fff;
}

.calentim-container .calentim-input .calentim-footer .calentim-apply {
  background: #1783ff;
  border: none;
  padding: 6px 18px;
  color: #fff;
  font-family: "opensans";
  font-size: 12px;
  margin: 6px;
  border-radius: 3px;
  cursor: pointer;
  cursor: hand;
}

.calentim-container .calentim-input .calentim-footer .calentim-apply:disabled {
  background: #c9c9d1;
  color: gray;
}

.calentim-container .calentim-input .calentim-footer .calentim-cancel {
  background: #c9c9d1;
  border: 1px solid transparent;
  color: gray;
  padding: 6px 18px;
  margin: 6px;
  font-family: "opensans";
  font-size: 12px;
  margin-right: 0;
  border-radius: 3px;
  cursor: pointer;
  cursor: hand;
}

/* Hover fixes for mobile */
.calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover,
.calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month:hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month:hover {
  background: #1783ff;
  cursor: pointer;
  color: #fff;
}

.calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover,
.calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover,
.calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover,
.calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover,
.calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover,
.calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year:hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-next:hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year-prev:hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year:hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-next:hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year-prev:hover {
  background: #1783ff;
  cursor: pointer;
  color: #fff;
}

.calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev i:hover,
.calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next i:hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-prev i:hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title .calentim-next i:hover {
  text-shadow: 1px 2px 3px #ddd;
}

.calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover,
.calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-month-switch:hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title span .calentim-year-switch:hover {
  color: #424242;
  cursor: hand;
  cursor: pointer;
}

.calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day:hover:not(.calentim-hovered):not(.calentim-selected),
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day:hover:not(.calentim-hovered):not(.calentim-selected) {
  background: #c8e1ff;
  border-radius: 3px;
}

.calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-next:hover,
.calentim-notouch .calentim-container .calentim-input .calentim-calendars .calentim-calendar .calentim-prev:hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-next:hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-prev:hover {
  text-shadow: 1px 2px 3px #ddd;
}

.calentim-notouch .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-am:not(.calentim-ampm-selected):hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-am:not(.calentim-ampm-selected):hover {
  cursor: pointer;
  cursor: hand;
  background: #eee;
  border: 1px solid #ddd;
  color: #424242;
}

.calentim-notouch .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-pm:not(.calentim-ampm-selected):hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-ampm .calentim-timepicker-ampm-pm:not(.calentim-ampm-selected):hover {
  cursor: pointer;
  cursor: hand;
  background: #eee;
  border: 1px solid #ddd;
  color: #424242;
}

.calentim-notouch .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows > div:hover,
.calentim-notouch .calentim-container .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows > div:hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows > div:hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows > div:hover {
  background: #eee;
  color: #424242;
  cursor: pointer;
  cursor: hand;
}

.calentim-notouch .calentim-container .calentim-input .calentim-ranges .calentim-range:hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-ranges .calentim-range:hover {
  text-decoration: underline;
  color: #212121;
}

.calentim-notouch .calentim-container .calentim-input .calentim-ranges .calentim-range.calentim-range-selected:hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-ranges .calentim-range.calentim-range-selected:hover {
  text-decoration: none;
}

.calentim-notouch .calentim-container .calentim-input .calentim-footer .calentim-apply:not(:disabled):hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-footer .calentim-apply:not(:disabled):hover {
  background: #055ab4;
  color: #fff;
  border: none;
}

.calentim-notouch .calentim-container .calentim-input .calentim-footer .calentim-cancel:hover,
.calentim-notouch .calentim-container-mobile .calentim-input .calentim-footer .calentim-cancel:hover {
  background: #c9c9d1;
  color: gray;
  border: 1px solid transparent;
}

/** * Mobile styles */
.calentim-container-mobile.calentim-hidden-calendar .calentim-input .calentim-timepickers {
  max-width: 100%;
  border-bottom: none;
  border-top: none;
}

.calentim-container-mobile.calentim-hidden-calendar .calentim-input .calentim-footer {
  width: 100%;
  background: #fff;
}

.calentim-container-mobile .calentim-input {
  border: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  margin: 6px;
  border-radius: 6px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  overflow-y: hidden;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input {
    bottom: 0;
    overflow-y: hidden;
    flex-wrap: wrap;
  }
}

.calentim-container-mobile .calentim-input .calentim-header {
  box-sizing: border-box;
  padding: 12px;
  order: 0;
  display: flex;
  flex: 0 0 auto;
  flex-flow: nowrap;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  font-size: 1em;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-header {
    order: 2;
    border-left: 1px solid #ddd;
    font-size: 0.857em;
  }
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-separator {
  padding: 0;
  margin: 0;
  display: flex;
  color: aliceblue;
  margin-top: 2px;
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end {
  margin: 0;
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-day,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-end-day,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-start-day,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-day {
  font-size: 2.8em;
  margin: -10px;
  font-weight: 400;
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-date,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-end-date,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-start-date,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-date {
  font-size: 1em;
  font-weight: 500;
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-weekday,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-end-weekday,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-start-weekday,
.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-weekday {
  font-size: 0.8em;
  font-weight: 400;
  line-height: 10px;
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-start .calentim-header-start-day {
  margin-right: 8px;
  margin-left: 0;
  float: left;
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end {
  text-align: right;
}

.calentim-container-mobile .calentim-input .calentim-header .calentim-header-end .calentim-header-end-day {
  float: right;
  margin-left: 8px;
  margin-right: 0;
}

.calentim-container-mobile .calentim-input .calentim-calendars {
  order: 2;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: scroll;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-calendars {
    width: 50%;
    order: 0;
  }
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector {
  border-bottom: 1px solid #ddd;
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ms-month,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ms-month {
  flex: 1 1 33.33%;
  height: 25%;
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-month-selector .calentim-ys-year,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-year-selector .calentim-ys-year {
  flex: 1 1 20%;
  height: 33.33%;
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar {
  border-right: none;
  display: block;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar {
    border: none;
  }
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar:first-child .calentim-title {
  border-top: none;
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title {
  background: #fff;
  align-items: center;
  font-size: 1.25em;
  justify-content: space-between;
  display: flex;
  border-top: 1px solid #ddd;
  color: #424242;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-title {
    box-sizing: border-box;
    padding: 8px;
  }
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container {
  padding: 10px 4px;
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled {
  min-height: calc((100% - 48px) / 8);
  font-size: 0.8572em;
  position: relative;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-dayofweek span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-day span,
.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar .calentim-days-container .calentim-disabled span {
  flex: 1;
  align-items: center;
  justify-content: center;
  display: flex;
}

.calentim-container-mobile .calentim-input .calentim-ranges {
  background: #fdfdfd;
  order: 2;
  flex: 1 0 auto;
  align-items: flex-end;
  margin: 0;
  padding: 4px;
  border: none;
  text-align: center;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-ranges {
    width: 50%;
    box-sizing: border-box;
    flex: 1 1 0;
    border-left: 1px solid #ddd;
    overflow-y: scroll;
    min-height: 50px;
  }
}

.calentim-container-mobile .calentim-input .calentim-ranges i {
  font-size: 20px;
  display: none;
}

.calentim-container-mobile .calentim-input .calentim-ranges .calentim-range-header {
  font-size: 0.9em;
  display: none;
}

.calentim-container-mobile .calentim-input .calentim-ranges .calentim-range {
  font-size: 0.85em;
  padding: 4px 8px;
  background: ghostwhite;
  font-weight: 400;
  color: #212121;
  border: 1px solid #ddd;
  border-radius: 21px;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-ranges .calentim-range {
    border-radius: 6px;
    display: block;
    margin: 4px;
  }
}

.calentim-container-mobile .calentim-input .calentim-ranges .calentim-range.calentim-range-selected {
  color: #fff;
  border: 1px solid #1885fc;
  background-color: #1885fc;
}

.calentim-container-mobile .calentim-input .calentim-filler {
  display: none;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-filler {
    display: block;
    box-sizing: border-box;
    flex-grow: 1;
    margin-bottom: auto;
    border-left: 1px solid #ddd;
    min-height: 100px;
    order: 3;
  }
}

.calentim-container-mobile .calentim-input .calentim-ranges + .calentim-filler {
  display: none;
}

.calentim-container-mobile .calentim-input .calentim-footer {
  order: 3;
  flex: 0 0 auto;
  text-align: center;
  padding: 6px 6px 7px 6px;
  background: #fff;
  border-top: 1px solid #ddd;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-footer {
    width: 50%;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    margin-top: auto;
  }
}

.calentim-container-mobile .calentim-input .calentim-footer button {
  font-size: 15px;
  font-family: "opensans";
  padding: 4px;
  font-weight: 400;
  outline: none;
  border: none;
  border-radius: 4px;
  width: calc((100% - 10px) / 2);
}

.calentim-container-mobile .calentim-input .calentim-footer button.calentim-apply {
  background: #1783ff;
  color: #fff;
  margin-left: 7px;
  font-weight: 500;
  border: none;
}

.calentim-container-mobile .calentim-input .calentim-footer button.calentim-apply[disabled='disabled'], .calentim-container-mobile .calentim-input .calentim-footer button.calentim-apply:disabled {
  background: #c9c9d1;
  color: gray;
  border: none;
}

.calentim-container-mobile .calentim-input .calentim-footer button.calentim-apply:hover {
  background: #055ab4;
  color: #fff;
  border: none;
}

.calentim-container-mobile .calentim-input .calentim-footer button.calentim-cancel {
  background: #c9c9d1;
  color: gray;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.calentim-container-mobile .calentim-input .calentim-timepickers {
  order: 2;
  flex: 0 0 auto;
  background: #f8f8ff;
  font-size: 1em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-timepickers {
    border-top: none;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 1.125em;
    order: 2;
  }
}

.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator {
  margin-top: 0;
  color: #212121;
  font-size: 1.8em;
  font-weight: bold;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-hour-minute-seperator {
    margin-top: 0;
    font-size: 1.4em;
  }
}

.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours {
  font-size: 21px;
  border: 1px solid #ddd;
  border-radius: 3px;
  /* background: linear-gradient(to bottom, #e8e8ef 0%, #fff 45%, #d8d8df 100%); box-shadow: inset 0 2px 10px 1px $calentim-calendar-title; */
}

.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hours-wrapper .calentim-timepicker-hours .calentim-hour-selected {
  background: #fff;
  border-radius: 2px;
  box-shadow: none;
}

.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes {
  font-size: 21px;
  border: 1px solid #ddd;
  border-radius: 3px;
  /* box-shadow: inset 0 2px 10px 1px $calentim-calendar-title; background: linear-gradient(to bottom, #e8e8ef 0%, #fff 45%, #d8d8df 100% ); */
}

.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minutes-wrapper .calentim-timepicker-minutes .calentim-minute-selected {
  background: #fff;
  border-radius: 2px;
  box-shadow: none;
}

.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-hour-arrows,
.calentim-container-mobile .calentim-input .calentim-timepickers .calentim-timepicker .calentim-timepicker-minute-arrows {
  display: none;
}

.calentim-container-mobile.calentim-inline {
  box-sizing: border-box;
}

.calentim-container-mobile.calentim-inline .calentim-input {
  position: static;
  box-shadow: none;
  box-sizing: border-box;
}

.calentim-container-mobile.calentim-inline .calentim-input .calentim-footer {
  display: none !important;
}

.calentim-container-mobile.calentim-inline .calentim-input.calentim-hidden-calendar .calentim-timepickers {
  max-width: 100%;
  border-top-width: 0 !important;
}

@media screen and (orientation: landscape) {
  .calentim-container-mobile.calentim-inline .calentim-input {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .calentim-container-mobile.calentim-inline .calentim-input .calentim-calendars {
    order: 0;
    flex: 1 0 auto;
    width: calc(50% - 1px);
    border-left: none;
    border-right: 1px solid #ddd;
  }
  .calentim-container-mobile.calentim-inline .calentim-input .calentim-header {
    order: 1;
    flex: 0 1 auto;
    width: calc(50% - 1px);
    border-left: none;
    border-right: 1px solid #ddd;
    border-bottom: none;
  }
  .calentim-container-mobile.calentim-inline .calentim-input .calentim-timepickers {
    order: 2;
    flex: 0 0 auto;
    max-width: 50%;
    border-left: none;
  }
  .calentim-container-mobile.calentim-inline .calentim-input .calentim-timepickers .calentim-timepicker-ampm {
    width: 7vmin;
  }
  .calentim-container-mobile.calentim-inline .calentim-input .calentim-ranges {
    order: 3;
    flex: 0 1 auto;
    width: 50%;
    border-left: none;
  }
}

.calentim-open {
  overflow: hidden;
}

.calentim-overlay {
  z-index: 9998;
  display: none;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
}

.calentim-no-anim {
  transition: all 0s ease !important;
}

.calentim-popup {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
}

.calentim-box-arrow-top {
  width: 22px;
  height: 22px;
  z-index: 12;
  margin-left: 0;
  position: absolute;
  top: 0;
}

.calentim-box-arrow-top::after, .calentim-box-arrow-top::before {
  bottom: calc(100% - 6px);
  left: 27px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.calentim-box-arrow-top::after {
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.calentim-box-arrow-top::before {
  border-color: transparent;
  border-bottom-color: #ddd;
  border-width: 11px;
  margin-left: -11px;
}

.calentim-box-arrow-bottom {
  width: 22px;
  height: 22px;
  z-index: 12;
  margin-left: 0;
  position: absolute;
  bottom: 0;
}

.calentim-box-arrow-bottom::after, .calentim-box-arrow-bottom::before {
  bottom: -15px;
  left: 27px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.calentim-box-arrow-bottom::after {
  border-color: transparent;
  border-top-color: #fff;
  border-width: 11px;
  margin-left: -11px;
}

.calentim-box-arrow-bottom::before {
  border-color: transparent;
  border-top-color: #ddd;
  border-width: 10px;
  margin-left: -10px;
}

.calentim-box-arrow-left {
  width: 21px;
  height: 21px;
  z-index: 12;
  margin-top: -10px;
  position: absolute;
  left: 0;
}

.calentim-box-arrow-left::after, .calentim-box-arrow-left::before {
  border: 0 solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.calentim-box-arrow-left::after {
  border-color: transparent;
  border-right-color: #fff;
  border-width: 12px;
  left: -18px;
  top: 29px;
}

.calentim-box-arrow-left::before {
  border-color: transparent;
  border-right-color: #ddd;
  border-width: 14px;
  left: -22px;
  top: 27px;
}

.calentim-box-arrow-right {
  width: 22px;
  height: 22px;
  z-index: 12;
  margin-top: -11px;
  position: absolute;
  right: 0;
}

.calentim-box-arrow-right::after, .calentim-box-arrow-right::before {
  right: -15px;
  top: 27px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.calentim-box-arrow-right::after {
  border-color: transparent;
  border-left-color: #fff;
  border-width: 12px;
  margin-left: -12px;
  right: -17px;
  top: 30px;
}

.calentim-box-arrow-right::before {
  border-color: transparent;
  border-left-color: #ddd;
  border-width: 12px;
  margin-left: -10px;
  right: -19px;
  top: 30px;
}

.calentim-no-scroll::-webkit-scrollbar {
  display: none;
}

.calentim-no-scroll::-moz-scrollbar {
  display: none;
}

.calentim-no-scroll::-o-scrollbar {
  display: none;
}

.calentim-no-scroll::-google-ms-scrollbar {
  display: none;
}

.calentim-no-scroll::-khtml-scrollbar {
  display: none;
}

.calentim-container.calentim-rtl .calentim-prev,
.calentim-container.calentim-rtl .calentim-next,
.calentim-container.calentim-rtl .calentim-header-separator {
  transform: rotateY(180deg);
}

.calentim-container.calentim-rtl .calentim-header-start,
.calentim-container.calentim-rtl .calentim-header-end {
  margin-right: 0;
  margin-left: 10px;
}

.calentim-container.calentim-rtl .calentim-header-start .calentim-header-start-day,
.calentim-container.calentim-rtl .calentim-header-start .calentim-header-end-day,
.calentim-container.calentim-rtl .calentim-header-end .calentim-header-start-day,
.calentim-container.calentim-rtl .calentim-header-end .calentim-header-end-day {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 10px;
}

.calentim-container.calentim-rtl .calentim-header-start .calentim-header-start-date,
.calentim-container.calentim-rtl .calentim-header-start .calentim-header-end-date,
.calentim-container.calentim-rtl .calentim-header-end .calentim-header-start-date,
.calentim-container.calentim-rtl .calentim-header-end .calentim-header-end-date {
  display: block !important;
}

.calentim-container.calentim-rtl .calentim-header-start .calentim-header-start-date,
.calentim-container.calentim-rtl .calentim-header-start .calentim-header-start-weekday,
.calentim-container.calentim-rtl .calentim-header-start .calentim-header-end-date,
.calentim-container.calentim-rtl .calentim-header-start .calentim-header-end-weekday,
.calentim-container.calentim-rtl .calentim-header-end .calentim-header-start-date,
.calentim-container.calentim-rtl .calentim-header-end .calentim-header-start-weekday,
.calentim-container.calentim-rtl .calentim-header-end .calentim-header-end-date,
.calentim-container.calentim-rtl .calentim-header-end .calentim-header-end-weekday {
  text-align: right !important;
}

.calentim-container.calentim-rtl .calentim-calendar {
  border-left: 1px solid #ddd;
  border-right: 0 solid transparent !important;
}

.calentim-container.calentim-rtl .calentim-calendar:last-child {
  border-left: 0 solid transparent;
}

.calentim-container.calentim-rtl .calentim-timepicker-start {
  border-left: 1px solid #ddd;
  border-right: 0 solid transparent !important;
}

.calentim-container.calentim-rtl .calentim-timepicker {
  direction: ltr;
}

.calentim-container.calentim-rtl .calentim-day.calentim-hovered-last, .calentim-container.calentim-rtl .calentim-day.calentim-selected.calentim-end {
  border-radius: 6px 0 0 6px !important;
}

.calentim-container.calentim-rtl .calentim-day.calentim-hovered-first, .calentim-container.calentim-rtl .calentim-day.calentim-selected.calentim-start {
  border-radius: 0 6px 6px 0 !important;
}

@media screen {
  .calentim-dayofweek,
  .calentim-day,
  .calentim-disabled {
    width: calc(100% / 7) !important;
    padding: 2px !important;
  }
  .calentim-input-vertical-range .calentim-left {
    flex: 1;
  }
  .calentim-input-vertical-range .calentim-ranges {
    flex: 1;
  }
  .calentim-input-vertical-range .calentim-range {
    flex: 0 1 auto !important;
    line-height: 1em !important;
  }
}

/* custom systematic classes */
div.calentim-right div.calentim-ranges div.calentim-range {
  padding: 2px 0 !important;
  border: none !important;
  line-height: 14px !important;
  background-color: #fefefe !important;
}

div.calentim-right div.calentim-ranges div.calentim-range.calentim-range-selected {
  color: #00a1e9 !important;
  background-color: #fefefe !important;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.dropzone,
.dropzone * {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hideimportant {
  display: none !important;
}

div#small_modal {
  width: 100%;
  max-width: 640px;
}

div#medium_modal {
  width: 100%;
  max-width: 1024px;
}

div#large_modal {
  width: 100%;
  max-width: 1240px;
}

div#large_modal_no_click {
  width: 100%;
  max-width: 1600px;
}

div#large_modal_preview_no_click {
  width: calc(100% - 20px);
  max-width: 2560px;
  height: calc(100vh - 20px);
  top: 10px !important;
}

button.close-button {
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/img/close-black.svg");
  background-size: 100% 100%;
}

button.close-button:hover {
  opacity: 0.5;
}

ul.split.modal {
  margin-top: 40px !important;
}

img.m-index-img {
  display: inline-block;
  margin: 30px auto 0 auto;
}

div.pdf-responsive {
  width: 100%;
  height: 0;
  padding-bottom: 129%;
  position: relative;
}

div.pdf-responsive iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.one-sheet-outer {
  padding-top: 15px !important;
}

ul.one-sheet-outer li.s4 {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 50px !important;
}

ul.one-sheet-outer li.s4 h2.standard.title {
  width: calc(100% + 20px) !important;
  background-color: #4e4e4e;
  color: #fefefe;
  padding: 10px;
  margin: -10px 0 20px -10px;
  font-size: 16px !important;
  border-radius: 10px 10px 0 0;
}

ul.one-sheet-outer li.s4:nth-child(4n + 1) {
  clear: both;
}

ul.one-sheet-inner li h2.standard.small {
  width: calc(100% + 20px) !important;
  background-color: #bbb;
  color: #fefefe;
  padding: 10px;
  margin: 0 0 0 -10px;
}

ul.one-sheet-inner li.tt {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  text-align: center;
}

ul.one-sheet-inner li.tt img {
  height: auto;
  max-width: 140px;
  margin: 0 auto !important;
}

ul.one-sheet-inner li textarea {
  padding-top: 20px !important;
  font-size: 12px !important;
}

div.import-container {
  width: 100%;
  height: calc(100vh - 250px);
  overflow: auto;
}

div.import-container.xtra_1 {
  height: calc(100vh - 250px - 50px - 70px);
}

div.import-container.xtra_2 {
  height: calc(100vh - 250px - 100px - 70px);
}

div.import-container.xtra_3 {
  height: calc(100vh - 250px - 150px - 70px);
}

div.import-container.xtra_4 {
  height: calc(100vh - 250px - 200px - 70px);
}

div.import-container.xtra_5 {
  height: calc(100vh - 250px - 250px - 70px);
}

div.import-container.xtra_6 {
  height: calc(100vh - 250px - 300px - 70px);
}

div.import-container.xtra_7 {
  height: calc(100vh - 250px - 350px - 70px);
}

div.import-container.xtra_8 {
  height: calc(100vh - 250px - 400px - 70px);
}

div.import-container.xtra_9 {
  height: calc(100vh - 250px - 450px - 70px);
}

div.import-container ul.import-preview {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  overflow: hidden;
}

div.import-container ul.import-preview li.ip {
  display: block;
  float: left;
  color: #3f3b3a;
  background-color: #fefefe;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  height: auto;
  line-height: 16px;
  padding: 3px;
  margin: 0 !important;
  font-size: 12px;
  position: relative;
}

div.import-container ul.import-preview li.ip::after {
  content: '';
  display: block;
  width: 1px;
  height: 300px;
  background-color: #eee;
  position: absolute;
  top: 0;
  right: -1px;
}

div.import-container ul.import-preview li.ip.heading {
  background-color: #3f3b3a;
  color: #fefefe;
}

div.import-container ul.import-preview li.ip.error {
  background-color: #eda1a1;
}

.preview-modify {
  margin-top: 20px;
}

.preview-modify .import-container {
  padding-top: 30px;
}

.preview-modify .import-container .import-preview .import-preview-modify-field {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}

.preview-modify .submit {
  display: inline-block !important;
  width: auto;
  padding: 0 20px;
  height: 56px;
  line-height: 56px;
  background-color: #00a1e9;
  color: #fefefe;
  font-family: 'opensans-bold';
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 !important;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.07);
}

.preview-modify .preview-modify-cancel {
  display: inline-block !important;
  width: auto;
  padding: 0 20px;
  height: 56px;
  line-height: 56px;
  background-color: #00a1e9;
  color: #fefefe;
  font-family: 'opensans-bold';
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 !important;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.07);
  position: relative !important;
  background-color: #575757 !important;
  left: initial !important;
  right: initial !important;
  top: initial !important;
}

div.apexcharts-canvas {
  position: relative;
  margin: 22px 0 0 0 !important;
}

div.apexcharts-canvas .apexcharts-legend {
  padding-top: 20px !important;
}

text.apexcharts-title-text {
  display: block;
  font-family: 'opensans-semi', serif !important;
  font-size: 15px !important;
  color: #3f3b3a !important;
  width: 100% !important;
  height: 40px !important;
  line-height: 40px !important;
  text-indent: 5px !important;
  background-color: #d7e1ea !important;
}

div.apexcharts-toolbar {
  top: 8px !important;
}

ul.pie-charts {
  display: block;
  width: calc(100% + 10px) !important;
  margin: 0 0 0 -5px !important;
  padding: 0 !important;
}

ul.pie-charts li.pc {
  display: block;
  float: left;
  margin: 0 5px 40px 5px;
}

ul.pie-charts li.pc div.chart-outer {
  margin: 0 auto;
  width: 100%;
  max-width: 680px;
}

ul.pie-charts.collected li.pc {
  width: calc(50% - 10px);
}

ul.pie-charts.collected li.pc:nth-child(2n + 1) {
  clear: both;
}

@media only screen and (max-width: 1023px) {
  ul.pie-charts.collected li.pc {
    width: calc(100% - 10px);
  }
  ul.pie-charts.collected li.pc:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1023px) {
  ul.pie-charts.collected {
    margin: -40px 0 0 -5px !important;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 767px) {
  ul.pie-charts.collected {
    position: relative;
    top: -30px;
  }
}

@media only screen and (min-width: 1651px) {
  ul.pie-charts.reported li.pc {
    width: calc(33.33% - 10px);
  }
  ul.pie-charts.reported li.pc:nth-child(3n + 1) {
    clear: both;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1650px) {
  ul.pie-charts.reported li.pc {
    width: calc(50% - 10px);
  }
  ul.pie-charts.reported li.pc:nth-child(2n + 1) {
    clear: both;
  }
  ul.pie-charts.reported li.pc:nth-child(3) {
    margin-left: calc(25% + 5px) !important;
  }
}

@media only screen and (max-width: 1023px) {
  ul.pie-charts.reported li.pc {
    width: calc(100% - 10px);
  }
  ul.pie-charts.reported li.pc:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1023px) {
  ul.pie-charts.reported {
    margin: -40px 0 0 -5px !important;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 767px) {
  ul.pie-charts.reported {
    position: relative;
    top: -30px;
  }
}

ul.pie-charts div.apexcharts-canvas::before {
  display: none;
}

#rev-renderer-toggle div.apexcharts-canvas .apexcharts-legend {
  padding-top: 20px !important;
  flex-direction: column;
  align-items: center;
  z-index: 99999999;
}

.zurb_foundation_style {
  /* Dashboard base container */
  /* Dashboard Card Styling */
  /* Stats Styling */
  /* Chart styling */
  /* Wrapper styling adjustments */
}

.zurb_foundation_style #dashboard-container {
  height: 100%;
  margin-top: 15px;
  padding: 15px;
  width: 100%;
  /* Dashboard grid container */
  /* Grid item styling */
}

.zurb_foundation_style #dashboard-container h1,
.zurb_foundation_style #dashboard-container h2,
.zurb_foundation_style #dashboard-container h3,
.zurb_foundation_style #dashboard-container h4,
.zurb_foundation_style #dashboard-container h5,
.zurb_foundation_style #dashboard-container h6,
.zurb_foundation_style #dashboard-container p,
.zurb_foundation_style #dashboard-container blockquote,
.zurb_foundation_style #dashboard-container pre,
.zurb_foundation_style #dashboard-container dl,
.zurb_foundation_style #dashboard-container dd,
.zurb_foundation_style #dashboard-container ol,
.zurb_foundation_style #dashboard-container ul,
.zurb_foundation_style #dashboard-container figure,
.zurb_foundation_style #dashboard-container tbody,
.zurb_foundation_style #dashboard-container tr {
  color: #e8e8e8 !important;
}

.zurb_foundation_style #dashboard-container .dashboard-grid {
  position: relative;
  width: 100%;
  /* Ensure the grid takes up the full width */
}

.zurb_foundation_style #dashboard-container .dashboard-grid::after {
  content: '';
  display: block;
  clear: both;
}

.zurb_foundation_style #dashboard-container .grid-item {
  position: absolute;
  z-index: 1;
  margin: 10px;
  /* Size variations */
  /* Handle item hover state */
  /* For drag animation */
  /* Item content */
  /* Dashboard card in grid items */
}

.zurb_foundation_style #dashboard-container .grid-item[data-size="small"] {
  width: calc(25% - 20px);
}

@media (max-width: 1200px) {
  .zurb_foundation_style #dashboard-container .grid-item[data-size="small"] {
    width: calc(33.333% - 20px);
  }
}

@media (max-width: 768px) {
  .zurb_foundation_style #dashboard-container .grid-item[data-size="small"] {
    width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .zurb_foundation_style #dashboard-container .grid-item[data-size="small"] {
    width: calc(100% - 20px);
  }
}

.zurb_foundation_style #dashboard-container .grid-item[data-size="medium"] {
  width: calc(50% - 20px);
}

@media (max-width: 768px) {
  .zurb_foundation_style #dashboard-container .grid-item[data-size="medium"] {
    width: calc(100% - 20px);
  }
}

.zurb_foundation_style #dashboard-container .grid-item[data-size="large"] {
  width: calc(100% - 20px);
}

.zurb_foundation_style #dashboard-container .grid-item:hover {
  z-index: 2;
  /* Bring hovered items to front */
}

.zurb_foundation_style #dashboard-container .grid-item.muuri-item-dragging {
  z-index: 3;
}

.zurb_foundation_style #dashboard-container .grid-item.muuri-item-releasing {
  z-index: 2;
}

.zurb_foundation_style #dashboard-container .grid-item.muuri-item-hidden {
  z-index: 0;
}

.zurb_foundation_style #dashboard-container .grid-item .item-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.zurb_foundation_style #dashboard-container .grid-item .dashboard-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /* Prevent content overflow */
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  /* Smooth transitions */
}

.zurb_foundation_style #dashboard-container .grid-item .dashboard-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  /* Subtle lift effect on hover */
}

.zurb_foundation_style .dashboard-card {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 100%;
  overflow: hidden;
  /* Horizontal card layout */
}

.zurb_foundation_style .dashboard-card.horizontal {
  flex-direction: row;
}

.zurb_foundation_style .dashboard-card .card-header {
  color: #e8e8e8;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 50px;
  display: flex;
  align-items: center;
  /* Vertically centers the child */
  /* Header sections utility classes */
  padding: 0;
  /* Horizontal header styling */
}

.zurb_foundation_style .dashboard-card .card-header .grid-x .cell {
  flex-grow: initial;
  flex: initial;
}

.zurb_foundation_style .dashboard-card .card-header .grid-x .cell > {
  flex-grow: initial;
}

.zurb_foundation_style .dashboard-card .card-header .grid-x .cell:first-child {
  text-align: left;
  padding-left: 8px;
}

.zurb_foundation_style .dashboard-card .card-header .grid-x .cell:nth-child(2) {
  flex: auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.zurb_foundation_style .dashboard-card .card-header .grid-x .cell:last-child {
  padding-right: 8px;
  text-align: right;
}

.zurb_foundation_style .dashboard-card .card-header .grid-x .cell > * {
  flex-grow: initial;
}

.zurb_foundation_style .dashboard-card .card-header h5 {
  margin: 0;
  flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
}

.zurb_foundation_style .dashboard-card .card-header i,
.zurb_foundation_style .dashboard-card .card-header .right-action {
  position: relative;
  margin: 0 0 0 auto;
  /* Pushes the span to the right */
  text-align: right;
  right: 10px;
  cursor: pointer;
}

.zurb_foundation_style .dashboard-card .card-header i >,
.zurb_foundation_style .dashboard-card .card-header .right-action > {
  margin: 0 5px;
}

.zurb_foundation_style .dashboard-card .card-header i > .button,
.zurb_foundation_style .dashboard-card .card-header .right-action > .button {
  border-radius: 10px;
}

.zurb_foundation_style .dashboard-card .card-header .header-section {
  height: 100%;
  min-height: 50px;
}

.zurb_foundation_style .dashboard-card .card-header.horizontal {
  min-width: 150px;
  border-bottom: none;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.zurb_foundation_style .dashboard-card .card-header.horizontal h5 {
  text-align: center;
}

.zurb_foundation_style .dashboard-card .card-subheader {
  text-align: center;
  background: rgba(255, 255, 255, 0.015);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 5px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75em;
}

.zurb_foundation_style .dashboard-card .card-body {
  padding: 15px;
  flex: 1;
}

.zurb_foundation_style .dashboard-card .card-body.no-padding {
  padding: 0;
}

@include-media ("<=medium") {
  .zurb_foundation_style .dashboard-card .card-body .period-revenue {
    order: -2;
  }
}

.zurb_foundation_style .dashboard-card .empty-state {
  color: #999;
  font-style: italic;
  text-align: center;
  padding: 20px 0;
}

.zurb_foundation_style .stat-container {
  padding: 10px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  /* Chart styling */
}

.zurb_foundation_style .stat-container table {
  margin-bottom: 0;
}

.zurb_foundation_style .stat-container .chart-container {
  min-height: 200px;
  width: 100%;
  margin: 0 auto;
}

.zurb_foundation_style .stat-container h2 {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.zurb_foundation_style .stat-change {
  font-size: 0.9rem;
  font-weight: 500;
}

.zurb_foundation_style .stat-change.small {
  font-size: 0.75rem;
}

.zurb_foundation_style .stat-change.positive {
  color: #3adb76;
}

.zurb_foundation_style .stat-change.negative {
  color: #cc4b37;
}

.zurb_foundation_style .stat-change.neutral {
  color: #8a8a8a;
}

.zurb_foundation_style .chart-container {
  min-height: 200px;
  width: 100%;
  margin: 0 auto;
}

.zurb_foundation_style > .grid-x > .cell.clear-background {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 20px;
  min-height: 1px;
}

.zurb_foundation_style {
  /* Title Approval Status Widget */
}

.zurb_foundation_style .title-approval-counts {
  display: flex;
  flex-direction: column;
}

.zurb_foundation_style .title-approval-counts .approval-status-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  margin-bottom: 8px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.zurb_foundation_style .title-approval-counts .approval-status-item:hover {
  transform: translateX(3px);
  background-color: rgba(255, 255, 255, 0.1);
}

.zurb_foundation_style .title-approval-counts .approval-status-item:last-child {
  margin-bottom: 0;
}

.zurb_foundation_style .title-approval-counts .approval-status-item .status-name,
.zurb_foundation_style .title-approval-counts .approval-status-item .status-count {
  filter: brightness(30%);
}

.zurb_foundation_style .title-approval-counts .approval-status-item .status-name {
  font-weight: 500;
}

.zurb_foundation_style .status-count {
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 2px 8px;
  border-radius: 5px;
  min-width: 30px;
  text-align: center;
}

.zurb_foundation_style {
  /* Platform Status Bar */
}

.zurb_foundation_style .platform-status-bar {
  opacity: 0.9;
}

.zurb_foundation_style .platform-status-bar .cell {
  padding: 10px;
}

.zurb_foundation_style .platform-status-bar .cell .status-segment {
  display: block;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 5px;
  padding: 8px;
}

.zurb_foundation_style .platform-status-bar .cell .status-segment:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.zurb_foundation_style .platform-status-bar .cell .status-segment.empty {
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  justify-content: center;
}

.zurb_foundation_style .platform-status-bar .status-label {
  font-size: 0.8rem;
  font-weight: 500;
  filter: brightness(10%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-align: center;
}

.zurb_foundation_style .platform-status-bar .status-count {
  font-size: 13px;
  font-weight: bold;
  float: right;
  filter: brightness(30%);
}

.zurb_foundation_style {
  /* Messages Widget Styling */
}

.zurb_foundation_style .dashboard-messages .empty-state {
  padding: 20px;
  text-align: center;
  color: rgba(232, 232, 232, 0.6);
  font-style: italic;
}

.zurb_foundation_style .dashboard-messages .message-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.zurb_foundation_style .dashboard-messages .message-item:last-child {
  margin-bottom: 0;
}

.zurb_foundation_style .dashboard-messages .message-item:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.zurb_foundation_style .dashboard-messages .message-item .message-header {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.zurb_foundation_style .dashboard-messages .message-item .message-header h6 {
  margin: 0;
  flex-grow: 1;
  font-size: 15px;
  font-weight: 500;
  color: #e8e8e8;
}

.zurb_foundation_style .dashboard-messages .message-item .message-header .message-date {
  font-size: 12px;
  color: rgba(232, 232, 232, 0.7);
  margin: 0 10px;
}

.zurb_foundation_style .dashboard-messages .message-item .message-header .dismiss-message {
  background: none;
  border: none;
  color: rgba(232, 232, 232, 0.7);
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.zurb_foundation_style .dashboard-messages .message-item .message-header .dismiss-message:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #e8e8e8;
}

.zurb_foundation_style .dashboard-messages .message-item .message-content {
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(232, 232, 232, 0.9);
}

.zurb_foundation_style .dashboard-messages .message-item .message-content a {
  color: #64b5f6;
}

.zurb_foundation_style .dashboard-messages .message-item .message-content a:hover {
  color: #90caf9;
  text-decoration: underline;
}

.zurb_foundation_style .dashboard-messages .message-item .message-actions {
  display: flex;
  padding: 0 15px 15px;
  gap: 10px;
}

.zurb_foundation_style .dashboard-messages .message-item .message-actions .button {
  margin: 0;
  border-radius: 4px;
}

.grid-item[data-position="4"][data-size="medium"] {
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.zurb_foundation_style .title-releases {
  text-align: left;
}

.zurb_foundation_style .title-releases .dt-layout-row {
  margin: 0;
}

.zurb_foundation_style .title-releases table {
  margin-top: 10px;
}

.zurb_foundation_style .title-releases table td:first-child,
.zurb_foundation_style .title-releases table th:first-child {
  text-align: left;
}

.zurb_foundation_style .title-releases table td:last-child,
.zurb_foundation_style .title-releases table th:last-child {
  text-align: right;
}

.zurb_foundation_style .title-releases table .status-badge {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 500;
}

.zurb_foundation_style .title-releases table .status-badge.status-live-today {
  background-color: rgba(58, 219, 118, 0.2);
  color: #3adb76;
}

.zurb_foundation_style .title-releases table .status-badge.status-live-soon {
  background-color: rgba(100, 181, 246, 0.2);
  color: #64b5f6;
}

.zurb_foundation_style .title-releases table .status-badge.status-live-recently {
  background-color: rgba(255, 193, 7, 0.2);
  color: #ffc107;
}

.zurb_foundation_style .title-releases .dt-paging {
  color: whitesmoke;
}

.zurb_foundation_style {
  /* Revenue chart specific styling */
  /* Platform revenue specifics */
  /* Title revenue specifics */
}

.zurb_foundation_style .revenue-chart .chart-container {
  min-height: 200px;
  width: 100%;
  margin: 0 auto;
}

.zurb_foundation_style .platform-revenue-chart .chart-container {
  min-height: 250px;
}

.zurb_foundation_style .title-revenue-chart .chart-container {
  min-height: 250px;
}

.grid-item[data-position="3"][data-size="medium"] {
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.dashboard-card .badge {
  background: #007bff;
  color: white;
  border-radius: 10px;
  padding: 2px 8px;
  font-size: 12px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

.notifications-list {
  max-height: 400px;
  overflow-y: auto;
}

.notifications-list::-webkit-scrollbar {
  width: 6px;
}

.notifications-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.notifications-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.notifications-list::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

.notification-date-group {
  margin-bottom: 20px;
}

.notification-date-group:last-child {
  margin-bottom: 0;
}

.notification-date-header {
  font-weight: 600;
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.notification-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  padding: 12px 15px;
  margin-bottom: 10px;
  transition: all 0.2s;
  position: relative;
  border: 1px solid transparent;
}

.notification-item.unread {
  background: rgba(0, 123, 255, 0.1);
  border-left: 3px solid #007bff;
}

.notification-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.08);
}

.notification-item:last-child {
  margin-bottom: 0;
}

.notification-content {
  margin-bottom: 8px;
  line-height: 1.5;
  color: #e8e8e8;
}

.notification-content p {
  margin: 0;
}

.notification-content a,
.notification-content .notification-link {
  color: #4dabf7;
  text-decoration: none;
  font-weight: 500;
}

.notification-content a:hover,
.notification-content .notification-link:hover {
  text-decoration: underline;
  color: #74c0fc;
}

.notification-content .notification-actions {
  margin-top: 10px;
}

.notification-content .button {
  margin-right: 8px;
}

.notification-content .button:last-child {
  margin-right: 0;
}

.notification-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notification-time {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.btn-dismiss {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 3px;
  transition: all 0.2s;
}

.btn-dismiss:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}

.btn-dismiss:focus {
  outline: none;
}

.btn-dismiss:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-dismiss.error {
  color: #ff6b6b;
}

.btn-dismiss.error:hover {
  background: rgba(255, 107, 107, 0.1);
}

.empty-state {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 40px 20px;
}

.empty-state i {
  font-size: 48px;
  margin-bottom: 15px;
  display: block;
  opacity: 0.5;
}

.empty-state p {
  margin: 0;
  font-size: 16px;
}

.card-subheader.notification-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.card-subheader.notification-navigation .nav-btn {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 14px;
}

.card-subheader.notification-navigation .nav-btn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.card-subheader.notification-navigation .nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.card-subheader.notification-navigation .nav-btn.prev {
  float: left;
}

.card-subheader.notification-navigation .nav-btn.next {
  float: right;
}

.card-subheader.notification-navigation .nav-btn i {
  font-size: 12px;
}

.card-subheader.notification-navigation .notification-counter {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  flex: 1;
}

.card-subheader.notification-navigation .notification-counter .current {
  color: #fff;
}

.notifications-single-view .notifications-carousel {
  position: relative;
  min-height: 150px;
}

.notifications-single-view .notification-item {
  position: relative;
}

.notifications-single-view .notification-item.active {
  display: block !important;
}

.notifications-single-view .notification-date-badge {
  display: inline-block;
  background: rgba(0, 123, 255, 0.2);
  color: #4dabf7;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}

.user-search-container .user-search-filters {
  background: #f8f8f8;
  padding: 1.5rem;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}

.user-search-container .user-search-filters label {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.user-search-container .user-search-filters input[type="text"],
.user-search-container .user-search-filters select {
  margin-bottom: 0;
}

.user-search-container .user-search-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  background: #e8f4ff;
  border-radius: 4px;
}

.user-search-container .user-search-info .user-search-selected-count {
  font-weight: 600;
  color: #2563eb;
}

.user-search-container .user-search-results-wrapper {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.user-search-container .user-search-results-wrapper .user-search-results {
  width: 100%;
  margin: 0;
}

.user-search-container .user-search-results-wrapper .user-search-results thead {
  background: #f5f5f5;
}

.user-search-container .user-search-results-wrapper .user-search-results thead th {
  padding: 0.75rem 1rem;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #ddd;
  text-align: left;
}

.user-search-container .user-search-results-wrapper .user-search-results thead th:first-child {
  width: 40px;
  text-align: center;
}

.user-search-container .user-search-results-wrapper .user-search-results tbody tr {
  transition: background-color 0.2s ease;
}

.user-search-container .user-search-results-wrapper .user-search-results tbody tr:hover {
  background: #f9f9f9;
}

.user-search-container .user-search-results-wrapper .user-search-results tbody tr:nth-child(even) {
  background: #fafafa;
}

.user-search-container .user-search-results-wrapper .user-search-results tbody tr td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e0e0e0;
}

.user-search-container .user-search-results-wrapper .user-search-results tbody tr td:first-child {
  text-align: center;
}

.user-search-container .user-search-results-wrapper .user-search-results tbody tr td .label {
  padding: 0.25rem 0.75rem;
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: 500;
}

.user-search-container .user-search-results-wrapper .user-search-results tbody tr td .label.success {
  background: #d4edda;
  color: #155724;
}

.user-search-container .user-search-results-wrapper .user-search-results tbody tr td .label.alert {
  background: #f8d7da;
  color: #721c24;
}

.user-search-container .user-search-results-wrapper .user-search-results .loading-message,
.user-search-container .user-search-results-wrapper .user-search-results .text-error {
  padding: 2rem;
  font-style: italic;
  color: #666;
}

.user-search-container .user-search-results-wrapper .user-search-results .text-error {
  color: #d32f2f;
}

.user-search-container .user-search-pagination {
  display: flex;
  justify-content: center;
}

.user-search-container .user-search-pagination .pagination {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.25rem;
}

.user-search-container .user-search-pagination .pagination .pa a {
  display: block;
  padding: 0.5rem 0.75rem;
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.2s ease;
}

.user-search-container .user-search-pagination .pagination .pa a:hover {
  background: #f5f5f5;
  border-color: #999;
}

.user-search-container .user-search-pagination .pagination .pa.active a {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}

.user-search-container .user-search-pagination .pagination .pa.prev a,
.user-search-container .user-search-pagination .pagination .pa.next a {
  position: relative;
  padding: 0.5rem 1rem;
}

.user-search-container .user-search-pagination .pagination .pa.prev a::after,
.user-search-container .user-search-pagination .pagination .pa.next a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}

.user-search-container .user-search-pagination .pagination .pa.prev a::after {
  left: 0.5rem;
  border-width: 5px 8px 5px 0;
  border-color: transparent #666 transparent transparent;
}

.user-search-container .user-search-pagination .pagination .pa.next a::after {
  right: 0.5rem;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #666;
}

.user-search-modal {
  max-width: 900px;
}

.user-search-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #e0e0e0;
}

.user-search-modal .modal-header h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.user-search-modal .modal-header .close-button {
  position: static;
  font-size: 2rem;
  line-height: 1;
  color: #999;
  background: none;
  border: none;
  cursor: pointer;
}

.user-search-modal .modal-header .close-button:hover {
  color: #333;
}

.user-search-modal .modal-body {
  padding: 2rem;
  max-height: 70vh;
  overflow-y: auto;
}

.user-search-container .user-search-filters {
  background: #f8f8f8;
  padding: 1.5rem;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}

.user-search-container .user-search-filters .filter-group {
  margin-bottom: 1.5rem;
}

.user-search-container .user-search-filters .filter-group:last-child {
  margin-bottom: 0;
}

.user-search-container .user-search-filters label {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  display: block;
}

.user-search-container .user-search-filters .filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.user-search-container .user-search-filters .filter-header .filter-label {
  font-size: 0.875rem;
  color: #666;
  font-weight: normal;
}

.user-search-container .user-search-filters .filter-header .filter-clear {
  background: transparent;
  border: none;
  color: #999;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  display: none;
  align-items: center;
  gap: 0.25rem;
  transition: color 0.2s;
}

.user-search-container .user-search-filters .filter-header .filter-clear:hover {
  color: #d32f2f;
}

.user-search-container .user-search-filters .filter-header .filter-clear i {
  font-size: 0.75rem;
}

.user-search-container .user-search-filters input[type="text"],
.user-search-container .user-search-filters select {
  margin-bottom: 0;
}

.user-search-container .user-search-filters .ms-container {
  width: 100%;
}

.user-search-container .user-search-filters .ms-container .ms-selectable,
.user-search-container .user-search-filters .ms-container .ms-selection {
  width: 48%;
}

.user-search-container .user-search-filters .ms-container .custom-header {
  background: #e0e0e0;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  color: #555;
}

.user-search-container .user-search-filters .ms-container .ms-list {
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 150px;
}

.user-search-container .user-search-filters .ms-container .ms-list li {
  padding: 0.5rem;
  font-size: 0.875rem;
}

.user-search-container .user-search-filters .ms-container .ms-list li.ms-hover {
  background: #e3f2fd;
}

.user-search-container .user-search-filters .ms-container .ms-list li.ms-selected {
  background: #2196f3;
  color: white;
}

.user-search-container .user-search-filters .toggle-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  cursor: pointer;
}

.user-search-container .user-search-filters .toggle-label input[type="checkbox"] {
  margin: 0;
  cursor: pointer;
}

.user-search-container .user-search-filters .toggle-label span {
  font-weight: normal;
  color: #555;
}

.user-search-container .user-search-filters .filter-actions {
  margin-top: 1.5rem;
  text-align: right;
}

.user-search-container .user-search-filters .filter-actions .button {
  margin: 0;
}

.user-search-container .user-search-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  background: #e8f4ff;
  border-radius: 4px;
}

.user-search-container .user-search-info .user-search-selected-count {
  font-weight: 600;
  color: #2563eb;
}

.user-search-container .user-search-info .selected-actions .button {
  margin: 0;
}

.user-search-container .user-search-results-wrapper {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.user-search-container .user-search-results-wrapper .user-search-results {
  width: 100%;
  margin: 0;
}

.user-search-container .user-search-results-wrapper .user-search-results thead {
  background: #f5f5f5;
}

.user-search-container .user-search-results-wrapper .user-search-results thead th {
  padding: 0.75rem 1rem;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #ddd;
  text-align: left;
  white-space: nowrap;
}

.user-search-container .user-search-results-wrapper .user-search-results thead th:first-child {
  width: 40px;
  text-align: center;
}

.user-search-container .user-search-results-wrapper .user-search-results thead th.sortable-column {
  cursor: pointer;
  user-select: none;
  position: relative;
}

.user-search-container .user-search-results-wrapper .user-search-results thead th.sortable-column:hover {
  background: #eee;
}

.user-search-container .user-search-results-wrapper .user-search-results thead th.sortable-column .sort-indicator {
  display: inline-block;
  margin-left: 0.5rem;
  color: #999;
}

.user-search-container .user-search-results-wrapper .user-search-results thead th.sortable-column .sort-indicator i {
  font-size: 0.875rem;
}

.user-search-container .user-search-results-wrapper .user-search-results thead th.sortable-column.sorted-asc .sort-indicator, .user-search-container .user-search-results-wrapper .user-search-results thead th.sortable-column.sorted-desc .sort-indicator {
  color: #2563eb;
}

.user-search-container .user-search-results-wrapper .user-search-results tbody tr {
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.user-search-container .user-search-results-wrapper .user-search-results tbody tr:hover {
  background: #f9f9f9;
}

.user-search-container .user-search-results-wrapper .user-search-results tbody tr:nth-child(even) {
  background: #fafafa;
}

.user-search-container .user-search-results-wrapper .user-search-results tbody tr.selected {
  background: #e3f2fd !important;
}

.user-search-container .user-search-results-wrapper .user-search-results tbody tr td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e0e0e0;
}

.user-search-container .user-search-results-wrapper .user-search-results tbody tr td:first-child {
  text-align: center;
  cursor: default;
}

.user-search-container .user-search-results-wrapper .user-search-results tbody tr td .label {
  padding: 0.25rem 0.75rem;
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: 500;
}

.user-search-container .user-search-results-wrapper .user-search-results tbody tr td .label.success {
  background: #d4edda;
  color: #155724;
}

.user-search-container .user-search-results-wrapper .user-search-results tbody tr td .label.alert {
  background: #f8d7da;
  color: #721c24;
}

.user-search-container .user-search-results-wrapper .user-search-results tbody tr td .notification-count {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #666;
  font-size: 0.875rem;
}

.user-search-container .user-search-results-wrapper .user-search-results tbody tr td .notification-count i {
  color: #ffa726;
}

.user-search-container .user-search-results-wrapper .user-search-results .loading-message,
.user-search-container .user-search-results-wrapper .user-search-results .text-error {
  padding: 2rem;
  font-style: italic;
  color: #666;
}

.user-search-container .user-search-results-wrapper .user-search-results .text-error {
  color: #d32f2f;
}

.user-search-container .user-search-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.user-search-container .user-search-pagination .pagination {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.25rem;
}

.user-search-container .user-search-pagination .pagination .pa a {
  display: block;
  padding: 0.5rem 0.75rem;
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.2s ease;
  min-width: 2.5rem;
  text-align: center;
}

.user-search-container .user-search-pagination .pagination .pa a:hover {
  background: #f5f5f5;
  border-color: #999;
}

.user-search-container .user-search-pagination .pagination .pa.active a {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}

.user-search-container .user-search-pagination .pagination .pa.disabled a {
  color: #999;
  cursor: default;
  pointer-events: none;
}

.user-search-container .user-search-pagination .pagination .pa.prev a,
.user-search-container .user-search-pagination .pagination .pa.next a {
  font-weight: bold;
}

.user-search-container .user-search-selected-section {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #f8f8f8;
  border-radius: 4px;
}

.user-search-container .user-search-selected-section h4 {
  margin: 0 0 1rem 0;
  color: #333;
  font-size: 1.125rem;
  font-weight: 600;
}

.user-search-container .user-search-selected-section .selected-users-wrapper {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  background: white;
}

.user-search-container .user-search-selected-section .selected-users-wrapper .user-search-selected-table {
  width: 100%;
  margin: 0;
}

.user-search-container .user-search-selected-section .selected-users-wrapper .user-search-selected-table thead {
  background: #f5f5f5;
}

.user-search-container .user-search-selected-section .selected-users-wrapper .user-search-selected-table thead th {
  padding: 0.75rem 1rem;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #ddd;
  text-align: left;
}

.user-search-container .user-search-selected-section .selected-users-wrapper .user-search-selected-table tbody tr:nth-child(even) {
  background: #fafafa;
}

.user-search-container .user-search-selected-section .selected-users-wrapper .user-search-selected-table tbody tr td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e0e0e0;
}

.user-search-container .user-search-selected-section .selected-users-wrapper .user-search-selected-table tbody tr td:last-child {
  text-align: center;
}

.user-search-container .user-search-selected-section .selected-users-wrapper .user-search-selected-table tbody tr td .button.alert {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  margin: 0;
}

.user-search-container .user-search-selected-section .selected-users-wrapper .user-search-selected-table tbody tr td .button.alert i {
  margin: 0;
}

.user-search-modal {
  max-width: 1200px;
}

.user-search-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #e0e0e0;
}

.user-search-modal .modal-header h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.user-search-modal .modal-header .close-button {
  position: static;
  font-size: 2rem;
  line-height: 1;
  color: #999;
  background: none;
  border: none;
  cursor: pointer;
}

.user-search-modal .modal-header .close-button:hover {
  color: #333;
}

.user-search-modal .modal-body {
  padding: 2rem;
  max-height: 80vh;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .user-search-container .user-search-filters .ms-container .ms-selectable,
  .user-search-container .user-search-filters .ms-container .ms-selection {
    width: 100%;
    margin-bottom: 1rem;
  }
  .user-search-container .user-search-results-wrapper {
    overflow-x: auto;
  }
  .user-search-container .user-search-results-wrapper .user-search-results {
    min-width: 700px;
  }
  .user-search-container .user-search-selected-section .selected-users-wrapper {
    overflow-x: auto;
  }
  .user-search-container .user-search-selected-section .selected-users-wrapper .user-search-selected-table {
    min-width: 600px;
  }
}

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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #0a2647;
  font-family: "Helvetica Neue", helvetica, roboto, arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

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

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

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

::placeholder {
  color: #cacaca;
}

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

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

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

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

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-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;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

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

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

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

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

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

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

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

.form-error.is-visible {
  display: block;
}

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: #fff;
  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: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #8ecae6;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #cde7f4;
}

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;
}

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

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: consolas, "Liberation Mono", courier, monospace;
  color: #000;
}

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

.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;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}

.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: consolas, "Liberation Mono", courier, monospace;
  font-weight: normal;
  color: #000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: consolas, "Liberation Mono", courier, monospace;
  font-weight: normal;
  color: #000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.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;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !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 #b1cdef;
    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;
  }
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  flex: 1 1 0px;
}

.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

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

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

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

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

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

.grid-y {
  display: flex;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  height: auto;
  max-height: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}

.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.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, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #2c6793;
  color: #fefefe;
}

.button:hover, .button:focus {
  background-color: #235276;
  color: #fefefe;
}

.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #35487f;
  color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
  background-color: #2a3a66;
  color: #fefefe;
}

.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fefefe;
}

.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #fefefe;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #fefefe;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #2c6793;
  color: #2c6793;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #16344a;
  color: #16344a;
}

.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #35487f;
  color: #35487f;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #1b2440;
  color: #1b2440;
}

.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
}

.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #2c6793;
}

.button.clear:hover, .button.clear:focus {
  color: #16344a;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #35487f;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  color: #1b2440;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: rgba(0, 0, 0, 0.2);
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: rgba(0, 0, 0, 0.2);
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}

.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}

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

.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: #2c6793;
}

.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #35487f;
}

.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: rgba(0, 0, 0, 0.2);
}

.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: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}

.button-group::before, .button-group::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group::before, .button-group::after {
  display: none;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}

.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 .button {
  flex: 1 1 0px;
  margin-right: 0;
}

.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #35487f;
  color: #fefefe;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #2a3a66;
  color: #fefefe;
}

.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fefefe;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fefefe;
}

.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #fefefe;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fefefe;
}

.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #fefefe;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fefefe;
}

.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}

.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #2c6793;
  color: #2c6793;
}

.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #16344a;
  color: #16344a;
}

.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #35487f;
  color: #35487f;
}

.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #1b2440;
  color: #1b2440;
}

.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
}

.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
}

.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}

.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #2c6793;
}

.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #16344a;
}

.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #35487f;
}

.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #1b2440;
}

.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: rgba(0, 0, 0, 0.2);
}

.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: rgba(0, 0, 0, 0.2);
}

.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}

.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}

.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}

.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}

.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}

.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}

.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}

.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 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, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
  margin-right: 0;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #000;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  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: #5c96de;
  color: #fefefe;
}

.label.primary {
  background: #35487f;
  color: #fefefe;
}

.label.secondary {
  background: rgba(0, 0, 0, 0.2);
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #000;
}

.label.warning {
  background: #ffae00;
  color: #000;
}

.label.alert {
  background: #cc4b37;
  color: #000;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #35487f;
}

.progress.secondary .progress-meter {
  background-color: rgba(0, 0, 0, 0.2);
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

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

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 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;
  user-select: none;
  touch-action: none;
}

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

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #5c96de;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #357dd6;
}

.slider-handle.is-dragging {
  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;
  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;
  transform: translateX(-50%);
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  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;
  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;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .switch-paddle {
  background: #5c96de;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 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 rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.005);
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: rgba(255, 255, 255, 0.1);
  color: #000;
}

tfoot {
  background: rgba(255, 255, 255, 0.1);
  color: #000;
}

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: rgba(255, 255, 255, 0.05);
}

table.unstriped tbody {
  background-color: rgba(255, 255, 255, 0.005);
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.005);
}

@media print, 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: rgba(255, 255, 255, 0.15);
}

table.hover tfoot tr:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

table.hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.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: #5c96de;
  color: #fefefe;
}

.badge.primary {
  background: #35487f;
  color: #fefefe;
}

.badge.secondary {
  background: rgba(0, 0, 0, 0.2);
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #000;
}

.badge.warning {
  background: #ffae00;
  color: #000;
}

.badge.alert {
  background: #cc4b37;
  color: #000;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #000;
  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: #5c96de;
}

.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(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: rgba(217, 217, 217, 0);
  color: #000;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #dce1f0;
  color: #000;
}

.callout.secondary {
  background-color: rgba(217, 217, 217, 0.2);
  color: #000;
}

.callout.success {
  background-color: #e1faea;
  color: #000;
}

.callout.warning {
  background-color: #fff3d9;
  color: #000;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #000;
}

.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 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #000;
}

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

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

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

.card-section {
  flex: 1 0 auto;
  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: ' ';
  flex-basis: 0;
  order: 1;
}

.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: #000;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #5c96de;
  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: #000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: none;
  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: #000;
  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 #000;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 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: #000 transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 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 #000;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 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 #000 transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 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: #5c96de;
}

: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: "–";
}

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

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}

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

@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}

.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 print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section.main-section {
  flex: 1 1 0px;
}

.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(0, 0, 0, 0.5);
  color: #fefefe;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 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(0, 0, 0, 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 rgba(255, 255, 255, 0.2);
  background: transparent;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.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: #35487f;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #3a4f8b;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #5c96de;
}

[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #377ed7;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: rgba(255, 255, 255, 0.05);
  color: #5c96de;
}

.tabs-content {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 0;
  background: transparent;
  color: #000;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid rgba(255, 255, 255, 0.2);
  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;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(92, 150, 222, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

[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, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}

.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}

.menu.expanded li {
  flex: 1 1 0px;
}

.menu.simple {
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}

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

.menu.icons a {
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}

.menu.icon-left li a {
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #35487f;
  color: #fefefe;
}

.menu .active > a {
  background: #35487f;
  color: #fefefe;
}

.menu.align-left {
  justify-content: flex-start;
}

.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}

.menu.align-right li .submenu li {
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

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

.menu.align-center li {
  display: flex;
  justify-content: center;
}

.menu.align-center li .submenu li {
  justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}

.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}

.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.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;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

.menu-icon:hover::after {
  background: #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: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #b1cdef;
  box-shadow: 0 7px 0 #b1cdef, 0 14px 0 #b1cdef;
}

.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: #5c96de 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 {
  transform: rotate(180deg);
  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: #5c96de transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

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

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

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  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;
  transition: transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  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 #5c96de;
  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 #5c96de;
  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 #5c96de 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 #5c96de 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: #5c96de 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: #35487f;
}

.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 #5c96de 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 #5c96de;
}

@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: #5c96de 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 #5c96de 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 #5c96de;
  }
}

@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: #5c96de 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 #5c96de 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 #5c96de;
  }
}

.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 #5c96de 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 #5c96de;
}

.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%;
  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;
  transition: transform 0.5s ease;
  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 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  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 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}

.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}

.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    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 {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    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 {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    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 {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    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 {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    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 {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    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 {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    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 {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    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;
    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 {
    box-shadow: 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;
    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 {
    box-shadow: 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(0, 0, 0, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  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 {
  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 print, 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;
  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: #000;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

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

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

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}

.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 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

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

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

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

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

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

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

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

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

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

@font-face {
  font-family: 'opensans';
  src: url("/fonts/OpenSans-Regular.woff2") format("woff2"), url("/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'opensans-semi';
  src: url("/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("/fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'opensans-bold';
  src: url("/fonts/OpenSans-Bold.woff2") format("woff2"), url("/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'opensans-light';
  src: url("/fonts/OpenSans-Light.woff2") format("woff2"), url("/fonts/OpenSans-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'kanit-bold';
  src: url("/fonts/Kanit-Bold.woff2") format("woff2"), url("/fonts/Kanit-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'kanit-medium';
  src: url("/fonts/Kanit-Medium.woff2") format("woff2"), url("/fonts/Kanit-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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