@charset "UTF-8";
/* 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, 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 {
  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: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.preload * {
  -webkit-transition: none !important;
  transition: none !important; }

body.no-scroll {
  overflow: hidden !important; }

@media only screen and (max-width: 667px) {
  .show-mobile {
    display: block; } }

@media only screen and (max-width: 667px) {
  .show-mobile-inline {
    display: inline; } }

@media only screen and (max-width: 667px) {
  .show-mobile-inline-block {
    display: inline-block; } }

@media only screen and (max-width: 667px) {
  .show-mobile-block {
    display: block; } }

@media only screen and (max-width: 375px) {
  .show-mobile-portrait {
    display: block; } }

@media only screen and (max-width: 375px) {
  .show-mobile-portrait-inline {
    display: inline; } }

@media only screen and (max-width: 375px) {
  .show-mobile-portrait-inline-block {
    display: inline-block; } }

@media only screen and (max-width: 375px) {
  .show-mobile-portrait-block {
    display: block; } }

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .show-mobile-landscape {
    display: block; } }

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .show-mobile-landscape-inline {
    display: inline; } }

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .show-mobile-landscape-inline-block {
    display: inline-block; } }

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .show-mobile-landscape-block {
    display: block; } }

@media only screen and (min-width: 667px) and (max-width: 1028px) {
  .show-tablet {
    display: block; } }

@media only screen and (min-width: 667px) and (max-width: 1028px) {
  .show-tablet-inline {
    display: inline; } }

@media only screen and (min-width: 667px) and (max-width: 1028px) {
  .show-tablet-inline-block {
    display: inline-block; } }

@media only screen and (min-width: 667px) and (max-width: 1028px) {
  .show-tablet-block {
    display: block; } }

@media only screen and (min-width: 667px) and (max-width: 768px) {
  .show-tablet-portrait {
    display: block; } }

@media only screen and (min-width: 667px) and (max-width: 768px) {
  .show-tablet-portrait-inline {
    display: inline; } }

@media only screen and (min-width: 667px) and (max-width: 768px) {
  .show-tablet-portrait-inline-block {
    display: inline-block; } }

@media only screen and (min-width: 667px) and (max-width: 768px) {
  .show-tablet-portrait-block {
    display: block; } }

@media only screen and (min-width: 768px) and (max-width: 1028px) {
  .show-tablet-landscape {
    display: block; } }

@media only screen and (min-width: 768px) and (max-width: 1028px) {
  .show-tablet-landscape-inline {
    display: inline; } }

@media only screen and (min-width: 768px) and (max-width: 1028px) {
  .show-tablet-landscape-inline-block {
    display: inline-block; } }

@media only screen and (min-width: 768px) and (max-width: 1028px) {
  .show-tablet-landscape-block {
    display: block; } }

@media only screen and (min-width: 1028px) and (max-width: 2200px) {
  .show-desktop {
    display: block; } }

@media only screen and (min-width: 1028px) and (max-width: 2200px) {
  .show-desktop-inline {
    display: inline; } }

@media only screen and (min-width: 1028px) and (max-width: 2200px) {
  .show-desktop-inline-block {
    display: inline-block; } }

@media only screen and (min-width: 1028px) and (max-width: 2200px) {
  .show-desktop-block {
    display: block; } }

@media only screen and (min-width: 2200px) {
  .show-large {
    display: block; } }

@media only screen and (min-width: 2200px) {
  .show-large-inline {
    display: inline; } }

@media only screen and (min-width: 2200px) {
  .show-large-inline-block {
    display: inline-block; } }

@media only screen and (min-width: 2200px) {
  .show-large-block {
    display: block; } }

.show-only-mobile {
  display: none; }
  @media only screen and (max-width: 667px) {
    .show-only-mobile {
      display: block; } }

.show-only-mobile-inline {
  display: none; }
  @media only screen and (max-width: 667px) {
    .show-only-mobile-inline {
      display: inline; } }

.show-only-mobile-inline-block {
  display: none; }
  @media only screen and (max-width: 667px) {
    .show-only-mobile-inline-block {
      display: inline-block; } }

.show-only-mobile-block {
  display: none; }
  @media only screen and (max-width: 667px) {
    .show-only-mobile-block {
      display: block; } }

.show-only-mobile-portrait {
  display: none; }
  @media only screen and (max-width: 375px) {
    .show-only-mobile-portrait {
      display: block; } }

.show-only-mobile-portrait-inline {
  display: none; }
  @media only screen and (max-width: 375px) {
    .show-only-mobile-portrait-inline {
      display: inline; } }

.show-only-mobile-portrait-inline-block {
  display: none; }
  @media only screen and (max-width: 375px) {
    .show-only-mobile-portrait-inline-block {
      display: inline-block; } }

.show-only-mobile-portrait-block {
  display: none; }
  @media only screen and (max-width: 375px) {
    .show-only-mobile-portrait-block {
      display: block; } }

.show-only-mobile-landscape {
  display: none; }
  @media only screen and (min-width: 375px) and (max-width: 667px) {
    .show-only-mobile-landscape {
      display: block; } }

.show-only-mobile-landscape-inline {
  display: none; }
  @media only 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 only 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 only screen and (min-width: 375px) and (max-width: 667px) {
    .show-only-mobile-landscape-block {
      display: block; } }

.show-only-tablet {
  display: none; }
  @media only screen and (min-width: 667px) and (max-width: 1028px) {
    .show-only-tablet {
      display: block; } }

.show-only-tablet-inline {
  display: none; }
  @media only screen and (min-width: 667px) and (max-width: 1028px) {
    .show-only-tablet-inline {
      display: inline; } }

.show-only-tablet-inline-block {
  display: none; }
  @media only screen and (min-width: 667px) and (max-width: 1028px) {
    .show-only-tablet-inline-block {
      display: inline-block; } }

.show-only-tablet-block {
  display: none; }
  @media only screen and (min-width: 667px) and (max-width: 1028px) {
    .show-only-tablet-block {
      display: block; } }

.show-only-tablet-portrait {
  display: none; }
  @media only screen and (min-width: 667px) and (max-width: 768px) {
    .show-only-tablet-portrait {
      display: block; } }

.show-only-tablet-portrait-inline {
  display: none; }
  @media only 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 only 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 only screen and (min-width: 667px) and (max-width: 768px) {
    .show-only-tablet-portrait-block {
      display: block; } }

.show-only-tablet-landscape {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 1028px) {
    .show-only-tablet-landscape {
      display: block; } }

.show-only-tablet-landscape-inline {
  display: none; }
  @media only 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 only 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 only screen and (min-width: 768px) and (max-width: 1028px) {
    .show-only-tablet-landscape-block {
      display: block; } }

.show-only-desktop {
  display: none; }
  @media only screen and (min-width: 1028px) and (max-width: 2200px) {
    .show-only-desktop {
      display: block; } }

.show-only-desktop-inline {
  display: none; }
  @media only screen and (min-width: 1028px) and (max-width: 2200px) {
    .show-only-desktop-inline {
      display: inline; } }

.show-only-desktop-inline-block {
  display: none; }
  @media only screen and (min-width: 1028px) and (max-width: 2200px) {
    .show-only-desktop-inline-block {
      display: inline-block; } }

.show-only-desktop-block {
  display: none; }
  @media only screen and (min-width: 1028px) and (max-width: 2200px) {
    .show-only-desktop-block {
      display: block; } }

.show-only-large {
  display: none; }
  @media only screen and (min-width: 2200px) {
    .show-only-large {
      display: block; } }

.show-only-large-inline {
  display: none; }
  @media only screen and (min-width: 2200px) {
    .show-only-large-inline {
      display: inline; } }

.show-only-large-inline-block {
  display: none; }
  @media only screen and (min-width: 2200px) {
    .show-only-large-inline-block {
      display: inline-block; } }

.show-only-large-block {
  display: none; }
  @media only screen and (min-width: 2200px) {
    .show-only-large-block {
      display: block; } }

@media only screen and (max-width: 667px) {
  .hide-mobile {
    display: none; } }

@media only screen and (max-width: 375px) {
  .hide-mobile-portrait {
    display: none; } }

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .hide-mobile-landscape {
    display: none; } }

@media only screen and (min-width: 667px) and (max-width: 1028px) {
  .hide-tablet {
    display: none; } }

@media only screen and (min-width: 667px) and (max-width: 768px) {
  .hide-tablet-portrait {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 1028px) {
  .hide-tablet-landscape {
    display: none; } }

@media only screen and (min-width: 1028px) and (max-width: 2200px) {
  .hide-desktop {
    display: none; } }

@media only 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("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .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);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.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);
  -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, .btn-icon, form input[type=submit], form button[type=submit], button {
  display: inline-block;
  margin: 0;
  padding: 12px 20px;
  background-color: #00b9eb;
  color: #fff;
  border: none;
  font-size: 1em;
  cursor: pointer;
  border-radius: 3px; }
  .btn:active, .btn-icon:active, form input:active[type=submit], form button:active[type=submit], .btn:focus, .btn-icon:focus, form input:focus[type=submit], form button:focus[type=submit], button:active, button:focus {
    outline: none; }
  .btn:hover, .btn-icon:hover, form input:hover[type=submit], form button:hover[type=submit], button:hover {
    color: #fff;
    background-color: #0091b8; }
  .btn[disabled="disabled"], .btn-icon[disabled="disabled"], form input[disabled="disabled"][type=submit], form button[disabled="disabled"][type=submit], button[disabled="disabled"] {
    opacity: .5; }
  .btn.btn-sm, .btn-sm.btn-icon, form input.btn-sm[type=submit], form button.btn-sm[type=submit], button.btn-sm {
    padding: 8px 15px;
    font-size: .9em; }
  .btn.btn-lg, .btn-lg.btn-icon, form input.btn-lg[type=submit], form button.btn-lg[type=submit], button.btn-lg {
    padding: 20px 35px;
    font-size: 1.3em; }
  .btn.btn-light, .btn-light.btn-icon, form input.btn-light[type=submit], form button.btn-light[type=submit], button.btn-light {
    color: #4E4E4E;
    background-color: #E3E3E3; }
    .btn.btn-light:hover, .btn-light.btn-icon:hover, form input.btn-light:hover[type=submit], form button.btn-light:hover[type=submit], button.btn-light:hover {
      color: #4E4E4E;
      background-color: #cacaca; }
  .btn.btn-default, .btn-default.btn-icon, form input.btn-default[type=submit], form button.btn-default[type=submit], button.btn-default {
    color: #3F3F3F;
    background-color: #c0c0c0; }
    .btn.btn-default:hover, .btn-default.btn-icon:hover, form input.btn-default:hover[type=submit], form button.btn-default:hover[type=submit], button.btn-default:hover {
      background-color: #a7a7a7; }
  .btn.btn-success, .btn-success.btn-icon, form input.btn-success[type=submit], form button.btn-success[type=submit], button.btn-success {
    background-color: #26C026; }
    .btn.btn-success:hover, .btn-success.btn-icon:hover, form input.btn-success:hover[type=submit], form button.btn-success:hover[type=submit], button.btn-success:hover {
      background-color: #1e951e; }
  .btn.btn-error, .btn-error.btn-icon, form input.btn-error[type=submit], form button.btn-error[type=submit], button.btn-error {
    background-color: #D90E13; }
    .btn.btn-error:hover, .btn-error.btn-icon:hover, form input.btn-error:hover[type=submit], form button.btn-error:hover[type=submit], button.btn-error:hover {
      background-color: #a90b0f; }
  .btn.btn-cancel, .btn-cancel.btn-icon, form input.btn-cancel[type=submit], form button.btn-cancel[type=submit], button.btn-cancel {
    background-color: transparent;
    border: 1px solid #D90E13;
    color: #D90E13; }
    .btn.btn-cancel:hover, .btn-cancel.btn-icon:hover, form input.btn-cancel:hover[type=submit], form button.btn-cancel:hover[type=submit], button.btn-cancel:hover {
      background-color: #D90E13;
      color: #fff; }
  .btn .fa, .btn-icon .fa, form input[type=submit] .fa, form button[type=submit] .fa, button .fa {
    margin-right: 10px;
    margin-left: -5px; }
  .btn.sample-kiosk-btn, .sample-kiosk-btn.btn-icon, form input.sample-kiosk-btn[type=submit], form button.sample-kiosk-btn[type=submit], button.sample-kiosk-btn {
    border-radius: 100px; }
  .btn.sample-kiosk-tab, .sample-kiosk-tab.btn-icon, form input.sample-kiosk-tab[type=submit], form button.sample-kiosk-tab[type=submit], 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, .btn-icon + .btn, form input[type=submit] + .btn, form button[type=submit] + .btn, .btn + .btn-icon, .btn-icon + .btn-icon, form input[type=submit] + .btn-icon, form button[type=submit] + .btn-icon, form .btn + input[type=submit], form .btn-icon + input[type=submit], form input[type=submit] + input[type=submit], form button[type=submit] + input[type=submit], form .btn + button[type=submit], form .btn-icon + button[type=submit], form input[type=submit] + button[type=submit], form button[type=submit] + button[type=submit], button + .btn, button + .btn-icon, form button + input[type=submit], form button + button[type=submit] {
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: 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);
    -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: .8em;
        z-index: 10;
        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: "\0020";
    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;
    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("/assets/fonts/lato-v14-latin/lato-v14-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Lato Light"), local("Lato-Light"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-300.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-300.woff2") format("woff2"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-300.woff") format("woff"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-300.ttf") format("truetype"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-300.svg#Lato") format("svg");
  /* Legacy iOS */ }

/* lato-300italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url("/assets/fonts/lato-v14-latin/lato-v14-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local("Lato Light Italic"), local("Lato-LightItalic"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-300italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-300italic.woff2") format("woff2"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-300italic.woff") format("woff"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-300italic.ttf") format("truetype"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-300italic.svg#Lato") format("svg");
  /* Legacy iOS */ }

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/lato-v14-latin/lato-v14-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-regular.woff2") format("woff2"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-regular.woff") format("woff"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-regular.ttf") format("truetype"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-regular.svg#Lato") format("svg");
  /* Legacy iOS */ }

/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/lato-v14-latin/lato-v14-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Lato Italic"), local("Lato-Italic"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-italic.woff2") format("woff2"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-italic.woff") format("woff"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-italic.ttf") format("truetype"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-italic.svg#Lato") format("svg");
  /* Legacy iOS */ }

/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url("/assets/fonts/lato-v14-latin/lato-v14-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Lato Bold Italic"), local("Lato-BoldItalic"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-700italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-700italic.woff2") format("woff2"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-700italic.woff") format("woff"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-700italic.ttf") format("truetype"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-700italic.svg#Lato") format("svg");
  /* Legacy iOS */ }

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/lato-v14-latin/lato-v14-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Lato Bold"), local("Lato-Bold"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-700.woff2") format("woff2"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-700.woff") format("woff"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-700.ttf") format("truetype"), url("/assets/fonts/lato-v14-latin/lato-v14-latin-700.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("../fonts/raleway-v12-latin/raleway-v12-latin-regular.ttf"); }

/* raleway-black */
@font-face {
  font-family: 'Raleway Black';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/raleway-v12-latin/raleway-black.ttf"); }

/* fjalla-one-regular - latin */
@font-face {
  font-family: 'Fjalla One';
  src: url("../fonts/fjalla-one-v5-latin/fjalla-one-v5-latin-regular.ttf"); }

/* teko-bold */
@font-face {
  font-family: 'Teko Bold';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/teko/teko-bold.ttf"); }

/* mukta-extra-bold */
@font-face {
  font-family: 'Mukta Extra-Bold';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/mukta/mukta-extra-bold.ttf"); }

/* mukta-regular */
@font-face {
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/mukta/mukta-regular.ttf"); }

/* roboto-black */
@font-face {
  font-family: 'Roboto Black';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto/roboto-black.ttf"); }

/* roboto-regular */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto/roboto-regular.ttf"); }

/* merriweather-black */
@font-face {
  font-family: 'Merriweather Black';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/merriweather/merriweather-black.ttf"); }

/* merriweather-regular */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/merriweather/merriweather-regular.ttf"); }

h1 {
  margin: 12px 0;
  font-size: 2em;
  line-height: 1.4; }
  @media only screen and (max-width: 667px) {
    h1 {
      font-size: 1.6em; } }

h2 {
  margin: 15px 0;
  font-size: 1.7em;
  line-height: 1.2; }
  @media only 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  ul.bullet-grid li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

ul.permissions-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  ul.permissions-grid li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    ul.permissions-grid li i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10px;
      width: 1.5em;
      height: 1.5em;
      color: #fff;
      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: .9em;
  color: #fff;
  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: .7em;
  text-transform: uppercase;
  letter-spacing: .1em;
  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;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  form.filter-selector {
    margin: 0; }
  form:before, form:after {
    content: "\0020";
    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;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    form fieldset:before, form fieldset:after {
      content: "\0020";
      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: .95em; }
    form label.padded {
      padding: 7px 0; }
    form label.floatright {
      margin-right: 5px; }
    form label small {
      color: #8c8c8c;
      font-size: .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;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-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: .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 .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;
      -webkit-box-sizing: border-box;
              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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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);
      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;
      border-radius: 3px;
      background: #ffffff;
      background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f9f9));
      background: linear-gradient(180deg, #ffffff, #f9f9f9); }
    form .custom-file-input:hover::before {
      color: #4E4E4E;
      background: #f9f9f9;
      background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#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-gradient(linear, left top, left bottom, from(#26C026), to(#22ab22));
      background: linear-gradient(180deg, #26C026, #22ab22); }
    form .custom-file-input.with-file:hover::before {
      color: #fff !important;
      background: #1e951e;
      background: -webkit-gradient(linear, left top, left bottom, from(#1e951e), to(#198019));
      background: linear-gradient(180deg, #1e951e, #198019); }
  form .with-select {
    margin: 5px 0 15px;
    position: relative;
    clear: both;
    -webkit-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: "\0020";
      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;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1; }
    form .select:before, form .select:after {
      content: "\0020";
      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;
      -webkit-transform: translateY(1.1em);
              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: .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: .8;
        background-color: #E3E3E3; }
  form .check-radio {
    padding: 5px 0;
    zoom: 1; }
    form .check-radio:before, form .check-radio:after {
      content: "\0020";
      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;
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
        -webkit-transition: all 0.1s linear;
        transition: all 0.1s linear;
        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(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
        -webkit-box-shadow: inset 0 1px 1px 1px white, inset 0 -1px 1px 1px rgba(0, 0, 0, 0.25), 0 1px 2px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.25);
                box-shadow: inset 0 1px 1px 1px white, inset 0 -1px 1px 1px rgba(0, 0, 0, 0.25), 0 1px 2px 1px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.25);
        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: "\0020";
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .image-upload-preview-wrapper .file-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px dashed #707070;
  -webkit-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .checkradio-grid div, .checkradio-grid a {
    margin: 15px .5%;
    padding: 20px 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    text-align: center;
    background-color: rgba(227, 227, 227, 0.4);
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-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);
      -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: .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);
      -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 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .checkradio-grid.bigger div, .checkradio-grid.bigger a {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      width: 32%; }
  .checkradio-grid.smaller {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .checkradio-grid.smaller div, .checkradio-grid.smaller a {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      width: 24%;
      -ms-flex: 0 0 23%;
          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 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cacaca;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cacaca;
  opacity: 1;
  /* Firefox */ }

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cacaca;
  opacity: 1;
  /* Firefox */ }

::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%);
        transform: translateX(-50%);
        -webkit-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: .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: .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;
  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: .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: .95;
  z-index: 100;
  -webkit-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;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  zoom: 1; }
  .app-notification:before, .app-notification:after {
    content: "\0020";
    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;
    -webkit-box-shadow: none;
            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: 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;
  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);
  -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: -webkit-box;
  display: -ms-flexbox;
  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;
      border-radius: 4px; }
      .pagination li a i, .pagination li span i {
        line-height: 1.2; }

.data-ribbon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }
  .data-ribbon .chunk {
    display: block;
    margin: 10px;
    padding: 10px 2px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    background-color: #fafafa;
    border-bottom: 1px solid #E3E3E3;
    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: .9em;
      font-weight: 100;
      letter-spacing: .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: .5; }

.add-remove-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .add-remove-row .add-remove-row-index {
    width: 25px; }
  .add-remove-row .add-remove-items span {
    margin: .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2em; }
    .add-remove-row .add-remove-options > span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: .25em;
      padding: 0;
      width: 2em;
      height: 2em;
      line-height: 0;
      border: 1px solid transparent;
      background: none;
      text-align: center;
      cursor: pointer;
      border-radius: 50px;
      -webkit-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px; }
  .repeating-day-time .grid-check-selection-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-preferred-size: 12%;
        flex-basis: 12%;
    align-items: center;
    color: #707070;
    font-weight: bold;
    border: 1px solid #E3E3E3;
    text-transform: uppercase;
    cursor: pointer;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      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: .9;
      color: #D90E13; }
    .repeating-day-time .time-selection-wrapper .time-selection-list li i {
      margin-left: 8px;
      opacity: .1; }

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.faded-out {
  opacity: .3; }

.list-slide-enter,
.list-slide-leave-to {
  opacity: 0;
  -webkit-transform: rotateX(50deg);
          transform: rotateX(50deg); }

.list-slide-enter-active,
.list-slide-leave-active {
  -webkit-transition: opacity 200ms ease-out, -webkit-transform 200ms ease-out;
  transition: opacity 200ms ease-out, -webkit-transform 200ms ease-out;
  transition: opacity 200ms ease-out, transform 200ms ease-out;
  transition: opacity 200ms ease-out, transform 200ms ease-out, -webkit-transform 200ms ease-out; }

.promotion-list .promo-list-tile {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }
  .promotion-list .promo-list-tile header {
    min-height: 100px;
    background-size: cover;
    background-color: #fff; }
    .promotion-list .promo-list-tile header .header-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: rgba(255, 255, 255, 0.4);
      padding: 20px; }
    .promotion-list .promo-list-tile header img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0;
              flex: 0 0;
      margin-right: 25px;
      width: 10%;
      height: auto;
      -ms-flex-item-align: center;
          align-self: center; }
    .promotion-list .promo-list-tile header div.header-details {
      -webkit-box-flex: 1;
          -ms-flex: 1 0;
              flex: 1 0; }
    .promotion-list .promo-list-tile header h4 {
      font-size: 2em; }
      .promotion-list .promo-list-tile header h4 a {
        color: #000; }
    .promotion-list .promo-list-tile header p {
      color: #000; }

nav.schedule-selection-tabs {
  margin: 20px 0; }
  nav.schedule-selection-tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    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: .8em;
        font-weight: bold;
        text-transform: uppercase; }

.week-schedule-selection .check-radio, .week-schedule-selection-vue .check-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-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: .9; }
  .week-schedule-selection .check-radio label, .week-schedule-selection-vue .check-radio label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  opacity: .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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  display: none; }
  .week-schedule-selection .time-selection.enabled, .week-schedule-selection-vue .time-selection.enabled {
    display: -webkit-box;
    display: -ms-flexbox;
    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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          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: -webkit-box;
    display: -ms-flexbox;
    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: .2;
  overflow: hidden;
  -webkit-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;
  transition: all 0.2s linear; }
  .timeframe-selection-reverse.active {
    opacity: .2;
    height: 0;
    overflow: hidden; }

.drawing-promo-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media only screen and (max-width: 667px) {
    .drawing-promo-overview {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .drawing-promo-overview.schedule ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    margin: 0 2px;
    border-radius: 5px; }
  .drawing-promo-overview .promo-banner {
    width: 60%;
    margin-right: 30px;
    min-height: 200px; }
    @media only screen and (max-width: 667px) {
      .drawing-promo-overview .promo-banner {
        width: auto;
        margin: 20px 30px 20px; } }
  .drawing-promo-overview ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center; }
    @media only 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;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .drawing-promo-overview ul li:last-child {
        border: none; }
      .drawing-promo-overview ul li.disabled {
        opacity: .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: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  div.assets-body div.game-assets-list .asset-upload-preview-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              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;
          -ms-flex-wrap: wrap;
              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;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        div.assets-body div.game-assets-preview div#pop-game div#card-holder .cardrow {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          display: -webkit-box;
          display: -ms-flexbox;
          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;
        -ms-flex-wrap: wrap;
            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;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        div.assets-body div.game-assets-preview div#poker-game div#card-holder .cardrow {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          display: -webkit-box;
          display: -ms-flexbox;
          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;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        div.assets-body div.game-assets-preview div#blackjack-game div#card-holder .cardrow {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          display: -webkit-box;
          display: -ms-flexbox;
          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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                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: .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: .5in .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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 0px 15px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 40px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.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: 0px;
  -webkit-box-sizing: border-box;
          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;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  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%;
  -webkit-box-sizing: border-box;
          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;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 38px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.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: 8px;
  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 #cacaca;
  border-radius: 0px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 5px 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.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__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #a3a3a3 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;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 260px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.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--highlighted[aria-selected] {
  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: 0px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 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;
  margin-right: 10px; }

.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: 0px;
  border-bottom-right-radius: 0px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 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;
  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-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 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-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 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; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.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;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.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__remove {
  margin-left: 2px;
  margin-right: auto; }

.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;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  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[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.has-error .select2-selection {
  border-color: #D90E13; }

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;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1; }
  .wrapper:before, .wrapper:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .wrapper:after {
    clear: both; }
  @media only screen and (max-width: 667px) {
    .wrapper {
      width: 95%; } }

.row {
  zoom: 1;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .row:before, .row:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .row:after {
    clear: both; }
  .row.padded {
    padding: 15px !important; }

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.col {
  float: left;
  width: 100%;
  padding: 5px;
  -webkit-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: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .col:after {
    clear: both; }
  @media only 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00a5d2;
  background: linear-gradient(40deg, #00a5d2, #52daff); }

#global-header {
  padding: 30px 0;
  background: #00b9eb;
  background: linear-gradient(20deg, #00b9eb, #06caff 45%); }
  @media only screen and (max-width: 667px) {
    #global-header {
      padding: 15px 5px; } }
  #global-header nav {
    zoom: 1; }
    #global-header nav:before, #global-header nav:after {
      content: "\0020";
      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, #global-header nav #menu-btn > span:before, #global-header nav #menu-btn > span:after {
        display: block;
        position: absolute;
        height: 4px;
        width: 24px;
        background-color: #fff;
        left: 0;
        -webkit-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);
          transform: rotate(225deg);
          filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
        #global-header nav #menu-btn.active > span:after {
          -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
          filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
      @media only screen and (max-width: 667px) {
        #global-header nav #menu-btn {
          display: block; } }
      #global-header nav #menu-btn .buns {
        border-radius: 6px; }
    #global-header nav #header-logo {
      display: none;
      position: absolute;
      width: 50px;
      top: -6px;
      left: 50%;
      margin-left: -25px; }
      @media only screen and (max-width: 667px) {
        #global-header nav #header-logo {
          display: block; } }
      #global-header nav #header-logo img {
        width: 100%; }
    @media only screen and (max-width: 667px) {
      #global-header nav ul {
        display: none; } }
    #global-header nav li {
      float: left;
      margin: 0 5px; }
      @media only 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: .9em;
      color: #E3E3E3; }
    #global-header nav a {
      color: #fff;
      padding: 10px 12px;
      font-weight: bold;
      text-transform: uppercase;
      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 only screen and (max-width: 667px) {
        #global-header nav#primary-nav {
          float: none; } }
    #global-header nav#menu-nav {
      float: right; }
      @media only 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid whitesmoke;
  zoom: 1; }
  @media only screen and (max-width: 667px) {
    nav#secondary-nav + #page-header {
      padding-top: 0 !important; } }
  nav#secondary-nav:before, nav#secondary-nav:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  nav#secondary-nav:after {
    clear: both; }
  nav#secondary-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    list-style: none; }
    nav#secondary-nav > ul.vertical {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: inherit;
          -ms-flex-positive: inherit;
              flex-grow: inherit; }
    nav#secondary-nav > ul.options {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      nav#secondary-nav > ul.options a {
        display: inline-block;
        padding: 0;
        margin: 13px 7px 0;
        font-size: .9em;
        font-weight: bold;
        letter-spacing: .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: .03em;
        word-spacing: .2em;
        border: 1px solid transparent;
        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;
          -webkit-transform: translateY(-2px);
                  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: .8; }
      #breadcrumb-wrapper .breadcrumb li:after {
        position: absolute;
        right: 0;
        content: '>>';
        letter-spacing: -1em;
        color: #9B9B9B;
        opacity: .4; }
      #breadcrumb-wrapper .breadcrumb li:last-child {
        opacity: .7; }
        #breadcrumb-wrapper .breadcrumb li:last-child:after {
          display: none; }
      #breadcrumb-wrapper .breadcrumb li a {
        opacity: .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: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    #main-content header:after {
      clear: both; }
    @media only 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;
        -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: -webkit-box;
      display: -ms-flexbox;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  color: #C6C6C6; }
  .submenu.right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 5px 0 10px; }
  .toggle-tabs li {
    position: relative;
    list-style: none;
    margin: 0 1px;
    padding: 0 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: .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;
        border-radius: 3px; }
    .toggle-tabs li .txt-label {
      margin: 0;
      text-align: center;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.promotion-list {
  position: relative;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .promotion-list.list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .promotion-list.list .promo-mini-card {
      width: 100%;
      margin: 9px 0;
      background-color: #fff; }
      .promotion-list.list .promo-mini-card .promo-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .promotion-list.list .promo-mini-card .promo-details header {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; }
          .promotion-list.list .promo-mini-card .promo-details header .title-wrapper {
            margin-right: auto; }
      .promotion-list.list .promo-mini-card .promo-details-list {
        margin: 0;
        padding: 0;
        border: none;
        width: 40%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .promotion-list.list .promo-mini-card .promo-details-list span {
          display: none; }

.promo-mini-card {
  padding: 5px;
  margin: 0 0 40px;
  background-color: #fff;
  border: 1px solid #E3E3E3;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  border-radius: 5px;
  -webkit-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;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    padding: 0; }
    .promo-mini-card .promo-details header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      margin: -5px -5px -5px -5px !important;
      padding: 5px;
      background-color: rgba(227, 227, 227, 0.7); }
      .promo-mini-card .promo-details header .title-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: auto; }
        .promo-mini-card .promo-details header .title-wrapper img {
          float: left;
          width: 50px;
          height: 45px; }
      .promo-mini-card .promo-details header h4 {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin: 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 {
        margin: 0 8px -7px;
        text-transform: uppercase;
        font-size: .8em;
        font-weight: bold; }
      .promo-mini-card .promo-details header .subtitle {
        margin-top: -3px;
        font-size: .8em;
        font-weight: normal;
        text-transform: uppercase;
        opacity: .8; }
      .promo-mini-card .promo-details header p {
        margin: 8px;
        font-size: 1.1em;
        line-height: 1.3; }
      .promo-mini-card .promo-details header a.btn-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #4E4E4E;
        background-color: transparent;
        border: none; }
      .promo-mini-card .promo-details header .btn-group {
        -ms-flex-item-align: center;
            align-self: center; }
    .promo-mini-card .promo-details .promo-details-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 5px;
      margin-bottom: 20px;
      padding-top: 15px; }
      .promo-mini-card .promo-details .promo-details-list li {
        text-align: center;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .promo-mini-card .promo-details .promo-details-list li span {
          display: block;
          font-size: .7em;
          text-transform: uppercase; }
        .promo-mini-card .promo-details .promo-details-list li strong {
          font-size: .8; }
  .promo-mini-card .sort-handle {
    display: block;
    padding: 9px 5px;
    margin-top: -1px;
    line-height: 0;
    opacity: .6;
    cursor: move !important; }
    .promo-mini-card .sort-handle:hover {
      opacity: .9; }

.rewards-list.padded {
  padding: 15px 25px; }

.rewards-list .reward-row {
  margin: 0 0 22px;
  padding: 13px;
  position: relative;
  border: 1px solid #E3E3E3;
  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: .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: .2; }

.hide-toggle.off .hide-toggle-item {
  display: none; }

.center-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .center-center .col {
    -ms-flex-item-align: stretch;
        align-self: stretch; }

.left-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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; }

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