@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

h1,
h2,
h3 {
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
}

h1 {
  margin: 2rem 0;
  font-size: 3.2rem;
  line-height: 3.2rem;
}

h2 {
  margin: 2rem 0;
  font-size: 2.4rem;
  line-height: 2.4rem;
}

p,
ul,
ol {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.subheading {
  font-weight: 200;
}

.bold {
  font-weight: 600;
}

.smallest-font {
  font-size: 1.2rem;
}

.small-font {
  font-size: 1.4rem;
}

.large-font {
  font-size: 1.8rem;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
}

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

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

a {
  color: #057ec1;
  text-decoration: none;
}
a:visited {
  color: #057ec1;
}
a:hover {
  color: #09669a;
}

.link {
  color: #057ec1;
  cursor: pointer;
}
.link:hover {
  color: #09669a;
}

.group:after {
  display: table;
  clear: both;
  content: '';
}

.hide {
  display: none !important;
}

.red {
  background-color: #c42727;
}

.light-red {
  background-color: #f4e1e1;
}

.dark-red {
  background-color: #9a0909;
}

.green {
  background-color: #3fb23f;
}

.light-green {
  background-color: #e1f4e1;
}

.dark-green {
  background-color: #099a09;
}

.blue {
  background-color: #057ec1;
}

.light-blue {
  background-color: #e1edf4;
}

.dark-blue {
  background-color: #09669a;
}

.purple {
  background-color: #512c8c;
}

.light-purple {
  background-color: #e8e1f4;
}

.dark-purple {
  background-color: #41099a;
}

.orange {
  background-color: #f4ae00;
}

.yellow {
  background-color: #f4ae00;
}

.light-yellow {
  background-color: #f4efe1;
}

.dark-yellow {
  background-color: #d18d05;
}

.gray {
  background-color: #999;
}

.light-gray {
  background-color: #e5e5e5;
}

.lighter-gray {
  background-color: #f6f6f6;
}

.dark-gray {
  background-color: #666;
}

.darker-gray {
  background-color: #333;
}

.reputation-management-color {
  background-color: #ebd900;
}

.social-marketing-color {
  background-color: #33ace2;
}

.presence-builder-color {
  background-color: #4fbe43;
}

.brand-analytics-color {
  background-color: #e64c00;
}

.concierge-color {
  background-color: #595959;
}

.business-center-color {
  background-color: #ff7900;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="number"],
select,
textarea {
  box-sizing: inherit;
  padding: 6px;
  border: 1px solid #dadada;
  border-radius: 2px;
  background: #fff;
  transition: border-color 0.2s ease-in-out;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: #057ec1;
  outline: none;
  transition: border-color 0.2s ease-in-out;
}

select {
  height: 3.6rem;
}
select[multiple] {
  min-height: 8rem;
  vertical-align: top;
}

textarea {
  min-height: 8rem;
  line-height: 1.5;
  vertical-align: top;
  resize: vertical;
}

.input-container {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dadada;
  border-radius: 2px;
}
.input-container.modal {
  height: 40px;
  max-height: inherit;
  border-style: hidden;
  border-radius: 0;
}
.input-container input {
  width: 100%;
  min-width: 0;
  border-style: hidden;
}
.input-container .icon {
  margin: auto 10px auto 2px;
}

.img-rounded {
  border-radius: 5px;
}

.img-circle {
  border-radius: 50%;
}

.default-profile-pic {
  content: url("/static/lib/FrontEndCentral/dist/images/no-pic.png");
}

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row + .row-gutters {
  margin-top: 0;
}

.row-gutters {
  margin-top: -20px;
  margin-left: -20px;
}
.row-gutters > .col {
  padding-top: 20px;
  padding-left: 20px;
}

.col {
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-pull-12 {
    right: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-pull-12 {
    right: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-pull-12 {
    right: 100%;
  }
}
@font-face {
  font-family: 'fec-icons';
  src: url("/static/lib/FrontEndCentral/dist/fonts/icons_1464901453654.eot");
  src: url("/static/lib/FrontEndCentral/dist/fonts/icons_1464901453654.eot?#iefix") format("eot"), url("/static/lib/FrontEndCentral/dist/fonts/icons_1464901453654.woff") format("woff"), url("/static/lib/FrontEndCentral/dist/fonts/icons_1464901453654.ttf") format("truetype"), url("/static/lib/FrontEndCentral/dist/fonts/icons_1464901453654.svg#icons_1464901453654") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon:before {
  display: inline-block;
  font-family: 'fec-icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.icon-activity:before {
  content: '\E001';
}

.icon-add-page:before {
  content: '\E002';
}

.icon-add:before {
  content: '\E003';
}

.icon-api:before {
  content: '\E004';
}

.icon-bell:before {
  content: '\E005';
}

.icon-brand-analytics:before {
  content: '\E006';
}

.icon-check:before {
  content: '\E007';
}

.icon-circle-hollow-check:before {
  content: '\E008';
}

.icon-circle:before {
  content: '\E009';
}

.icon-compose:before {
  content: '\E00A';
}

.icon-concierge:before {
  content: '\E00B';
}

.icon-directions:before {
  content: '\E00C';
}

.icon-docs:before {
  content: '\E00D';
}

.icon-down:before {
  content: '\E00E';
}

.icon-dropdown:before {
  content: '\E00F';
}

.icon-edit:before {
  content: '\E010';
}

.icon-email-sent:before {
  content: '\E011';
}

.icon-email:before {
  content: '\E012';
}

.icon-filter:before {
  content: '\E013';
}

.icon-hotness:before {
  content: '\E014';
}

.icon-left:before {
  content: '\E015';
}

.icon-location:before {
  content: '\E016';
}

.icon-marker:before {
  content: '\E017';
}

.icon-menu:before {
  content: '\E018';
}

.icon-pdf:before {
  content: '\E019';
}

.icon-phone:before {
  content: '\E01A';
}

.icon-popout:before {
  content: '\E01B';
}

.icon-ppt:before {
  content: '\E01C';
}

.icon-presence-builder:before {
  content: '\E01D';
}

.icon-products:before {
  content: '\E01E';
}

.icon-remove:before {
  content: '\E01F';
}

.icon-reports:before {
  content: '\E020';
}

.icon-reputation-management:before {
  content: '\E021';
}

.icon-right:before {
  content: '\E022';
}

.icon-search:before {
  content: '\E023';
}

.icon-send-email:before {
  content: '\E024';
}

.icon-settings:before {
  content: '\E025';
}

.icon-social-marketing:before {
  content: '\E026';
}

.icon-star:before {
  content: '\E027';
}

.icon-tooltip:before {
  content: '\E028';
}

.icon-training:before {
  content: '\E029';
}

.icon-trash:before {
  content: '\E02A';
}

.icon-up:before {
  content: '\E02B';
}

.icon-user:before {
  content: '\E02C';
}

.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 1;
}

.tabnav {
  display: -ms-flexbox;
  display: flex;
}

.tabnav-tab {
  padding: 8px 15px 10px;
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-width: 2px 1px 0;
  font-size: 1.4rem;
  color: #057ec1;
  text-decoration: none;
  cursor: pointer;
}
.tabnav-tab.active {
  border-color: #f6f6f6;
  border-top-color: #057ec1;
  border-bottom-color: transparent;
  background-color: #fff;
}
.tabnav-tab.active:hover {
  background-color: #fff;
}
.tabnav-tab:hover {
  background-color: #e5e5e5;
}

.tab-content {
  border: 1px solid #f6f6f6;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.tabpanel {
  display: none;
  padding: 20px;
  background-color: #fff;
}
.tabpanel.active {
  display: block;
}

.container {
  margin-bottom: 10px;
  border: 1px solid #f6f6f6;
  background-color: #fff;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.container-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 20px;
  font-size: 2.4rem;
  color: #000;
}

.container-content {
  padding-top: 20px;
  margin: 0 20px 20px;
  border-top: 1px solid #f6f6f6;
}

.container-content-full {
  padding-top: 0;
  margin-right: 0;
  margin-left: 0;
  border-top: 0;
}

.container-content-bordered {
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}

.container-footer {
  padding-left: 20px;
  margin-right: -1px;
  margin-bottom: -1px;
  background-color: #e1edf4;
}

.container-footer-full {
  padding-left: 0;
}

.btn {
  display: inline-block;
  min-width: 110px;
  padding: 0 20px;
  border: 0;
  border-radius: 2px;
  font-size: 1.6rem;
  line-height: 36px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.btn:visited {
  color: #fff;
}
.btn:hover, .btn:focus {
  cursor: pointer;
}

.btn.btn-loading {
  color: transparent;
  background-image: url("/static/lib/FrontEndCentral/dist/images/spinner-light.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.btn.btn-loading:hover, .btn.btn-loading:focus {
  color: transparent;
}

.btn.btn-disabled {
  border: 0;
  color: rgba(153, 153, 153, 0.5);
  background-color: #e5e5e5;
}
.btn.btn-disabled:hover, .btn.btn-disabled:focus {
  color: rgba(153, 153, 153, 0.5);
  background-color: #e5e5e5;
}

.btn-small {
  min-width: 90px;
  font-size: 1.4rem;
  line-height: 26px;
}

.btn-large {
  line-height: 46px;
}

.btn-cta {
  min-width: 120px;
  padding: 0 26px;
  font-size: 1.8rem;
  line-height: 56px;
}

.btn-full {
  width: 100%;
}

.btn-primary {
  background-color: #057ec1;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background-color: #09669a;
}
.btn-primary.btn-loading {
  background-color: #09669a;
}

.btn-secondary {
  border: 1px solid #057ec1;
  line-height: 34px;
  color: #057ec1;
  background-color: transparent;
}
.btn-secondary:visited {
  color: #057ec1;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #09669a;
  background-color: #f6f6f6;
}
.btn-secondary.btn-loading {
  background-color: #f6f6f6;
  background-image: url("/static/lib/FrontEndCentral/dist/images/spinner-dark.svg");
}

.btn-positive {
  background-color: #3fb23f;
}
.btn-positive:hover {
  color: #fff;
  background-color: #099a09;
}
.btn-positive.btn-loading {
  background-color: #099a09;
}

.btn-negative {
  background-color: #c42727;
}
.btn-negative:hover {
  color: #fff;
  background-color: #9a0909;
}
.btn-negative:visited {
  color: #f4e1e1;
}
.btn-negative.btn-loading {
  background-color: #9a0909;
}

.btn .icon {
  vertical-align: middle;
}

.btn.btn-raised:not([disabled]) {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.btn.btn-raised:not([disabled]):active {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  transform: translateY(4px);
}

.toggle-input {
  display: none;
}

.toggle-label {
  display: inline-block;
  width: 50px;
  height: 30px;
  padding: 1px;
  margin: 20px;
  border-radius: 15px;
  cursor: pointer;
  background-color: #c42727;
  transition: background-color 0.3s ease-in-out;
}

.toggle-value-label {
  position: relative;
  bottom: 30px;
  display: inline;
  width: 75%;
  color: #c42727;
}

.toggle-input:checked + .toggle-label {
  background-color: #3fb23f;
}
.toggle-input:checked + .toggle-label .toggle-slider {
  transform: translate(20px, 0);
}

.toggle-value-label.toggle-checked {
  color: #3fb23f;
}

.toggle-value-label.toggle-disabled {
  color: #e5e5e5;
}

.toggle-input:disabled + .toggle-label {
  background-color: #e5e5e5;
}

.toggle-slider {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
}

.stream-item {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  border: 0;
  font-size: 1.6rem;
}

.stream-item-profile {
  position: relative;
  float: left;
  width: 60px;
  margin-right: 20px;
  text-align: center;
}
.stream-item-profile .source-icon {
  position: absolute;
  right: 5px;
  bottom: 0;
  width: 16px;
  height: 16px;
}
.stream-item-profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e5e5e5;
}

.stream-item-container {
  position: relative;
  float: left;
  width: 100%;
  max-width: 800px;
  min-height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.stream-item-profile + .stream-item-container {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .stream-item-profile + .stream-item-container {
    width: calc(100% - 80px);
    margin-top: 0;
  }
}
.stream-item-profile + .stream-item-container:after,
.stream-item-profile + .stream-item-container:before {
  position: absolute;
  top: -13px;
  right: auto;
  left: 15px;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
  content: ' ';
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .stream-item-profile + .stream-item-container:after,
  .stream-item-profile + .stream-item-container:before {
    top: 25px;
    right: 100%;
    left: auto;
    transform: rotate(0deg);
  }
}

.stream-item-profile + .stream-item-container:after {
  margin-top: -14px;
  border-color: rgba(136, 183, 213, 0);
  border-width: 14px;
  border-right-color: #fff;
}

.stream-item-profile + .stream-item-container:before {
  margin-top: -15px;
  border-color: rgba(218, 218, 218, 0);
  border-width: 14px;
  border-right-color: #e5e5e5;
}
@media screen and (min-width: 768px) {
  .stream-item-profile + .stream-item-container:before {
    border-width: 15px;
  }
}

.stream-item-header {
  position: relative;
  padding: 15px 15px 0;
  line-height: 1.2;
  color: #666;
}
.stream-item-header .stream-item-pretitle {
  margin-bottom: 15px;
  font-size: 1.4rem;
  color: #999;
}
.stream-item-header .stream-item-title {
  font-size: 1.6rem;
  font-weight: bold;
}
.stream-item-header a {
  font-weight: bold;
}

.stream-item-footer {
  padding: 0 15px 15px;
  font-size: 1.2rem;
  line-height: 1;
  color: #999;
}
.stream-item-footer a {
  margin-left: 10px;
}

.stream-item-tags {
  margin: 15px 0;
}

.stream-item-actions {
  width: 100%;
  padding: 8px 10px;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 10px 10px;
  background-color: #e1edf4;
}
.stream-item-actions .stream-item-primary-action {
  float: right;
  padding: 6px 0;
  font-weight: bold;
}

.stream-item-secondary-actions {
  float: left;
}
.stream-item-secondary-actions a {
  margin-right: 15px;
}

.stream-item-excerpt {
  padding: 0 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  line-height: 1.2;
  color: #000;
  word-wrap: break-word;
}
.stream-item-excerpt img {
  display: block;
  max-width: 100%;
  max-height: 500px;
  margin: 15px auto 0;
}

.stream-item-comments {
  background-color: #f6f6f6;
}
.stream-item-comments:last-child {
  border-radius: 0 0 10px 10px;
}

.stream-item-comments-header {
  padding: 8px;
  border-top: 1px solid #e5e5e5;
  font-weight: bold;
  text-align: center;
}
.stream-item-comments-header a {
  font-size: 1.4rem;
}

.stream-item-comments-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.stream-item-comments-list:first-child {
  border-top: 1px solid #e5e5e5;
}
.stream-item-comments-list:first-child .stream-item-comment:first-child {
  border-top: 0;
}

.stream-item-comment {
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0 10px;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}

.stream-item-comment-image {
  width: 42px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.stream-item-comment-image img {
  width: 32px;
  border-radius: 50%;
}

.stream-item-comment-text {
  font-size: 1.4rem;
  line-height: 1.2;
  word-wrap: break-word;
  -ms-flex: 1;
      flex: 1;
}

.stream-item-comment-meta {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1.2rem;
  color: #999;
}
.stream-item-comment-meta a {
  padding-left: 10px;
}

.list {
  padding-top: 0;
  border-top: 1px solid #dadada;
}

.list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #dadada;
  -ms-flex-align: center;
      align-items: center;
}

.list-item-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.6rem;
}

.list-item-expandable > .list-item-title {
  position: relative;
  padding-left: 15px;
  color: #09669a;
  cursor: pointer;
}
.list-item-expandable > .list-item-title:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: '+';
}
.list-item-expandable > .list {
  width: 100%;
  height: 0;
  border: 0;
}

.list-item-expandable.expanded {
  border: 0;
}
.list-item-expandable.expanded > .list-item-title:before {
  content: '-';
}
.list-item-expandable.expanded > .list {
  height: auto;
  border-top: 1px solid #dadada;
}

.list-item > div:first-child {
  margin-left: 0;
}

.list-item .list-item > div:first-child {
  margin-left: 20px;
}

.list-item .list-item .list-item > div:first-child {
  margin-left: 40px;
}

.list-item .list-item .list-item .list-item > div:first-child {
  margin-left: 60px;
}

.container.profile .profile-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container.profile .profile-content .profile-identity {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
@media screen and (min-width: 500px) {
  .container.profile .profile-content .profile-identity {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}
@media screen and (min-width: 768px) {
  .container.profile .profile-content .profile-identity {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.container.profile .profile-content .profile-details {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
@media screen and (min-width: 500px) {
  .container.profile .profile-content .profile-details {
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
  }
}
@media screen and (min-width: 768px) {
  .container.profile .profile-content .profile-details {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.container.profile .profile-image {
  position: relative;
  width: 190px;
  max-width: 100%;
  height: 190px;
  margin: 0 auto;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 500px) {
  .container.profile .profile-image {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 768px) {
  .container.profile .profile-image {
    width: 180px;
    height: 180px;
  }
}
.container.profile .profile-name {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-weight: bold;
  color: #057ec1;
  text-align: center;
  text-decoration: none;
}
.container.profile .profile-name:hover {
  color: #09669a;
}
.container.profile .profile-description {
  width: 100%;
  padding-bottom: 20px;
  color: #666;
  text-align: center;
}
.container.profile .profile-details-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .container.profile .profile-details-list {
    margin-left: 0;
  }
}
.container.profile .profile-detail-item {
  min-width: 150px;
}
@media screen and (min-width: 768px) {
  .container.profile .profile-detail-item {
    width: 100%;
    min-width: 0;
  }
}

.dropdown {
  position: relative;
}
.dropdown .icon {
  vertical-align: middle;
}
.dropdown.dropdown--right {
  display: inline-block;
}
.dropdown.dropdown--right > .dropdown-menu {
  right: 0;
  left: inherit;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 5px 0 0;
  border: 1px solid #f6f6f6;
  border-radius: 2px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.dropdown-menu a {
  display: block;
  padding: 8px 15px;
  color: #666;
  text-decoration: none;
}
.dropdown-menu a.selected {
  color: #057ec1;
}
.dropdown-menu a:hover {
  background-color: #f6f6f6;
}

.detail-label {
  font-size: 1.4rem;
  color: #999;
  text-transform: uppercase;
}

.detail-value {
  margin-bottom: 5px;
}

.tag {
  padding: 5px;
  border-radius: 2px;
  font-size: 1.4rem;
  color: #666;
  text-transform: uppercase;
  background-color: #e5e5e5;
}

.tag-green {
  color: #3fb23f;
  background-color: #e1f4e1;
}

.tag-red {
  color: #c42727;
  background-color: #f4e1e1;
}

.tag-yellow {
  color: #f4ae00;
  background-color: #f4efe1;
}

.tag-purple {
  color: #512c8c;
  background-color: #e8e1f4;
}

.tag-blue {
  color: #057ec1;
  background-color: #e1edf4;
}

.tag-orange {
  color: #f48047;
  background-color: #f4e7e1;
}

.loading {
  width: 32px;
  height: 32px;
  background-image: url("/static/lib/FrontEndCentral/dist/images/spinner-dark.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.alert {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px 15px;
  margin-top: 10px;
  color: #666;
  -ms-flex-align: center;
      align-items: center;
}

.alert-message,
.alert-action {
  width: 100%;
  margin: 5px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .alert-message,
  .alert-action {
    width: auto;
  }
}

.alert-message {
  line-height: 2rem;
}

.alert-btn {
  width: 100%;
  margin: 5px auto;
}
@media screen and (min-width: 768px) {
  .alert-btn {
    width: auto;
  }
}

.alert-primary {
  background-color: #e1edf4;
}
.alert-primary .alert-btn.btn-primary {
  color: #e1edf4;
}

.alert-negative {
  background-color: #f4e1e1;
}
.alert-negative .alert-btn.btn-secondary {
  border: 1px solid #c42727;
  color: #c42727;
}
.alert-negative .alert-btn.btn-secondary:hover, .alert-negative .alert-btn.btn-secondary:focus {
  color: #9a0909;
}

.sweet-alert {
  border-radius: 2px;
}
.sweet-alert h2 {
  margin: 2rem 0;
  font-size: 2.4rem;
  font-weight: 200;
  line-height: 2.4rem;
  -webkit-font-smoothing: antialiased;
}
.sweet-alert p {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  border: 4px solid #3fb23f;
  opacity: 0.4;
}
.sweet-alert .sa-icon.sa-success .sa-long {
  background-color: #3fb23f;
}
.sweet-alert .sa-icon.sa-success .sa-tip {
  background-color: #3fb23f;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #c42727;
}
.sweet-alert .sa-icon.sa-error .sa-left {
  background-color: #c42727;
}
.sweet-alert .sa-icon.sa-error .sa-right {
  background-color: #c42727;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #d18d05;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  background-color: #d18d05;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  background-color: #d18d05;
}

.sa-button-container > button.confirm {
  min-width: 110px;
  padding: 0 20px;
  border: 0;
  border-radius: 2px;
  font-size: 1.6rem;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  background-color: #057ec1 !important;
  outline: none;
  box-shadow: none !important;
}
.sa-button-container > button.confirm:hover {
  cursor: pointer;
  background-color: #09669a !important;
}
.sa-button-container > button.cancel {
  min-width: 110px;
  padding: 0 20px;
  border: 1px solid #057ec1;
  border-radius: 2px;
  font-size: 1.6rem;
  line-height: 36px;
  color: #057ec1;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  outline: none;
}
.sa-button-container > button.cancel:hover {
  color: #09669a;
  background-color: #f6f6f6;
}

.control-group {
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.control-group + .control-group {
  margin-top: 15px;
}
.control-group.with-error .control-input,
.control-group.with-error .styled-select,
.control-group.with-error .static-styled-select {
  border-color: #c42727;
}
.control-group.with-error .control-input:focus,
.control-group.with-error .styled-select.open,
.control-group.with-error .static-styled-select.open {
  border-color: #057ec1;
}

.inline-control-groups {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: end;
      align-items: flex-end;
}
.inline-control-groups .control-group {
  margin-top: 0;
}
.inline-control-groups .control-group:last-child .control-input-wrapper {
  margin-right: 0;
}
.inline-control-groups .control-input-wrapper {
  margin-right: 10px;
}

.control-label,
.control-input {
  width: 100%;
}

.control-label.required:after {
  color: #c42727;
  content: '*';
}

.screenreader-only {
  position: absolute;
  left: -999em;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.control-large .control-input {
  padding: 10px;
}

.control-error {
  font-size: 1.2rem;
  color: #c42727;
}

.control-input-wrapper {
  position: relative;
  margin-right: 5px;
}
.control-input-wrapper.with-icon-left .control-input {
  padding-left: 36px;
}
.control-input-wrapper.with-icon-right .control-input {
  padding-right: 36px;
}

.styled-select,
.static-styled-select {
  border: 1px solid #dadada;
  border-radius: 2px;
  background: #fff;
  transition: border-color 0.2s ease-in-out;
}
.styled-select span,
.static-styled-select span {
  display: block;
  max-width: 100%;
  padding: 6px;
  margin-right: -100px;
  overflow: hidden;
  line-height: 1.4;
  white-space: nowrap;
}
.styled-select span:before,
.static-styled-select span:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 60px;
  content: '';
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
}
.styled-select span:after,
.static-styled-select span:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  font-family: 'fec-icons';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  content: "";
  transition: color 0.2s ease-in-out;
}
.styled-select select,
.static-styled-select select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  -moz-appearance: none;
  appearance: none;
}
.styled-select.open,
.static-styled-select.open {
  border-color: #057ec1;
}
.styled-select.open span:after,
.static-styled-select.open span:after {
  color: #057ec1;
}
.styled-select.disabled,
.static-styled-select.disabled {
  color: #666;
  background: #e5e5e5;
}
.styled-select.disabled select,
.static-styled-select.disabled select {
  cursor: default;
}

.control-icon {
  position: absolute;
  top: 7px;
  width: 24px;
  height: 24px;
  padding-top: 4px;
  font-size: 1.6rem;
  text-align: center;
}
.control-icon:hover {
  cursor: pointer;
}

.control-icon-left {
  left: 7px;
}

.control-icon-right {
  right: 7px;
}

.control-icon.icon-remove {
  color: #666;
}
.control-icon.icon-remove:hover {
  color: #057ec1;
}

.custom-bool {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  margin-bottom: -3px;
  overflow: hidden;
  vertical-align: baseline;
}
.custom-bool .bool-state {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #057ec1;
  background: #fff;
  transition: background-color 0.2s ease-in-out;
}
.custom-bool .bool-state:after {
  opacity: 0;
}
.custom-bool input {
  position: absolute;
  left: -999em;
}
.control-group .custom-bool {
  margin-top: 11px;
}

.checkbox .bool-state {
  position: relative;
  border-radius: 2px;
}
.checkbox .bool-state:after {
  position: absolute;
  top: 2px;
  left: 6px;
  display: block;
  width: 5px;
  height: 10px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  content: '';
  transform: rotate(45deg);
}
.checkbox input:checked + .bool-state {
  background: #057ec1;
}
.checkbox input:checked + .bool-state:after {
  opacity: 1;
}
.checkbox input:disabled + .bool-state {
  border-color: #e5e5e5;
}
.checkbox input:checked:disabled + .bool-state {
  background: #e5e5e5;
}
.checkbox input:checked:disabled + .bool-state:after {
  opacity: 1;
}

.radio .bool-state {
  border-radius: 50%;
  background: #fff;
}
.radio .bool-state:after {
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  margin-left: 3px;
  border-radius: 50%;
  content: '';
  background: #057ec1;
  transition: opacity 0.2s ease-in-out;
}
.radio input:checked + .bool-state:after {
  opacity: 1;
}
.radio input:disabled + .bool-state {
  border-color: #e5e5e5;
  background: #fff;
}
.radio input:disabled + .bool-state:after {
  background: #e5e5e5;
}

.bool-wrapper {
  color: #057ec1;
  cursor: pointer;
}
.bool-wrapper:hover {
  color: #09669a;
}
.bool-wrapper:hover .bool-state {
  border-color: #09669a;
}
.bool-wrapper:hover .checkbox input:checked + .bool-state {
  background-color: #09669a;
}
.bool-wrapper:hover .checkbox input:disabled + .bool-state {
  border-color: #e5e5e5;
}
.bool-wrapper:hover .checkbox input:checked:disabled + .bool-state {
  background: #e5e5e5;
}
.bool-wrapper:hover .radio input + .bool-state:after {
  background: #09669a;
}
.bool-wrapper:hover .radio input:disabled + .bool-state:after {
  background: #e5e5e5;
}
.bool-wrapper.disabled {
  color: #cccccc;
  cursor: default;
}

@media screen and (min-width: 768px) {
  .form {
    max-width: 600px;
  }

  .form-no-labels {
    max-width: 420px;
  }

  .form-full-width {
    max-width: 100%;
  }
  .form-full-width .control-input-wrapper,
  .form-full-width .control-input {
    width: 100%;
  }

  .control-label,
  .control-input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    line-height: 1.2;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    -ms-flex-align: center;
        align-items: center;
  }

  .control-label {
    height: 3.6rem;
    padding-right: 15px;
  }
  .control-label > div {
    max-width: 100%;
  }

  .control-input {
    width: 70%;
  }

  .control-input-wrapper .control-input {
    display: inline-block;
    width: 100%;
  }

  .control-large .control-label {
    height: 4.4rem;
  }
}
.multi-input {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.multi-input input[type="text"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.multi-input .multi-input-index {
  border: 1px solid #dadada;
  border-right-color: #e5e5e5;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  line-height: 32px;
  text-align: center;
  background-color: #e5e5e5;
  -ms-flex: 0 0 32px;
      flex: 0 0 32px;
}
.multi-input .multi-input-remove {
  text-align: center;
  -ms-flex: 0 0 32px;
      flex: 0 0 32px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.multi-input-add {
  float: right;
  width: auto;
  height: 16px;
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: normal;
}
.multi-input-add .icon-add {
  vertical-align: middle;
}

.select2-container {
  width: 100%;
}
.select2-container.select2-container-multi .select2-choices {
  border: 1px solid #dadada;
  background-image: none;
}

.breadcrumbs {
  color: #666;
}
.breadcrumbs ul {
  padding: 0;
}
.breadcrumbs li {
  display: none;
}
.breadcrumbs li.parent {
  display: inline-block;
}
.breadcrumbs li:before, .breadcrumbs li:after {
  display: inline-block;
  font-family: 'fec-icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #999;
  vertical-align: middle;
}
.breadcrumbs li.parent:before {
  padding: 0 10px 0 0;
  content: "";
}

@media screen and (min-width: 768px) {
  .breadcrumbs li {
    display: inline-block;
  }
  .breadcrumbs li:after {
    padding: 0 5px 0 10px;
    content: "";
  }
  .breadcrumbs li.parent:before, .breadcrumbs li.active:after {
    display: none;
  }
}
@keyframes animate-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale-in {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes animate-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scale-out {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.4);
  }
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.animate-in {
  animation: animate-in 0.3s ease-out 0s 1 normal backwards;
}
.modal-backdrop.animate-in .modal {
  animation: scale-in 0.3s ease-out 0s 1 normal backwards;
}
.modal-backdrop.animate-out {
  animation: animate-out 0.3s ease-out 0s 1 normal forwards;
}
.modal-backdrop.animate-out .modal {
  animation: scale-out 0.3s ease-out 0s 1 normal forwards;
}
.modal-backdrop.open {
  display: -ms-flexbox;
  display: flex;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: auto;
  background: #fff;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.modal.modal-full {
  max-width: 100%;
  height: 100%;
}

.modal-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}

.modal-header {
  position: relative;
  border-bottom: 1px solid #dadada;
  text-align: center;
}
.modal-header h2 {
  margin-right: 50px;
  margin-left: 50px;
}

.modal-close {
  position: absolute;
  right: 20px;
}
.modal-close.btn {
  top: 16px;
  min-width: 0;
  height: 32px;
}
.modal-close.icon {
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: -1.2rem;
  font-size: 2.4rem;
  color: #999;
}
.modal-close.icon:visited {
  color: #999;
}
.modal-close.icon:hover {
  color: #057ec1;
}

.modal-scroll {
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  overflow: auto;
  background: #f6f6f6;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-align: start;
      align-items: flex-start;
}

.modal-content {
  width: 100%;
  padding: 1px 20px;
  background: #fff;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 20px;
  border-top: 1px solid #dadada;
  text-align: right;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.modal-footer .btn {
  margin: 20px 0 20px auto;
}
.modal-footer .btn + .btn {
  margin-left: 20px;
}
.modal-footer .btn-full {
  margin: 20px auto;
}

@media screen and (min-width: 768px) {
  .modal {
    max-width: 600px;
    max-height: 60%;
  }
  .modal.modal-full {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
  }
  .modal.modal-full .modal-scroll {
    padding: 20px;
    background: #f6f6f6;
  }
  .modal.modal-full .modal-content {
    display: block;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  }

  .modal-scroll {
    padding: 0;
    background: none;
  }

  .modal-content {
    box-shadow: none;
  }
}
.page-header {
  width: 100%;
  padding: 15px 20px;
  margin: 0;
  border-bottom: 8px solid;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-header {
    text-align: left;
  }
}

.logo {
  display: block;
  max-width: 360px;
  max-height: 40px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .logo {
    display: inline-block;
  }
}

.product-name {
  width: 100%;
  margin: 5px 0;
  overflow: hidden;
  color: #999;
  text-overflow: ellipsis;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .product-name {
    float: right;
    width: auto;
    max-width: calc(100% - 360px);
  }
}

.page-container {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

body {
  position: relative;
  padding-top: 100px;
  background: #f6f6f6;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 70px;
  }
}

.page-container {
  max-width: 1400px;
  min-height: 100vh;
  padding: 20px;
  margin: 0;
  overflow: hidden;
  -ms-flex: 1;
      flex: 1;
}
.page-container > h1:first-child {
  margin-top: 0;
}

.nav-header {
  position: absolute;
  top: 0;
  height: 100px;
  border: 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .nav-header {
    height: 70px;
  }
}

.nav-top,
.nav-sidebar {
  color: #fff;
}
.nav-top a,
.nav-top a:visited,
.nav-sidebar a,
.nav-sidebar a:visited {
  color: #fff;
}

.nav-top {
  position: relative;
  height: 54px;
  padding: 8px 10px 0;
  border-top: 8px solid;
  text-align: right;
  background: #3c3e50;
}
.nav-top .icon {
  width: 32px;
  height: 32px;
  font-size: 32px;
}
.nav-top .icon-menu {
  float: left;
}

.nav-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: #3c3e50;
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.2), 1px 0 6px rgba(0, 0, 0, 0.3);
  transition: left 0.3s ease-out;
}
.nav-sidebar:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 40px;
  content: '';
}
.nav-sidebar.nav-collapsed {
  left: -102%;
}
.nav-sidebar .nav-toggle {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 32px;
}
.nav-sidebar .scrollable {
  position: absolute;
  top: 44px;
  bottom: 0;
  width: 100%;
  padding-bottom: 40px;
  overflow: auto;
}
.nav-sidebar ul {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #565b77;
  list-style: none;
  background: #36384a;
}
.nav-sidebar li {
  position: relative;
  border-top: 1px solid #565b77;
}
.nav-sidebar a {
  position: relative;
  display: block;
  padding: 22px 10px;
  line-height: 1em;
  color: #fff;
  transition: all 0.3s;
}
.nav-sidebar a:visited {
  color: #fff;
}
.nav-sidebar a:focus {
  outline: 0;
}
.nav-sidebar a.active, .nav-sidebar a:focus, .nav-sidebar a:hover {
  color: #fff;
}
.nav-sidebar a.active .icon, .nav-sidebar a:focus .icon, .nav-sidebar a:hover .icon {
  color: #fff;
  transition: all 0.3s;
}
.nav-sidebar .icon {
  transition: all 0.3s;
}
.nav-sidebar .nav-label-text {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.nav-sidebar .dropdown-toggle {
  padding-right: 46px;
}
.nav-sidebar .dropdown-toggle .nav-label-text {
  max-width: 85%;
}
.nav-sidebar .dropdown-toggle .icon {
  vertical-align: inherit;
}
.nav-sidebar .dropdown-toggle .icon-down {
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  font-size: 16px;
  color: #fff;
  transform: rotate(-90deg);
}
.nav-sidebar .open .icon-down {
  transform: rotate(0);
}
.nav-sidebar .active + .sub-nav {
  display: block;
  opacity: 1;
}
.nav-sidebar .sub-nav {
  position: static;
  z-index: 120;
  float: none;
  min-width: 0;
  padding-left: 66px;
  border-radius: 0;
}
.nav-sidebar .sub-nav a {
  padding: 22px 10px 22px 0;
}
.nav-sidebar .sub-nav a:hover {
  background: transparent;
}

.nav-title {
  padding-left: 10px;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #8b8ea4;
  text-transform: uppercase;
}

.nav-profile {
  margin-bottom: 20px;
  border: 1px solid #565b77;
  border-width: 1px 0;
  background: #36384a;
}
.nav-profile .nav-profile-link {
  position: relative;
  display: none;
  max-width: 150px;
  padding: 0;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.nav-profile .nav-profile-link img {
  margin-bottom: 0;
}
.nav-profile .nav-profile-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.nav-profile .nav-profile-link:hover:after {
  opacity: 1;
}
.nav-profile .dropdown-toggle {
  padding-left: 66px;
}
.nav-profile .dropdown-toggle .nav-profile-img {
  position: absolute;
  top: 50%;
  left: 8px;
  display: inline-block;
  margin-top: -22px;
}
.nav-profile .dropdown-toggle .icon-dropdown {
  display: none;
}

.nav-profile-img {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #565b77;
}

.nav-main-menu {
  padding: 0;
}
.nav-main-menu a {
  padding-left: 66px;
}
.nav-main-menu .icon {
  position: absolute;
  top: 50%;
  left: 21px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  font-size: 24px;
  color: #565b77;
  text-align: center;
}

.nav-underlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 180;
  display: none;
}

body.scrolled {
  padding-top: 154px;
}
body.scrolled .nav-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

@media screen and (min-width: 500px) {
  .nav-sidebar {
    width: 276px;
  }
  .nav-sidebar.nav-collapsed {
    left: -82%;
  }
}
@media screen and (min-width: 768px) {
  .nav-toggle,
  .nav-sidebar .nav-toggle,
  .nav-title {
    display: none;
  }

  .nav-top,
  .nav-sidebar {
    transform: translate3d(0, 0, 0);
  }

  .nav-top {
    height: 38px;
    padding: 5px 20px 0;
  }
  .nav-top .icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }

  .nav-sidebar,
  .nav-sidebar.nav-collapsed {
    position: relative;
    left: 0;
    width: 276px;
    height: auto;
  }

  .nav-sidebar {
    background: #36384a;
    box-shadow: none;
  }
  .nav-sidebar:after {
    bottom: 0;
  }
  .nav-sidebar ul,
  .nav-sidebar li {
    border: 0;
  }
  .nav-sidebar a,
  .nav-sidebar a:visited {
    color: #8b8ea4;
  }
  .nav-sidebar .open > a,
  .nav-sidebar .active,
  .nav-sidebar .active:visited,
  .nav-sidebar a:focus,
  .nav-sidebar a:hover {
    color: #fff;
  }
  .nav-sidebar .active {
    font-weight: bold;
    background: #565b77;
  }
  .nav-sidebar .open > a {
    background: #565b77;
  }
  .nav-sidebar .scrollable {
    position: static;
    height: 100%;
  }
  .nav-sidebar .sub-nav {
    padding-left: 0;
    background: #676f87;
  }
  .nav-sidebar .sub-nav a {
    padding: 13px 10px;
  }
  .nav-sidebar .sub-nav a,
  .nav-sidebar .sub-nav a:visited {
    color: #fff;
  }
  .nav-sidebar .sub-nav .active {
    font-weight: normal;
    background: #8b8ea4;
  }
  .nav-sidebar .sub-nav a:hover {
    background: #8b8ea4;
  }
  .nav-sidebar .dropdown-toggle .icon-down {
    color: #565b77;
  }
  .nav-sidebar .dropdown-toggle .icon-dropdown {
    color: #565b77;
  }

  .nav-profile {
    padding: 20px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #565b77;
    text-align: center;
    background: #3c3e50;
  }
  .nav-profile .nav-profile-link {
    display: block;
  }
  .nav-profile .dropdown-toggle {
    display: inline;
    padding: 0;
  }
  .nav-profile .dropdown-toggle .icon-dropdown {
    display: inline-block;
    vertical-align: middle;
  }
  .nav-profile .dropdown-toggle .nav-profile-img,
  .nav-profile .dropdown-toggle .icon-down {
    display: none;
  }
  .nav-profile .sub-nav {
    position: absolute;
    left: 0;
    width: 100%;
    border-radius: 3px;
  }
  .nav-profile .sub-nav li:first-child a {
    border-radius: 3px 3px 0 0;
  }
  .nav-profile .sub-nav li:last-child a {
    border-radius: 0 0 3px 3px;
  }

  .nav-profile-img {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }

  .nav-main-menu a {
    padding: 13px 10px 13px 56px;
  }
  .nav-main-menu .sub-nav {
    position: static;
  }
  .nav-main-menu .sub-nav a {
    padding: 13px 10px 13px 56px;
  }
  .nav-main-menu .sub-nav .active {
    padding-left: 32px;
    border-left: 4px solid #fff;
  }
  .nav-main-menu .icon {
    left: 20px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    font-size: 16px;
  }

  body.scrolled {
    padding-top: 108px;
  }
  body.scrolled .nav-sidebar {
    position: fixed;
    top: 38px;
    bottom: 0;
  }
  body.scrolled .nav-wrapper {
    padding-left: 276px;
  }
}
.light .nav-profile {
  border-bottom: 1px solid #dadada;
  background-color: #fff;
}
.light .nav-profile .sub-nav {
  color: #057ec1;
  background-color: #f6f6f6;
}
.light .nav-main-menu .dropdown-toggle {
  background-color: #fff;
}
.light .nav-main-menu .sub-nav {
  color: #057ec1;
  background-color: #f6f6f6;
}
.light .nav-profile-subtitle {
  color: #666;
}
.light .nav-profile-title {
  color: #4d4c4d;
}
.light .nav-sidebar {
  border-right: 1px solid #dadada;
  background-color: #fff;
}
.light .nav-sidebar ul {
  background-color: #fff;
}
.light .nav-sidebar a {
  color: #666;
}
.light .nav-sidebar a:hover {
  color: #057ec1;
}
.light .nav-sidebar a:hover .icon {
  color: #057ec1;
}
.light .nav-sidebar .sub-nav a {
  color: #057ec1;
}
.light .nav-sidebar .sub-nav a .icon {
  color: #666;
}
.light .nav-sidebar .sub-nav a:hover {
  background-color: #fff;
}
.light .nav-sidebar .active {
  color: #057ec1;
  background-color: #e1edf4;
}
.light .nav-sidebar .active .icon {
  color: #057ec1;
}
.light .user-dropdown .dropdown-menu {
  background: #f6f6f6;
  text-shadow: none;
}
.light .user-dropdown .dropdown-menu a {
  color: #057ec1;
}
.light .user-dropdown .dropdown-menu a:hover {
  background-color: #fff;
}

.dark .nav-profile {
  border-bottom: 1px solid #2f3b3f;
  background-color: #1f292e;
}
.dark .nav-profile .sub-nav {
  color: #fff;
  background-color: #48575c;
}
.dark .nav-main-menu .dropdown-toggle {
  background-color: #1f292e;
}
.dark .nav-main-menu .sub-nav {
  color: #fff;
  background-color: #48575c;
}
.dark .nav-profile-subtitle {
  color: #999;
}
.dark .nav-profile-title {
  color: #fff;
}
.dark .nav-sidebar {
  border-right: 1px solid #2f3b3f;
  background-color: #1f292e;
}
.dark .nav-sidebar ul {
  background-color: #1f292e;
}
.dark .nav-sidebar a {
  color: #999;
}
.dark .nav-sidebar a .icon {
  color: #999;
}
.dark .nav-sidebar a:hover {
  color: #fff;
}
.dark .nav-sidebar a:hover .icon {
  color: #fff;
}
.dark .nav-sidebar .sub-nav {
  color: #fff;
}
.dark .nav-sidebar .sub-nav a {
  color: #fff;
}
.dark .nav-sidebar .sub-nav a:hover {
  background-color: #637278;
}
.dark .nav-sidebar .active {
  color: #fff;
  background-color: #2f3b3f;
}
.dark .nav-sidebar .active .icon {
  color: #fff;
}
.dark .user-dropdown .dropdown-menu {
  background: #48575c;
  text-shadow: none;
}
.dark .user-dropdown .dropdown-menu a {
  color: #fff;
}
.dark .user-dropdown .dropdown-menu a:hover {
  background-color: #637278;
}

.footer-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 20px;
  border-top: 1px solid #dadada;
  line-height: 1;
  background: #e5e5e5;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.nav-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 5px;
}
.nav-item.nav-search {
  -ms-flex: 1;
      flex: 1;
}
.nav-item.nav-search:first-child {
  padding-left: 0;
}
.nav-item.nav-search:last-child {
  padding-right: 0;
}

.nav-icon {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-width: 0 1px;
  color: #999;
  text-align: center;
}
.nav-icon .icon {
  width: 100%;
  min-width: 60px;
  margin-top: 2px;
}
.nav-icon .nav-label {
  margin-top: 5px;
  font-size: 1rem;
  text-transform: uppercase;
}
.nav-icon + .nav-icon {
  border-left: 0;
}
.nav-icon:visited {
  color: #999;
}
.nav-icon:hover {
  color: #fff;
  background: #057ec1;
}
.nav-icon:active, .nav-icon:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  .footer-nav {
    display: none;
  }
}
.applied-filters {
  padding: 4px 0 0 5px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.04);
}

.filter-tag {
  display: inline-block;
  height: 32px;
  padding: 0 0 2px 10px;
  margin: 0 5px 5px 0;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  line-height: 3rem;
  color: #999;
  background: #fff;
}
.filter-tag > span:first-child {
  display: inline-block;
  max-width: 175px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filter-tag a {
  float: right;
}
.filter-tag .icon {
  position: relative;
  top: -1px;
  width: 34px;
  height: 31px;
  padding: 4px 0 4px 5px;
  border-left: 1px solid #e5e5e5;
  font-size: 24px;
  line-height: 1;
  vertical-align: top;
}
.filter-tag .icon .icon-remove:before {
  position: relative;
  top: 3px;
}

.filter-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
}
.filter-container .modal-container {
  height: 100%;
}
.filter-container .modal-content {
  padding: 0;
}
.filter-container .container-content {
  padding: 0 20px;
}
.filter-container .filter-master-check {
  color: #000;
}
.filter-container .filter-master-check .custom-bool {
  margin-bottom: -1px;
}
.filter-container .filter-master-check .bool-state {
  border-color: #000;
}
.filter-container .filter-master-check input:checked + .bool-state {
  border-color: #057ec1;
}
.filter-container .list-item-expandable .list-item-title {
  width: 100%;
}
.filter-container .list-item-expandable .list-item > div {
  margin-left: 30px;
}
.filter-container .list-item-expandable > .list-item-title {
  padding-left: 0;
}
.filter-container .list-item-expandable > .list-item-title:before {
  display: none;
}

@media screen and (min-width: 768px) {
  .filter-container {
    position: static;
    display: block;
    height: auto;
    max-height: none;
  }
  .filter-container .filter-toggle,
  .filter-container .modal-footer {
    display: none;
  }
  .filter-container .modal-container {
    display: block;
    height: auto;
  }
  .filter-container .modal-header {
    border: 0;
    text-align: left;
  }
  .filter-container .modal-header h2 {
    margin: 20px;
  }
}
.filter-list {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
}
.filter-list .list-item:last-child {
  border: 0;
}
.filter-list .list-item-subtitle {
  width: 100%;
  box-sizing: content-box;
  padding: 5px 20px;
  margin: -1px -20px;
  border: 1px solid #dadada;
  border-width: 1px 0;
  font-size: 1.4rem;
  color: #666;
  text-transform: uppercase;
  background: #fbfbfb;
}
.filter-list .list-item-subtitle .bool-state {
  box-sizing: border-box;
  border-color: #999;
}
.filter-list .list-item-subtitle input:checked + .bool-state {
  border-color: #057ec1;
}

@media screen and (min-width: 768px) {
  .filter-list {
    padding-top: 0;
    margin-bottom: 0;
    box-shadow: none;
  }
}
.filter-group .list-item:not(:first-child) {
  margin-left: 30px;
}
.filter-group select {
  width: 100%;
}

.sort-arrows {
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: url("/static/lib/FrontEndCentral/dist/images/sort-arrows.svg") no-repeat;
  background-size: 36px 72px;
}
.sort-arrows.sort-arrows--ascending {
  background-position: 0 -36px;
}
.sort-arrows.sort-arrows--descending {
  background-position: 0 0;
}

.line-chart .ct-grid {
  stroke-dasharray: none;
}
.line-chart .ct-series .ct-line {
  stroke-width: 3px;
  stroke-linecap: round;
}
.line-chart .ct-series .ct-point {
  stroke-width: 9px;
}
.line-chart .ct-series.ct-series-a .ct-line {
  stroke: #3fb23f;
}
.line-chart .ct-series.ct-series-a .ct-point {
  stroke: #3fb23f;
}
.line-chart .ct-series.ct-series-b .ct-line {
  stroke: #057ec1;
}
.line-chart .ct-series.ct-series-b .ct-point {
  stroke: #057ec1;
}

.bar-chart .ct-series-a .ct-bar {
  stroke: #3fb23f;
}
.bar-chart .ct-series-b .ct-bar {
  stroke: #057ec1;
}

.pie-chart .ct-series-a .ct-slice-pie {
  fill: #0f7d0f;
}
.pie-chart .ct-series-b .ct-slice-pie {
  fill: #20a020;
}
.pie-chart .ct-series-c .ct-slice-pie {
  fill: #3fb23f;
}
.pie-chart .ct-series-d .ct-slice-pie {
  fill: #64cc64;
}
.pie-chart .ct-series-e .ct-slice-pie {
  fill: #94e194;
}
.pie-chart .ct-label {
  font-size: 1rem;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table thead {
  display: none;
}
.table tr {
  display: block;
}
.table tr + tr {
  padding-top: 30px;
}
.table th {
  padding: 5px 10px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background: #e1edf4;
}
.table td {
  display: block;
  width: 100%;
}
.table td[data-label]:before {
  margin-right: 10px;
  color: #999;
  content: attr(data-label);
}
.table td + td {
  padding-top: 5px;
}
.table .photo {
  display: inline-block;
  width: 40px;
  height: 30px;
  vertical-align: middle;
}
.table .photo img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.table .name {
  display: inline-block;
  width: auto;
  padding-top: 0;
  font-size: 1.8rem;
}
.table .actions {
  padding: 6px 10px;
  margin-top: 10px;
  background: #f6f6f6;
}

@media screen and (min-width: 768px) {
  .table thead {
    display: table-header-group;
  }
  .table tr {
    display: table-row;
  }
  .table tr:nth-child(2n) {
    background: #f6f6f6;
  }
  .table td,
  .table td + td,
  .table .name,
  .table .actions {
    padding: 10px;
  }
  .table td,
  .table .photo,
  .table .name {
    display: table-cell;
  }
  .table td {
    width: auto;
  }
  .table td[data-label]:before {
    display: none;
    content: '';
  }
  .table .photo {
    width: 60px;
    height: auto;
  }
  .table .photo img {
    width: 50px;
    height: 50px;
  }
  .table .name {
    font-size: 1.6rem;
  }
  .table .actions {
    text-align: right;
    background: none;
  }
}
.items .bool-wrapper {
  display: inline-block;
}

.items-header {
  padding: 5px 20px;
  margin-bottom: 10px;
  color: #999;
  background: #e1f4e1;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.items-header .count {
  float: right;
}

.item {
  line-height: 2.2rem;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.item + .item {
  margin-top: 10px;
}
.item .item-stats {
  padding-left: 40px;
}
.item .labelled-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.item .labelled-list .label {
  display: block;
  color: #999;
}
.item .labelled-list li {
  margin-bottom: 5px;
  break-inside: avoid;
}
.item .labelled-list li:first-child {
  margin-top: 5px;
}

.item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 10px 20px;
  -ms-flex-align: start;
      align-items: flex-start;
}
.item-content .bool-wrapper {
  width: 40px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.item-info {
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  margin-right: 20px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center;
}
.item-info .image {
  display: none;
  width: 60px;
  height: 60px;
  margin-top: -5px;
  margin-right: 20px;
  border-radius: 50%;
}
.item-info .item-desc {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.item-info .item-desc span {
  display: block;
}
.item-info .name {
  font-weight: bold;
}

.item-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  background: #e1edf4;
}
.item-footer .actions-right .action {
  margin-left: 1px;
}
.item-footer .action {
  display: inline-block;
  padding: 9px 10px;
  color: #fff;
  background: #057ec1;
}
.item-footer .action .icon {
  margin-top: 2px;
  margin-right: 8px;
  vertical-align: text-top;
}
.item-footer .action:visited, .item-footer .action:hover {
  color: #fff;
}
.item-footer .action:hover {
  background: #09669a;
}
.item-footer .action-label {
  display: inline-block;
  margin: 9px 0 9px 20px;
}

@media screen and (min-width: 768px) {
  .item .image {
    display: block;
  }
  .item .labelled-list li {
    margin-bottom: 0;
  }
  .item .labelled-list li:first-child {
    margin-top: 0;
  }
  .item .labelled-list .label {
    display: inline;
  }
  .item .labelled-list .value {
    float: right;
  }

  .item-content {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .item-content .bool-wrapper {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .item-stats {
    width: 40%;
    padding-left: 0;
  }
}
.focal-container:hover .focal-element, .focal-container:active .focal-element {
  transform: scale(1.1);
}

.focal-element {
  transition: all 0.3s ease-in-out;
}
.focal-element:hover, .focal-element:active {
  transform: scale(1.1);
}

.business-profile {
  max-width: initial;
}
.business-profile .container-content {
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  border: 0;
}
.business-profile .profile-content {
  color: #666;
}
.business-profile .profile-content div {
  width: 100%;
  text-align: center;
}
.business-profile .profile-content .name {
  font-weight: bold;
  color: #000;
}
.business-profile .profile-content .block {
  display: block;
}
.business-profile .profile-content .profile-map-container {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
}
.business-profile .profile-content .profile-map,
.business-profile .profile-content .profile-map-hires {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 4px;
  margin: 0 0 20px;
  background-position: center;
  background-size: cover;
}
.business-profile .profile-content .profile-map-hires {
  display: none;
}
.business-profile .profile-content .website,
.business-profile .profile-content .email {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.business-profile .profile-content .social {
  margin-top: 20px;
}

.no-social-link {
  opacity: 0.2;
}

@media screen and (min-width: 768px) {
  .page-stream-page-template .filter-container {
    z-index: 0;
    margin-top: 15px;
  }
}
.page-stream-page-template .content {
  padding: 0 10px 20px 0;
}
.page-stream-page-template .list-item-subtitle {
  text-align: left;
}
.page-stream-page-template .stream-box {
  margin-top: 15px;
}
.page-stream-page-template .stream-item {
  margin-left: 20px;
}
.page-stream-page-template .stream-item-container {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .page-stream-page-template .stream-item-container {
    margin-top: inherit;
  }
}
.page-stream-page-template .stream-item-time {
  padding-left: 0;
  margin-left: 0;
}
.page-stream-page-template .stream-item-profile {
  height: 60px;
}
.page-stream-page-template .stream-icon {
  position: relative;
  top: -25px;
  right: -19px;
}
.page-stream-page-template .stream-page-template {
  padding-top: 0;
  margin-top: -20px;
  background-color: transparent;
  box-shadow: none;
}
.page-stream-page-template .stream-page-activities-boxes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.page-stream-page-template .stream-page-activities-boxes .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 240px;
  margin: 15px;
  margin-top: 0;
  line-height: 2rem;
  text-align: center;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  -ms-flex-align: center;
      align-items: center;
}
.page-stream-page-template .stream-page-activities-boxes .container:first-child {
  margin-left: 0;
}
.page-stream-page-template .footer-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 20px;
  border-top: 1px solid #dadada;
  line-height: 1;
  background: #e5e5e5;
  -ms-flex-align: stretch;
      align-items: stretch;
}
@media screen and (min-width: 768px) {
  .page-stream-page-template .footer-nav {
    display: none;
  }
}

body {
  padding-top: 0;
}

.page-wrap {
  margin: 0 auto;
  max-width: 1400px;
  padding: 20px;
  width: 100%;
}

.page-header {
  background-color: #fff;
  border: 0;
}

.hide-on-small {
  display: none;
}
@media screen and (min-width: 768px) {
  .hide-on-small {
    display: block;
  }
}

.hide-pages-on-small {
  display: none;
}
@media screen and (min-width: 768px) {
  .hide-pages-on-small {
    display: inline-block;
  }
}

.search-section {
  background-color: #057ec1;
  text-align: center;
}

input[type="text"].ld-search-box {
  position: relative;
  padding: 9px 20px;
  font-size: 20px;
  vertical-align: top;
  width: 100%;
}

.search-box-wrapper {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
@media screen and (min-width: 768px) {
  .search-box-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.call-to-action {
  background-color: #057ec1;
  color: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 30px 0 40px;
}

.add-listing {
  background-color: #057ec1;
}

.wide-list {
  width: 100%;
  padding: 0 20px 10px;
}

.site-footer {
  text-align: center;
  background-color: #f6f6f6;
  color: #999;
}

.image-category {
  display: block;
  position: relative;
  overflow: hidden;
}
.image-category img {
  transition: all 0.3s;
  display: block;
  max-width: 100%;
  margin: 0;
}
.image-category:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.image-category:after {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 60px;
  top: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3), transparent);
}
.image-category h2 {
  z-index: 10;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: absolute;
  padding-left: 20px;
  top: 0;
  left: 0;
}
.image-category h3 {
  z-index: 10;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: absolute;
  padding-left: 20px;
  top: 30px;
  left: 0;
  font-style: italic;
}
.image-category:hover img {
  transform: scale(1.1);
}

.item {
  background-color: #fff;
  margin-bottom: 10px;
}
.item .item-info {
  margin-bottom: 10px;
  -ms-flex-align: start;
      align-items: flex-start;
}
.item .image {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 10px 0 0;
}
.item .map-number {
  margin-top: -14px;
}
.item .labelled-list li {
  clear: both;
}
@media screen and (min-width: 768px) {
  .item .item-info {
    -ms-flex-align: center;
        align-items: center;
  }
  .item .image {
    width: 60px;
    height: 60px;
    margin: -5px 20px 0 0;
  }
  .item .map-number {
    margin-top: -24px;
  }
}

.flex-body {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
      flex-direction: column;
}

.flex-content {
  -ms-flex: 1;
      flex: 1;
}

.item-footer .icon {
  vertical-align: text-bottom;
}

.map-number {
  margin: -24px 0 0 -5px;
  position: relative;
  background-color: #f48047;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  width: 24px;
  line-height: 22px;
  border: 1px solid #fff;
}

.star-rating {
  white-space: nowrap;
}

.star-float {
  float: right;
}

.btn-wide {
  width: 100%;
  margin-top: 10px;
}

.icon-star {
  color: #e5e5e5;
}
.icon-star.colored-star {
  color: #f4ae00;
}

.pagination {
  margin: 40px 0 -5px;
  text-align: center;
}
.pagination span .btn {
  min-width: 0;
  margin: 0 2.5px 5px 2.5px;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-item {
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 1em;
  text-align: center;
}

#index-search {
  background-color: #057ec1;
  height: 350px;
  width: 100%;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset  0  8px 8px -8px #696868, inset  0 -8px 8px -8px #696868;
}
#index-search .page-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.item-narrow {
  max-width: 500px;
}

.category-formatting {
  width: calc(100% - 110px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 100;
  }
}
.category-row:nth-child(1) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(2) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(3) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(4) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(5) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(6) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(7) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(8) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(9) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 0.9s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(10) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(11) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 1.1s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(12) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(13) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 1.3s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(14) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 1.4s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(15) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(16) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 1.6s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(17) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 1.7s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(18) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 1.8s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(19) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 1.9s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(20) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(21) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 2.1s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(22) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 2.2s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(23) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 2.3s;
  animation-fill-mode: forwards;
}

.category-row:nth-child(24) .category-feed-card .container {
  opacity: 0;
  animation: fadeIn 0.5s ease-out;
  animation-delay: 2.4s;
  animation-fill-mode: forwards;
}

#index-map-container {
  width: 100%;
  height: 350px;
  position: relative;
}
#index-map-container .search-wrapper {
  pointer-events: none;
  padding: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#index-map-container .search-wrapper .control-input-wrapper {
  margin: 0 auto;
}
#index-map-container .search-wrapper .control-input-wrapper .ld-search-box {
  pointer-events: auto;
}

.static-styled-select > span {
  text-align: left;
  margin: 3px 0 auto 5px;
}

.multi-input .control-input {
  width: 100%;
}

.category-dropdown {
  width: 100%;
  margin-right: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .category-dropdown {
    width: 200px;
  }
}

.product-name a {
  text-decoration: none;
  color: #999;
}
