/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, ul.bullet-grid, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul, ul.bullet-grid {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body.no-scroll {
  overflow: hidden !important;
}
@media screen and (max-width:667px) {
  .show-mobile {
    display: block;
  }
}
@media screen and (max-width:667px) {
  .show-mobile-inline {
    display: inline;
  }
}
@media screen and (max-width:667px) {
  .show-mobile-inline-block {
    display: inline-block;
  }
}
@media screen and (max-width:667px) {
  .show-mobile-block {
    display: block;
  }
}
@media screen and (max-width:375px) {
  .show-mobile-portrait {
    display: block;
  }
}
@media screen and (max-width:375px) {
  .show-mobile-portrait-inline {
    display: inline;
  }
}
@media screen and (max-width:375px) {
  .show-mobile-portrait-inline-block {
    display: inline-block;
  }
}
@media screen and (max-width:375px) {
  .show-mobile-portrait-block {
    display: block;
  }
}
@media screen and (min-width:375px) and (max-width:667px) {
  .show-mobile-landscape {
    display: block;
  }
}
@media screen and (min-width:375px) and (max-width:667px) {
  .show-mobile-landscape-inline {
    display: inline;
  }
}
@media screen and (min-width:375px) and (max-width:667px) {
  .show-mobile-landscape-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width:375px) and (max-width:667px) {
  .show-mobile-landscape-block {
    display: block;
  }
}
@media screen and (min-width:667px) and (max-width:1028px) {
  .show-tablet {
    display: block;
  }
}
@media screen and (min-width:667px) and (max-width:1028px) {
  .show-tablet-inline {
    display: inline;
  }
}
@media screen and (min-width:667px) and (max-width:1028px) {
  .show-tablet-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width:667px) and (max-width:1028px) {
  .show-tablet-block {
    display: block;
  }
}
@media screen and (min-width:667px) and (max-width:768px) {
  .show-tablet-portrait {
    display: block;
  }
}
@media screen and (min-width:667px) and (max-width:768px) {
  .show-tablet-portrait-inline {
    display: inline;
  }
}
@media screen and (min-width:667px) and (max-width:768px) {
  .show-tablet-portrait-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width:667px) and (max-width:768px) {
  .show-tablet-portrait-block {
    display: block;
  }
}
@media screen and (min-width:768px) and (max-width:1028px) {
  .show-tablet-landscape {
    display: block;
  }
}
@media screen and (min-width:768px) and (max-width:1028px) {
  .show-tablet-landscape-inline {
    display: inline;
  }
}
@media screen and (min-width:768px) and (max-width:1028px) {
  .show-tablet-landscape-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width:768px) and (max-width:1028px) {
  .show-tablet-landscape-block {
    display: block;
  }
}
@media screen and (min-width:1028px) and (max-width:2200px) {
  .show-desktop {
    display: block;
  }
}
@media screen and (min-width:1028px) and (max-width:2200px) {
  .show-desktop-inline {
    display: inline;
  }
}
@media screen and (min-width:1028px) and (max-width:2200px) {
  .show-desktop-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width:1028px) and (max-width:2200px) {
  .show-desktop-block {
    display: block;
  }
}
@media screen and (min-width:2200px) {
  .show-large {
    display: block;
  }
}
@media screen and (min-width:2200px) {
  .show-large-inline {
    display: inline;
  }
}
@media screen and (min-width:2200px) {
  .show-large-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width:2200px) {
  .show-large-block {
    display: block;
  }
}
.show-only-mobile {
  display: none;
}
@media screen and (max-width:667px) {
  .show-only-mobile {
    display: block;
  }
}
.show-only-mobile-inline {
  display: none;
}
@media screen and (max-width:667px) {
  .show-only-mobile-inline {
    display: inline;
  }
}
.show-only-mobile-inline-block {
  display: none;
}
@media screen and (max-width:667px) {
  .show-only-mobile-inline-block {
    display: inline-block;
  }
}
.show-only-mobile-block {
  display: none;
}
@media screen and (max-width:667px) {
  .show-only-mobile-block {
    display: block;
  }
}
.show-only-mobile-portrait {
  display: none;
}
@media screen and (max-width:375px) {
  .show-only-mobile-portrait {
    display: block;
  }
}
.show-only-mobile-portrait-inline {
  display: none;
}
@media screen and (max-width:375px) {
  .show-only-mobile-portrait-inline {
    display: inline;
  }
}
.show-only-mobile-portrait-inline-block {
  display: none;
}
@media screen and (max-width:375px) {
  .show-only-mobile-portrait-inline-block {
    display: inline-block;
  }
}
.show-only-mobile-portrait-block {
  display: none;
}
@media screen and (max-width:375px) {
  .show-only-mobile-portrait-block {
    display: block;
  }
}
.show-only-mobile-landscape {
  display: none;
}
@media screen and (min-width:375px) and (max-width:667px) {
  .show-only-mobile-landscape {
    display: block;
  }
}
.show-only-mobile-landscape-inline {
  display: none;
}
@media screen and (min-width:375px) and (max-width:667px) {
  .show-only-mobile-landscape-inline {
    display: inline;
  }
}
.show-only-mobile-landscape-inline-block {
  display: none;
}
@media screen and (min-width:375px) and (max-width:667px) {
  .show-only-mobile-landscape-inline-block {
    display: inline-block;
  }
}
.show-only-mobile-landscape-block {
  display: none;
}
@media screen and (min-width:375px) and (max-width:667px) {
  .show-only-mobile-landscape-block {
    display: block;
  }
}
.show-only-tablet {
  display: none;
}
@media screen and (min-width:667px) and (max-width:1028px) {
  .show-only-tablet {
    display: block;
  }
}
.show-only-tablet-inline {
  display: none;
}
@media screen and (min-width:667px) and (max-width:1028px) {
  .show-only-tablet-inline {
    display: inline;
  }
}
.show-only-tablet-inline-block {
  display: none;
}
@media screen and (min-width:667px) and (max-width:1028px) {
  .show-only-tablet-inline-block {
    display: inline-block;
  }
}
.show-only-tablet-block {
  display: none;
}
@media screen and (min-width:667px) and (max-width:1028px) {
  .show-only-tablet-block {
    display: block;
  }
}
.show-only-tablet-portrait {
  display: none;
}
@media screen and (min-width:667px) and (max-width:768px) {
  .show-only-tablet-portrait {
    display: block;
  }
}
.show-only-tablet-portrait-inline {
  display: none;
}
@media screen and (min-width:667px) and (max-width:768px) {
  .show-only-tablet-portrait-inline {
    display: inline;
  }
}
.show-only-tablet-portrait-inline-block {
  display: none;
}
@media screen and (min-width:667px) and (max-width:768px) {
  .show-only-tablet-portrait-inline-block {
    display: inline-block;
  }
}
.show-only-tablet-portrait-block {
  display: none;
}
@media screen and (min-width:667px) and (max-width:768px) {
  .show-only-tablet-portrait-block {
    display: block;
  }
}
.show-only-tablet-landscape {
  display: none;
}
@media screen and (min-width:768px) and (max-width:1028px) {
  .show-only-tablet-landscape {
    display: block;
  }
}
.show-only-tablet-landscape-inline {
  display: none;
}
@media screen and (min-width:768px) and (max-width:1028px) {
  .show-only-tablet-landscape-inline {
    display: inline;
  }
}
.show-only-tablet-landscape-inline-block {
  display: none;
}
@media screen and (min-width:768px) and (max-width:1028px) {
  .show-only-tablet-landscape-inline-block {
    display: inline-block;
  }
}
.show-only-tablet-landscape-block {
  display: none;
}
@media screen and (min-width:768px) and (max-width:1028px) {
  .show-only-tablet-landscape-block {
    display: block;
  }
}
.show-only-desktop {
  display: none;
}
@media screen and (min-width:1028px) and (max-width:2200px) {
  .show-only-desktop {
    display: block;
  }
}
.show-only-desktop-inline {
  display: none;
}
@media screen and (min-width:1028px) and (max-width:2200px) {
  .show-only-desktop-inline {
    display: inline;
  }
}
.show-only-desktop-inline-block {
  display: none;
}
@media screen and (min-width:1028px) and (max-width:2200px) {
  .show-only-desktop-inline-block {
    display: inline-block;
  }
}
.show-only-desktop-block {
  display: none;
}
@media screen and (min-width:1028px) and (max-width:2200px) {
  .show-only-desktop-block {
    display: block;
  }
}
.show-only-large {
  display: none;
}
@media screen and (min-width:2200px) {
  .show-only-large {
    display: block;
  }
}
.show-only-large-inline {
  display: none;
}
@media screen and (min-width:2200px) {
  .show-only-large-inline {
    display: inline;
  }
}
.show-only-large-inline-block {
  display: none;
}
@media screen and (min-width:2200px) {
  .show-only-large-inline-block {
    display: inline-block;
  }
}
.show-only-large-block {
  display: none;
}
@media screen and (min-width:2200px) {
  .show-only-large-block {
    display: block;
  }
}
@media screen and (max-width:667px) {
  .hide-mobile {
    display: none;
  }
}
@media screen and (max-width:375px) {
  .hide-mobile-portrait {
    display: none;
  }
}
@media screen and (min-width:375px) and (max-width:667px) {
  .hide-mobile-landscape {
    display: none;
  }
}
@media screen and (min-width:667px) and (max-width:1028px) {
  .hide-tablet {
    display: none;
  }
}
@media screen and (min-width:667px) and (max-width:768px) {
  .hide-tablet-portrait {
    display: none;
  }
}
@media screen and (min-width:768px) and (max-width:1028px) {
  .hide-tablet-landscape {
    display: none;
  }
}
@media screen and (min-width:1028px) and (max-width:2200px) {
  .hide-desktop {
    display: none;
  }
}
@media screen and (min-width:2200px) {
  .hide-large {
    display: none;
  }
}
html, body {
  height: 100%;
}
input[type=color] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=date] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=datetime] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=datetime-local] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=email] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=month] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=number] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=password] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=search] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=tel] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=text] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=time] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=url] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=week] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
inputinput:not([type]) {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
inputtextarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=submit],
button[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/build/assets/fontawesome-webfont-G5YE5S7X.eot?v=4.7.0");
  src: url("/build/assets/fontawesome-webfont-G5YE5S7X.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/build/assets/fontawesome-webfont-B-jkhYfk.woff2?v=4.7.0") format("woff2"), url("/build/assets/fontawesome-webfont-CDK5bt4p.woff?v=4.7.0") format("woff"), url("/build/assets/fontawesome-webfont-CQDK8MU3.ttf?v=4.7.0") format("truetype"), url("/build/assets/fontawesome-webfont-D13rzr4g.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.modal-wrapper, .modal-wrapper-vue {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 100;
}
.modal-wrapper.visible, .modal-wrapper-vue.visible {
  display: block;
}
.modal-wrapper .modal-overlay, .modal-wrapper-vue .modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-wrapper .modal, .modal-wrapper-vue .modal {
  position: relative;
  background: #FFF;
  padding: 20px 0 20px 20px;
  width: auto;
  max-height: 75%;
  max-width: 600px;
  margin: 20px auto;
}
.modal-wrapper .modal header, .modal-wrapper-vue .modal header {
  margin: -20px 0 0 -20px !important;
  padding: 20px 20px 0 20px;
  background-color: #E3E3E3;
  background-color: #E3E3E3;
}
.modal-wrapper .modal header .modal-title, .modal-wrapper-vue .modal header .modal-title {
  font-size: 1.6em;
  font-weight: bold;
}
.modal-wrapper .modal .modal-body, .modal-wrapper-vue .modal .modal-body {
  overflow-y: auto;
  max-height: 450px;
  padding: 10px;
}
.modal-wrapper .modal .modal-body p, .modal-wrapper-vue .modal .modal-body p {
  font-size: 1.1em;
}
.modal-wrapper .modal footer, .modal-wrapper-vue .modal footer {
  margin-top: 20px;
  padding-top: 10px;
}
.modal-wrapper .modal.phi-modal footer, .modal-wrapper-vue .modal.phi-modal footer {
  margin-top: 0;
}
body.modal-open {
  overflow: hidden;
}
.tooltipster-sidetip.tooltip-error .tooltipster-box {
  border: 2px solid #D90E13;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 1px rgba(78, 78, 78, 0.2);
  -moz-box-shadow: 0 0 5px 1px rgba(78, 78, 78, 0.2);
  -ms-box-shadow: 0 0 5px 1px rgba(78, 78, 78, 0.2);
  -o-box-shadow: 0 0 5px 1px rgba(78, 78, 78, 0.2);
  box-shadow: 0 0 5px 1px rgba(78, 78, 78, 0.2);
}
.tooltipster-sidetip.tooltip-error .tooltipster-content {
  color: #D90E13;
  text-transform: uppercase;
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 600;
}
.tooltipster-sidetip.tooltip-error .tooltipster-arrow-background {
  border-right-color: #fff;
}
.tooltipster-sidetip.tooltip-error .tooltipster-arrow-border {
  border-right-color: #D90E13;
}
.btn, form input[type=submit], form button[type=submit], .btn-icon, button {
  display: inline-block;
  margin: 0;
  padding: 12px 20px;
  background-color: #00b9eb;
  color: #fff;
  border: none;
  font-size: 1em;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn:active, form input[type=submit]:active, form button[type=submit]:active, .btn-icon:active, .btn:focus, form input[type=submit]:focus, form button[type=submit]:focus, .btn-icon:focus, button:active, button:focus {
  outline: none;
}
.btn:hover, form input[type=submit]:hover, form button[type=submit]:hover, .btn-icon:hover, button:hover {
  color: #fff;
  background-color: #0091b8;
}
.btn[disabled=disabled], form input[disabled=disabled][type=submit], form button[disabled=disabled][type=submit], [disabled=disabled].btn-icon, button[disabled=disabled] {
  opacity: 0.5;
}
.btn.btn-sm, form input.btn-sm[type=submit], form button.btn-sm[type=submit], .btn-sm.btn-icon, button.btn-sm {
  padding: 8px 15px;
  font-size: 0.9em;
}
.btn.btn-lg, form input.btn-lg[type=submit], form button.btn-lg[type=submit], .btn-lg.btn-icon, button.btn-lg {
  padding: 20px 35px;
  font-size: 1.3em;
}
.btn.btn-light, form input.btn-light[type=submit], form button.btn-light[type=submit], .btn-light.btn-icon, button.btn-light {
  color: #4E4E4E;
  background-color: #E3E3E3;
}
.btn.btn-light:hover, form input.btn-light[type=submit]:hover, .btn-light.btn-icon:hover, button.btn-light:hover {
  color: #4E4E4E;
  background-color: #cacaca;
}
.btn.btn-default, form input.btn-default[type=submit], form button.btn-default[type=submit], .btn-default.btn-icon, button.btn-default {
  color: #3F3F3F;
  background-color: #c0c0c0;
}
.btn.btn-default:hover, form input.btn-default[type=submit]:hover, .btn-default.btn-icon:hover, button.btn-default:hover {
  background-color: #a7a7a7;
}
.btn.btn-success, form input.btn-success[type=submit], form button.btn-success[type=submit], .btn-success.btn-icon, button.btn-success {
  background-color: #26C026;
}
.btn.btn-success:hover, form input.btn-success[type=submit]:hover, .btn-success.btn-icon:hover, button.btn-success:hover {
  background-color: #1e951e;
}
.btn.btn-error, form input.btn-error[type=submit], form button.btn-error[type=submit], .btn-error.btn-icon, button.btn-error {
  background-color: #D90E13;
}
.btn.btn-error:hover, form input.btn-error[type=submit]:hover, .btn-error.btn-icon:hover, button.btn-error:hover {
  background-color: #a90b0f;
}
.btn.btn-cancel, form input.btn-cancel[type=submit], form button.btn-cancel[type=submit], .btn-cancel.btn-icon, button.btn-cancel {
  background-color: transparent;
  border: 1px solid #D90E13;
  color: #D90E13;
}
.btn.btn-cancel:hover, form input.btn-cancel[type=submit]:hover, .btn-cancel.btn-icon:hover, button.btn-cancel:hover {
  background-color: #D90E13;
  color: #fff;
}
.btn .fa, form input[type=submit] .fa, form button[type=submit] .fa, .btn-icon .fa, button .fa {
  margin-right: 10px;
  margin-left: -5px;
}
.btn.sample-kiosk-btn, form input.sample-kiosk-btn[type=submit], form button.sample-kiosk-btn[type=submit], .sample-kiosk-btn.btn-icon, button.sample-kiosk-btn {
  border-radius: 100px;
}
.btn.sample-kiosk-tab, form input.sample-kiosk-tab[type=submit], form button.sample-kiosk-tab[type=submit], .sample-kiosk-tab.btn-icon, button.sample-kiosk-tab {
  border-bottom-right-radius: 75px;
  -moz-border-radius-bottomright: 75px;
  -webkit-border-bottom-right-radius: 75px;
  border-bottom-left-radius: 75px;
  -moz-border-radius-bottomleft: 75px;
  -webkit-border-bottom-left-radius: 75px;
  width: 75px;
  height: 50px;
  font-size: 0.82em;
  text-transform: uppercase;
}
.btn + .btn, form input[type=submit] + .btn, form button[type=submit] + .btn, form .btn + input[type=submit], form input[type=submit] + input[type=submit], form .btn + button[type=submit], form input[type=submit] + button[type=submit], .btn-icon + .btn, form .btn-icon + input[type=submit], form .btn-icon + button[type=submit], .btn + .btn-icon, form input[type=submit] + .btn-icon, form button[type=submit] + .btn-icon, .btn-icon + .btn-icon, button + .btn, form button + input[type=submit], form button + button[type=submit], button + .btn-icon {
  margin-left: 8px;
}
/**
 * This means the WHOLE button is just an icon.
 * This is not a button that also has text.
 */
.btn-icon {
  padding: 7px;
  font-size: 1.3em;
  background-color: transparent;
}
.btn-icon:hover {
  background-color: transparent;
  color: #00b9eb !important;
  opacity: 1;
}
.btn-icon .fa {
  margin: 0;
}
div.btn-group {
  position: relative;
  display: flex;
  align-items: center;
  align-self: center;
  z-index: 0;
}
div.btn-group:hover {
  z-index: 10;
}
div.btn-group:hover .btn-dropdown {
  display: block;
}
div.btn-group .btn-icon {
  position: relative;
  z-index: 10;
  background-color: #fff;
  color: #4E4E4E;
  border: 1px solid #e8e8e8;
  margin: 0;
}
div.btn-group .btn-icon.borderless {
  border: none;
}
div.btn-group > ul.btn-dropdown {
  display: none;
  position: absolute;
  top: 97%;
  left: 0;
  margin: -2px 0 0;
  width: 160px;
  height: auto;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #ededed;
  z-index: 100;
  -webkit-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  -ms-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  -o-box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
}
div.btn-group > ul.btn-dropdown.right {
  left: auto;
  right: 0;
}
div.btn-group > ul.btn-dropdown > li {
  margin: 0 !important;
  padding: 0;
  z-index: 10;
}
div.btn-group > ul.btn-dropdown > li a {
  display: block;
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.8em;
  z-index: 10;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
div.btn-group > ul.btn-dropdown > li a:hover {
  color: #00b9eb;
  background-color: #f7f7f7;
}
div.btn-group > ul.btn-dropdown > li a i {
  margin-right: 5px;
  font-size: 1.2em;
}
div.btn-group > ul.btn-dropdown hr {
  margin: 0;
}
/**
 * Button set
 */
.buttonset {
  zoom: 1;
}
.buttonset:before, .buttonset:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.buttonset:after {
  clear: both;
}
.buttonset .action-status {
  float: left;
  color: #00b9eb;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.buttonset .action-status.show {
  display: block;
  opacity: 1;
}
.buttonset .action-status .fa {
  vertical-align: top;
  margin-top: 2px;
  margin-right: 8px;
}
.buttonset.buttonset-right {
  text-align: right;
}
/** All fonts used in the Manager application **/
/* lato-300 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("/build/assets/lato-v14-latin-300-DZYwOVv-.eot"); /* IE9 Compat Modes */
  src: local("Lato Light"), local("Lato-Light"), url("/build/assets/lato-v14-latin-300-DZYwOVv-.eot?#iefix") format("embedded-opentype"), url("/build/assets/lato-v14-latin-300-SSouuPX0.woff2") format("woff2"), url("/build/assets/lato-v14-latin-300-BgbNLaEY.woff") format("woff"), url("/build/assets/lato-v14-latin-300-DpBoUeSw.ttf") format("truetype"), url("/build/assets/lato-v14-latin-300-BrknbaFC.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-300italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url("/build/assets/lato-v14-latin-300italic-D20BOsW8.eot"); /* IE9 Compat Modes */
  src: local("Lato Light Italic"), local("Lato-LightItalic"), url("/build/assets/lato-v14-latin-300italic-D20BOsW8.eot?#iefix") format("embedded-opentype"), url("/build/assets/lato-v14-latin-300italic-CHTYwJur.woff2") format("woff2"), url("/build/assets/lato-v14-latin-300italic-BLs6qrMD.woff") format("woff"), url("/build/assets/lato-v14-latin-300italic-D7HB95Ux.ttf") format("truetype"), url("/build/assets/lato-v14-latin-300italic-BWN1JhWm.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("/build/assets/lato-v14-latin-regular-CSfIipST.eot"); /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), url("/build/assets/lato-v14-latin-regular-CSfIipST.eot?#iefix") format("embedded-opentype"), url("/build/assets/lato-v14-latin-regular-i0k2_VZd.woff2") format("woff2"), url("/build/assets/lato-v14-latin-regular-BxUGgtTF.woff") format("woff"), url("/build/assets/lato-v14-latin-regular-9hePqTWf.ttf") format("truetype"), url("/build/assets/lato-v14-latin-regular-f8sTbvxy.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("/build/assets/lato-v14-latin-italic-C-X6IzKW.eot"); /* IE9 Compat Modes */
  src: local("Lato Italic"), local("Lato-Italic"), url("/build/assets/lato-v14-latin-italic-C-X6IzKW.eot?#iefix") format("embedded-opentype"), url("/build/assets/lato-v14-latin-italic-PyJ_a4u4.woff2") format("woff2"), url("/build/assets/lato-v14-latin-italic-DwPw8pUh.woff") format("woff"), url("/build/assets/lato-v14-latin-italic-ppHagKlv.ttf") format("truetype"), url("/build/assets/lato-v14-latin-italic-DkdhgKK6.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-700italic - latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: url("/build/assets/lato-v14-latin-700italic-CfzxAsbu.eot"); /* IE9 Compat Modes */
  src: local("Lato Bold Italic"), local("Lato-BoldItalic"), url("/build/assets/lato-v14-latin-700italic-CfzxAsbu.eot?#iefix") format("embedded-opentype"), url("/build/assets/lato-v14-latin-700italic-CHIW1yIk.woff2") format("woff2"), url("/build/assets/lato-v14-latin-700italic-CoX6HdJQ.woff") format("woff"), url("/build/assets/lato-v14-latin-700italic-DQBZg8r3.ttf") format("truetype"), url("/build/assets/lato-v14-latin-700italic-CYFa7sbe.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("/build/assets/lato-v14-latin-700-Bv1uZUG1.eot"); /* IE9 Compat Modes */
  src: local("Lato Bold"), local("Lato-Bold"), url("/build/assets/lato-v14-latin-700-Bv1uZUG1.eot?#iefix") format("embedded-opentype"), url("/build/assets/lato-v14-latin-700-C2EUnXUw.woff2") format("woff2"), url("/build/assets/lato-v14-latin-700-53OIrZ08.woff") format("woff"), url("/build/assets/lato-v14-latin-700-CahY0yMd.ttf") format("truetype"), url("/build/assets/lato-v14-latin-700-Cv-qRF-q.svg#Lato") format("svg"); /* Legacy iOS */
}
/** Fonts used in the Kiosk application which we may need to preview **/
/* raleway-regular - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("/build/assets/raleway-v12-latin-regular-Cf6tkAra.ttf");
}
/* raleway-black */
@font-face {
  font-family: "Raleway Black";
  font-style: normal;
  font-weight: 400;
  src: url("/build/assets/raleway-black-D8i7Ev-O.ttf");
}
/* fjalla-one-regular - latin */
@font-face {
  font-family: "Fjalla One";
  src: url("/build/assets/fjalla-one-v5-latin-regular-DIsKh32y.ttf");
}
/* teko-bold */
@font-face {
  font-family: "Teko Bold";
  font-style: normal;
  font-weight: 400;
  src: url("/build/assets/teko-bold-KDx6bUb-.ttf");
}
/* mukta-extra-bold */
@font-face {
  font-family: "Mukta Extra-Bold";
  font-style: normal;
  font-weight: 400;
  src: url("/build/assets/mukta-extra-bold-BY5YNV05.ttf");
}
/* mukta-regular */
@font-face {
  font-family: "Mukta";
  font-style: normal;
  font-weight: 400;
  src: url("/build/assets/mukta-regular-CMPqnayq.ttf");
}
/* roboto-black */
@font-face {
  font-family: "Roboto Black";
  font-style: normal;
  font-weight: 400;
  src: url("/build/assets/roboto-black-BehXRDHz.ttf");
}
/* roboto-regular */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/build/assets/roboto-regular-Duvu0CAl.ttf");
}
/* merriweather-black */
@font-face {
  font-family: "Merriweather Black";
  font-style: normal;
  font-weight: 400;
  src: url("/build/assets/merriweather-black-BtwHw-Zd.ttf");
}
/* merriweather-regular */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("/build/assets/merriweather-regular-CTrow34v.ttf");
}
h1 {
  margin: 12px 0;
  font-size: 2em;
  line-height: 1.4;
}
@media screen and (max-width:667px) {
  h1 {
    font-size: 1.6em;
  }
}
h2 {
  margin: 15px 0;
  font-size: 1.7em;
  line-height: 1.2;
}
@media screen and (max-width:667px) {
  h2 {
    font-size: 1.4em;
  }
}
h3 {
  margin: 15px 0;
  font-size: 1.5em;
  line-height: 1.2;
}
h4 {
  line-height: 1.1;
}
h5 {
  line-height: 1;
}
small {
  line-height: 1;
}
p {
  margin: 10px 0;
  line-height: 1.4;
  color: #3F3F3F;
}
p.padded {
  padding: 30px;
}
a {
  text-decoration: none;
  color: #00b9eb;
}
a:hover {
  color: #004152;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
hr {
  margin: 20px 0;
  padding: 0;
  height: 1px;
  background-color: #E3E3E3;
  border: none;
  width: 100%;
}
hr.lg {
  margin: 30px 0;
}
hr.transparent {
  background-color: transparent;
}
code, pre {
  line-height: 1.8;
  word-wrap: break-word;
  white-space: pre-wrap;
}
ol {
  list-style: decimal;
}
ol li {
  padding-left: 5px;
  margin: 5px 0 5px 18px;
}
ul.bullets, ul.bullet-grid {
  list-style: disc;
}
ul.bullets li, ul.bullet-grid li {
  padding-left: 5px;
  margin: 5px 0 5px 28px;
}
ul.bullet-grid {
  display: flex;
  flex-wrap: wrap;
}
ul.bullet-grid li {
  flex: 0 1 45%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
ul.permissions-grid {
  display: flex;
  flex-wrap: wrap;
}
ul.permissions-grid li {
  display: flex;
  flex: 0 1 33%;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
ul.permissions-grid li i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
ul.permissions-grid li i.success {
  background-color: #26C026;
}
ul.permissions-grid li i.error {
  background-color: #D90E13;
}
.label {
  display: inline-block;
  padding: 6px 8px;
  margin: 0 4px 4px 0;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.label.label-success, .label.labelSuccess {
  background-color: #26C026;
}
.label.label-light, .label.labelLight {
  background-color: #cacaca;
}
.with-icon i {
  margin-right: 9px;
}
.center {
  text-align: center;
}
.txt-label {
  display: inline;
  padding: 4px 6px;
  margin: 0 15px;
  background-color: #E3E3E3;
  color: #707070;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.txt-label.txt-success {
  background-color: #fff;
  border: 1px solid #26C026;
}
.txt-label.txt-notice {
  background-color: transparent;
  border: 1px solid #EA7F1B;
}
.txt-primary {
  color: #00b9eb;
}
.txt-attn {
  color: #D90E13;
}
.txt-success {
  color: #26C026;
}
.txt-info {
  color: #00b9eb;
}
.txt-notice {
  color: #EA7F1B;
}
.txt-error {
  color: #D90E13;
}
.txt-alert {
  color: #D90E13;
}
.txt-light {
  color: #a3a3a3;
  font-weight: normal;
}
.txt-smaller {
  font-size: 85%;
}
.txt-small {
  font-size: 70%;
}
.txt-tiny {
  font-size: 55%;
}
.field-info {
  font-size: 85%;
  margin-top: -10px;
}
form {
  margin: 20px 0;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
form.filter-selector {
  margin: 0;
}
form:before, form:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
form:after {
  clear: both;
}
form fieldset {
  margin: 10px 0;
  padding: 15px;
  width: 100%;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
form fieldset:before, form fieldset:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
form fieldset:after {
  clear: both;
}
form fieldset.submit-group {
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #E3E3E3;
}
form label {
  display: block;
  margin: 5px 0;
  color: #3F3F3F;
  font-size: 1.1em;
  font-weight: bold;
}
form label.required:after {
  display: inline;
  margin-left: 4px;
  content: "*";
  color: #D90E13;
}
form label.optional:after {
  display: inline;
  margin-left: 8px;
  content: "optional";
  color: #E3E3E3;
  font-size: 0.95em;
}
form label.padded {
  padding: 7px 0;
}
form label.floatright {
  margin-right: 5px;
}
form label small {
  color: #8c8c8c;
  font-size: 0.9em;
  margin-left: 8px;
}
form label .select.inline, form label .select.app-notification.status {
  display: inline-block;
  clear: none;
  margin: 0 15px;
}
form label .select.inline select, form label .select.app-notification.status select {
  display: inline;
  width: auto;
  padding-right: 50px;
}
form label select {
  margin: 0 7px;
}
form input[type=text], form input[type=email], form input[type=password],
form input[type=time], form input[type=number], form textarea, form select {
  display: block;
  margin: 5px 0 15px;
  width: 100%;
  padding: 10px 15px;
  color: #3F3F3F;
  font-family: "Lato", sans-serif;
  font-size: 1.1em;
  border: 1px solid #cacaca;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus,
form input[type=time]:focus, form input[type=number]:focus, form textarea:focus, form select:focus {
  border: 1px solid #a3a3a3;
  outline: none;
}
form input[type=text].error, form input[type=email].error, form input[type=password].error,
form input[type=time].error, form input[type=number].error, form textarea.error, form select.error {
  border: 1px solid #D90E13;
}
form input[type=text].inline-input, form input[type=email].inline-input, form input[type=password].inline-input,
form input[type=time].inline-input, form input[type=number].inline-input, form textarea.inline-input, form select.inline-input {
  display: inline-block;
  margin: 0 7px;
}
form input[type=text].w50, form input[type=email].w50, form input[type=password].w50,
form input[type=time].w50, form input[type=number].w50, form textarea.w50, form select.w50 {
  width: 50px;
}
form input[type=text].w75, form input[type=email].w75, form input[type=password].w75,
form input[type=time].w75, form input[type=number].w75, form textarea.w75, form select.w75 {
  width: 75px;
}
form input[type=text].w100, form input[type=email].w100, form input[type=password].w100,
form input[type=time].w100, form input[type=number].w100, form textarea.w100, form select.w100 {
  width: 100px;
}
form input[type=text].w125, form input[type=email].w125, form input[type=password].w125,
form input[type=time].w125, form input[type=number].w125, form textarea.w125, form select.w125 {
  width: 125px;
}
form input[type=text].w150, form input[type=email].w150, form input[type=password].w150,
form input[type=time].w150, form input[type=number].w150, form textarea.w150, form select.w150 {
  width: 150px;
}
form input[type=text].w175, form input[type=email].w175, form input[type=password].w175,
form input[type=time].w175, form input[type=number].w175, form textarea.w175, form select.w175 {
  width: 175px;
}
form input[type=text].w200, form input[type=email].w200, form input[type=password].w200,
form input[type=time].w200, form input[type=number].w200, form textarea.w200, form select.w200 {
  width: 200px;
}
form input[type=text].w225, form input[type=email].w225, form input[type=password].w225,
form input[type=time].w225, form input[type=number].w225, form textarea.w225, form select.w225 {
  width: 225px;
}
form input[type=text].w250, form input[type=email].w250, form input[type=password].w250,
form input[type=time].w250, form input[type=number].w250, form textarea.w250, form select.w250 {
  width: 250px;
}
form input[type=text].w275, form input[type=email].w275, form input[type=password].w275,
form input[type=time].w275, form input[type=number].w275, form textarea.w275, form select.w275 {
  width: 275px;
}
form input[type=text].w300, form input[type=email].w300, form input[type=password].w300,
form input[type=time].w300, form input[type=number].w300, form textarea.w300, form select.w300 {
  width: 300px;
}
form input[type=time] {
  padding: 8px 15px;
}
form input[data-toggle=datepicker] {
  position: relative;
}
form input:disabled, form select:disabled, form textarea:disabled {
  opacity: 0.8;
  background-color: #E3E3E3;
}
form .select2 {
  font-family: "Lato", sans-serif;
  font-size: 1.1em;
}
form select {
  margin: 15px 0;
}
form .select.inline, form .select.app-notification.status {
  margin: 0 0.25em;
}
form #rich-editor-with-embed {
  min-height: 200px;
}
form #rich-editor-with-embed.lg {
  min-height: 400px;
}
form #rich-editor-with-embed.lg .ql-editor {
  min-height: 400px;
}
form #rich-editor-with-embed .ql-editor {
  min-height: 200px;
}
form #rich-editor-with-embed .ql-html-editor {
  position: absolute;
  background: #fffff0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  border: 0;
  padding: 12px;
  box-sizing: border-box;
}
form #rich-editor {
  min-height: 200px;
}
form #rich-editor.lg {
  min-height: 400px;
}
form #rich-editor.lg .ql-editor {
  min-height: 400px;
}
form #rich-editor .ql-editor {
  min-height: 200px;
}
form .ql-html:after {
  content: "<HTML>";
  color: #000;
}
form input[type=submit], form button[type=submit] {
  float: left;
  margin-right: 10px;
  border: none;
  -webkit-appearance: none;
  font-size: 1em;
}
form input[type=checkbox], form input[type=radio] {
  float: left;
}
form input[type=file], form input[type=file]:active {
  outline: 0;
}
form .custom-file-input-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
form .custom-file-input-wrapper .custom-file-input-name {
  padding: 6px 12px;
  text-transform: uppercase;
  background-color: rgba(78, 78, 78, 0.1);
  color: rgba(78, 78, 78, 0.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
form .custom-file-input-wrapper .custom-file-input-name.active {
  background-color: rgba(38, 192, 38, 0.3);
  color: rgba(78, 78, 78, 0.8);
}
form .custom-file-input {
  display: block;
  margin: 7px 0;
  color: transparent;
  width: 150px !important;
  height: 38px !important;
  width: auto;
  line-height: 1;
}
form .custom-file-input.multiple:before {
  content: "Select files";
}
form .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
form .custom-file-input:before {
  content: "Select a file";
  display: inline-block;
  padding: 10px 15px;
  color: #818181;
  font-size: 1.1em;
  text-transform: uppercase;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
  border: 1px solid #999;
  -webkit-user-select: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  background: -webkit-linear-gradient(-90deg, #ffffff, #f9f9f9);
  background: linear-gradient(180deg, #ffffff, #f9f9f9);
}
form .custom-file-input:hover::before {
  color: #4E4E4E;
  background: #f9f9f9;
  background: -webkit-linear-gradient(-90deg, #f9f9f9, #e3e3e3);
  background: linear-gradient(180deg, #f9f9f9, #e3e3e3);
}
form .custom-file-input:active {
  outline: 0;
}
form .custom-file-input:active:before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
form .custom-file-input.with-file:before {
  content: "File selected!";
  color: #fff;
  border: 1px solid #20a220;
  background: #26C026;
  background: -webkit-linear-gradient(-90deg, #26C026, #22ab22);
  background: linear-gradient(180deg, #26C026, #22ab22);
}
form .custom-file-input.with-file:hover::before {
  color: #fff !important;
  background: #1e951e;
  background: -webkit-linear-gradient(-90deg, #1e951e, #198019);
  background: linear-gradient(180deg, #1e951e, #198019);
}
form .with-select {
  margin: 5px 0 15px;
  position: relative;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}
form .with-select:before, form .with-select:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
form .with-select:after {
  clear: both;
}
form .with-select.col {
  clear: none;
}
form .with-select input[type=text], form .with-select input[type=email], form .with-select input[type=password],
form .with-select input[type=time], form .with-select input[type=number], form .with-select textarea, form .with-select select {
  margin: 0 7px;
}
form .select {
  margin: 5px 0 15px;
  position: relative;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}
form .select:before, form .select:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
form .select:after {
  clear: both;
}
form .select.col {
  clear: none;
}
form .select.select-inline {
  display: inline-block;
  width: auto;
  margin: 0 9px;
  min-width: 80px;
  transform: translateY(1.1em);
}
form .select.select-underline select {
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
}
form .select:before {
  position: absolute;
  display: block;
  content: "\f0d7";
  font-family: FontAwesome;
  right: 8px;
  top: 50%;
  margin-top: -4px;
  font-size: 1.1em;
  line-height: 0.5;
  height: 20px;
  color: #3F3F3F;
  background-color: #fff;
  z-index: 11;
  pointer-events: none;
}
form .select select {
  float: none;
  position: relative;
  display: block;
  margin: 0;
  -webkit-appearance: none;
  z-index: 10;
  background-color: #fff;
}
form .select select:disabled {
  opacity: 0.8;
  background-color: #E3E3E3;
}
form .check-radio {
  padding: 5px 0;
  zoom: 1;
}
form .check-radio:before, form .check-radio:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
form .check-radio:after {
  clear: both;
}
form .check-radio.padded {
  padding: 15px 0;
}
form .check-radio label {
  margin: 0;
  font-weight: normal;
  cursor: pointer;
}
form .check-radio label input[type=text] {
  margin-top: -6px !important;
}
form .check-radio label input[type=checkbox], form .check-radio label input[type=radio] {
  margin-right: 20px;
}
form .check-radio label input[type=checkbox]:focus, form .check-radio label input[type=radio]:focus {
  outline: none;
}
form .check-radio label input[type=checkbox], form .check-radio label input[type=radio] {
  height: 25px;
  width: 45px;
  cursor: pointer;
  background-image: -webkit-linear-gradient(rgba(227, 227, 227, 0.5), rgba(214, 214, 214, 0.5)), -webkit-linear-gradient(left, #E3E3E3 50%, #26C026 50%);
  background-size: 100% 100%, 200% 100%;
  background-position: 0 0, 15px 0;
  -webkit-appearance: none;
  transform: translateY(-5px);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
form .check-radio label input[type=checkbox]:after, form .check-radio label input[type=radio]:after {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  content: "";
  background-color: #eee;
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 0%, 0.1));
  box-shadow: inset 0 1px 1px 1px hsl(0, 0%, 100%), inset 0 -1px 1px 1px hsla(0, 0%, 0%, 0.25), 0 1px 2px 1px hsla(0, 0%, 0%, 0.5), 0 0 1px hsla(0, 0%, 0%, 0.25);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
form .check-radio label input[type=checkbox]:checked, form .check-radio label input[type=radio]:checked {
  background-position: 0 0, 45px 0;
  padding-left: 20px;
  padding-right: 0;
}
form .check-radio p {
  margin-left: 70px;
}
form .select-group {
  padding: 12px 0;
  zoom: 1;
}
form .select-group:before, form .select-group:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
form .select-group:after {
  clear: both;
}
form .select-group label {
  float: left;
  margin: 5px 20px 0 0;
  cursor: pointer;
}
form .select-group select {
  float: left;
}
form .submit-link {
  float: right;
  display: inline-block;
  margin: 10px 0 10px 20px;
}
.modal-body form {
  margin: 0;
}
.col input[type=submit] {
  margin-top: 6px;
}
.image-upload-preview-wrapper {
  display: flex;
}
.image-upload-preview-wrapper .file-input-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#image-preview {
  padding: 0 0 0 50px;
  max-width: 45%;
}
#image-preview .image-wrap {
  padding: 10px;
}
#image-preview .image-wrap img {
  width: 100%;
}
.login-form-wrapper {
  padding: 10% 15%;
}
.form-errors {
  padding: 15px 0;
}
.form-errors ul {
  list-style: disc;
}
.form-errors ul li {
  margin: 6px 0 6px 24px;
  color: #D90E13;
}
.file-drop-area {
  position: relative;
  margin: 0;
  padding: 26px 20px;
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
  transition: 0.2s;
  border: 1px dashed #707070;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.file-drop-area.is-active {
  background-color: #00b9eb;
}
.file-drop-area.is-active .file-msg {
  color: #fff;
}
.file-drop-area.is-active .fake-btn {
  background-color: #fff;
  color: #00b9eb;
}
.file-drop-area.is-success {
  background-color: #26C026;
}
.file-drop-area.is-success .file-msg {
  color: #fff;
}
.file-drop-area.is-success .fake-btn {
  background-color: #fff;
  color: #00b9eb;
}
.file-drop-area .fake-btn {
  text-transform: uppercase;
  margin-right: 25px;
  font-size: 1em;
  padding: 20px;
  background-color: #E3E3E3;
  color: #4E4E4E;
}
.file-drop-area .file-msg {
  display: inline-block;
  max-width: calc(100% - 130px);
  overflow: hidden;
  color: #707070;
  font-size: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  padding-right: 4px;
}
.file-drop-area .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.file-drop-area .file-input:focus {
  outline: none;
}
.checkradio-grid {
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.checkradio-grid div, .checkradio-grid a {
  margin: 15px 0.5%;
  padding: 20px 20px;
  flex: 0 0 30%;
  text-align: center;
  background-color: rgba(227, 227, 227, 0.4);
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.checkradio-grid div:last-child, .checkradio-grid a:last-child {
  border: none;
}
.checkradio-grid div.active, .checkradio-grid a.active {
  background-color: #00b9eb;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.checkradio-grid div.active label, .checkradio-grid div.active p, .checkradio-grid div.active i, .checkradio-grid a.active label, .checkradio-grid a.active p, .checkradio-grid a.active i {
  color: #fff;
}
.checkradio-grid div.disabled, .checkradio-grid a.disabled {
  background-color: #E3E3E3;
  cursor: not-allowed;
}
.checkradio-grid div.disabled label, .checkradio-grid div.disabled p, .checkradio-grid div.disabled img, .checkradio-grid a.disabled label, .checkradio-grid a.disabled p, .checkradio-grid a.disabled img {
  opacity: 0.3;
}
.checkradio-grid div img, .checkradio-grid a img {
  display: block;
  height: auto;
  width: 40%;
  margin: 0 auto 30px;
}
.checkradio-grid div i, .checkradio-grid a i {
  display: block;
  margin: 0 auto 20px;
  font-size: 2em;
  color: black;
}
.checkradio-grid div label, .checkradio-grid a label {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  color: black;
}
.checkradio-grid div p, .checkradio-grid a p {
  text-align: center;
}
.checkradio-grid div input, .checkradio-grid a input {
  display: none;
}
.checkradio-grid div a:hover, .checkradio-grid a a:hover {
  background-color: #00b9eb;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.checkradio-grid div a:hover label, .checkradio-grid div a:hover p, .checkradio-grid div a:hover i, .checkradio-grid a a:hover label, .checkradio-grid a a:hover p, .checkradio-grid a a:hover i {
  color: #fff;
}
.checkradio-grid.left-align div, .checkradio-grid.left-align a {
  text-align: left;
}
.checkradio-grid.bigger {
  justify-content: flex-start;
}
.checkradio-grid.bigger div, .checkradio-grid.bigger a {
  flex-grow: 0;
  width: 32%;
}
.checkradio-grid.smaller {
  justify-content: flex-start;
}
.checkradio-grid.smaller div, .checkradio-grid.smaller a {
  flex-grow: 0;
  width: 24%;
  flex: 0 0 23%;
  margin: 15px 1%;
}
.checkradio-grid.thin div, .checkradio-grid.thin a {
  padding: 20px 20px 5px;
}
.checkradio-grid.autowidth div, .checkradio-grid.autowidth a {
  flex: 1 0 auto;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cacaca;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #cacaca;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cacaca;
}
table {
  margin: 20px 0;
  width: 100%;
}
table.clickable-row tr {
  cursor: pointer;
}
table.clickable-row tr:hover {
  background-color: #fafafa;
}
table thead {
  width: 100%;
}
table thead th {
  text-align: left;
  font-weight: bold;
}
table tbody th {
  padding-right: 20px;
  text-align: left;
  font-weight: bold;
  background: none;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
table tbody th span {
  font-weight: 100;
}
table tr.disabled td a.interactive i {
  opacity: 0;
}
table tr.disabled td a.interactive i.fa-spin {
  opacity: 1;
}
table th {
  padding: 9px 5px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #E3E3E3;
}
.app-light table th {
  background-color: #E3E3E3;
  border-bottom: 1px solid #cfcfcf;
}
table td {
  padding: 12px 5px;
  border-bottom: 1px solid #f0f0f0;
}
table td a.interactive {
  position: relative;
}
table td a.interactive i {
  position: absolute;
  display: block;
  left: 50%;
  opacity: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
table td a.interactive i.fa-spin {
  opacity: 0;
  margin-left: -7px;
  color: #707070;
}
table .center {
  text-align: center;
}
table .right {
  text-align: right;
}
table .manage {
  color: #a3a3a3;
}
table .manage a {
  margin: 0 5px;
}
table .manage a:last-child {
  margin-right: 0;
}
table .order-indicator {
  margin-left: 5px;
  font-weight: 100;
}
table.calendar {
  margin: 0 0 25px;
  border-top: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
}
table.calendar tr.current {
  background-color: #ebfbff;
}
table.calendar th {
  width: 14%;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  border-right: 1px solid #E3E3E3;
}
table.calendar td {
  padding: 30px 0;
  text-align: center;
  color: #979797;
  border-right: 1px solid #E3E3E3;
}
table.calendar td.last-month {
  opacity: 0.6;
  background-color: #f0f0f0;
}
table.calendar td.today {
  color: #fff;
  font-weight: bold;
  background-color: #00b9eb;
}
/**
 * Status table styles
 * @todo this should likely be moved elsewhere
 */
table.status-table td {
  background: #26C026;
  border-right: 1px solid #f0f0f0;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
table.status-table td.status-bit-1 {
  background: #D90E13;
}
table.status-table td[data-key=barcode], table.status-table td[data-key=tof] {
  background: #EA7F1B;
}
table.status-table td[data-key=barcode].status-bit-1, table.status-table td[data-key=tof].status-bit-1 {
  background: #26C026;
}
table.status-table td[data-key=rsrvd_a], table.status-table td[data-key=rsrvd_b], table.status-table td[data-key=rsrvd_c], table.status-table td[data-key=rsrvd_d] {
  opacity: 0.42;
}
div.report table thead tr th, div.report table thead tr td, div.report table tbody tr th, div.report table tbody tr td, div.report table tfoot tr th, div.report table tfoot tr td {
  padding: 0 6px;
}
div.report table thead tr th:first, div.report table thead tr td:first, div.report table tbody tr th:first, div.report table tbody tr td:first, div.report table tfoot tr th:first, div.report table tfoot tr td:first {
  padding: 0 6px 0 0;
}
div.report table thead tr th:last, div.report table thead tr td:last, div.report table tbody tr th:last, div.report table tbody tr td:last, div.report table tfoot tr th:last, div.report table tfoot tr td:last {
  padding: 0 0 0 6px;
}
.app-notification {
  position: fixed;
  right: 15px;
  top: 65px;
  margin: 25px 0;
  padding: 10px 30px;
  opacity: 0.95;
  z-index: 100;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  zoom: 1;
}
.app-notification:before, .app-notification:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.app-notification:after {
  clear: both;
}
.app-notification.inline, .app-notification.status {
  position: relative;
  right: auto;
  top: auto;
  z-index: 1;
  box-shadow: none;
}
.app-notification.small {
  margin: 10px 0;
  padding: 6px 18px;
}
.app-notification.center {
  text-align: center !important;
}
.app-notification.padded {
  padding: 35px;
}
.app-notification.app-error {
  background-color: #D90E13;
}
.app-notification.app-error h1, .app-notification.app-error h2, .app-notification.app-error h3, .app-notification.app-error p {
  color: #fff;
}
.app-notification.app-success, .app-notification.status {
  background: #26C026;
  background: -webkit-linear-gradient(-110deg, #26C026, #1f9e1f 85%);
  background: linear-gradient(200deg, #26C026, #1f9e1f 85%);
}
.app-notification.app-success p, .app-notification.status p {
  color: #fff;
}
.app-notification.app-notice {
  background-color: #EA7F1B;
}
.app-notification.app-notice p {
  color: #fff;
}
.app-notification.app-info {
  background-color: #ddf6fa;
}
.app-notification.app-info p {
  color: #4E4E4E;
}
.app-notification.app-light {
  background-color: #F8F8F8;
}
.app-notification.app-light p {
  color: #4E4E4E;
}
.app-notification i {
  margin-right: 10px;
}
.app-notification h3 {
  margin-bottom: 25px;
  line-height: 1.4;
}
.app-notification p {
  font-size: 1.1em;
  line-height: 1.7;
}
.app-notification .btn, .app-notification .btn-icon, .app-notification form input[type=submit], form .app-notification input[type=submit], .app-notification form button[type=submit], form .app-notification button[type=submit] {
  margin: 25px 0;
}
/*!
 * Datepicker v0.3.1
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2016 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2016-01-11T04:07:30.531Z
 */
.datepicker-container {
  font-size: 12px;
  line-height: 30px;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 210px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  direction: ltr !important;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.datepicker-container:before,
.datepicker-container:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: " ";
  border: 5px solid transparent;
}
.datepicker-dropdown {
  position: absolute;
  z-index: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
}
.datepicker-inline {
  position: static;
}
.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}
.datepicker-top-left:before,
.datepicker-top-left:after,
.datepicker-top-right:before,
.datepicker-top-right:after {
  top: -5px;
  left: 10px;
  border-top: 0;
}
.datepicker-top-left:before,
.datepicker-top-right:before {
  border-bottom-color: #39f;
}
.datepicker-top-left:after,
.datepicker-top-right:after {
  top: -4px;
  border-bottom-color: #fff;
}
.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}
.datepicker-bottom-left:before,
.datepicker-bottom-left:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  bottom: -5px;
  left: 10px;
  border-bottom: 0;
}
.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
  border-top-color: #39f;
}
.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
  bottom: -4px;
  border-top-color: #fff;
}
.datepicker-top-right:before,
.datepicker-top-right:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  right: 10px;
  left: auto;
}
.datepicker-panel > ul:before,
.datepicker-panel > ul:after {
  display: table;
  content: " ";
}
.datepicker-panel > ul:after {
  clear: both;
}
.datepicker-panel > ul {
  width: 102%;
  margin: 0;
  padding: 0;
}
.datepicker-panel > ul > li {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
}
.datepicker-panel > ul > li:hover {
  background-color: #eee;
}
.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}
.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  cursor: default;
  color: #ccc;
  background-color: #fff;
}
.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}
.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}
.datepicker-panel > ul[data-view=years] > li,
.datepicker-panel > ul[data-view=months] > li {
  line-height: 52.5px;
  width: 52.5px;
  height: 52.5px;
}
.datepicker-panel > ul[data-view=week] > li,
.datepicker-panel > ul[data-view=week] > li:hover {
  cursor: default;
  background-color: #fff;
}
.datepicker-hide {
  display: none;
}
.ui-timepicker-wrapper {
  overflow-y: auto;
  outline: none;
  margin: 0;
  height: 250px;
  width: 100px;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 10001;
  border-top: 1px solid #00b9eb;
  font-size: 12px;
  line-height: 30px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em;
}
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
  width: 11em;
}
.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}
.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}
.ui-timepicker-list li {
  margin: 0;
  padding: 14px 0;
  list-style: none;
  color: #000;
  font-size: 1em;
  line-height: 1.4;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid #E3E3E3;
}
.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #1980EC;
  color: #fff;
}
li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}
.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}
canvas {
  width: 100% !important;
  height: auto !important;
}
.pagination {
  display: flex;
}
.pagination li {
  margin: 3px 5px;
}
.pagination li.active {
  color: #fff;
}
.pagination li.active a, .pagination li.active span {
  color: #fff;
  background-color: #00b9eb;
}
.pagination li.disabled {
  background-color: #ededed;
  color: #cacaca;
}
.pagination li.disabled a, .pagination li.disabled span {
  color: #cacaca;
  border: 1px solid #E3E3E3;
}
.pagination li a, .pagination li span {
  color: #00b9eb;
  display: block;
  padding: 10px 15px;
  border: 1px solid #00b9eb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.pagination li a i, .pagination li span i {
  line-height: 1.2;
}
.data-ribbon {
  display: flex;
  padding: 0;
}
.data-ribbon .chunk {
  display: block;
  margin: 10px;
  padding: 10px 2px;
  flex: 1;
  text-align: center;
  background-color: #fafafa;
  border-bottom: 1px solid #E3E3E3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.data-ribbon .chunk:last-child {
  border-right: none;
}
.data-ribbon .chunk h2 {
  font-size: 1.5em;
}
.data-ribbon .chunk h2 small {
  font-size: 95%;
}
.data-ribbon .chunk h3 {
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
}
.data-ribbon .chunk h3 small {
  font-size: 95%;
}
.data-ribbon .chunk p {
  font-size: 0.9em;
  font-weight: 100;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.data-ribbon.tight .chunk {
  margin: 0 10px;
  padding: 0 2px;
}
.data-ribbon.tight .chunk h3 {
  margin: 5px 0;
}
.data-ribbon.tight .chunk p {
  margin: 2px 0;
}
.log-output li {
  padding: 8px 0;
  line-height: 1.4;
}
.log-output li.padded {
  padding-left: 15px;
}
@media print {
  .print .page-break {
    page-break-after: always;
  }
}
.w-3\/4 {
  width: 75%;
}
.w-full {
  width: 100%;
}
.w-50 {
  width: 50px !important;
}
.w-75 {
  width: 75px !important;
}
.w-100 {
  width: 100px !important;
}
.w-125 {
  width: 125px !important;
}
.w-150 {
  width: 150px !important;
}
.w-175 {
  width: 175px !important;
}
.w-200 {
  width: 200px !important;
}
.w-225 {
  width: 225px !important;
}
.w-250 {
  width: 250px !important;
}
.w-275 {
  width: 275px !important;
}
.w-300 {
  width: 300px !important;
}
.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.p-6 {
  padding: 6px;
}
.block {
  display: block;
}
.mt-0 {
  margin-top: 0;
}
.mt-12 {
  margin-top: 12px;
}
.m-0 {
  margin: 0 !important;
}
.border-none {
  border-style: none !important;
}
.hidden {
  display: none;
}
.relative {
  position: relative;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-body {
  color: #3F3F3F;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pointer {
  cursor: pointer;
}
.not-allowed {
  cursor: not-allowed;
}
.opacity-50 {
  opacity: 0.5;
}
.add-remove-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.add-remove-row .add-remove-row-index {
  width: 25px;
}
.add-remove-row .add-remove-items span {
  margin: 0.25em;
}
.add-remove-row .add-remove-items span:first-child {
  margin-left: 0px;
}
.add-remove-row .add-remove-items span:last-child {
  margin-right: 0px;
}
.add-remove-row .add-remove-options {
  display: flex;
  font-size: 1.2em;
}
.add-remove-row .add-remove-options > span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25em;
  padding: 0;
  width: 2em;
  height: 2em;
  line-height: 0;
  border: 1px solid transparent;
  background: none;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.16s ease-in;
  -moz-transition: all 0.16s ease-in;
  -ms-transition: all 0.16s ease-in;
  -o-transition: all 0.16s ease-in;
  transition: all 0.16s ease-in;
}
.add-remove-row .add-remove-options > span:first-child {
  margin-left: 0px;
}
.add-remove-row .add-remove-options > span:last-child {
  margin-right: 0px;
}
.add-remove-row .add-remove-options > span.txt-attn {
  border-color: #D90E13;
}
.add-remove-row .add-remove-options > span.txt-attn:hover {
  background-color: #D90E13;
  color: #fff;
}
.add-remove-row .add-remove-options > span.txt-success {
  border-color: #26C026;
}
.add-remove-row .add-remove-options > span.txt-success:hover {
  background-color: #26C026;
  color: #fff;
}
.add-remove-row .add-remove-options > span.txt-push {
  margin-top: 28px;
}
.repeating-day-time .grid-check-selection-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.repeating-day-time .grid-check-selection-list li {
  display: flex;
  padding: 15px 0;
  align-items: center;
  justify-content: center;
  flex-basis: 12%;
  align-items: center;
  color: #707070;
  font-weight: bold;
  border: 1px solid #E3E3E3;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.repeating-day-time .grid-check-selection-list li:hover {
  background-color: #E3E3E3;
}
.repeating-day-time .grid-check-selection-list li.error {
  border: 1px solid #D90E13;
}
.repeating-day-time .grid-check-selection-list li.active {
  background-color: #00b9eb;
  border: 1px solid #00a5d2;
  color: #fff;
}
.repeating-day-time .grid-check-selection-list li input[type=checkbox] {
  display: none;
}
.repeating-day-time .time-selection-wrapper .time-selection-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.repeating-day-time .time-selection-wrapper .time-selection-list li {
  margin: 5px 10px 0 0;
  padding: 6px;
  font-size: 1.2em;
  background-color: #d2f5ff;
  cursor: pointer;
}
.repeating-day-time .time-selection-wrapper .time-selection-list li:hover i {
  opacity: 0.9;
  color: #D90E13;
}
.repeating-day-time .time-selection-wrapper .time-selection-list li i {
  margin-left: 8px;
  opacity: 0.1;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.2s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.faded-out {
  opacity: 0.3;
}
.list-slide-enter,
.list-slide-leave-to {
  opacity: 0;
  transform: rotateX(50deg);
}
.list-slide-enter-active,
.list-slide-leave-active {
  transition: opacity 200ms ease-out, transform 200ms ease-out;
}
nav.schedule-selection-tabs {
  margin: 20px 0;
}
nav.schedule-selection-tabs ul {
  display: flex;
}
nav.schedule-selection-tabs ul li {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #E3E3E3;
}
nav.schedule-selection-tabs ul li:last-child, nav.schedule-selection-tabs ul li:first-child {
  border: none;
  margin: 0;
}
nav.schedule-selection-tabs ul li span {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}
.week-schedule-selection .check-radio, .week-schedule-selection-vue .check-radio {
  display: flex;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.week-schedule-selection .check-radio.active .schedule-type, .week-schedule-selection-vue .check-radio.active .schedule-type {
  opacity: 0.9;
}
.week-schedule-selection .check-radio label, .week-schedule-selection-vue .check-radio label {
  display: flex;
  align-items: center;
  width: 30%;
}
.week-schedule-selection .check-radio label input, .week-schedule-selection-vue .check-radio label input {
  margin-top: 15px;
}
.week-schedule-selection select, .week-schedule-selection-vue select {
  margin: 0 10px;
}
.week-schedule-selection .schedule-type, .week-schedule-selection-vue .schedule-type {
  max-width: 30%;
  display: flex;
  flex: 1 0;
  opacity: 0.2;
}
.week-schedule-selection .schedule-type.enabled, .week-schedule-selection-vue .schedule-type.enabled {
  opacity: 1;
}
.week-schedule-selection .time-selection, .week-schedule-selection-vue .time-selection {
  flex: 1 0;
  display: none;
}
.week-schedule-selection .time-selection.enabled, .week-schedule-selection-vue .time-selection.enabled {
  display: flex;
}
.week-schedule-selection .time-selection input, .week-schedule-selection-vue .time-selection input {
  width: 45%;
  margin: 2px 0 0;
}
.week-schedule-selection .time-selection input:last-child, .week-schedule-selection-vue .time-selection input:last-child {
  margin-left: 10px;
}
.week-schedule-selection .start-minutes-selection, .week-schedule-selection .end-minutes-selection, .week-schedule-selection-vue .start-minutes-selection, .week-schedule-selection-vue .end-minutes-selection {
  flex: 1 0;
  display: none;
}
.week-schedule-selection .start-minutes-selection.enabled, .week-schedule-selection .end-minutes-selection.enabled, .week-schedule-selection-vue .start-minutes-selection.enabled, .week-schedule-selection-vue .end-minutes-selection.enabled {
  display: flex;
}
.week-schedule-selection .start-minutes-selection input, .week-schedule-selection .start-minutes-selection span, .week-schedule-selection .end-minutes-selection input, .week-schedule-selection .end-minutes-selection span, .week-schedule-selection-vue .start-minutes-selection input, .week-schedule-selection-vue .start-minutes-selection span, .week-schedule-selection-vue .end-minutes-selection input, .week-schedule-selection-vue .end-minutes-selection span {
  width: 45%;
  margin: 2px 0 0;
}
.week-schedule-selection .start-minutes-selection span:last-child, .week-schedule-selection .start-minutes-selection input:last-child, .week-schedule-selection .end-minutes-selection span:last-child, .week-schedule-selection .end-minutes-selection input:last-child, .week-schedule-selection-vue .start-minutes-selection span:last-child, .week-schedule-selection-vue .start-minutes-selection input:last-child, .week-schedule-selection-vue .end-minutes-selection span:last-child, .week-schedule-selection-vue .end-minutes-selection input:last-child {
  margin-left: 10px;
}
.timeframe-selection {
  clear: both;
  height: 0;
  opacity: 0.2;
  overflow: hidden;
  -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;
}
.timeframe-selection.active {
  opacity: 1;
  height: auto;
}
.timeframe-selection-reverse {
  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;
}
.timeframe-selection-reverse.active {
  opacity: 0.2;
  height: 0;
  overflow: hidden;
}
.drawing-promo-overview {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width:667px) {
  .drawing-promo-overview {
    flex-direction: column;
  }
}
.drawing-promo-overview.schedule ul li {
  flex: 1 0;
  margin: 0 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.drawing-promo-overview .promo-banner {
  width: 60%;
  margin-right: 30px;
  min-height: 200px;
}
@media screen and (max-width:667px) {
  .drawing-promo-overview .promo-banner {
    width: auto;
    margin: 20px 30px 20px;
  }
}
.drawing-promo-overview ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width:667px) {
  .drawing-promo-overview ul {
    min-height: 140px;
    padding: 0 30px;
  }
}
.drawing-promo-overview ul li {
  padding: 20px 0;
  border-right: 1px solid #f0f0f0;
  flex-grow: 1;
}
.drawing-promo-overview ul li:last-child {
  border: none;
}
.drawing-promo-overview ul li.disabled {
  opacity: 0.6;
  background-color: rgba(227, 227, 227, 0.2);
}
.drawing-promo-overview ul li.scheduled {
  background-color: rgba(38, 192, 38, 0.1);
  border-right: 1px solid rgba(38, 192, 38, 0.3);
}
.drawing-promo-overview ul li.all-day {
  background-color: rgba(38, 192, 38, 0.4);
  border-right: 1px solid rgba(38, 192, 38, 0.9);
}
.drawing-promo-overview ul li.exclusion {
  background-color: rgba(217, 14, 19, 0.1);
  border-right: 1px solid rgba(217, 14, 19, 0.3);
}
.drawing-promo-overview ul li.all-day-exclusion {
  background-color: rgba(217, 14, 19, 0.4);
  border-right: 1px solid rgba(217, 14, 19, 0.9);
}
.drawing-promo-overview ul li strong {
  display: block;
  padding: 0 0 20px;
  text-transform: uppercase;
}
div.assets-body {
  display: flex;
}
div.assets-body div.game-assets-list .asset-upload-preview-wrapper {
  display: flex;
  margin-top: 10px;
}
div.assets-body div.game-assets-list .asset-upload-preview-wrapper .asset-preview {
  padding: 0 0 0 50px;
  max-width: 50%;
}
div.assets-body div.game-assets-list .asset-upload-preview-wrapper .asset-preview .asset-wrap {
  padding: 10px;
}
div.assets-body div.game-assets-list .asset-upload-preview-wrapper .asset-preview .asset-wrap img {
  max-height: 200px;
  max-width: 300px;
}
div.assets-body div.game-assets-list > div:not(:first-child) {
  margin-top: 18px;
}
div.assets-body div.game-assets-preview {
  margin-left: 20px;
  min-width: 270px;
}
div.assets-body div.game-assets-preview h2 {
  min-width: 170px;
}
div.assets-body div.game-assets-preview h2 .btn.btn-sm, div.assets-body div.game-assets-preview h2 .btn-sm.btn-icon, div.assets-body div.game-assets-preview h2 form input.btn-sm[type=submit], form div.assets-body div.game-assets-preview h2 input.btn-sm[type=submit], div.assets-body div.game-assets-preview h2 form button.btn-sm[type=submit], form div.assets-body div.game-assets-preview h2 button.btn-sm[type=submit] {
  width: 100%;
  text-align: center;
}
div.assets-body div.game-assets-preview form {
  display: flex;
  flex-direction: row;
}
div.assets-body div.game-assets-preview form .btn, div.assets-body div.game-assets-preview form .btn-icon, div.assets-body div.game-assets-preview form input[type=submit], div.assets-body div.game-assets-preview form button[type=submit] {
  margin: 5px;
  height: 40px;
}
div.assets-body div.game-assets-preview .scale-25 {
  zoom: 0.25;
  -moz-transform: scale(0.25);
}
div.assets-body div.game-assets-preview .scale-33 {
  zoom: 0.33;
  -moz-transform: scale(0.33);
}
div.assets-body div.game-assets-preview div#wheel-game {
  width: 1080px;
  position: relative;
}
div.assets-body div.game-assets-preview div#wheel-game img {
  position: absolute;
  border: 1px dashed #707070;
}
div.assets-body div.game-assets-preview div#wheel-game img#arrow {
  width: 160px;
  left: 459px;
  top: 100px;
  z-index: 5;
}
div.assets-body div.game-assets-preview div#wheel-game img#wheel {
  width: 956px;
  top: 246px;
  left: 69px;
  z-index: 2;
}
div.assets-body div.game-assets-preview div#wheel-game img#background {
  width: 1080px;
  z-index: 1;
}
div.assets-body div.game-assets-preview div#wheel-game img#logo {
  width: 645px;
  z-index: 6;
  margin-right: auto;
  margin-left: auto;
  display: block;
  left: 0;
  right: 0;
}
div.assets-body div.game-assets-preview div#scratch-game {
  width: 1080px;
  position: relative;
}
div.assets-body div.game-assets-preview div#scratch-game div#container {
  position: absolute;
  width: 900px;
  height: 1000px;
  left: 90px;
  top: 172px;
  z-index: 2;
}
div.assets-body div.game-assets-preview div#scratch-game div#container div#square-holder {
  z-index: 4;
  flex-wrap: wrap;
}
div.assets-body div.game-assets-preview div#scratch-game div#container div#square-holder img {
  position: relative;
  width: 224px;
  height: 224px;
  margin-top: 5px;
  margin-left: 5px;
}
div.assets-body div.game-assets-preview div#scratch-game img {
  position: absolute;
  border: 1px dashed #707070;
}
div.assets-body div.game-assets-preview div#scratch-game img#background {
  width: 1080px;
  z-index: 1;
}
div.assets-body div.game-assets-preview div#scratch-game img#logo {
  width: 645px;
  z-index: 6;
  margin-right: auto;
  margin-left: auto;
  display: block;
  left: 0;
  right: 0;
}
div.assets-body div.game-assets-preview div#swipe-game {
  width: 1080px;
  position: relative;
}
div.assets-body div.game-assets-preview div#swipe-game img {
  position: absolute;
  border: 1px dashed #707070;
}
div.assets-body div.game-assets-preview div#swipe-game img#cover {
  width: 270px;
  top: 332px;
  left: 390px;
  z-index: 3;
}
div.assets-body div.game-assets-preview div#swipe-game img#gameboard {
  width: 540px;
  top: 210px;
  left: 252px;
  z-index: 2;
}
div.assets-body div.game-assets-preview div#swipe-game img#win {
  width: 270px;
  top: 332px;
  left: 390px;
  z-index: 5;
}
div.assets-body div.game-assets-preview div#swipe-game img#background {
  width: 1080px;
  z-index: 1;
}
div.assets-body div.game-assets-preview div#swipe-game img#logo {
  width: 645px;
  z-index: 6;
  margin-right: auto;
  margin-left: auto;
  display: block;
  left: 0;
  right: 0;
}
div.assets-body div.game-assets-preview div#pop-game {
  width: 1080px;
  position: relative;
}
div.assets-body div.game-assets-preview div#pop-game div#card-holder {
  position: absolute;
  width: 1080px;
  height: 240px;
  top: 300px;
  z-index: 4;
  flex-wrap: wrap;
}
div.assets-body div.game-assets-preview div#pop-game div#card-holder .cardrow {
  justify-content: center;
  display: flex;
}
div.assets-body div.game-assets-preview div#pop-game div#card-holder .cardrow img {
  position: relative;
  width: 180px;
  padding: 10px;
}
div.assets-body div.game-assets-preview div#pop-game img {
  position: absolute;
  border: 1px dashed #707070;
}
div.assets-body div.game-assets-preview div#pop-game img#background {
  width: 1080px;
  z-index: 1;
}
div.assets-body div.game-assets-preview div#pop-game img#logo {
  width: 645px;
  z-index: 6;
  margin-right: auto;
  margin-left: auto;
  display: block;
  left: 0;
  right: 0;
}
div.assets-body div.game-assets-preview div#slot-game {
  width: 1080px;
  position: relative;
}
div.assets-body div.game-assets-preview div#slot-game div#win-holder {
  position: absolute;
  width: 777px;
  height: 1000px;
  top: 430px;
  left: 201px;
  z-index: 4;
  flex-wrap: wrap;
}
div.assets-body div.game-assets-preview div#slot-game div#win-holder img {
  position: relative;
  width: 205px;
  height: 205px;
  margin-left: 10px;
  margin-right: 10px;
}
div.assets-body div.game-assets-preview div#slot-game img {
  position: absolute;
  border: 1px dashed #707070;
}
div.assets-body div.game-assets-preview div#slot-game img#button {
  width: 240px;
  left: 428px;
  top: 808px;
  z-index: 3;
}
div.assets-body div.game-assets-preview div#slot-game img#gameboard {
  width: 900px;
  top: 220px;
  left: 96px;
  z-index: 2;
}
div.assets-body div.game-assets-preview div#slot-game img#background {
  width: 1080px;
  z-index: 1;
}
div.assets-body div.game-assets-preview div#slot-game img#logo {
  width: 645px;
  z-index: 6;
  margin-right: auto;
  margin-left: auto;
  display: block;
  left: 0;
  right: 0;
}
div.assets-body div.game-assets-preview div#pulltab-game {
  width: 1080px;
  position: relative;
}
div.assets-body div.game-assets-preview div#pulltab-game #tab-pull-holder {
  position: absolute;
  width: 444px;
  top: 460px;
  left: 35px;
  z-index: 4;
}
div.assets-body div.game-assets-preview div#pulltab-game #tab-pull-holder .tab-pull-row {
  position: relative;
  width: 444px;
  height: 85px;
  float: left;
  margin: 6.5px;
}
div.assets-body div.game-assets-preview div#pulltab-game #tab-pull-holder .tab-pull-row img {
  width: 100%;
  height: 100%;
}
div.assets-body div.game-assets-preview div#pulltab-game img {
  position: absolute;
  border: 1px dashed #707070;
}
div.assets-body div.game-assets-preview div#pulltab-game img#background {
  width: 1080px;
  z-index: 1;
}
div.assets-body div.game-assets-preview div#pulltab-game img#gameboard {
  position: absolute;
  top: 220px;
  z-index: 2;
}
div.assets-body div.game-assets-preview div#pulltab-game img#coverboard {
  position: absolute;
  top: 220px;
  z-index: 3;
}
div.assets-body div.game-assets-preview div#poker-game {
  width: 1080px;
  position: relative;
}
div.assets-body div.game-assets-preview div#poker-game div#card-holder {
  position: absolute;
  width: 1080px;
  height: 263px;
  top: 300px;
  z-index: 4;
  flex-wrap: wrap;
}
div.assets-body div.game-assets-preview div#poker-game div#card-holder .cardrow {
  justify-content: center;
  display: flex;
}
div.assets-body div.game-assets-preview div#poker-game div#card-holder .cardrow.player-hand {
  margin-top: 140px;
}
div.assets-body div.game-assets-preview div#poker-game div#card-holder .cardrow img {
  position: relative;
  width: 188px;
  margin: 5px;
}
div.assets-body div.game-assets-preview div#poker-game img {
  position: absolute;
  border: 1px dashed #707070;
}
div.assets-body div.game-assets-preview div#poker-game img#background {
  width: 1080px;
  z-index: 1;
}
div.assets-body div.game-assets-preview div#poker-game img#logo {
  width: 645px;
  z-index: 6;
  margin-right: auto;
  margin-left: auto;
  display: block;
  left: 0;
  right: 0;
}
div.assets-body div.game-assets-preview div#blackjack-game {
  width: 1080px;
  position: relative;
}
div.assets-body div.game-assets-preview div#blackjack-game div#card-holder {
  position: absolute;
  width: 1080px;
  height: 263px;
  top: 300px;
  z-index: 4;
  flex-wrap: wrap;
}
div.assets-body div.game-assets-preview div#blackjack-game div#card-holder .cardrow {
  justify-content: center;
  display: flex;
}
div.assets-body div.game-assets-preview div#blackjack-game div#card-holder .cardrow.player-hand {
  margin-top: 140px;
}
div.assets-body div.game-assets-preview div#blackjack-game div#card-holder .cardrow img {
  position: relative;
  width: 188px;
  margin: 5px;
}
div.assets-body div.game-assets-preview div#blackjack-game div#card-holder .cardrow .hand-total {
  width: 50px;
  margin-left: -50px;
  margin-top: 120px;
  color: white;
}
div.assets-body div.game-assets-preview div#blackjack-game div#card-holder .cardrow .hand-total strong {
  font-weight: bold;
  font-size: 1.2em;
  border: 1px solid white;
  border-radius: 12px;
  padding: 5px;
}
div.assets-body div.game-assets-preview div#blackjack-game img {
  position: absolute;
  border: 1px dashed #707070;
}
div.assets-body div.game-assets-preview div#blackjack-game img#background {
  width: 1080px;
  z-index: 1;
}
div.assets-body div.game-assets-preview div#blackjack-game img#logo {
  width: 645px;
  z-index: 6;
  margin-right: auto;
  margin-left: auto;
  display: block;
  left: 0;
  right: 0;
}
div.assets-body div.game-assets-preview div#blackjack-game div.blackjack-button-container {
  position: relative;
  display: flex;
  justify-content: center;
  bottom: -1100px;
  width: 100%;
  margin: 0 auto;
}
div.assets-body div.game-assets-preview div#blackjack-game div.blackjack-button-container .blackjack-btn {
  display: block;
  color: white;
  width: 150px;
  border-radius: 100px;
  margin: 0 15px;
  text-align: center;
  padding: 15px 35px;
  border: none;
  font-weight: bold;
  font-size: 0.9em;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 99999;
}
div.assets-body div.game-assets-preview div#blackjack-game div.blackjack-button-container .blackjack-btn.stand {
  background: #DB4F50 30%;
}
div.assets-body div.game-assets-preview div#blackjack-game div.blackjack-button-container .blackjack-btn.hit {
  background: #6fa653;
}
@media print {
  .reports {
    /** Hide unwanted elements when printing */
  }
  .reports #global-header, .reports nav, .reports #breadcrumb-wrapper, .reports form {
    display: none !important;
  }
  .reports thead {
    display: table-header-group;
  }
  .reports tfoot {
    display: table-footer-group;
  }
}
@page {
  size: 8.5in 11in;
  margin: 0.5in 0.25in;
}
.report {
  font-family: "Tahoma", sans-serif !important;
  font-size: 8pt !important;
}
.report h1, .report h2, .report h3, .report h4 {
  margin: 0;
  font-size: 8pt;
  font-weight: normal;
}
.report h1 {
  font-size: 14pt;
  font-weight: bold;
}
.report h2 {
  font-size: 12pt;
  font-weight: bold;
}
.report h3 {
  font-size: 10pt;
  font-weight: bold;
}
.report h4 {
  font-size: 10pt;
}
.report table thead th {
  font-weight: normal;
  padding: 4px 0;
}
.report table td {
  padding: 1px 0;
}
.report table tfoot td {
  border: none;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2-container.select2-container--focus .select2-selection--multiple {
  border-color: #cacaca;
}
.select2-container.select2-container--focus .select2-selection--multiple span.select2-search textarea.select2-search__field {
  display: block;
}
.select2-container .select2-selection--multiple span.select2-search textarea.select2-search__field {
  display: none;
}
.select2-container span.selection {
  height: 100%;
  display: block;
}
.select2-container .select2-selection {
  border-color: #cacaca;
}
.select2-container .select2-selection--single {
  height: 40px;
  border-radius: 2px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  line-height: 38px;
}
.select2-container .select2-selection--multiple {
  min-height: 40px;
  border-radius: 2px;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-search {
  line-height: 38px;
  font-size: 1.1em;
  color: #444444;
}
.select2-container .select2-selection--multiple .select2-search textarea.select2-search__field {
  min-height: 38px;
  line-height: 38px;
  font-size: 1.1em;
  color: #444444;
  margin-top: 0;
  margin-bottom: 0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  min-height: 100%;
  display: block;
  line-height: 26px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  height: 100%;
}
.select2-container .select2-dropdown .select2-search {
  height: 40px;
}
.select2-container .select2-dropdown .select2-search .select2-search__field {
  height: 40px;
  line-height: 38px;
  font-size: 1.1em;
  color: #444444;
}
.select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option {
  padding: 1px 8px;
  font-size: 1.1em;
  line-height: 38px;
}
form .select:before {
  background-color: transparent;
}
body {
  font: normal 85%/1.2em "Lato", sans-serif;
  padding-bottom: 40px;
}
[v-cloak] {
  display: none;
}
.wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  width: 90%;
  max-width: 1600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}
.wrapper:before, .wrapper:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.wrapper:after {
  clear: both;
}
@media screen and (max-width:667px) {
  .wrapper {
    width: 95%;
  }
}
.row {
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.row:before, .row:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.row:after {
  clear: both;
}
.row.padded {
  padding: 15px !important;
}
.row-flex {
  display: flex;
  flex-flow: row wrap;
}
.col {
  float: left;
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}
.col:before, .col:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.col:after {
  clear: both;
}
@media screen and (max-width:667px) {
  .col {
    width: 100% !important;
  }
}
.col:last-child {
  padding-right: 0;
}
.col:first-child {
  padding-left: 0;
}
.col.padded {
  padding: 15px;
}
.col.col-5 {
  width: 5%;
}
.col.col-10 {
  width: 10%;
}
.col.col-15 {
  width: 15%;
}
.col.col-20 {
  width: 20%;
}
.col.col-25 {
  width: 25%;
}
.col.col-30 {
  width: 30%;
}
.col.col-35 {
  width: 35%;
}
.col.col-40 {
  width: 40%;
}
.col.col-45 {
  width: 45%;
}
.col.col-50 {
  width: 50%;
}
.col.col-55 {
  width: 55%;
}
.col.col-60 {
  width: 60%;
}
.col.col-65 {
  width: 65%;
}
.col.col-70 {
  width: 70%;
}
.col.col-75 {
  width: 75%;
}
.col.col-80 {
  width: 80%;
}
.col.col-85 {
  width: 85%;
}
.col.col-90 {
  width: 90%;
}
.col.col-95 {
  width: 95%;
}
.col.offset-5 {
  margin-left: 5%;
}
.col.offset-10 {
  margin-left: 10%;
}
.col.offset-15 {
  margin-left: 15%;
}
.col.offset-20 {
  margin-left: 20%;
}
.col.offset-25 {
  margin-left: 25%;
}
.col.offset-30 {
  margin-left: 30%;
}
.col.offset-35 {
  margin-left: 35%;
}
.col.offset-40 {
  margin-left: 40%;
}
.col.offset-45 {
  margin-left: 45%;
}
.col.offset-50 {
  margin-left: 50%;
}
.col.offset-55 {
  margin-left: 55%;
}
.col.offset-60 {
  margin-left: 60%;
}
.col.offset-65 {
  margin-left: 65%;
}
.col.offset-70 {
  margin-left: 70%;
}
.col.offset-75 {
  margin-left: 75%;
}
.col.offset-80 {
  margin-left: 80%;
}
.col.offset-85 {
  margin-left: 85%;
}
.col.offset-90 {
  margin-left: 90%;
}
.col.offset-95 {
  margin-left: 95%;
}
.col.col-33 {
  width: 33%;
}
.col.col-34 {
  width: 34%;
}
.pad-right {
  padding-right: 10px;
}
#full-screen {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00a5d2;
  background: -webkit-linear-gradient(50deg, #00a5d2, #52daff);
  background: linear-gradient(40deg, #00a5d2, #52daff);
}
#global-header {
  padding: 30px 0;
  background: #00b9eb;
  background: -webkit-linear-gradient(70deg, #00b9eb, #06caff 45%);
  background: linear-gradient(20deg, #00b9eb, #06caff 45%);
}
@media screen and (max-width:667px) {
  #global-header {
    padding: 15px 5px;
  }
}
#global-header nav {
  zoom: 1;
}
#global-header nav:before, #global-header nav:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
#global-header nav:after {
  clear: both;
}
#global-header nav #menu-btn {
  display: none;
  position: relative;
  height: 18px;
  width: 24px;
}
#global-header nav #menu-btn > span:before, #global-header nav #menu-btn > span:after, #global-header nav #menu-btn > span {
  display: block;
  position: absolute;
  height: 4px;
  width: 24px;
  background-color: #fff;
  left: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#global-header nav #menu-btn > span {
  top: 9px;
  margin-top: -2px;
}
#global-header nav #menu-btn > span:before, #global-header nav #menu-btn > span:after {
  content: "";
}
#global-header nav #menu-btn > span:before {
  top: -9px;
  margin-top: 2px;
}
#global-header nav #menu-btn > span:after {
  top: 9px;
  margin-top: -2px;
}
#global-header nav #menu-btn.active > span {
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
}
#global-header nav #menu-btn.active > span:before, #global-header nav #menu-btn.active > span:after {
  top: 50%;
  left: -12px;
  margin: 0;
}
#global-header nav #menu-btn.active > span:before {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#global-header nav #menu-btn.active > span:after {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
@media screen and (max-width:667px) {
  #global-header nav #menu-btn {
    display: block;
  }
}
#global-header nav #menu-btn .buns {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#global-header nav #header-logo {
  display: none;
  position: absolute;
  width: 50px;
  top: -6px;
  left: 50%;
  margin-left: -25px;
}
@media screen and (max-width:667px) {
  #global-header nav #header-logo {
    display: block;
  }
}
#global-header nav #header-logo img {
  width: 100%;
}
@media screen and (max-width:667px) {
  #global-header nav ul, #global-header nav ul.bullet-grid {
    display: none;
  }
}
#global-header nav li {
  float: left;
  margin: 0 5px;
}
@media screen and (max-width:667px) {
  #global-header nav li {
    float: none;
    margin: 50px 0 !important;
    text-align: center;
    font-size: 1em;
  }
}
#global-header nav li:first-child {
  margin-left: 0;
}
#global-header nav li:last-child {
  margin-right: 0;
}
#global-header nav span.small {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #E3E3E3;
}
#global-header nav a {
  color: #fff;
  padding: 10px 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#global-header nav a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#global-header nav a.active {
  background-color: #ffffff;
  color: #00b9eb;
}
#global-header nav#primary-nav {
  float: left;
}
@media screen and (max-width:667px) {
  #global-header nav#primary-nav {
    float: none;
  }
}
#global-header nav#menu-nav {
  float: right;
}
@media screen and (max-width:667px) {
  #global-header nav#menu-nav {
    display: none;
    float: none;
  }
}
#global-header nav#menu-nav li {
  margin: 0 0;
  font-size: 1em;
  font-weight: 100;
}
#global-header nav#menu-nav li a {
  text-transform: none !important;
}
nav#secondary-nav {
  display: flex;
  border-bottom: 1px solid whitesmoke;
  zoom: 1;
}
@media screen and (max-width:667px) {
  nav#secondary-nav + #page-header {
    padding-top: 0 !important;
  }
}
nav#secondary-nav:before, nav#secondary-nav:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
nav#secondary-nav:after {
  clear: both;
}
nav#secondary-nav > ul {
  display: flex;
  flex-grow: 1;
  list-style: none;
}
nav#secondary-nav > ul.vertical {
  flex-direction: column;
  flex-grow: inherit;
}
nav#secondary-nav > ul.options {
  justify-content: flex-end;
}
nav#secondary-nav > ul.options a {
  display: inline-block;
  padding: 0;
  margin: 13px 7px 0;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #b0b0b0;
}
nav#secondary-nav > ul > li {
  margin: 8px 0;
}
nav#secondary-nav > ul > li i {
  margin-right: 3px;
}
nav#secondary-nav > ul > li > a {
  display: block;
  color: #4E4E4E;
  padding: 12px 18px;
  font-weight: 100;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  word-spacing: 0.2em;
  border: 1px solid transparent;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
nav#secondary-nav > ul > li > a.active {
  color: #fff;
  font-weight: bold;
  background-color: rgba(78, 78, 78, 0.5);
}
nav#secondary-nav > ul > li > a.active span.txt-label {
  background-color: #fff;
  color: rgba(78, 78, 78, 0.5);
}
nav#secondary-nav > ul > li > a span.txt-label {
  display: inline-block;
  margin: -2px 0;
  padding: 3px 5px;
  transform: translateY(-2px);
}
#breadcrumb-wrapper {
  background-color: rgba(227, 227, 227, 0.3);
}
#breadcrumb-wrapper .breadcrumb {
  padding: 10px 0;
}
#breadcrumb-wrapper .breadcrumb li {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
  opacity: 0.8;
}
#breadcrumb-wrapper .breadcrumb li:after {
  position: absolute;
  right: 0;
  content: ">>";
  letter-spacing: -1em;
  color: #9B9B9B;
  opacity: 0.4;
}
#breadcrumb-wrapper .breadcrumb li:last-child {
  opacity: 0.7;
}
#breadcrumb-wrapper .breadcrumb li:last-child:after {
  display: none;
}
#breadcrumb-wrapper .breadcrumb li a {
  opacity: 0.9;
  color: #838383;
}
#breadcrumb-wrapper .breadcrumb li a:hover {
  text-decoration: underline;
}
#main-content {
  padding: 0 0 50px;
}
#main-content header {
  zoom: 1;
}
#main-content header:before, #main-content header:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
#main-content header:after {
  clear: both;
}
@media screen and (max-width:667px) {
  #main-content header {
    margin: 5px 0;
  }
}
#main-content header#page-header {
  border-bottom: 1px solid #E3E3E3;
}
#main-content header#page-header h1 {
  margin: 0;
}
#main-content header#page-header.has-icon .page-header-icon {
  float: left;
  width: 110px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#main-content header#page-header.has-icon .page-header-icon img {
  width: 100%;
}
#main-content header nav.tertiary-nav {
  display: flex;
  float: right;
  margin-top: 8px;
}
#main-content header nav.tertiary-nav .btn, #main-content header nav.tertiary-nav .btn-icon, #main-content header nav.tertiary-nav form input[type=submit], form #main-content header nav.tertiary-nav input[type=submit], #main-content header nav.tertiary-nav form button[type=submit], form #main-content header nav.tertiary-nav button[type=submit] {
  margin: 0 5px 0;
}
.submenu {
  display: flex;
  margin-top: 16px;
  color: #C6C6C6;
}
.submenu.right {
  justify-content: flex-end;
}
.submenu a {
  margin: 0 8px;
  color: #707070;
}
.submenu a:hover {
  text-decoration: underline;
}
.loading {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
}
.loading .fa {
  position: absolute;
  top: 35%;
  left: 47%;
}
.toggle-tabs {
  display: flex;
  justify-content: flex-end;
  padding: 5px 0 10px;
}
.toggle-tabs li {
  position: relative;
  list-style: none;
  margin: 0 1px;
  padding: 0 1px;
  display: flex;
  align-items: center;
}
.toggle-tabs li:after {
  position: absolute;
  content: "";
  right: -2px;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background-color: #E3E3E3;
}
.toggle-tabs li:last-child:after {
  display: none;
}
.toggle-tabs li a,
.toggle-tabs li button {
  padding: 8px 7px 8px 7px;
  background: none;
  color: #4E4E4E;
  text-transform: uppercase;
  font-size: 0.85em;
}
.toggle-tabs li a:focus,
.toggle-tabs li button:focus {
  outline: none;
  border: none;
}
.toggle-tabs li a:hover,
.toggle-tabs li button:hover {
  background-color: #f0f0f0;
}
.toggle-tabs li a span.txt-count,
.toggle-tabs li button span.txt-count {
  margin-left: 3px;
  padding: 1px 4px;
  text-align: center;
  color: #4E4E4E;
  background-color: #fff;
  border: 1px solid #E3E3E3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.toggle-tabs li .txt-label {
  margin: 0;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.toggle-tabs li .active {
  background-color: #EA7F1B;
  color: #fff;
}
.toggle-tabs li .active:hover {
  background-color: #EA7F1B;
  color: #fff;
}
.toggle-tabs li .active .txt-count {
  background-color: #fff;
  color: #EA7F1B;
  border: none;
}
.toggle-tabs li .mixitup-control-active {
  background-color: #00b9eb;
  color: #fff;
}
.toggle-tabs li i {
  margin: 0 0 0;
  font-size: 1.2em;
}
.filter-promotions-wrapper {
  display: flex;
  justify-content: space-between;
}
.promotion-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.promotion-list .promo-mini-card-container {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .promotion-list .promo-mini-card-container {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 992px) {
  .promotion-list .promo-mini-card-container {
    width: calc(33.33% - 1rem);
  }
}
.promo-mini-card {
  background-color: #fff;
  border: 1px solid #E3E3E3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.promo-mini-card.no-properties {
  border-color: #D90E13;
}
.promo-mini-card .promo-details {
  position: relative;
  flex: 1;
  margin: 0;
  padding: 0;
}
.promo-mini-card .promo-details header {
  display: flex;
  background-color: rgba(227, 227, 227, 0.7);
  padding: 0.25rem;
  margin-top: 0 !important;
}
.promo-mini-card .promo-details header .title-wrapper {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.promo-mini-card .promo-details header .title-wrapper img {
  width: 50px;
  height: 45px;
}
.promo-mini-card .promo-details header h4 {
  flex-grow: 1;
  margin: 8px 8px 4px 8px;
  font-size: 1em;
  line-height: 1.3;
  font-weight: bold;
}
.promo-mini-card .promo-details header h4 a {
  color: #4E4E4E;
}
.promo-mini-card .promo-details header h4 a:hover {
  text-decoration: underline;
}
.promo-mini-card .promo-details header .title-label {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
}
.promo-mini-card .promo-details header .subtitle {
  font-size: 0.8em;
  font-weight: normal;
  text-transform: uppercase;
  opacity: 0.8;
  margin: 4px 8px 8px 8px;
}
.promo-mini-card .promo-details header p {
  font-size: 1.1em;
  line-height: 1.3;
}
.promo-mini-card .promo-details header a.btn-icon {
  display: flex;
  align-items: center;
  color: #4E4E4E;
  background-color: transparent;
  border: none;
}
.promo-mini-card .promo-details header .btn-group {
  align-self: center;
}
.promo-mini-card .promo-details .promo-details-list {
  display: flex;
  padding: 0.75rem;
  justify-content: space-between;
  margin: 0 0.5rem 0 0.5rem;
}
.promo-mini-card .promo-details .promo-details-list li {
  text-align: center;
  padding: 0.5rem;
}
.promo-mini-card .promo-details .promo-details-list li span {
  display: block;
  font-size: 0.7em;
  text-transform: uppercase;
}
.promo-mini-card .promo-details .promo-details-list li strong {
  font-size: 0.8em;
}
.promo-mini-card .sort-handle {
  margin-bottom: 2px;
  margin-right: 8px;
  align-self: center;
  opacity: 0.6;
  cursor: move !important;
}
.promo-mini-card .sort-handle:hover {
  opacity: 0.9;
}
.rewards-list.padded {
  padding: 15px 25px;
}
.rewards-list .reward-row {
  margin: 0 0 22px;
  padding: 13px;
  position: relative;
  border: 1px solid #E3E3E3;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.rewards-list .reward-row:first-child .remove-reward {
  display: none;
}
.rewards-list .reward-row .title {
  margin: -13px -13px 15px;
  padding: 15px;
  background-color: #e6e6e6;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
  word-spacing: 0.4em;
  border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
}
.rewards-list .reward-row .col {
  padding: 5px 10px;
}
.rewards-list .reward-row textarea,
.rewards-list .reward-row input,
.rewards-list .reward-row .select {
  margin: 0;
}
.rewards-list .remove-reward,
.rewards-list .remove-reward-vue {
  position: absolute;
  left: -45px;
  top: 15px;
  font-size: 2.1em;
  color: #D90E13;
}
.fade-toggle-item.faded,
.fade-block.faded {
  opacity: 0.2;
}
.hide-toggle.off .hide-toggle-item {
  display: none;
}
.center-center {
  align-items: center;
  justify-content: center;
}
.center-center .col {
  align-self: stretch;
}
.left-center {
  align-items: center;
  justify-content: flex-start;
}
.remove-cloneable-element {
  position: absolute;
  margin: 34px 0 0 -25px;
  padding: 5px;
}
.cloneable-element {
  margin: 0;
  padding: 0;
}
.cloneable-element:first-child .remove-cloneable-element {
  display: none;
}
[v-cloak] {
  display: none;
}
.voucher-status {
  border-radius: 5px;
  padding: 20px;
  border-bottom: solid 1px #eee;
  font-weight: 200;
  text-transform: uppercase;
}
.voucher-status.redeemable {
  background: #00b9eb;
  color: #FFF;
}
.voucher-status.redeemable i {
  color: #FFF;
}
.voucher-status.redeemable:hover {
  background: #0091b8;
}
.voucher-status.redeemed {
  background: #daffda;
  color: #0f940f;
}
.voucher-status.redeemed i {
  color: #0f940f;
}
.voucher-status.expired {
  background: #fafafa;
  color: #777;
}
.voucher-status.expired i {
  color: #ddd;
}
.c-icon-sort {
  width: 20px;
  height: 20px;
  display: inline;
  position: absolute;
}