@charset "UTF-8";
/* reset */ /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * 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.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 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 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

/* EOF reset */
/**
 * selectize.default.css (v0.8.5) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: #ffffff;
}

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  display: block;
  clear: left;
  content: " ";
}

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: " ";
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff;
}

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: " ";
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5;
}

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1da7ee", endColorstr="#ff178ee9", GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff008fd8", endColorstr="#ff0075cf", GradientType=0);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/* EOF hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/** corner triangle related **/
/** EOF corner triangle related **/
@font-face {
  font-family: "segmanta_icons";
  src: url("../fonts/segmanta_icons_9b799b51bedd731eee933cb71e9ae097.eot");
  src: url("../fonts/segmanta_icons_9b799b51bedd731eee933cb71e9ae097.eot?#iefix") format("embedded-opentype"), url("../fonts/segmanta_icons_9b799b51bedd731eee933cb71e9ae097.woff2") format("woff2"), url("../fonts/segmanta_icons_9b799b51bedd731eee933cb71e9ae097.woff") format("woff"), url("../fonts/segmanta_icons_9b799b51bedd731eee933cb71e9ae097.ttf") format("truetype"), url("../fonts/segmanta_icons_9b799b51bedd731eee933cb71e9ae097.svg#segmanta_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "segmanta_icons";
    src: url("../fonts/segmanta_icons_9b799b51bedd731eee933cb71e9ae097.svg#segmanta_icons") format("svg");
  }
}
[data-icon]:before {
  content: attr(data-icon);
}

[data-icon]:before,
.si.si-age:before,
.si.si-analytics:before,
.si.si-arrow-nav-left:before,
.si.si-arrow-nav-right:before,
.si.si-arrow-up:before,
.si.si-background:before,
.si.si-bar-chart:before,
.si.si-bin:before,
.si.si-burger:before,
.si.si-check:before,
.si.si-checked:before,
.si.si-close:before,
.si.si-colors:before,
.si.si-copy:before,
.si.si-country:before,
.si.si-create:before,
.si.si-demographics:before,
.si.si-design:before,
.si.si-drag-vertical:before,
.si.si-ellipsis-h:before,
.si.si-female:before,
.si.si-filter:before,
.si.si-font:before,
.si.si-gender:before,
.si.si-grade:before,
.si.si-grid-boxes:before,
.si.si-grid-list:before,
.si.si-heart:before,
.si.si-income:before,
.si.si-keys:before,
.si.si-lightbulb:before,
.si.si-list:before,
.si.si-male:before,
.si.si-open-long:before,
.si.si-open-number:before,
.si.si-open-short:before,
.si.si-opinion-scale:before,
.si.si-options:before,
.si.si-outcome:before,
.si.si-overview:before,
.si.si-plus:before,
.si.si-rating-cart:before,
.si.si-rating-circle:before,
.si.si-rating-drop:before,
.si.si-rating-graduate-cap:before,
.si.si-rating-heart:before,
.si.si-rating-lock:before,
.si.si-rating-star:before,
.si.si-rating-thumb-down:before,
.si.si-rating-thumb-up:before,
.si.si-rating-tree:before,
.si.si-rating-truck:before,
.si.si-settings:before,
.si.si-share:before,
.si.si-slider:before,
.si.si-two-times:before,
.si.si-ui-arrow-left:before,
.si.si-ui-arrow-right:before,
.si.si-ui-grid-view:before,
.si.si-ui-list-view:before,
.si.si-unsaved:before,
.si.si-users:before {
  display: inline-block;
  font-family: "segmanta_icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.si.si-age:before {
  content: "\f100";
}

.si.si-analytics:before {
  content: "\f101";
}

.si.si-arrow-nav-left:before {
  content: "\f102";
}

.si.si-arrow-nav-right:before {
  content: "\f103";
}

.si.si-arrow-up:before {
  content: "\f104";
}

.si.si-background:before {
  content: "\f105";
}

.si.si-bar-chart:before {
  content: "\f106";
}

.si.si-bin:before {
  content: "\f107";
}

.si.si-burger:before {
  content: "\f108";
}

.si.si-check:before {
  content: "\f109";
}

.si.si-checked:before {
  content: "\f10a";
}

.si.si-close:before {
  content: "\f10b";
}

.si.si-colors:before {
  content: "\f10c";
}

.si.si-copy:before {
  content: "\f10d";
}

.si.si-country:before {
  content: "\f10e";
}

.si.si-create:before {
  content: "\f10f";
}

.si.si-demographics:before {
  content: "\f110";
}

.si.si-design:before {
  content: "\f111";
}

.si.si-drag-vertical:before {
  content: "\f112";
}

.si.si-ellipsis-h:before {
  content: "\f113";
}

.si.si-female:before {
  content: "\f114";
}

.si.si-filter:before {
  content: "\f115";
}

.si.si-font:before {
  content: "\f116";
}

.si.si-gender:before {
  content: "\f117";
}

.si.si-grade:before {
  content: "\f118";
}

.si.si-grid-boxes:before {
  content: "\f119";
}

.si.si-grid-list:before {
  content: "\f11a";
}

.si.si-heart:before {
  content: "\f11b";
}

.si.si-income:before {
  content: "\f11c";
}

.si.si-keys:before {
  content: "\f11d";
}

.si.si-lightbulb:before {
  content: "\f11e";
}

.si.si-list:before {
  content: "\f11f";
}

.si.si-male:before {
  content: "\f120";
}

.si.si-open-long:before {
  content: "\f121";
}

.si.si-open-number:before {
  content: "\f122";
}

.si.si-open-short:before {
  content: "\f123";
}

.si.si-opinion-scale:before {
  content: "\f124";
}

.si.si-options:before {
  content: "\f125";
}

.si.si-outcome:before {
  content: "\f126";
}

.si.si-overview:before {
  content: "\f127";
}

.si.si-plus:before {
  content: "\f128";
}

.si.si-rating-cart:before {
  content: "\f129";
}

.si.si-rating-circle:before {
  content: "\f12a";
}

.si.si-rating-drop:before {
  content: "\f12b";
}

.si.si-rating-graduate-cap:before {
  content: "\f12c";
}

.si.si-rating-heart:before {
  content: "\f12d";
}

.si.si-rating-lock:before {
  content: "\f12e";
}

.si.si-rating-star:before {
  content: "\f12f";
}

.si.si-rating-thumb-down:before {
  content: "\f130";
}

.si.si-rating-thumb-up:before {
  content: "\f131";
}

.si.si-rating-tree:before {
  content: "\f132";
}

.si.si-rating-truck:before {
  content: "\f133";
}

.si.si-settings:before {
  content: "\f134";
}

.si.si-share:before {
  content: "\f135";
}

.si.si-slider:before {
  content: "\f136";
}

.si.si-two-times:before {
  content: "\f137";
}

.si.si-ui-arrow-left:before {
  content: "\f138";
}

.si.si-ui-arrow-right:before {
  content: "\f139";
}

.si.si-ui-grid-view:before {
  content: "\f13a";
}

.si.si-ui-list-view:before {
  content: "\f13b";
}

.si.si-unsaved:before {
  content: "\f13c";
}

.si.si-users:before {
  content: "\f13d";
}

/* base css assignments for the site */
html, body {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.wrap {
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
}

body {
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: white;
  /* override jquery-ui css */
}
body .ui-widget {
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body .ui-widget button {
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}

td {
  padding: 0;
}

th {
  font-weight: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

button {
  outline: none;
}

.ui-sortable-helper:not(.no-helper-shadow) {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}

.invisible-overlay {
  z-index: 10100;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sg-info-tooltip-read-more {
  text-decoration: underline;
  opacity: 0.7;
}
.sg-info-tooltip-read-more:hover {
  opacity: 0.9;
}

.dashboard-loader-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgb(133, 182, 250);
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* EOF base css assignments for the site */
/* animations */
@-moz-keyframes sg-spin {
  0% {
    -webkit-transform: perspective(120px) rotateY(0deg);
    -moz-transform: perspective(120px) rotateY(0deg);
    -ms-transform: perspective(120px) rotateY(0deg);
    -o-transform: perspective(120px) rotateY(0deg);
    transform: perspective(120px) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(360deg);
    -moz-transform: perspective(120px) rotateY(360deg);
    -ms-transform: perspective(120px) rotateY(360deg);
    -o-transform: perspective(120px) rotateY(360deg);
    transform: perspective(120px) rotateY(360deg);
  }
}
@-webkit-keyframes sg-spin {
  0% {
    -webkit-transform: perspective(120px) rotateY(0deg);
    -moz-transform: perspective(120px) rotateY(0deg);
    -ms-transform: perspective(120px) rotateY(0deg);
    -o-transform: perspective(120px) rotateY(0deg);
    transform: perspective(120px) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(360deg);
    -moz-transform: perspective(120px) rotateY(360deg);
    -ms-transform: perspective(120px) rotateY(360deg);
    -o-transform: perspective(120px) rotateY(360deg);
    transform: perspective(120px) rotateY(360deg);
  }
}
@-o-keyframes sg-spin {
  0% {
    -webkit-transform: perspective(120px) rotateY(0deg);
    -moz-transform: perspective(120px) rotateY(0deg);
    -ms-transform: perspective(120px) rotateY(0deg);
    -o-transform: perspective(120px) rotateY(0deg);
    transform: perspective(120px) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(360deg);
    -moz-transform: perspective(120px) rotateY(360deg);
    -ms-transform: perspective(120px) rotateY(360deg);
    -o-transform: perspective(120px) rotateY(360deg);
    transform: perspective(120px) rotateY(360deg);
  }
}
@-ms-keyframes sg-spin {
  0% {
    -webkit-transform: perspective(120px) rotateY(0deg);
    -moz-transform: perspective(120px) rotateY(0deg);
    -ms-transform: perspective(120px) rotateY(0deg);
    -o-transform: perspective(120px) rotateY(0deg);
    transform: perspective(120px) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(360deg);
    -moz-transform: perspective(120px) rotateY(360deg);
    -ms-transform: perspective(120px) rotateY(360deg);
    -o-transform: perspective(120px) rotateY(360deg);
    transform: perspective(120px) rotateY(360deg);
  }
}
@keyframes sg-spin {
  0% {
    -webkit-transform: perspective(120px) rotateY(0deg);
    -moz-transform: perspective(120px) rotateY(0deg);
    -ms-transform: perspective(120px) rotateY(0deg);
    -o-transform: perspective(120px) rotateY(0deg);
    transform: perspective(120px) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(360deg);
    -moz-transform: perspective(120px) rotateY(360deg);
    -ms-transform: perspective(120px) rotateY(360deg);
    -o-transform: perspective(120px) rotateY(360deg);
    transform: perspective(120px) rotateY(360deg);
  }
}
@-moz-keyframes sg-spin-flip {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    transform: perspective(120px) rotateX(0deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
    -moz-transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
    -ms-transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
    -o-transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
    transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
  }
}
@-webkit-keyframes sg-spin-flip {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    transform: perspective(120px) rotateX(0deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
    -moz-transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
    -ms-transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
    -o-transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
    transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
  }
}
@-o-keyframes sg-spin-flip {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    transform: perspective(120px) rotateX(0deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
    -moz-transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
    -ms-transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
    -o-transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
    transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
  }
}
@-ms-keyframes sg-spin-flip {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    transform: perspective(120px) rotateX(0deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
    -moz-transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
    -ms-transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
    -o-transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
    transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
  }
}
@keyframes sg-spin-flip {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(360deg);
    transform: perspective(120px) rotateX(0deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
    -moz-transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
    -ms-transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
    -o-transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
    transform: perspective(120px) rotateX(-360deg) rotateY(360deg);
  }
}
@-moz-keyframes sg-spin-flip-semi {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  25% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    transform: perspective(120px) rotateX(0deg) rotateY(180deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
  }
}
@-webkit-keyframes sg-spin-flip-semi {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  25% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    transform: perspective(120px) rotateX(0deg) rotateY(180deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
  }
}
@-o-keyframes sg-spin-flip-semi {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  25% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    transform: perspective(120px) rotateX(0deg) rotateY(180deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
  }
}
@-ms-keyframes sg-spin-flip-semi {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  25% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    transform: perspective(120px) rotateX(0deg) rotateY(180deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
  }
}
@keyframes sg-spin-flip-semi {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  25% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(180deg);
    transform: perspective(120px) rotateX(0deg) rotateY(180deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
  }
}
@-moz-keyframes sg-scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes sg-scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes sg-scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes sg-scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sg-scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes sg-scale-bounce {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  20% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  50%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes sg-scale-bounce {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  20% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  50%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes sg-scale-bounce {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  20% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  50%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes sg-scale-bounce {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  20% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  50%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sg-scale-bounce {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  20% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  50%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* EOF animations */
/* loader */
.loader-img {
  -webkit-animation: sg-spin-flip-semi 2.4s ease-in-out infinite;
  -moz-animation: sg-spin-flip-semi 2.4s ease-in-out infinite;
  -ms-animation: sg-spin-flip-semi 2.4s ease-in-out infinite;
  -o-animation: sg-spin-flip-semi 2.4s ease-in-out infinite;
  animation: sg-spin-flip-semi 2.4s ease-in-out infinite;
  height: 32px;
}

.no-loader-animation .loader-img {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}

.loader-text {
  margin-top: 7px;
  color: #595959;
  white-space: pre-wrap;
}

.survey-loader-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.loader-overlay {
  z-index: 1000000;
}

.loader-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

/* EOF loader */
/* borders */
.carved-bordertop-darkblue {
  border-top: 1px solid rgb(35, 45, 59);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.17);
}

.carved-bordertop-darkblue_darkest {
  border-top: 1px solid rgb(19, 24, 32);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.17);
}

.carved-bordertop-darkblue_lighter {
  border-top: 1px solid rgb(60, 77, 101);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.17);
}

.carved-bordertop-gray {
  border-top: 1px solid rgb(114, 122, 133);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.17);
}

.carved-bordertop-gray_lighter {
  border-top: 1px solid rgb(164, 172, 183);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.17);
}

.carved-bordertop-turq {
  border-top: 1px solid rgb(62, 191, 162);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.17);
}

.carved-bordertop-turq_darker {
  border-top: 1px solid rgb(7, 158, 134);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.17);
}

.carved-bordertop-white {
  border-top: 1px solid white;
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.17);
}

.carved-bordertop-yellow {
  border-top: 1px solid rgb(245, 184, 0);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.17);
}

.carved-bordertop-saffron {
  border-top: 1px solid rgb(245, 191, 70);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.17);
}

.carved-bordertop-fuzwuz_brown {
  border-top: 1px solid rgb(197, 85, 85);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.17);
}

.carved-bordertop-steel_blue {
  border-top: 1px solid rgb(85, 116, 182);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.17);
}

.carved-bordertop-fruit_salad {
  border-top: 1px solid rgb(73, 168, 64);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.17);
}

.carved-bordertop-periwinkle {
  border-top: 1px solid rgb(200, 214, 233);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.17);
}

/* EOF borders */
/* color selectors */
/* background colors */
.bgc-darkblue {
  background-color: rgb(35, 45, 59);
}

.bgc-darkblue_darkest {
  background-color: rgb(19, 24, 32);
}

.bgc-darkblue_lighter {
  background-color: rgb(60, 77, 101);
}

.bgc-gray {
  background-color: rgb(114, 122, 133);
}

.bgc-gray_lighter {
  background-color: rgb(164, 172, 183);
}

.bgc-turq {
  background-color: rgb(62, 191, 162);
}

.bgc-turq_darker {
  background-color: rgb(7, 158, 134);
}

.bgc-white {
  background-color: white;
}

.bgc-yellow {
  background-color: rgb(245, 184, 0);
}

.bgc-saffron {
  background-color: rgb(245, 191, 70);
}

.bgc-fuzwuz_brown {
  background-color: rgb(197, 85, 85);
}

.bgc-steel_blue {
  background-color: rgb(85, 116, 182);
}

.bgc-fruit_salad {
  background-color: rgb(73, 168, 64);
}

.bgc-periwinkle {
  background-color: rgb(200, 214, 233);
}

/* text colors */
.color-darkblue {
  color: rgb(35, 45, 59);
}

.color-darkblue_darkest {
  color: rgb(19, 24, 32);
}

.color-darkblue_lighter {
  color: rgb(60, 77, 101);
}

.color-gray {
  color: rgb(114, 122, 133);
}

.color-gray_lighter {
  color: rgb(164, 172, 183);
}

.color-turq {
  color: rgb(62, 191, 162);
}

.color-turq_darker {
  color: rgb(7, 158, 134);
}

.color-white {
  color: white;
}

.color-yellow {
  color: rgb(245, 184, 0);
}

.color-saffron {
  color: rgb(245, 191, 70);
}

.color-fuzwuz_brown {
  color: rgb(197, 85, 85);
}

.color-steel_blue {
  color: rgb(85, 116, 182);
}

.color-fruit_salad {
  color: rgb(73, 168, 64);
}

.color-periwinkle {
  color: rgb(200, 214, 233);
}

/* EOF color selectors */
/* typography */
/* text alignments */
.align-left {
  text-align: left;
}

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

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

/* EOF text alignments */
/* font sizes */
/* in px */
.font-size-8px {
  font-size: 8px;
}

.font-size-9px {
  font-size: 9px;
}

.font-size-10px {
  font-size: 10px;
}

.font-size-11px {
  font-size: 11px;
}

.font-size-12px {
  font-size: 12px;
}

.font-size-13px {
  font-size: 13px;
}

.font-size-14px {
  font-size: 14px;
}

.font-size-15px {
  font-size: 15px;
}

.font-size-16px {
  font-size: 16px;
}

.font-size-17px {
  font-size: 17px;
}

.font-size-18px {
  font-size: 18px;
}

.font-size-19px {
  font-size: 19px;
}

.font-size-20px {
  font-size: 20px;
}

.font-size-21px {
  font-size: 21px;
}

.font-size-22px {
  font-size: 22px;
}

.font-size-23px {
  font-size: 23px;
}

.font-size-24px {
  font-size: 24px;
}

.font-size-25px {
  font-size: 25px;
}

.font-size-26px {
  font-size: 26px;
}

.font-size-27px {
  font-size: 27px;
}

.font-size-28px {
  font-size: 28px;
}

.font-size-29px {
  font-size: 29px;
}

.font-size-30px {
  font-size: 30px;
}

.font-size-31px {
  font-size: 31px;
}

.font-size-32px {
  font-size: 32px;
}

.font-size-33px {
  font-size: 33px;
}

.font-size-34px {
  font-size: 34px;
}

.font-size-35px {
  font-size: 35px;
}

.font-size-36px {
  font-size: 36px;
}

.font-size-37px {
  font-size: 37px;
}

.font-size-38px {
  font-size: 38px;
}

.font-size-39px {
  font-size: 39px;
}

.font-size-40px {
  font-size: 40px;
}

/* EOF in px */
/* EOF font sizes */
/* font weights */
.bolder {
  font-weight: bold;
}

/* EOF font weights */
/* font families */
.font-lato {
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* EOF font families */
/* text transforms */
.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

/* EOF text transforms */
/* ellipsis */
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* EOF ellipsis */
/* line heights */
.lh-0 {
  line-height: 0;
}

.lh-135 {
  line-height: 1.35;
}

/* EOF line heights */
.nowrap {
  white-space: nowrap;
}

/* EOF typography */
/* forms deneral */
input, textarea {
  outline: none;
  border: none;
  padding: 0;
  background: inherit;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}

input, textarea {
  resize: none;
  background-color: transparent;
}

[contenteditable=true] {
  outline: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/* text inputs */
.input-txt-v1-darkblue_darkest-turq {
  background-color: rgb(19, 24, 32);
  color: rgb(62, 191, 162);
  outline: none;
  border: none;
  padding: 10px 12px 11px;
  font-size: 15px;
  border-radius: 19px;
}

.input-txt-v1-darkblue-turq {
  background-color: rgb(35, 45, 59);
  color: rgb(62, 191, 162);
  outline: none;
  border: none;
  padding: 10px 12px 11px;
  font-size: 15px;
  border-radius: 19px;
}

.input-txt-v2-darkblue_darkest-turq {
  background-color: rgb(19, 24, 32);
  color: rgb(62, 191, 162);
  outline: none;
  border: none;
  padding: 4px 12px 5px;
  font-size: 13px;
  border-radius: 12px;
}

.input-txt-v2-darkblue-turq {
  background-color: rgb(35, 45, 59);
  color: rgb(62, 191, 162);
  outline: none;
  border: none;
  padding: 4px 12px 5px;
  font-size: 13px;
  border-radius: 12px;
}

/* EOF text inputs */
/* buttons */
button {
  border: none;
  background-color: transparent;
  color: inherit;
  text-transform: inherit;
  padding: 0;
  outline: none;
}

.fb-blue-btn, .wa-btn {
  display: inline-block;
  color: white;
  border-radius: 5px;
  font-weight: 400;
}

.fb-blue-btn {
  background: -owg-linear-gradient(rgb(76, 105, 186), rgb(59, 85, 160)) top;
  background: -webkit-linear-gradient(rgb(76, 105, 186), rgb(59, 85, 160)) top;
  background: -moz-linear-gradient(rgb(76, 105, 186), rgb(59, 85, 160)) top;
  background: -o-linear-gradient(rgb(76, 105, 186), rgb(59, 85, 160)) top;
  background: linear-gradient(rgb(76, 105, 186), rgb(59, 85, 160)) top;
}
.fb-blue-btn i {
  margin-right: 12px;
}

.fb-dedi-btn, .wa-dedi-btn, .twitter-dedi-btn, .email-dedi-btn {
  color: white;
  border-radius: 2px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3), 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}

.fb-dedi-btn {
  background-color: rgb(85, 116, 182);
}

.wa-dedi-btn {
  background-color: rgb(73, 168, 64);
}

.twitter-dedi-btn {
  background-color: #55ACEE;
}

.email-dedi-btn {
  background-color: gray;
}

.wa-btn {
  background: -owg-linear-gradient(rgb(105, 202, 59), rgb(86, 166, 30)) top;
  background: -webkit-linear-gradient(rgb(105, 202, 59), rgb(86, 166, 30)) top;
  background: -moz-linear-gradient(rgb(105, 202, 59), rgb(86, 166, 30)) top;
  background: -o-linear-gradient(rgb(105, 202, 59), rgb(86, 166, 30)) top;
  background: linear-gradient(rgb(105, 202, 59), rgb(86, 166, 30)) top;
}

.btn-15-2 {
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}
.btn-15-2:hover, .btn-15-2.pressed {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.btn-v1-turq-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(62, 191, 162);
  color: white;
  padding: 8px 24px;
}
.btn-v1-turq-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v1-darkblue-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(35, 45, 59);
  color: white;
  padding: 8px 24px;
}
.btn-v1-darkblue-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v1-turq_darker-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(7, 158, 134);
  color: white;
  padding: 8px 24px;
}
.btn-v1-turq_darker-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v1-blue_fill-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(81, 131, 232);
  color: white;
  padding: 8px 24px;
}
.btn-v1-blue_fill-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v1-blue_fill_dark-white {
  border: none;
  border-radius: 3px;
  background-color: #505459;
  color: white;
  padding: 8px 24px;
}
.btn-v1-blue_fill_dark-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v1-blackShade50-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(128, 128, 128);
  color: white;
  padding: 8px 24px;
}
.btn-v1-blackShade50-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v1-white-blackShade50 {
  border: none;
  border-radius: 3px;
  background-color: #f2f2f2;
  color: rgb(128, 128, 128);
  padding: 8px 24px;
}
.btn-v1-white-blackShade50[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v1-white-blackShade80 {
  border: none;
  border-radius: 3px;
  background-color: #f2f2f2;
  color: rgb(51, 51, 51);
  padding: 8px 24px;
}
.btn-v1-white-blackShade80[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v1-blackShade90-blackShade40 {
  border: none;
  border-radius: 3px;
  background-color: rgb(230, 230, 230);
  color: rgb(103, 103, 103);
  padding: 8px 24px;
}
.btn-v1-blackShade90-blackShade40[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v1-saffron-midnight {
  border: none;
  border-radius: 3px;
  background-color: rgb(245, 191, 70);
  color: rgb(34, 45, 58);
  padding: 8px 24px;
}
.btn-v1-saffron-midnight[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v1-fuzwuz_brown-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(197, 85, 85);
  color: white;
  padding: 8px 24px;
}
.btn-v1-fuzwuz_brown-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v1-green_tea-white {
  border: none;
  border-radius: 3px;
  background-color: #66cc88;
  color: white;
  padding: 8px 24px;
}
.btn-v1-green_tea-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v1-red-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(255, 115, 115);
  color: white;
  padding: 8px 24px;
}
.btn-v1-red-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v1-sunshade-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(255, 153, 70);
  color: white;
  padding: 8px 24px;
}
.btn-v1-sunshade-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v2-turq-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(62, 191, 162);
  color: white;
  padding: 4px 10px;
}
.btn-v2-turq-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v2-darkblue-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(35, 45, 59);
  color: white;
  padding: 4px 10px;
}
.btn-v2-darkblue-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v2-turq_darker-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(7, 158, 134);
  color: white;
  padding: 4px 10px;
}
.btn-v2-turq_darker-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v2-blue_fill-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(81, 131, 232);
  color: white;
  padding: 4px 10px;
}
.btn-v2-blue_fill-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v2-blue_fill_dark-white {
  border: none;
  border-radius: 3px;
  background-color: #505459;
  color: white;
  padding: 4px 10px;
}
.btn-v2-blue_fill_dark-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v2-blackShade50-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(128, 128, 128);
  color: white;
  padding: 4px 10px;
}
.btn-v2-blackShade50-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v2-white-blackShade50 {
  border: none;
  border-radius: 3px;
  background-color: #f2f2f2;
  color: rgb(128, 128, 128);
  padding: 4px 10px;
}
.btn-v2-white-blackShade50[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v2-white-blackShade80 {
  border: none;
  border-radius: 3px;
  background-color: #f2f2f2;
  color: rgb(51, 51, 51);
  padding: 4px 10px;
}
.btn-v2-white-blackShade80[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v2-blackShade90-blackShade40 {
  border: none;
  border-radius: 3px;
  background-color: rgb(230, 230, 230);
  color: rgb(103, 103, 103);
  padding: 4px 10px;
}
.btn-v2-blackShade90-blackShade40[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v2-saffron-midnight {
  border: none;
  border-radius: 3px;
  background-color: rgb(245, 191, 70);
  color: rgb(34, 45, 58);
  padding: 4px 10px;
}
.btn-v2-saffron-midnight[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v2-fuzwuz_brown-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(197, 85, 85);
  color: white;
  padding: 4px 10px;
}
.btn-v2-fuzwuz_brown-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v2-green_tea-white {
  border: none;
  border-radius: 3px;
  background-color: #66cc88;
  color: white;
  padding: 4px 10px;
}
.btn-v2-green_tea-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v2-red-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(255, 115, 115);
  color: white;
  padding: 4px 10px;
}
.btn-v2-red-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v2-sunshade-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(255, 153, 70);
  color: white;
  padding: 4px 10px;
}
.btn-v2-sunshade-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}

.btn-v3-turq-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(62, 191, 162);
  color: white;
  height: 22px;
  padding: 0 7px;
  font-size: 9px;
  font-weight: bold;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.btn-v3-turq-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v3-turq-white i {
  font-size: 12px;
  font-weight: bold;
}
.btn-v3-turq-white i:not(:last-child) {
  margin-right: 2px;
}
.btn-v3-turq-white:hover:not([disabled]) {
  opacity: 1;
}

.btn-v3-darkblue-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(35, 45, 59);
  color: white;
  height: 22px;
  padding: 0 7px;
  font-size: 9px;
  font-weight: bold;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.btn-v3-darkblue-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v3-darkblue-white i {
  font-size: 12px;
  font-weight: bold;
}
.btn-v3-darkblue-white i:not(:last-child) {
  margin-right: 2px;
}
.btn-v3-darkblue-white:hover:not([disabled]) {
  opacity: 1;
}

.btn-v3-turq_darker-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(7, 158, 134);
  color: white;
  height: 22px;
  padding: 0 7px;
  font-size: 9px;
  font-weight: bold;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.btn-v3-turq_darker-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v3-turq_darker-white i {
  font-size: 12px;
  font-weight: bold;
}
.btn-v3-turq_darker-white i:not(:last-child) {
  margin-right: 2px;
}
.btn-v3-turq_darker-white:hover:not([disabled]) {
  opacity: 1;
}

.btn-v3-blue_fill-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(81, 131, 232);
  color: white;
  height: 22px;
  padding: 0 7px;
  font-size: 9px;
  font-weight: bold;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.btn-v3-blue_fill-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v3-blue_fill-white i {
  font-size: 12px;
  font-weight: bold;
}
.btn-v3-blue_fill-white i:not(:last-child) {
  margin-right: 2px;
}
.btn-v3-blue_fill-white:hover:not([disabled]) {
  opacity: 1;
}

.btn-v3-blue_fill_dark-white {
  border: none;
  border-radius: 3px;
  background-color: #505459;
  color: white;
  height: 22px;
  padding: 0 7px;
  font-size: 9px;
  font-weight: bold;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.btn-v3-blue_fill_dark-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v3-blue_fill_dark-white i {
  font-size: 12px;
  font-weight: bold;
}
.btn-v3-blue_fill_dark-white i:not(:last-child) {
  margin-right: 2px;
}
.btn-v3-blue_fill_dark-white:hover:not([disabled]) {
  opacity: 1;
}

.btn-v3-blackShade50-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(128, 128, 128);
  color: white;
  height: 22px;
  padding: 0 7px;
  font-size: 9px;
  font-weight: bold;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.btn-v3-blackShade50-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v3-blackShade50-white i {
  font-size: 12px;
  font-weight: bold;
}
.btn-v3-blackShade50-white i:not(:last-child) {
  margin-right: 2px;
}
.btn-v3-blackShade50-white:hover:not([disabled]) {
  opacity: 1;
}

.btn-v3-white-blackShade50 {
  border: none;
  border-radius: 3px;
  background-color: #f2f2f2;
  color: rgb(128, 128, 128);
  height: 22px;
  padding: 0 7px;
  font-size: 9px;
  font-weight: bold;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.btn-v3-white-blackShade50[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v3-white-blackShade50 i {
  font-size: 12px;
  font-weight: bold;
}
.btn-v3-white-blackShade50 i:not(:last-child) {
  margin-right: 2px;
}
.btn-v3-white-blackShade50:hover:not([disabled]) {
  opacity: 1;
}

.btn-v3-white-blackShade80 {
  border: none;
  border-radius: 3px;
  background-color: #f2f2f2;
  color: rgb(51, 51, 51);
  height: 22px;
  padding: 0 7px;
  font-size: 9px;
  font-weight: bold;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.btn-v3-white-blackShade80[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v3-white-blackShade80 i {
  font-size: 12px;
  font-weight: bold;
}
.btn-v3-white-blackShade80 i:not(:last-child) {
  margin-right: 2px;
}
.btn-v3-white-blackShade80:hover:not([disabled]) {
  opacity: 1;
}

.btn-v3-blackShade90-blackShade40 {
  border: none;
  border-radius: 3px;
  background-color: rgb(230, 230, 230);
  color: rgb(103, 103, 103);
  height: 22px;
  padding: 0 7px;
  font-size: 9px;
  font-weight: bold;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.btn-v3-blackShade90-blackShade40[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v3-blackShade90-blackShade40 i {
  font-size: 12px;
  font-weight: bold;
}
.btn-v3-blackShade90-blackShade40 i:not(:last-child) {
  margin-right: 2px;
}
.btn-v3-blackShade90-blackShade40:hover:not([disabled]) {
  opacity: 1;
}

.btn-v3-saffron-midnight {
  border: none;
  border-radius: 3px;
  background-color: rgb(245, 191, 70);
  color: rgb(34, 45, 58);
  height: 22px;
  padding: 0 7px;
  font-size: 9px;
  font-weight: bold;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.btn-v3-saffron-midnight[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v3-saffron-midnight i {
  font-size: 12px;
  font-weight: bold;
}
.btn-v3-saffron-midnight i:not(:last-child) {
  margin-right: 2px;
}
.btn-v3-saffron-midnight:hover:not([disabled]) {
  opacity: 1;
}

.btn-v3-fuzwuz_brown-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(197, 85, 85);
  color: white;
  height: 22px;
  padding: 0 7px;
  font-size: 9px;
  font-weight: bold;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.btn-v3-fuzwuz_brown-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v3-fuzwuz_brown-white i {
  font-size: 12px;
  font-weight: bold;
}
.btn-v3-fuzwuz_brown-white i:not(:last-child) {
  margin-right: 2px;
}
.btn-v3-fuzwuz_brown-white:hover:not([disabled]) {
  opacity: 1;
}

.btn-v3-green_tea-white {
  border: none;
  border-radius: 3px;
  background-color: #66cc88;
  color: white;
  height: 22px;
  padding: 0 7px;
  font-size: 9px;
  font-weight: bold;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.btn-v3-green_tea-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v3-green_tea-white i {
  font-size: 12px;
  font-weight: bold;
}
.btn-v3-green_tea-white i:not(:last-child) {
  margin-right: 2px;
}
.btn-v3-green_tea-white:hover:not([disabled]) {
  opacity: 1;
}

.btn-v3-red-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(255, 115, 115);
  color: white;
  height: 22px;
  padding: 0 7px;
  font-size: 9px;
  font-weight: bold;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.btn-v3-red-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v3-red-white i {
  font-size: 12px;
  font-weight: bold;
}
.btn-v3-red-white i:not(:last-child) {
  margin-right: 2px;
}
.btn-v3-red-white:hover:not([disabled]) {
  opacity: 1;
}

.btn-v3-sunshade-white {
  border: none;
  border-radius: 3px;
  background-color: rgb(255, 153, 70);
  color: white;
  height: 22px;
  padding: 0 7px;
  font-size: 9px;
  font-weight: bold;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}
.btn-v3-sunshade-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v3-sunshade-white i {
  font-size: 12px;
  font-weight: bold;
}
.btn-v3-sunshade-white i:not(:last-child) {
  margin-right: 2px;
}
.btn-v3-sunshade-white:hover:not([disabled]) {
  opacity: 1;
}

.btn-v4-turq-white {
  border: none;
  border-radius: 2px;
  background-color: rgb(62, 191, 162);
  color: white;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 0 17px;
  height: 32px;
}
.btn-v4-turq-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v4-turq-white i:not(:last-child) {
  margin-right: 5px;
}
.btn-v4-turq-white i:not(:first-child) {
  margin-left: 5px;
}
.btn-v4-turq-white:hover:not([disabled]) {
  background-color: #49c4a8;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

.btn-v4-darkblue-white {
  border: none;
  border-radius: 2px;
  background-color: rgb(35, 45, 59);
  color: white;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 0 17px;
  height: 32px;
}
.btn-v4-darkblue-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v4-darkblue-white i:not(:last-child) {
  margin-right: 5px;
}
.btn-v4-darkblue-white i:not(:first-child) {
  margin-left: 5px;
}
.btn-v4-darkblue-white:hover:not([disabled]) {
  background-color: #293445;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

.btn-v4-turq_darker-white {
  border: none;
  border-radius: 2px;
  background-color: rgb(7, 158, 134);
  color: white;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 0 17px;
  height: 32px;
}
.btn-v4-turq_darker-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v4-turq_darker-white i:not(:last-child) {
  margin-right: 5px;
}
.btn-v4-turq_darker-white i:not(:first-child) {
  margin-left: 5px;
}
.btn-v4-turq_darker-white:hover:not([disabled]) {
  background-color: #08ad92;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

.btn-v4-blue_fill-white {
  border: none;
  border-radius: 2px;
  background-color: rgb(81, 131, 232);
  color: white;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 0 17px;
  height: 32px;
}
.btn-v4-blue_fill-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v4-blue_fill-white i:not(:last-child) {
  margin-right: 5px;
}
.btn-v4-blue_fill-white i:not(:first-child) {
  margin-left: 5px;
}
.btn-v4-blue_fill-white:hover:not([disabled]) {
  background-color: #5f8dea;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

.btn-v4-blue_fill_dark-white {
  border: none;
  border-radius: 2px;
  background-color: #505459;
  color: white;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 0 17px;
  height: 32px;
}
.btn-v4-blue_fill_dark-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v4-blue_fill_dark-white i:not(:last-child) {
  margin-right: 5px;
}
.btn-v4-blue_fill_dark-white i:not(:first-child) {
  margin-left: 5px;
}
.btn-v4-blue_fill_dark-white:hover:not([disabled]) {
  background-color: #575c61;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

.btn-v4-blackShade50-white {
  border: none;
  border-radius: 2px;
  background-color: rgb(128, 128, 128);
  color: white;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 0 17px;
  height: 32px;
}
.btn-v4-blackShade50-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v4-blackShade50-white i:not(:last-child) {
  margin-right: 5px;
}
.btn-v4-blackShade50-white i:not(:first-child) {
  margin-left: 5px;
}
.btn-v4-blackShade50-white:hover:not([disabled]) {
  background-color: #888888;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

.btn-v4-white-blackShade50 {
  border: none;
  border-radius: 2px;
  background-color: #f2f2f2;
  color: rgb(128, 128, 128);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 0 17px;
  height: 32px;
}
.btn-v4-white-blackShade50[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v4-white-blackShade50 i:not(:last-child) {
  margin-right: 5px;
}
.btn-v4-white-blackShade50 i:not(:first-child) {
  margin-left: 5px;
}
.btn-v4-white-blackShade50:hover:not([disabled]) {
  background-color: #fafafa;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

.btn-v4-white-blackShade80 {
  border: none;
  border-radius: 2px;
  background-color: #f2f2f2;
  color: rgb(51, 51, 51);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 0 17px;
  height: 32px;
}
.btn-v4-white-blackShade80[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v4-white-blackShade80 i:not(:last-child) {
  margin-right: 5px;
}
.btn-v4-white-blackShade80 i:not(:first-child) {
  margin-left: 5px;
}
.btn-v4-white-blackShade80:hover:not([disabled]) {
  background-color: #fafafa;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

.btn-v4-blackShade90-blackShade40 {
  border: none;
  border-radius: 2px;
  background-color: rgb(230, 230, 230);
  color: rgb(103, 103, 103);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 0 17px;
  height: 32px;
}
.btn-v4-blackShade90-blackShade40[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v4-blackShade90-blackShade40 i:not(:last-child) {
  margin-right: 5px;
}
.btn-v4-blackShade90-blackShade40 i:not(:first-child) {
  margin-left: 5px;
}
.btn-v4-blackShade90-blackShade40:hover:not([disabled]) {
  background-color: #eeeeee;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

.btn-v4-saffron-midnight {
  border: none;
  border-radius: 2px;
  background-color: rgb(245, 191, 70);
  color: rgb(34, 45, 58);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 0 17px;
  height: 32px;
}
.btn-v4-saffron-midnight[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v4-saffron-midnight i:not(:last-child) {
  margin-right: 5px;
}
.btn-v4-saffron-midnight i:not(:first-child) {
  margin-left: 5px;
}
.btn-v4-saffron-midnight:hover:not([disabled]) {
  background-color: #f6c455;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

.btn-v4-fuzwuz_brown-white {
  border: none;
  border-radius: 2px;
  background-color: rgb(197, 85, 85);
  color: white;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 0 17px;
  height: 32px;
}
.btn-v4-fuzwuz_brown-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v4-fuzwuz_brown-white i:not(:last-child) {
  margin-right: 5px;
}
.btn-v4-fuzwuz_brown-white i:not(:first-child) {
  margin-left: 5px;
}
.btn-v4-fuzwuz_brown-white:hover:not([disabled]) {
  background-color: #c96060;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

.btn-v4-green_tea-white {
  border: none;
  border-radius: 2px;
  background-color: #66cc88;
  color: white;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 0 17px;
  height: 32px;
}
.btn-v4-green_tea-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v4-green_tea-white i:not(:last-child) {
  margin-right: 5px;
}
.btn-v4-green_tea-white i:not(:first-child) {
  margin-left: 5px;
}
.btn-v4-green_tea-white:hover:not([disabled]) {
  background-color: #71d091;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

.btn-v4-red-white {
  border: none;
  border-radius: 2px;
  background-color: rgb(255, 115, 115);
  color: white;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 0 17px;
  height: 32px;
}
.btn-v4-red-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v4-red-white i:not(:last-child) {
  margin-right: 5px;
}
.btn-v4-red-white i:not(:first-child) {
  margin-left: 5px;
}
.btn-v4-red-white:hover:not([disabled]) {
  background-color: #ff8282;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

.btn-v4-sunshade-white {
  border: none;
  border-radius: 2px;
  background-color: rgb(255, 153, 70);
  color: white;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 0 17px;
  height: 32px;
}
.btn-v4-sunshade-white[disabled] {
  box-shadow: inset 0px 0px 0 200px rgba(255, 255, 255, 0.45);
}
.btn-v4-sunshade-white i:not(:last-child) {
  margin-right: 5px;
}
.btn-v4-sunshade-white i:not(:first-child) {
  margin-left: 5px;
}
.btn-v4-sunshade-white:hover:not([disabled]) {
  background-color: #ffa155;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

/* EOF buttons */
/* Links */
.dark-green-link {
  color: rgb(7, 158, 134);
  text-decoration: none;
  cursor: pointer;
}
.dark-green-link:hover {
  text-decoration: underline;
}

a[disabled] {
  pointer-events: none;
}

/* EOF Links */
/* EOF forms deneral */
/* spacing and dimensions*/
/* widths and heights */
.width-full {
  width: 100%;
}

.height-full {
  height: 100%;
}

.max-width-full {
  max-width: 100%;
}

.max-height-full {
  max-height: 100%;
}

/* EOF widths and heights */
/* box sizing */
.border-boxed {
  box-sizing: border-box;
}

/* EOF box sizing */
/* stretching to fill parent */
.stretch-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.stretch-dims {
  width: 100%;
  height: 100%;
}

/* EOF stretching to fill parent */
/* gutters */
.has-gutters-13px {
  margin-left: -13px;
}
.has-gutters-13px .gutter {
  margin-left: 13px;
}

.has-gutters-20px {
  margin-left: -20px;
}
.has-gutters-20px .gutter {
  margin-left: 20px;
}

.has-gutters-30px {
  margin-left: -30px;
}
.has-gutters-30px .gutter {
  margin-left: 30px;
}

/* EOF gutters */
/* EOF spacing and dimensions*/
/* backgrounds layout */
.bg-layout {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: local;
  pointer-events: none;
}
.bg-layout.bg-layout-fill {
  background-size: cover;
}
.bg-layout.bg-layout-tiled {
  background-position: 0% 0%;
  background-repeat: repeat;
}
.bg-layout.bg-layout-fit {
  background-size: contain;
}

/* EOF backgrounds layout */
/* floats, display, position, etc */
/* floats */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

[dir=rtl], .is-rtl {
  direction: rtl;
}
[dir=rtl] .by-dir .float-left, .is-rtl .by-dir .float-left {
  float: right;
}
[dir=rtl] .by-dir .float-right, .is-rtl .by-dir .float-right {
  float: left;
}
[dir=rtl] .by-dir .align-left, .is-rtl .by-dir .align-left {
  text-align: right;
}
[dir=rtl] .by-dir .align-right, .is-rtl .by-dir .align-right {
  text-align: left;
}

.ltr-force {
  direction: ltr !important;
  font-family: "proxima-nova", Sans-Serif;
}

.clear {
  clear: both;
}

.cf {
  overflow: hidden;
  *zoom: 1;
}

/* EOF floats */
/* display */
.inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.hidden {
  display: none;
}

.spaced-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* EOF display */
/* position */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.pos-btm {
  bottom: 0;
}

/* EOF position */
/* transforms */
.flip-horiz {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.flip-horiz:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* EOF transforms */
/* vrtically align center hacks */
.v-align-outer {
  display: table;
}

.v-align-inner {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}

.va-ghost {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.va-centered {
  display: inline-block;
  vertical-align: middle;
}

/* EOF vrtically align center hacks */
/* show\hide on hover */
.display-them-on-hover:hover .show-me-on-hover {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.display-them-on-hover:hover .hide-me-on-hover {
  opacity: 0;
  position: absolute;
  top: -9999px;
  bottom: auto;
}
.display-them-on-hover:not(:hover) .show-me-on-hover:not(.show-me-always) {
  opacity: 0;
  position: absolute;
  top: -9999px;
  bottom: auto;
}

.display-them-on-hover-1:hover .show-me-on-hover-1 {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.display-them-on-hover-1:hover .hide-me-on-hover-1 {
  opacity: 0;
  position: absolute;
  top: -9999px;
  bottom: auto;
}
.display-them-on-hover-1:not(:hover) .show-me-on-hover-1:not(.show-me-always-1) {
  opacity: 0;
  position: absolute;
  top: -9999px;
  bottom: auto;
}

.display-them-on-hover-2:hover .show-me-on-hover-2 {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.display-them-on-hover-2:hover .hide-me-on-hover-2 {
  opacity: 0;
  position: absolute;
  top: -9999px;
  bottom: auto;
}
.display-them-on-hover-2:not(:hover) .show-me-on-hover-2:not(.show-me-always-2) {
  opacity: 0;
  position: absolute;
  top: -9999px;
  bottom: auto;
}

/* EOF show/hide on hover */
/* flexbox related */
.flex-spare-width {
  flex: 1 1 auto;
  min-width: 0;
}

.flex-spare-height {
  flex: 1 1 auto;
  min-height: 0;
}

/* EOF flexbox related */
/* EOF floats, display, position, etc */
/* ie8 popup */
.ie8-pu-overlay {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2000;
  width: 100%;
  height: 100%;
}
.ie8-pu-overlay .ie8-dialog {
  font-size: 13px;
  width: 630px;
  background-color: #fcfcfc;
  border: 1px solid #ededed;
  margin: 100px auto 0;
  box-sizing: border-box;
  padding: 30px;
}
.ie8-pu-overlay .ie8-dialog .title {
  font-size: 16px;
  color: red;
  margin-bottom: 10px;
}
.ie8-pu-overlay .ie8-dialog .why-upgrade {
  margin: 0 0 20px 10px;
}
.ie8-pu-overlay .ie8-dialog .browsers-box {
  margin: 0 0 40px 17px;
}
.ie8-pu-overlay .ie8-dialog .browsers-box img, .ie8-pu-overlay .ie8-dialog .browsers-box span, .ie8-pu-overlay .ie8-dialog .browsers-box a {
  vertical-align: middle;
}
.ie8-pu-overlay .ie8-dialog .browsers-box img {
  margin-right: 20px;
}
.ie8-pu-overlay .ie8-dialog .browsers-box li {
  margin-top: 8px;
}
.ie8-pu-overlay .ie8-dialog .browsers-box li:first-child {
  margin-top: 0;
}
.ie8-pu-overlay .ie8-dialog .browsers-box a {
  color: rgb(81, 131, 232);
  text-decoration: underline;
}
.ie8-pu-overlay .ie8-dialog button {
  background-color: #ededed;
  border: 1px solid #dbdbdb;
  padding: 8px 25px;
}

/* EOF ie8 popup */
/* site header */
.site-header {
  padding: 15px;
}
.site-header .header-logo img {
  width: 49px;
  height: 20px;
}
.site-header .image-n-name .profile-img {
  line-height: 0;
  display: inline-block;
}
.site-header .image-n-name .profile-img img {
  height: 24px;
  width: 24px;
  border-radius: 50%;
}
.site-header .image-n-name .user-name {
  font-size: 12px;
  display: inline-block;
  text-align: center;
}
.site-header .image-n-name .user-name a {
  color: rgba(0, 0, 0, 0.35);
}
.site-header .image-n-name .user-name a:hover {
  color: rgba(0, 0, 0, 0.5);
}

/* EOF site header */
/* site footer */
.site-footer {
  height: 200px;
  background-color: #000f2e;
  color: white;
  font-size: 18px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.site-footer .footer-copy {
  margin-bottom: 25px;
}
.site-footer .footer-menu li {
  display: inline;
  margin-right: 30px;
}
.site-footer .footer-menu li:last-child {
  margin-right: 0;
}
.site-footer .footer-menu li a {
  opacity: 0.5;
}
.site-footer .footer-menu li a:hover {
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  opacity: 0.7;
}

/* EOF site footer */
/* site slides component */
.slides-comp {
  position: relative;
}
.slides-comp .slides-container {
  margin: 0 auto;
}
.slides-comp .slide-pager {
  position: absolute;
  font-size: 32px;
  top: 47%;
  color: white;
}
.slides-comp .slide-pager:hover {
  color: rgb(62, 191, 162);
}
.slides-comp .next-slide {
  right: 0;
}
.slides-comp .prev-slide {
  left: 0;
}
.slides-comp .slides-pagination {
  margin: 40px 0 0;
  display: inline-block;
  font-size: 12px;
}
.slides-comp .slides-pagination li {
  display: inline-block;
  list-style: none;
}
.slides-comp .slides-pagination li a {
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  width: 9px;
  height: 9px;
  margin-right: 13px;
  border-radius: 5px;
}
.slides-comp .slides-pagination li a:hover {
  background-color: #78d2be;
}
.slides-comp .slides-pagination li.current a {
  background-color: rgb(62, 191, 162);
}

/* EOF site slides component */
.ui-dialog.no-header .ui-widget-header {
  display: none;
}

.default-seg-dialog {
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 0;
  background: transparent;
  overflow: hidden;
  border-radius: 10px;
}
.default-seg-dialog .is-rtl .seg-dialog-intro-text {
  padding-right: 0;
  padding-left: 20px;
}
.default-seg-dialog .is-rtl .field-error-msg {
  text-align: right;
}
.default-seg-dialog .ui-dialog-content {
  padding: 0;
}
.default-seg-dialog .seg-dialog {
  width: 410px;
}
.default-seg-dialog .seg-dialog-intro {
  height: 84px;
  background-color: white;
}
.default-seg-dialog .seg-dialog-body {
  background-color: #f2f2f2;
  text-align: center;
  overflow: auto;
}
.default-seg-dialog .horizontaly-padded-content {
  padding: 0 42px;
}
.default-seg-dialog .segmanta-logo-circle-container, .default-seg-dialog .seg-dialog-intro-text, .default-seg-dialog .segmanta-logo-circle {
  display: inline-block;
}
.default-seg-dialog .segmanta-logo-circle-container {
  height: 100%;
  width: 80px;
  text-align: center;
  line-height: 0;
  padding-left: 6px;
  box-sizing: border-box;
}
.default-seg-dialog .segmanta-logo-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: rgb(79, 84, 89);
}
.default-seg-dialog .seg-dialog-intro-text {
  color: #262626;
  font-size: 13px;
  width: calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  box-sizing: border-box;
  padding-right: 20px;
  height: 100%;
}
.default-seg-dialog .fb-blue-btn {
  margin-top: 33px;
  opacity: 0.9;
  color: white;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  direction: ltr;
}
.default-seg-dialog .fb-blue-btn i {
  font-size: 25px;
  margin-right: 7px;
  line-height: 0;
  vertical-align: middle;
}
.default-seg-dialog .or-with-line {
  color: #a6a6a6;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  margin-top: 25px;
  width: 325px;
  display: inline-block;
}
.default-seg-dialog .or-with-line:before, .default-seg-dialog .or-with-line:after {
  background-color: rgba(0, 0, 0, 0.07);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.default-seg-dialog .or-with-line:before {
  right: 10px;
  margin-left: -50%;
}
.default-seg-dialog .or-with-line:after {
  left: 10px;
  margin-right: -50%;
}
.default-seg-dialog .show-sign-up-btn {
  display: inline-block;
  color: rgb(81, 131, 232);
  font-size: 18px;
  margin-top: 14px;
}
.default-seg-dialog .show-sign-up-btn[disabled] {
  color: #262626;
}
.default-seg-dialog .email-promises {
  text-align: center;
  font-size: 12px;
  color: gray;
  line-height: 1.3;
  margin-top: 10px;
}
.default-seg-dialog #signup_form {
  margin-top: 16px;
}
.default-seg-dialog .field-wrapper {
  margin-top: 8px;
}
.default-seg-dialog .field-wrapper input[type=text], .default-seg-dialog .field-wrapper input[type=password], .default-seg-dialog .field-wrapper input[type=email] {
  height: 32px;
  padding: 0 11px;
  box-sizing: border-box;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
}
.default-seg-dialog .field-wrapper:first-child {
  margin-top: 0;
}
.default-seg-dialog .field-wrapper.with-err input[type=text], .default-seg-dialog .field-wrapper.with-err input[type=password], .default-seg-dialog .field-wrapper.with-err input[type=email] {
  box-shadow: inset 0 0 3px 1px red;
}
.default-seg-dialog .field-error-msg {
  text-align: left;
}
.default-seg-dialog .med-btn {
  width: 120px;
  height: 29px;
  font-size: 16px;
  padding: 0;
  margin: 0 5px;
}
.default-seg-dialog .med-btn.cancel-btn {
  font-weight: normal;
}
.default-seg-dialog .sign-in-btns {
  height: 70px;
}
.default-seg-dialog .email-login-part {
  margin-top: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.default-seg-dialog .email-login-teaser {
  height: 42px;
  font-size: 12px;
  color: #595959;
}
.default-seg-dialog .toggle-sign-in {
  font-size: 12px;
  color: rgb(81, 131, 232);
}
.default-seg-dialog .email-login-btns {
  height: 60px;
}
.default-seg-dialog .email-login-btns a {
  font-size: 13px;
  color: rgb(81, 131, 232);
}

/*# sourceMappingURL=main.css.map */
