/**
 * Force showing a scroll bar on Mac, overriding the native OS settings.
 * Having a hidden scrollbar can make the scrollbar overlay the right side
 * of a div.
 */
/**
* A circle with centered text
* Supported by all browsers that support the border-radius mixin
**/
/**
* A triangle pointing up of given height, width filled with given color
**/
/**
 * Force showing a scroll bar on Mac, overriding the native OS settings.
 * Having a hidden scrollbar can make the scrollbar overlay the right side
 * of a div.
 */
/**
* A circle with centered text
* Supported by all browsers that support the border-radius mixin
**/
/**
* A triangle pointing up of given height, width filled with given color
**/
@import url(https://fonts.googleapis.com/css?family=Roboto:500);
.bubble-dropdown-container {
  position: relative;
}

.bubble-dropdown-target {
  cursor: pointer;
}

#react-bubble-dropdown-root {
  z-index: 1000000;
}

#react-bubble-dropdown-root:focus {
  outline: none;
}

#react-bubble-dropdown-root .bubble-dropdown {
  padding: 0;
}

.bubble-dropdown {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(61, 70, 77, 0.1);
  cursor: default;
  padding: 9px 15px;
  z-index: 9999;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
}

.bubble-dropdown.no-padding {
  padding: 0;
}

.bubble-dropdown.has-close-button {
  padding-right: 25px;
}

.bubble-dropdown .bubble-arrow, .bubble-dropdown .bubble-arrow-border {
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.bubble-dropdown .bubble-dropdown-x {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 11px;
  height: 11px;
  background-color: transparent;
  background-image: url("/static/images/streams/dismiss-cross-vflIlGysZ.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px;
  cursor: pointer;
}

.bubble-dropdown .bubble-dropdown-x:focus {
  box-shadow: 0 0 0 2px #A0D1FA;
  border-radius: 5px;
}

.bubble-dropdown.left .bubble-arrow-border, .bubble-dropdown.left-top .bubble-arrow-border, .bubble-dropdown.left-bottom .bubble-arrow-border, .bubble-dropdown.right .bubble-arrow-border, .bubble-dropdown.right-top .bubble-arrow-border, .bubble-dropdown.right-bottom .bubble-arrow-border {
  border-width: 11px 7px;
  margin-top: -11px;
}

.bubble-dropdown.left .bubble-arrow, .bubble-dropdown.left-top .bubble-arrow, .bubble-dropdown.left-bottom .bubble-arrow, .bubble-dropdown.right .bubble-arrow, .bubble-dropdown.right-top .bubble-arrow, .bubble-dropdown.right-bottom .bubble-arrow {
  border-width: 9px 6px;
  margin-top: -9px;
}

.bubble-dropdown.top .bubble-arrow-border, .bubble-dropdown.top-left .bubble-arrow-border, .bubble-dropdown.top-right .bubble-arrow-border, .bubble-dropdown.bottom .bubble-arrow-border, .bubble-dropdown.bottom-left .bubble-arrow-border, .bubble-dropdown.bottom-right .bubble-arrow-border {
  border-width: 7px 11px;
  margin-left: -11px;
}

.bubble-dropdown.top .bubble-arrow, .bubble-dropdown.top-left .bubble-arrow, .bubble-dropdown.top-right .bubble-arrow, .bubble-dropdown.bottom .bubble-arrow, .bubble-dropdown.bottom-left .bubble-arrow, .bubble-dropdown.bottom-right .bubble-arrow {
  border-width: 6px 9px;
  margin-left: -9px;
}

.bubble-dropdown.left .bubble-arrow, .bubble-dropdown.left .bubble-arrow-border, .bubble-dropdown.left-top .bubble-arrow, .bubble-dropdown.left-top .bubble-arrow-border, .bubble-dropdown.left-bottom .bubble-arrow, .bubble-dropdown.left-bottom .bubble-arrow-border {
  right: 100%;
}

.bubble-dropdown.left .bubble-arrow-border, .bubble-dropdown.left-top .bubble-arrow-border, .bubble-dropdown.left-bottom .bubble-arrow-border {
  border-right-color: rgba(61, 70, 77, 0.1);
}

.bubble-dropdown.left .bubble-arrow, .bubble-dropdown.left-top .bubble-arrow, .bubble-dropdown.left-bottom .bubble-arrow {
  border-right-color: #fff;
}

.bubble-dropdown.right .bubble-arrow, .bubble-dropdown.right .bubble-arrow-border, .bubble-dropdown.right-top .bubble-arrow, .bubble-dropdown.right-top .bubble-arrow-border, .bubble-dropdown.right-bottom .bubble-arrow, .bubble-dropdown.right-bottom .bubble-arrow-border {
  left: 100%;
}

.bubble-dropdown.right .bubble-arrow-border, .bubble-dropdown.right-top .bubble-arrow-border, .bubble-dropdown.right-bottom .bubble-arrow-border {
  border-left-color: rgba(61, 70, 77, 0.1);
}

.bubble-dropdown.right .bubble-arrow, .bubble-dropdown.right-top .bubble-arrow, .bubble-dropdown.right-bottom .bubble-arrow {
  border-left-color: #fff;
}

.bubble-dropdown.top .bubble-arrow, .bubble-dropdown.top .bubble-arrow-border, .bubble-dropdown.top-left .bubble-arrow, .bubble-dropdown.top-left .bubble-arrow-border, .bubble-dropdown.top-right .bubble-arrow, .bubble-dropdown.top-right .bubble-arrow-border {
  bottom: 100%;
}

.bubble-dropdown.top .bubble-arrow-border, .bubble-dropdown.top-left .bubble-arrow-border, .bubble-dropdown.top-right .bubble-arrow-border {
  border-bottom-color: rgba(61, 70, 77, 0.1);
}

.bubble-dropdown.top .bubble-arrow, .bubble-dropdown.top-left .bubble-arrow, .bubble-dropdown.top-right .bubble-arrow {
  border-bottom-color: #fff;
}

.bubble-dropdown.bottom .bubble-arrow, .bubble-dropdown.bottom .bubble-arrow-border, .bubble-dropdown.bottom-left .bubble-arrow, .bubble-dropdown.bottom-left .bubble-arrow-border, .bubble-dropdown.bottom-right .bubble-arrow, .bubble-dropdown.bottom-right .bubble-arrow-border {
  top: 100%;
}

.bubble-dropdown.bottom .bubble-arrow-border, .bubble-dropdown.bottom-left .bubble-arrow-border, .bubble-dropdown.bottom-right .bubble-arrow-border {
  border-top-color: rgba(61, 70, 77, 0.1);
}

.bubble-dropdown.bottom .bubble-arrow, .bubble-dropdown.bottom-left .bubble-arrow, .bubble-dropdown.bottom-right .bubble-arrow {
  border-top-color: #fff;
}

.bubble-dropdown.top .bubble-arrow, .bubble-dropdown.top .bubble-arrow-border, .bubble-dropdown.bottom .bubble-arrow, .bubble-dropdown.bottom .bubble-arrow-border {
  left: 50%;
}

.bubble-dropdown.top-left .bubble-arrow, .bubble-dropdown.top-left .bubble-arrow-border, .bubble-dropdown.bottom-left .bubble-arrow, .bubble-dropdown.bottom-left .bubble-arrow-border {
  left: 25%;
}

.bubble-dropdown.top-right .bubble-arrow, .bubble-dropdown.top-right .bubble-arrow-border, .bubble-dropdown.bottom-right .bubble-arrow, .bubble-dropdown.bottom-right .bubble-arrow-border {
  left: 75%;
}

.bubble-dropdown.left .bubble-arrow, .bubble-dropdown.left .bubble-arrow-border, .bubble-dropdown.right .bubble-arrow, .bubble-dropdown.right .bubble-arrow-border {
  top: 50%;
}

.bubble-dropdown.left-top .bubble-arrow, .bubble-dropdown.left-top .bubble-arrow-border, .bubble-dropdown.right-top .bubble-arrow, .bubble-dropdown.right-top .bubble-arrow-border {
  top: 25%;
}

.bubble-dropdown.left-bottom .bubble-arrow, .bubble-dropdown.left-bottom .bubble-arrow-border, .bubble-dropdown.right-bottom .bubble-arrow, .bubble-dropdown.right-bottom .bubble-arrow-border {
  top: 75%;
}

.bubble-menu {
  margin: 0;
  padding: 5px 0;
  min-width: 50px;
  list-style-type: none;
}

.bubble-menu .bubble-menu-item {
  display: block;
  padding: 6px 20px 6px 13px;
  white-space: nowrap;
  text-align: left;
  background-color: transparent;
}

.bubble-menu .bubble-menu-item:hover {
  text-decoration: none;
  background-color: rgba(204, 230, 250, 0.5);
}

.bubble-menu .bubble-menu-item:focus {
  text-decoration: none;
}

.bubble-menu .bubble-menu-item.bubble-menu-item--disabled {
  cursor: default;
  color: #a1a1a1;
}

.bubble-menu .bubble-menu-item.bubble-menu-item--disabled * {
  cursor: default;
}

.bubble-menu--keyboard .bubble-menu-item:focus, .bubble-menu--keyboard .bubble-menu-item:hover:focus {
  background-color: rgba(204, 230, 250, 0.5);
}

.bubble-menu--keyboard .bubble-menu-item:hover {
  background-color: transparent;
}

/**
 * Force showing a scroll bar on Mac, overriding the native OS settings.
 * Having a hidden scrollbar can make the scrollbar overlay the right side
 * of a div.
 */
/**
* A circle with centered text
* Supported by all browsers that support the border-radius mixin
**/
/**
* A triangle pointing up of given height, width filled with given color
**/
.bubble-picker {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bubble-picker-label-wrapper {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background-color: transparent;
  cursor: pointer;
}

.bubble-picker-label-wrapper .sprite-div {
  position: relative;
}

.bubble-picker.color-blue {
  color: #2895F1;
}

.bubble-picker.color-gray {
  color: #3d464d;
}

.bubble-picker .sprite-div .sprite-frame.small.icon-right {
  padding-left: 0px;
  padding-top: 3px;
}

.bubble-picker .bubble-picker-option {
  height: 22px;
}

.bubble-picker .bubble-picker-dropdown {
  padding: 3px 0;
  margin-bottom: 10px;
  position: absolute;
  right: -30px;
  top: 30px;
  z-index: 2;
}

.bubble-picker .bubble-picker-dropdown .bubble-picker-options {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bubble-picker .bubble-picker-dropdown .bubble-picker-option {
  padding: 5px 13px;
  display: block;
  color: inherit;
}

.bubble-picker .bubble-picker-dropdown .bubble-picker-option:hover {
  text-decoration: none;
  background-color: #e3f2ff;
}

.bubble-picker .bubble-picker-dropdown .bubble-picker-option:focus {
  text-decoration: none;
}

.bubble-picker .bubble-picker-dropdown .bubble-picker-option.disabled {
  cursor: default;
  color: #aaa;
}

.bubble-picker .bubble-picker-dropdown .bubble-picker-option.disabled:hover {
  background-color: inherit;
}

.bubble-picker .bubble-picker-dropdown .bubble-picker-option.disabled .sprite-frame img {
  opacity: 0.3;
}

.bubble-picker .bubble-picker-dropdown .chat-bubble-arrow,
.bubble-picker .bubble-picker-dropdown .chat-bubble-arrow-border {
  right: 50%;
  margin-right: -8px;
}

.bubble-picker .bubble-picker-dropdown--keyboard .bubble-picker-option:focus, .bubble-picker .bubble-picker-dropdown--keyboard .bubble-picker-option:hover:focus {
  background-color: #e3f2ff;
  text-decoration: none;
}

.bubble-picker .bubble-picker-dropdown--keyboard .bubble-picker-option:hover {
  background-color: transparent;
}

/**
 * Force showing a scroll bar on Mac, overriding the native OS settings.
 * Having a hidden scrollbar can make the scrollbar overlay the right side
 * of a div.
 */
/**
* A circle with centered text
* Supported by all browsers that support the border-radius mixin
**/
/**
* A triangle pointing up of given height, width filled with given color
**/
/**
 * Force showing a scroll bar on Mac, overriding the native OS settings.
 * Having a hidden scrollbar can make the scrollbar overlay the right side
 * of a div.
 */
/**
* A circle with centered text
* Supported by all browsers that support the border-radius mixin
**/
/**
* A triangle pointing up of given height, width filled with given color
**/
.tabbing .button-primary:focus,
.tabbing .button-secondary:focus,
.tabbing .button-tertiary:focus {
  box-shadow: 0 0 0 2px #A0D1FA;
  text-decoration: none;
}

.tabbing .button-primary::-moz-focus-inner,
.tabbing .button-secondary::-moz-focus-inner,
.tabbing .button-tertiary::-moz-focus-inner {
  border-color: transparent;
}

.tabbing .button-as-link:focus {
  text-decoration: underline;
}

.tabbing .sprite-button:focus {
  box-shadow: 0 0 0 2px #A0D1FA;
  margin: -2px;
  padding: 2px;
  text-decoration: none;
  border-radius: 5px;
}

/* HTML button that looks like a link */
.button-as-link {
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: #2895F1;
  background: none;
}

.button-as-link::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button-as-link:hover {
  text-decoration: underline;
}

.button-as-link:disabled:hover {
  text-decoration: none;
}

/* TODO: kill freshbuttons!! */
.button-primary,
.button-secondary,
.button-tertiary {
  margin: 2px 0 5px;
  min-height: 34px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 3px;
  -webkit-appearance: none;
  margin-top: 16px;
  padding: 6px 16px;
}

body.ie .button-primary,
body.ie .button-secondary,
body.ie .button-tertiary {
  padding-top: 0;
  padding-bottom: 0;
}

.button-primary.button-small,
.button-secondary.button-small,
.button-tertiary.button-small {
  margin: 0;
  padding: 3px 10px;
  min-height: 30px;
}

/* For legacy support: the old freshbuttons have a
   slightly different height than the new form inputs */
.freshbutton,
.freshbutton-red,
.freshbutton-blue,
.freshbutton-lightblue,
.freshbutton-blue-on-gray,
.freshbutton-gray,
.freshbutton-silver,
.freshbutton-green,
.freshbutton-no-hover {
  padding: 5px 16px;
  border-radius: 3px;
}

.freshbutton,
.freshbutton-red,
.freshbutton-blue,
.freshbutton-lightblue,
.freshbutton-blue-on-gray,
.freshbutton-gray,
.freshbutton-silver,
.freshbutton-green,
.freshbutton-no-hover,
.button-primary,
.button-secondary,
.button-tertiary {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  overflow: visible;
  text-decoration: none;
}

.freshbutton.button-big,
.freshbutton-red.button-big,
.freshbutton-blue.button-big,
.freshbutton-lightblue.button-big,
.freshbutton-blue-on-gray.button-big,
.freshbutton-gray.button-big,
.freshbutton-silver.button-big,
.freshbutton-green.button-big,
.freshbutton-no-hover.button-big,
.button-primary.button-big,
.button-secondary.button-big,
.button-tertiary.button-big {
  padding: 10px 26px;
  min-width: 180px;
  border-width: 2px;
}

.freshbutton.button-wide,
.freshbutton-red.button-wide,
.freshbutton-blue.button-wide,
.freshbutton-lightblue.button-wide,
.freshbutton-blue-on-gray.button-wide,
.freshbutton-gray.button-wide,
.freshbutton-silver.button-wide,
.freshbutton-green.button-wide,
.freshbutton-no-hover.button-wide,
.button-primary.button-wide,
.button-secondary.button-wide,
.button-tertiary.button-wide {
  width: 100%;
  max-width: 100%;
}

.freshbutton:hover,
.freshbutton:focus,
.freshbutton-red:hover,
.freshbutton-red:focus,
.freshbutton-blue:hover,
.freshbutton-blue:focus,
.freshbutton-lightblue:hover,
.freshbutton-lightblue:focus,
.freshbutton-blue-on-gray:hover,
.freshbutton-blue-on-gray:focus,
.freshbutton-gray:hover,
.freshbutton-gray:focus,
.freshbutton-silver:hover,
.freshbutton-silver:focus,
.freshbutton-green:hover,
.freshbutton-green:focus,
.freshbutton-no-hover:hover,
.freshbutton-no-hover:focus,
.button-primary:hover,
.button-primary:focus,
.button-secondary:hover,
.button-secondary:focus,
.button-tertiary:hover, .button-tertiary:focus {
  text-decoration: none;
}

.freshbutton:active,
.freshbutton.pressed,
.freshbutton.touched,
.freshbutton.touch,
.freshbutton-red:active,
.freshbutton-red.pressed,
.freshbutton-red.touched,
.freshbutton-red.touch,
.freshbutton-blue:active,
.freshbutton-blue.pressed,
.freshbutton-blue.touched,
.freshbutton-blue.touch,
.freshbutton-lightblue:active,
.freshbutton-lightblue.pressed,
.freshbutton-lightblue.touched,
.freshbutton-lightblue.touch,
.freshbutton-blue-on-gray:active,
.freshbutton-blue-on-gray.pressed,
.freshbutton-blue-on-gray.touched,
.freshbutton-blue-on-gray.touch,
.freshbutton-gray:active,
.freshbutton-gray.pressed,
.freshbutton-gray.touched,
.freshbutton-gray.touch,
.freshbutton-silver:active,
.freshbutton-silver.pressed,
.freshbutton-silver.touched,
.freshbutton-silver.touch,
.freshbutton-green:active,
.freshbutton-green.pressed,
.freshbutton-green.touched,
.freshbutton-green.touch,
.freshbutton-no-hover:active,
.freshbutton-no-hover.pressed,
.freshbutton-no-hover.touched,
.freshbutton-no-hover.touch,
.button-primary:active,
.button-primary.pressed,
.button-primary.touched,
.button-primary.touch,
.button-secondary:active,
.button-secondary.pressed,
.button-secondary.touched,
.button-secondary.touch,
.button-tertiary:active, .button-tertiary.pressed, .button-tertiary.touched, .button-tertiary.touch {
  box-shadow: inset 0px 1px 0px rgba(61, 70, 71, 0.1);
}

.freshbutton:focus,
.freshbutton-red:focus,
.freshbutton-blue:focus,
.freshbutton-lightblue:focus,
.freshbutton-blue-on-gray:focus,
.freshbutton-gray:focus,
.freshbutton-silver:focus,
.freshbutton-green:focus,
.freshbutton-no-hover:focus,
.button-primary:focus,
.button-secondary:focus,
.button-tertiary:focus {
  box-shadow: 0px 0px 0px 2px #a0d1fa;
}

.freshbutton:disabled,
.freshbutton.disabled,
.freshbutton-red:disabled,
.freshbutton-red.disabled,
.freshbutton-blue:disabled,
.freshbutton-blue.disabled,
.freshbutton-lightblue:disabled,
.freshbutton-lightblue.disabled,
.freshbutton-blue-on-gray:disabled,
.freshbutton-blue-on-gray.disabled,
.freshbutton-gray:disabled,
.freshbutton-gray.disabled,
.freshbutton-silver:disabled,
.freshbutton-silver.disabled,
.freshbutton-green:disabled,
.freshbutton-green.disabled,
.freshbutton-no-hover:disabled,
.freshbutton-no-hover.disabled,
.button-primary:disabled,
.button-primary.disabled,
.button-secondary:disabled,
.button-secondary.disabled,
.button-tertiary:disabled, .button-tertiary.disabled {
  opacity: .4;
  cursor: default;
}

.freshbutton:disabled:focus,
.freshbutton.disabled:focus,
.freshbutton-red:disabled:focus,
.freshbutton-red.disabled:focus,
.freshbutton-blue:disabled:focus,
.freshbutton-blue.disabled:focus,
.freshbutton-lightblue:disabled:focus,
.freshbutton-lightblue.disabled:focus,
.freshbutton-blue-on-gray:disabled:focus,
.freshbutton-blue-on-gray.disabled:focus,
.freshbutton-gray:disabled:focus,
.freshbutton-gray.disabled:focus,
.freshbutton-silver:disabled:focus,
.freshbutton-silver.disabled:focus,
.freshbutton-green:disabled:focus,
.freshbutton-green.disabled:focus,
.freshbutton-no-hover:disabled:focus,
.freshbutton-no-hover.disabled:focus,
.button-primary:disabled:focus,
.button-primary.disabled:focus,
.button-secondary:disabled:focus,
.button-secondary.disabled:focus,
.button-tertiary:disabled:focus, .button-tertiary.disabled:focus {
  box-shadow: none;
}

.freshbutton.split,
.freshbutton-red.split,
.freshbutton-blue.split,
.freshbutton-lightblue.split,
.freshbutton-blue-on-gray.split,
.freshbutton-gray.split,
.freshbutton-silver.split,
.freshbutton-green.split,
.freshbutton-no-hover.split,
.button-primary.split,
.button-secondary.split,
.button-tertiary.split {
  padding: 0;
}

.freshbutton.split span.label,
.freshbutton-red.split span.label,
.freshbutton-blue.split span.label,
.freshbutton-lightblue.split span.label,
.freshbutton-blue-on-gray.split span.label,
.freshbutton-gray.split span.label,
.freshbutton-silver.split span.label,
.freshbutton-green.split span.label,
.freshbutton-no-hover.split span.label,
.button-primary.split span.label,
.button-secondary.split span.label,
.button-tertiary.split span.label {
  display: inline-block;
  padding: 6px 16px;
}

.freshbutton.split span.more,
.freshbutton-red.split span.more,
.freshbutton-blue.split span.more,
.freshbutton-lightblue.split span.more,
.freshbutton-blue-on-gray.split span.more,
.freshbutton-gray.split span.more,
.freshbutton-silver.split span.more,
.freshbutton-green.split span.more,
.freshbutton-no-hover.split span.more,
.button-primary.split span.more,
.button-secondary.split span.more,
.button-tertiary.split span.more {
  display: inline-block;
  padding: 6px 16px;
}

.button-tertiary:focus {
  border: 1px solid #a0bacf;
}

.freshbutton-blue,
.button-primary,
a.button-primary {
  background-color: #007ee5;
  background-image: -webkit-linear-gradient(#168add, #007ee5);
  background-image: linear-gradient(#168add, #007ee5);
  border: 1px solid #0c6ebe;
  color: white;
}

.freshbutton-blue:hover,
.freshbutton-blue.hovered,
.button-primary:hover,
.button-primary.hovered,
a.button-primary:hover, a.button-primary.hovered {
  background: -webkit-linear-gradient(#168eef, #007ee5);
  background: linear-gradient(#168eef, #007ee5);
}

.freshbutton-blue:active,
.freshbutton-blue.pressed,
.freshbutton-blue.touched,
.freshbutton-blue.touch,
.button-primary:active,
.button-primary.pressed,
.button-primary.touched,
.button-primary.touch,
a.button-primary:active, a.button-primary.pressed, a.button-primary.touched, a.button-primary.touch {
  background: -webkit-linear-gradient(#1b80d3, #0a74cb);
  background: linear-gradient(#1b80d3, #0a74cb);
}

.freshbutton-blue:disabled,
.freshbutton-blue.disabled,
.button-primary:disabled,
.button-primary.disabled,
a.button-primary:disabled, a.button-primary.disabled {
  opacity: .4;
  cursor: default;
}

.freshbutton-blue:disabled:hover,
.freshbutton-blue:disabled.hovered,
.freshbutton-blue:disabled:active,
.freshbutton-blue:disabled.pressed,
.freshbutton-blue:disabled.touched,
.freshbutton-blue:disabled.touch,
.freshbutton-blue.disabled:hover,
.freshbutton-blue.disabled.hovered,
.freshbutton-blue.disabled:active,
.freshbutton-blue.disabled.pressed,
.freshbutton-blue.disabled.touched,
.freshbutton-blue.disabled.touch,
.button-primary:disabled:hover,
.button-primary:disabled.hovered,
.button-primary:disabled:active,
.button-primary:disabled.pressed,
.button-primary:disabled.touched,
.button-primary:disabled.touch,
.button-primary.disabled:hover,
.button-primary.disabled.hovered,
.button-primary.disabled:active,
.button-primary.disabled.pressed,
.button-primary.disabled.touched,
.button-primary.disabled.touch,
a.button-primary:disabled:hover,
a.button-primary:disabled.hovered,
a.button-primary:disabled:active,
a.button-primary:disabled.pressed,
a.button-primary:disabled.touched,
a.button-primary:disabled.touch, a.button-primary.disabled:hover,
a.button-primary.disabled.hovered,
a.button-primary.disabled:active,
a.button-primary.disabled.pressed,
a.button-primary.disabled.touched,
a.button-primary.disabled.touch {
  background: #007ee5;
}

.freshbutton-blue.split span.more,
.button-primary.split span.more,
a.button-primary.split span.more {
  border-left: 1px solid #0c6ebe;
}

.freshbutton-lightblue,
.button-secondary,
a.button-secondary {
  background-color: #f4faff;
  background-image: -webkit-linear-gradient(#fffffe, #f4faff);
  background-image: linear-gradient(#fffffe, #f4faff);
  border: 1px solid #5eb0f0;
  color: #007ee5;
}

.freshbutton-lightblue:hover,
.freshbutton-lightblue.hovered,
.button-secondary:hover,
.button-secondary.hovered,
a.button-secondary:hover, a.button-secondary.hovered {
  background: -webkit-linear-gradient(#fffffe, #e5f3ff);
  background: linear-gradient(#fffffe, #e5f3ff);
}

.freshbutton-lightblue:active,
.freshbutton-lightblue.pressed,
.button-secondary:active,
.button-secondary.pressed,
a.button-secondary:active, a.button-secondary.pressed {
  background: -webkit-linear-gradient(#edf6ff, #e5f3ff);
  background: linear-gradient(#edf6ff, #e5f3ff);
}

.freshbutton-lightblue:disabled,
.freshbutton-lightblue.disabled,
.button-secondary:disabled,
.button-secondary.disabled,
a.button-secondary:disabled, a.button-secondary.disabled {
  opacity: .4;
  cursor: default;
}

.freshbutton-lightblue:disabled:hover,
.freshbutton-lightblue:disabled.hovered,
.freshbutton-lightblue:disabled:active,
.freshbutton-lightblue:disabled.pressed,
.freshbutton-lightblue:disabled.touched,
.freshbutton-lightblue:disabled.touch,
.freshbutton-lightblue.disabled:hover,
.freshbutton-lightblue.disabled.hovered,
.freshbutton-lightblue.disabled:active,
.freshbutton-lightblue.disabled.pressed,
.freshbutton-lightblue.disabled.touched,
.freshbutton-lightblue.disabled.touch,
.button-secondary:disabled:hover,
.button-secondary:disabled.hovered,
.button-secondary:disabled:active,
.button-secondary:disabled.pressed,
.button-secondary:disabled.touched,
.button-secondary:disabled.touch,
.button-secondary.disabled:hover,
.button-secondary.disabled.hovered,
.button-secondary.disabled:active,
.button-secondary.disabled.pressed,
.button-secondary.disabled.touched,
.button-secondary.disabled.touch,
a.button-secondary:disabled:hover,
a.button-secondary:disabled.hovered,
a.button-secondary:disabled:active,
a.button-secondary:disabled.pressed,
a.button-secondary:disabled.touched,
a.button-secondary:disabled.touch, a.button-secondary.disabled:hover,
a.button-secondary.disabled.hovered,
a.button-secondary.disabled:active,
a.button-secondary.disabled.pressed,
a.button-secondary.disabled.touched,
a.button-secondary.disabled.touch {
  background: #f4faff;
}

.freshbutton-lightblue.split span.more,
.button-secondary.split span.more,
a.button-secondary.split span.more {
  border-left: 1px solid #5eb0f0;
}

.freshbutton,
.freshbutton-silver,
.freshbutton-gray,
.freshbutton-blue-on-gray,
.button-tertiary,
a.button-tertiary {
  background: #fff;
  border: 1px solid #bbb;
  color: #47525d;
}

.freshbutton:hover,
.freshbutton.hovered,
.freshbutton-silver:hover,
.freshbutton-silver.hovered,
.freshbutton-gray:hover,
.freshbutton-gray.hovered,
.freshbutton-blue-on-gray:hover,
.freshbutton-blue-on-gray.hovered,
.button-tertiary:hover,
.button-tertiary.hovered,
a.button-tertiary:hover, a.button-tertiary.hovered {
  background: -webkit-linear-gradient(#fffffe, #f2f2f2);
  background: linear-gradient(#fffffe, #f2f2f2);
}

.freshbutton:active,
.freshbutton.pressed,
.freshbutton-silver:active,
.freshbutton-silver.pressed,
.freshbutton-gray:active,
.freshbutton-gray.pressed,
.freshbutton-blue-on-gray:active,
.freshbutton-blue-on-gray.pressed,
.button-tertiary:active,
.button-tertiary.pressed,
a.button-tertiary:active, a.button-tertiary.pressed {
  background: -webkit-linear-gradient(#f7f7f7, #f2f2f2);
  background: linear-gradient(#f7f7f7, #f2f2f2);
}

.freshbutton:disabled,
.freshbutton.disabled,
.freshbutton-silver:disabled,
.freshbutton-silver.disabled,
.freshbutton-gray:disabled,
.freshbutton-gray.disabled,
.freshbutton-blue-on-gray:disabled,
.freshbutton-blue-on-gray.disabled,
.button-tertiary:disabled,
.button-tertiary.disabled,
a.button-tertiary:disabled, a.button-tertiary.disabled {
  opacity: .4;
  cursor: default;
}

.freshbutton:disabled:hover,
.freshbutton:disabled.hovered,
.freshbutton:disabled:active,
.freshbutton:disabled.pressed,
.freshbutton:disabled.touched,
.freshbutton:disabled.touch,
.freshbutton.disabled:hover,
.freshbutton.disabled.hovered,
.freshbutton.disabled:active,
.freshbutton.disabled.pressed,
.freshbutton.disabled.touched,
.freshbutton.disabled.touch,
.freshbutton-silver:disabled:hover,
.freshbutton-silver:disabled.hovered,
.freshbutton-silver:disabled:active,
.freshbutton-silver:disabled.pressed,
.freshbutton-silver:disabled.touched,
.freshbutton-silver:disabled.touch,
.freshbutton-silver.disabled:hover,
.freshbutton-silver.disabled.hovered,
.freshbutton-silver.disabled:active,
.freshbutton-silver.disabled.pressed,
.freshbutton-silver.disabled.touched,
.freshbutton-silver.disabled.touch,
.freshbutton-gray:disabled:hover,
.freshbutton-gray:disabled.hovered,
.freshbutton-gray:disabled:active,
.freshbutton-gray:disabled.pressed,
.freshbutton-gray:disabled.touched,
.freshbutton-gray:disabled.touch,
.freshbutton-gray.disabled:hover,
.freshbutton-gray.disabled.hovered,
.freshbutton-gray.disabled:active,
.freshbutton-gray.disabled.pressed,
.freshbutton-gray.disabled.touched,
.freshbutton-gray.disabled.touch,
.freshbutton-blue-on-gray:disabled:hover,
.freshbutton-blue-on-gray:disabled.hovered,
.freshbutton-blue-on-gray:disabled:active,
.freshbutton-blue-on-gray:disabled.pressed,
.freshbutton-blue-on-gray:disabled.touched,
.freshbutton-blue-on-gray:disabled.touch,
.freshbutton-blue-on-gray.disabled:hover,
.freshbutton-blue-on-gray.disabled.hovered,
.freshbutton-blue-on-gray.disabled:active,
.freshbutton-blue-on-gray.disabled.pressed,
.freshbutton-blue-on-gray.disabled.touched,
.freshbutton-blue-on-gray.disabled.touch,
.button-tertiary:disabled:hover,
.button-tertiary:disabled.hovered,
.button-tertiary:disabled:active,
.button-tertiary:disabled.pressed,
.button-tertiary:disabled.touched,
.button-tertiary:disabled.touch,
.button-tertiary.disabled:hover,
.button-tertiary.disabled.hovered,
.button-tertiary.disabled:active,
.button-tertiary.disabled.pressed,
.button-tertiary.disabled.touched,
.button-tertiary.disabled.touch,
a.button-tertiary:disabled:hover,
a.button-tertiary:disabled.hovered,
a.button-tertiary:disabled:active,
a.button-tertiary:disabled.pressed,
a.button-tertiary:disabled.touched,
a.button-tertiary:disabled.touch, a.button-tertiary.disabled:hover,
a.button-tertiary.disabled.hovered,
a.button-tertiary.disabled:active,
a.button-tertiary.disabled.pressed,
a.button-tertiary.disabled.touched,
a.button-tertiary.disabled.touch {
  background: #fff;
}

.freshbutton.split span.more,
.freshbutton-silver.split span.more,
.freshbutton-gray.split span.more,
.freshbutton-blue-on-gray.split span.more,
.button-tertiary.split span.more,
a.button-tertiary.split span.more {
  border-left: 1px solid #bbb;
}

.sprite-button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.sprite-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.sprite-button:disabled {
  cursor: default;
}

.media-mobile .button-primary,
.media-mobile .button-secondary,
.media-mobile .button-tertiary {
  width: 100%;
}

.carousel .button-primary,
.carousel .button-secondary,
.carousel .button-tertiary {
  font-size: 14px;
  font-weight: 400;
  padding: 11px 16px;
}

.carousel .button-primary:active,
.carousel .button-secondary:active,
.carousel .button-tertiary:active {
  box-shadow: none;
}

.carousel .button-primary {
  background: #0bacff;
  border-color: #0bacff;
}

.carousel .button-primary:hover {
  background: #36BEFF;
  border-color: #36BEFF;
}

.carousel .button-primary:active {
  background: #007EC1;
  border-color: #007EC1;
}

.carousel .button-secondary {
  background: #fff;
  border-color: #36BEFF;
  color: #0bacff;
}

.carousel .button-secondary:hover {
  background: #fff;
  color: #36BEFF;
}

.carousel .button-secondary:active {
  background: #fff;
  color: #007EC1;
  border-color: #007EC1;
}

.carousel .button-tertiary,
.carousel .button-tertiary:hover,
.carousel .button-tertiary:active {
  background: #fff;
}

.business-theme .button-primary, .business-theme .button-secondary, .business-theme .button-tertiary {
  font-weight: normal;
  min-height: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.business-theme .button-primary.button-big, .business-theme .button-secondary.button-big, .business-theme .button-tertiary.button-big {
  min-width: 220px;
  min-height: 50px;
  line-height: 34px;
}

.business-theme .button-primary {
  background: #007ee5;
  border-color: #007ee5;
  color: #ffffff;
}

.business-theme .button-primary:hover, .business-theme .button-primary.hovered {
  background: #3398ea;
  border-color: #3398ea;
}

.business-theme .button-primary:active, .business-theme .button-primary.pressed {
  background: #0c57bd;
  border-color: #0c57bd;
}

.business-theme .button-primary:disabled, .business-theme .button-primary.disabled {
  color: #bcc3c8;
  border-color: #bcc3c8;
  background: #ffffff;
}

.business-theme .button-primary:disabled, .business-theme .button-primary.disabled {
  color: #ffffff;
  background: #bdc4c9;
}

.business-theme .button-secondary {
  background: #ffffff;
  border-color: #007ee5;
}

.business-theme .button-secondary:hover, .business-theme .button-secondary.hovered {
  background: #f0f7fd;
  border-color: #007ee5;
}

.business-theme .button-secondary:active, .business-theme .button-secondary.pressed {
  background: #e3f1fc;
  border-color: #007ee5;
}

.business-theme .button-secondary:disabled, .business-theme .button-secondary.disabled {
  color: #bcc3c8;
  border-color: #bcc3c8;
  background: #ffffff;
}

.business-theme .button-secondary.button-big {
  border-radius: 5px;
}

.business-theme .button-tertiary {
  background: #ffffff;
  border-color: #bcc3c8;
}

.business-theme .button-tertiary:hover, .business-theme .button-tertiary.hovered {
  background: #f0f7fc;
  border-color: #bcc3c8;
}

.business-theme .button-tertiary:active, .business-theme .button-tertiary.pressed {
  background: #cfe8fc;
  border-color: #bcc3c8;
}

.business-theme .button-tertiary:disabled, .business-theme .button-tertiary.disabled {
  color: #bcc3c8;
  border-color: #bcc3c8;
  background: #ffffff;
}

.business-theme .button-tertiary:active, .business-theme .button-tertiary:hover, .business-theme .button-tertiary.pressed, .business-theme .button-tertiary.hovered {
  border-color: #266cb9;
}

.media-mobile.carousel .button-primary,
.media-mobile.carousel .button-secondary,
.media-mobile.carousel .button-tertiary {
  font-size: 16px;
  font-weight: 200;
  padding: 12px 16px;
}

.carousel-app .carousel .button-primary,
.carousel-app .carousel .button-secondary,
.carousel-app .carousel .button-tertiary {
  font-size: 13px;
  padding: 8px 18px 9px;
}

/**
 * Force showing a scroll bar on Mac, overriding the native OS settings.
 * Having a hidden scrollbar can make the scrollbar overlay the right side
 * of a div.
 */
/**
* A circle with centered text
* Supported by all browsers that support the border-radius mixin
**/
/**
* A triangle pointing up of given height, width filled with given color
**/
/**
 * Force showing a scroll bar on Mac, overriding the native OS settings.
 * Having a hidden scrollbar can make the scrollbar overlay the right side
 * of a div.
 */
/**
* A circle with centered text
* Supported by all browsers that support the border-radius mixin
**/
/**
* A triangle pointing up of given height, width filled with given color
**/
.tabbing .checkbox input:focus {
  box-shadow: 0 0 0 2px #A0D1FA;
}

.checkbox {
  margin: 2px 0 5px;
  min-height: 34px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 3px;
  -webkit-appearance: none;
  padding: 6px 0;
  height: auto;
}

.checkbox.checkbox-inline {
  display: inline-block;
  margin-top: 0px;
  vertical-align: bottom;
}

.checkbox input {
  cursor: pointer;
  height: 14px;
  width: 14px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.checkbox label {
  cursor: pointer;
  margin-left: 7px;
  vertical-align: middle;
}

.checkbox .text-input-error-wrapper {
  color: #e82110;
  font-size: 12px;
  min-height: 17px;
}

.checkbox .text-input-error-wrapper span.error-message {
  color: #e82110;
  display: block;
  font-size: 12px;
}

.checkbox .text-input-error-wrapper br {
  display: none;
}

.checkbox.small .text-input-error-wrapper {
  color: #e82110;
  font-size: 12px;
  min-height: 17px;
  font-size: 11px;
  min-height: 15px;
  margin-bottom: -2px;
}

.checkbox.small .text-input-error-wrapper span.error-message {
  color: #e82110;
  display: block;
  font-size: 12px;
}

.checkbox.small .text-input-error-wrapper br {
  display: none;
}

.checkbox.small .text-input-error-wrapper span.error-message {
  font-size: 11px;
}

.carousel .checkbox {
  padding: 12px 0;
}

.copyright-complaint-flag {
  width: 28px;
  height: 28px;
  position: fixed;
  bottom: 4px;
  right: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/static/images/contentflag-vfl6np-Y7.png);
  text-indent: -900px;
  overflow: hidden;
}

/**
 * Force showing a scroll bar on Mac, overriding the native OS settings.
 * Having a hidden scrollbar can make the scrollbar overlay the right side
 * of a div.
 */
/**
* A circle with centered text
* Supported by all browsers that support the border-radius mixin
**/
/**
* A triangle pointing up of given height, width filled with given color
**/
.tabbing .text-input textarea:focus, .tabbing .text-input input:focus, .tabbing .text-input select:focus {
  box-shadow: 0 0 0 2px #A0D1FA;
}

.tabbing .password-input-meter:focus {
  box-shadow: 0 0 0 2px #A0D1FA;
}

.text-input {
  line-height: normal;
  width: 250px;
}

.text-input .text-input-wrapper {
  position: relative;
}

.text-input .text-input-wrapper input, .text-input .text-input-wrapper textarea {
  border: 1px solid #bdc4c9;
  font-size: 16px;
  padding: 5px 6px;
  width: 100%;
  margin: 2px 0 5px;
  min-height: 34px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 3px;
  -webkit-appearance: none;
}

.text-input .text-input-wrapper input:-webkit-autofill + label, .text-input .text-input-wrapper textarea:-webkit-autofill + label {
  display: none;
}

.text-input .text-input-wrapper input:focus + label, .text-input .text-input-wrapper textarea:focus + label {
  color: #e5e5e5;
}

.text-input .text-input-wrapper input:disabled, .text-input .text-input-wrapper input[readonly], .text-input .text-input-wrapper textarea:disabled, .text-input .text-input-wrapper textarea[readonly] {
  background-color: #e8e8e8;
  color: #7b8994;
  cursor: default;
}

.text-input .text-input-wrapper input.input-error, .text-input .text-input-wrapper textarea.input-error {
  border-color: #e3a8a7;
}

.text-input .text-input-wrapper input.password-input, .text-input .text-input-wrapper textarea.password-input {
  font-size: 20px;
  display: block;
}

.text-input .text-input-wrapper input.number-input, .text-input .text-input-wrapper textarea.number-input {
  -moz-appearance: textfield;
  padding-right: 26px;
}

.text-input .text-input-wrapper input.number-input::-webkit-inner-spin-button,
.text-input .text-input-wrapper input.number-input::-webkit-outer-spin-button, .text-input .text-input-wrapper textarea.number-input::-webkit-inner-spin-button,
.text-input .text-input-wrapper textarea.number-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.text-input .text-input-wrapper textarea {
  resize: vertical;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
}

.text-input .text-input-wrapper label {
  color: #aaa;
  cursor: text;
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  padding: 8px;
  left: 0;
  right: 0;
  top: 0;
  right: 0;
  -webkit-transition: color 0.2s linear 0s;
  transition: color 0.2s linear 0s;
  pointer-events: none;
}

.text-input .text-input-wrapper .bubble-dropdown-container {
  position: static;
}

.text-input .text-input-wrapper .bubble-dropdown-container .bubble-dropdown {
  width: 160px;
}

.text-input .text-input-wrapper .bubble-dropdown-container .bubble-dropdown .password-bubble-title {
  color: #2895F1;
}

.text-input .text-input-wrapper .number-input-btns {
  height: 40px;
  position: absolute;
  bottom: 6px;
  right: 1px;
  border-left: 1px solid #bdc4c9;
  background: white;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.text-input .text-input-wrapper .number-input-btns .number-input-btn {
  height: 20px;
  width: 24px;
  box-sizing: border-box;
  position: relative;
}

.text-input .text-input-wrapper .number-input-btns .number-input-btn:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 7px;
  left: 8px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.text-input .text-input-wrapper .number-input-btns .number-input-btn--up {
  border-bottom: 1px solid #bdc4c9;
}

.text-input .text-input-wrapper .number-input-btns .number-input-btn--up:before {
  border-bottom: 4px solid #7b8994;
}

.text-input .text-input-wrapper .number-input-btns .number-input-btn--down:before {
  border-top: 4px solid #7b8994;
}

.text-input .text-input-error-wrapper {
  color: #e82110;
  font-size: 12px;
  min-height: 17px;
}

.text-input .text-input-error-wrapper span.error-message {
  color: #e82110;
  display: block;
  font-size: 12px;
}

.text-input .text-input-error-wrapper br {
  display: none;
}

.text-input .close-button {
  position: absolute;
  top: 7px;
  opacity: 0;
}

.text-input-expandable .text-input-wrapper input {
  padding-right: 30px;
}

.text-input-expandable .text-input-wrapper .text-input-input::-ms-clear {
  display: none;
}

.text-input-inline {
  display: inline-block;
  margin-right: 12px;
  vertical-align: bottom;
}

.text-input.small input {
  font-size: 14px;
  padding: 3px 6px;
  min-height: 30px;
  margin: 0;
}

.text-input.small label {
  font-size: 14px;
  padding: 6px 8px;
}

.text-input.small .text-input-error-wrapper {
  color: #e82110;
  font-size: 12px;
  min-height: 17px;
  font-size: 11px;
  min-height: 15px;
}

.text-input.small .text-input-error-wrapper span.error-message {
  color: #e82110;
  display: block;
  font-size: 12px;
}

.text-input.small .text-input-error-wrapper br {
  display: none;
}

.text-input.small .text-input-error-wrapper span.error-message {
  font-size: 11px;
}

.text-input.label-hidden.text-input-inline {
  position: relative;
  top: 17px;
}

.text-input.label-hidden .text-input-wrapper {
  padding-top: 0px;
}

.text-input.label-hidden .text-input-wrapper label {
  display: none;
}

.text-input.label-above.text-input-inline {
  position: relative;
  top: 17px;
}

.text-input.label-above .text-input-wrapper {
  padding-top: 20px;
}

.text-input.label-above .text-input-wrapper input:-webkit-autofill + label, .text-input.label-above .text-input-wrapper textarea:-webkit-autofill + label {
  display: block;
}

.text-input.label-above .text-input-wrapper input:focus + label, .text-input.label-above .text-input-wrapper textarea:focus + label {
  color: #3d464d;
}

.text-input.label-above .text-input-wrapper label {
  color: #3d464d;
  cursor: text;
  font-size: 13px;
  box-sizing: border-box;
  position: absolute;
  padding: 0;
  left: 0;
  top: 0;
  pointer-events: auto;
}

.textarea-input .text-input-wrapper {
  height: 100%;
}

.carousel .text-input .text-input-wrapper input {
  height: 40px;
  padding: 12px;
  font-size: 14px;
}

.carousel .text-input .text-input-wrapper label {
  padding: 13px;
  font-size: 14px;
  top: 2px;
}

/* firefox hacks */
@-moz-document url-prefix() {
  .carousel .text-input .text-input-wrapper input {
    padding: 0px 13px 4px 13px;
  }
  .carousel .text-input .text-input-wrapper label {
    left: 2px;
    top: -2px;
  }
}

.password-caps-indicator {
  position: absolute;
  top: 0;
  right: 7px;
  background-image: url("/static/images/icons/icon_caps_lock-vflQIxpDA.png");
  background-size: 16px 16px;
  width: 16px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  visibility: hidden;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.bubble-dropdown-container ~ .password-caps-indicator {
  right: 23px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 192dpx), (min-resolution: 1.1dppx) {
  .password-caps-indicator {
    background-image: url("/static/images/icons/icon_caps_lock@2x-vflz_EymR.png");
  }
}

.password-caps-indicator.password-caps-indicator-activated {
  visibility: inherit;
}

.password-input-meter {
  position: absolute;
  bottom: 6px;
  right: 1px;
  padding: 2px 5px;
  height: auto;
  background-color: white;
}

.password-input-meter .password-input-dot {
  height: 3px;
  width: 4px;
  margin: 2px;
  background-color: #e3f2ff;
}

.password-input-meter .password-input-dot-selected {
  background-color: #2895F1;
}

body.business-theme .text-input input.text-input-input,
body.business-theme .text-input .text-input-wrapper textarea {
  font-size: 13px;
  border-color: #7b8994;
}

body.business-theme .text-input input.text-input-input:focus + label,
body.business-theme .text-input .text-input-wrapper textarea:focus + label {
  color: inherit;
}

body.business-theme .text-input .text-input-wrapper textarea {
  padding: 12px;
}

body.business-theme .text-input input.text-input-input {
  padding: 0 12px;
  height: 39px;
}

body.business-theme .text-input label {
  padding: 10px 12px;
}

body.business-theme .text-input.small label {
  padding: 6px 8px;
}

body.business-theme .text-input.label-above label {
  padding: 0;
}

/**
 * Force showing a scroll bar on Mac, overriding the native OS settings.
 * Having a hidden scrollbar can make the scrollbar overlay the right side
 * of a div.
 */
/**
* A circle with centered text
* Supported by all browsers that support the border-radius mixin
**/
/**
* A triangle pointing up of given height, width filled with given color
**/
.list-menu {
  display: inline-block;
}

.list-menu .list-item {
  display: block;
  cursor: pointer;
  padding: 8px 10px;
}

.list-menu-hover .list-item:hover {
  background: #e3f2ff;
}

.carousel .list-menu .list-item {
  padding: 12px 14px;
  font-size: 13px;
}

/**
 * Force showing a scroll bar on Mac, overriding the native OS settings.
 * Having a hidden scrollbar can make the scrollbar overlay the right side
 * of a div.
 */
/**
* A circle with centered text
* Supported by all browsers that support the border-radius mixin
**/
/**
* A triangle pointing up of given height, width filled with given color
**/
.hr-label {
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  clear: both;
}

.hr-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.hr-label__text {
  display: inline-block;
  position: relative;
  padding: 0 12px;
  background-color: #FFF;
}

.auth-google.button-primary {
  position: relative;
  padding: 8px 0;
  width: 100%;
  background-color: #4688f1;
  background-image: url("/static/images/signup-google@2x-vfl5U-FyC.png");
  background-size: 10px 16px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 600;
}

.auth-google.button-primary:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.auth-google.button-primary:hover {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #4688f1;
}

.login-form-container {
  position: relative;
  text-align: left;
  width: 350px;
}

.login-form-container .login-header {
  font-size: 18px;
  font-weight: normal;
}

.login-form-container .login-subheader {
  margin-top: 12px;
  color: #4c545a;
  line-height: 18px;
}

.login-form-container .login-info {
  margin-top: 12px;
}

.login-form-container .login-button {
  float: right;
}

.login-form-container .login-button .sso-text {
  display: none;
}

.login-form-container .login-need-help, .login-form-container .two-factor-need-help {
  margin-top: 13px;
}

.login-form-container .login-need-help a, .login-form-container .two-factor-need-help a {
  display: block;
  margin-bottom: 4px;
}

.login-form-container.login-form-hide-remember-me .login-need-help {
  margin-top: 25px;
}

.login-form-container .info-icon {
  vertical-align: bottom;
}

.login-form-container .text-input {
  width: 100%;
}

.login-form-container .email-suggestion {
  display: none;
}

.login-form-container .email-suggestion:not(:empty) {
  display: block;
  min-height: 18px;
  color: #7b8994;
  font-style: italic;
  padding: 0 7px 4px 7px;
}

.login-form-container .email-suggestion a {
  font-style: normal;
}

.login-form-container .last-four-digits {
  font-weight: bold;
}

.login-form-container .hide-sms .two-factor-uses-sms {
  display: none;
}

.login-form-container .hide-authenticator .two-factor-uses-authenticator {
  display: none;
}

.login-form-container .login-loading-indicator {
  display: none;
  float: right;
  margin: 25px 5px 0 0;
}

.login-form-container .ajax-loading .login-loading-indicator {
  display: inline;
}

.login-form-container button.two-factor-seckey-retry {
  margin-top: 16px;
}

.login-form-container .seckey-loading-status {
  vertical-align: middle;
}

.login-form-container .sso-description {
  display: none;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #888;
  font-size: 14px;
}

.login-form-container .sso-description .sprite-div {
  display: inline-block;
}

.login-form-container .sso-optout {
  display: none;
  text-align: center;
  margin-top: 20px;
  color: #888;
}

.login-form-container .sso-required .login-password, .login-form-container .sso-required .remember-me, .login-form-container .sso-required .login-need-help {
  display: none;
}

.login-form-container .sso-required .login-button {
  width: 100%;
  position: relative;
}

.login-form-container .sso-required .login-button .sign-in-text {
  display: none;
}

.login-form-container .sso-required .login-button .sso-text {
  display: block;
}

.login-form-container .sso-required .sso-description {
  display: block;
}

.login-form-container .sso-optional .sso-optout {
  display: block;
}

.login-form-container.login-form--inline {
  width: 100%;
}

.login-form-container.login-form--inline .text-input,
.login-form-container.login-form--inline .login-button,
.login-form-container.login-form--inline .loading-indicator,
.login-form-container.login-form--inline .login-need-help {
  display: inline-block;
  float: none;
  margin-right: 15px;
}

.login-form-container.login-form--inline .text-input {
  width: 170px;
}

.login-form-container.login-form--inline .login-button {
  width: auto;
}

.login-form-container.login-form--inline .text-input-error-wrapper {
  position: absolute;
}

.login-form-container.login-form--inline.login-form--right {
  text-align: right;
}

.login-form-container .web-destiny-container-class {
  visibility: hidden;
  text-align: center;
}

.login-form-container .continue-as-button-class {
  overflow: hidden;
  width: 100%;
}

.login-form-container .continue-as-user-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.login-form-container .login-via-email-link-container {
  text-align: right;
}

.login-form-container__google-div {
  text-align: right;
}

.login-form-container--centered {
  margin: 0 auto;
  max-width: 350px;
}

.login-form-container .c-card--error {
  margin-top: 10px;
}

.media-mobile .login-form-container, .login-form-container.small {
  width: 100%;
}

.media-mobile .login-form-container .remember-me, .media-mobile .login-form-container .agree, .login-form-container.small .remember-me, .login-form-container.small .agree {
  display: block;
  margin: 0;
  padding: 0;
}

.media-mobile .login-form-container .login-button, .login-form-container.small .login-button {
  position: relative;
  width: 100%;
}

.media-mobile .login-form-container .two-factor-form .login-header, .login-form-container.small .two-factor-form .login-header {
  display: none;
}

.media-mobile .login-form-container .sso-required .remember-me, .login-form-container.small .sso-required .remember-me {
  display: none;
}

.media-mobile .login-form-container .login-loading-indicator, .login-form-container.small .login-loading-indicator {
  margin-top: -70px;
}

.login-form-container.small .login-header {
  font-size: 14px;
}

.two-factor-trusted-info {
  min-width: 100px;
  max-width: 200px;
  width: auto;
}

.login-form-container.register.small.index {
  width: 225px;
  position: relative;
  margin: 0 auto;
}

.login-form-container.register.small.index .first {
  margin-top: -15px;
}

.login-form-container.register.small.index .login-button {
  margin: 15px auto auto auto;
  height: 45px;
  font-size: 14px;
  font-weight: normal;
}

.login-form-container.register.small.index .auth-google.button-primary {
  margin-top: 7px;
  margin-bottom: 0;
  line-height: 24px;
  padding: 0;
}

.login-form-container.register.small.index .auth-google.button-primary .logo {
  margin-top: 4px;
}

.login-form-container.register.small.index {
  height: 45px;
  overflow: hidden;
}

.login-form-container.register.small.index .register-form {
  position: absolute;
  left: 0;
  bottom: 0;
}

.login-form-container.register.small.index.third_party_auth {
  height: 86px;
}

.login-form-container.register.small.index.form_shown {
  overflow: visible;
  height: auto !important;
}

.login-form-container.register.small.index.form_shown .register-form {
  position: relative;
}

.login-form-container.register.small.index.form_shown .auth-google {
  display: inline-block;
}

/*
   class that wraps the .login-form-container (login and reg pyxl elements)
   to apply BEM modification of the login element, to avoid adding new "version"
   classes to the .login-form-container, such as 'small'
*/
.credentials-form-container--index, .credentials-form-container--index-error {
  margin: 8px auto 0;
}

.credentials-form-container--index .text-input .text-input-input, .credentials-form-container--index-error .text-input .text-input-input {
  font-size: 14px;
  margin: 0 0 4px 0;
  height: 37px;
  border-radius: 5px;
  padding: 5px 10px;
  border-color: #d0d4d9;
}

.credentials-form-container--index .text-input label, .credentials-form-container--index-error .text-input label {
  color: #47525d;
  font-size: 14px;
  padding: 9px 11px;
}

.credentials-form-container--index .text-input-error-wrapper, .credentials-form-container--index-error .text-input-error-wrapper {
  display: none;
}

.credentials-form-container--index .login-form-container .two-factor-trusted-info, .credentials-form-container--index-error .login-form-container .two-factor-trusted-info {
  width: auto;
}

.credentials-form-container--index .login-form-container .agree input, .credentials-form-container--index-error .login-form-container .agree input {
  margin-top: 1px;
}

.credentials-form-container--index .login-register-container .login-register-header, .credentials-form-container--index-error .login-register-container .login-register-header {
  float: none;
  text-align: center;
}

.credentials-form-container--index .register-form__name-fields .text-input, .credentials-form-container--index-error .register-form__name-fields .text-input {
  float: left;
  width: calc(50% - 2px);
}

.credentials-form-container--index .register-form__name-fields .text-input:first-of-type, .credentials-form-container--index-error .register-form__name-fields .text-input:first-of-type {
  margin-right: 4px;
}

.credentials-form-container--index .input-email, .credentials-form-container--index-error .input-email {
  clear: both;
  margin-bottom: 8px;
}

.credentials-form-container--index .agree label, .credentials-form-container--index-error .agree label {
  color: #3d464d;
  font-size: 14px;
}

.credentials-form-container--index .checkbox, .credentials-form-container--index-error .checkbox {
  padding: 10px 0 13px;
}

.credentials-form-container--index .input-error, .credentials-form-container--index-error .input-error {
  border-color: #e82110 !important;
}

.credentials-form-container--index .input-error + label, .credentials-form-container--index-error .input-error + label {
  color: #e82110;
}

.credentials-form-container--index .login-button.button-primary, .credentials-form-container--index-error .login-button.button-primary {
  font-size: 16px;
  background: #2895F1;
  margin-top: 0;
  border: 1px solid #007ee5;
  line-height: 24px;
  width: 100%;
  float: none;
  background: -webkit-linear-gradient(#2895F1, #007ee5);
  background: linear-gradient(#2895F1, #007ee5);
}

.credentials-form-container--index .login-button.button-primary:hover, .credentials-form-container--index-error .login-button.button-primary:hover {
  opacity: 0.8;
}

.credentials-form-container--index-error#invite-register-container {
  width: 334px;
}

.credentials-form-container--index-error .text-input-error-wrapper {
  height: 17px;
  display: block;
}

.credentials-form-container--index-error .register-form__name-fields .text-input {
  width: calc(50% - 8px);
}

.credentials-form-container--index-error .register-form__name-fields .text-input:first-of-type {
  margin-right: 16px;
}

.register-form--error-list .register-form__errors:before, .register-form--error-alert .text-input--error:before,
.register-form--error-alert .checkbox-inline--error:before, .register-form__multistep .text-input--error:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: url(/static/images/scooter/icon-form-invalid-vflj3ALzP.svg);
  background-repeat: no-repeat;
  background-position: left top;
}

.register-form .hidden-inputs {
  display: none;
}

.register-form--error-list .input-error {
  border-color: #e82110;
  color: #e82110;
}

.register-form--error-list .register-form__errors {
  margin: 13px 0 0 0;
  padding: 0 0 0 22px;
  position: relative;
}

.register-form--error-list .register-form__errors:before {
  left: 0;
  top: 0;
}

.register-form--error-list .register-form__error {
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #e82110;
  list-style: none;
}

.register-form--error-alert .text-input--error,
.register-form--error-alert .checkbox-inline--error {
  position: relative;
}

.register-form--error-alert .text-input--error:before,
.register-form--error-alert .checkbox-inline--error:before {
  left: -24px;
  top: 10px;
}

.register-form--error-alert .checkbox-inline--error:before {
  top: 15px;
}

.register-form--error-alert .register-form__errors:before {
  display: none;
}

.register-form .allow-visual-validate__false .text-input .text-input-wrapper label, .register-form .allow-visual-validate__false .text-input .text-input-wrapper input, .register-form .allow-visual-validate__false .text-input .text-input-wrapper label span, .register-form .allow-visual-validate__false .agree label, .register-form .allow-visual-validate__false .agree input, .register-form .allow-visual-validate__false .agree label span {
  color: #3d464d !important;
}

.register-form .allow-visual-validate__false .text-input .text-input-wrapper .text-input-input, .register-form .allow-visual-validate__false .agree .text-input-input {
  border: 1px solid #d0d4d9 !important;
}

.register-form .allow-visual-validate__false + .register-form__errors, .register-form .allow-visual-validate__false .text-input--error:before {
  display: none !important;
}

.register-form__multistep {
  width: 320px;
  text-align: left;
  overflow: hidden;
}

.register-form__multistep .continue-registration-button.button-primary {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  width: 100%;
  padding: 7px 16px;
}

.register-form__multistep .input-email, .register-form__multistep .input-password {
  width: 100%;
  margin-bottom: 12px;
}

.register-form__multistep .input-fullname {
  width: 100%;
}

.register-form__multistep .hr-label__text {
  padding: 3px 12px;
}

.register-form__multistep .register-form__name-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.register-form__multistep .register-form__name-fields .input-fname, .register-form__multistep .register-form__name-fields .input-lname {
  float: none;
}

.register-form__multistep .input-password {
  margin-bottom: 0;
}

.register-form__multistep .checkbox {
  padding: 10px 0 12px !important;
  min-height: 37px;
  margin: 0;
  font-size: 11px;
}

.register-form__multistep .register-form__errors {
  padding-left: 5px;
}

.register-form__multistep .text-input--error {
  position: relative;
}

.register-form__multistep .text-input--error:before {
  position: absolute;
  left: calc(100% - 24px);
  top: 10px;
  z-index: 99999;
}

.register-form__multistep .checkbox-inline--error::before {
  display: none;
}

.register-form__multistep--frame {
  width: 640px;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all ease-in 0.4s;
  transition: all ease-in 0.4s;
}

.register-form__multistep--frame--moved {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.register-form__multistep .step-1, .register-form__multistep .step-2 {
  padding: 5px;
  box-sizing: border-box;
  width: 320px;
  min-width: 0;
}

.register-form__multistep .step-2 .button-tertiary {
  border: none;
  padding-top: 6px;
  padding-left: 0;
  color: #2895F1;
  font-weight: 400;
}

.register.exp-growth_web_google_register__GOOGLE2, .register.exp-growth_web_google_register__GOOGLE3 {
  width: 370px;
}

.register.exp-growth_web_google_register__GOOGLE2 .register-form__credential-fields, .register.exp-growth_web_google_register__GOOGLE3 .register-form__credential-fields {
  margin-top: 10px;
  z-index: 1;
  position: relative;
}

.register.exp-growth_web_google_register__GOOGLE2 .register-form__credential-fields:after, .register.exp-growth_web_google_register__GOOGLE2 .register-form__credential-fields:before, .register.exp-growth_web_google_register__GOOGLE3 .register-form__credential-fields:after, .register.exp-growth_web_google_register__GOOGLE3 .register-form__credential-fields:before {
  content: "";
  display: table;
}

.register.exp-growth_web_google_register__GOOGLE2 .register-form__credential-fields .input-email, .register.exp-growth_web_google_register__GOOGLE2 .register-form__credential-fields .input-password, .register.exp-growth_web_google_register__GOOGLE3 .register-form__credential-fields .input-email, .register.exp-growth_web_google_register__GOOGLE3 .register-form__credential-fields .input-password {
  float: left;
  width: calc(50% - 4px);
  z-index: 1;
}

.register.exp-growth_web_google_register__GOOGLE2 .register-form__credential-fields .input-email, .register.exp-growth_web_google_register__GOOGLE3 .register-form__credential-fields .input-email {
  margin-right: 8px;
  clear: right;
}

.register.exp-growth_web_google_register__GOOGLE2 .register-form__credential-fields .input-email.text-input--error, .register.exp-growth_web_google_register__GOOGLE3 .register-form__credential-fields .input-email.text-input--error {
  z-index: 2;
}

.register.exp-growth_web_google_register__GOOGLE2 .register-form__credential-fields .checkbox, .register.exp-growth_web_google_register__GOOGLE3 .register-form__credential-fields .checkbox {
  padding: 6px 0;
}

.register.exp-growth_web_google_register__GOOGLE2 .register-form__credential-fields .hr-label, .register.exp-growth_web_google_register__GOOGLE3 .register-form__credential-fields .hr-label {
  margin-bottom: 1px;
}

.register.exp-growth_web_google_register__GOOGLE2 .register-form__credential-fields .hr-label__text, .register.exp-growth_web_google_register__GOOGLE3 .register-form__credential-fields .hr-label__text {
  font-size: 11px;
}

.dropbox-2015 .form-container .register-form .exp-growth_web_google_register {
  background-size: 16px 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0;
}

.dropbox-2015 .form-container .register-form .exp-growth_web_google_register__MULTISTEP {
  font-size: 14px;
}

.dropbox-2015 .form-container .register-form .exp-growth_web_google_register__GOOGLE2, .dropbox-2015 .form-container .register-form .exp-growth_web_google_register__MULTISTEP {
  background-image: url("/static/images/index/google-logo-color-vflpJqkMT.svg");
  background-color: white;
  border: 1px solid #d0d4d9;
  color: #3d464d;
  font-weight: 500;
}

.dropbox-2015 .form-container .register-form .exp-growth_web_google_register__GOOGLE2:hover, .dropbox-2015 .form-container .register-form .exp-growth_web_google_register__MULTISTEP:hover {
  background-image: url("/static/images/index/google-logo-color-vflpJqkMT.svg");
  border-color: #9fa2a6;
}

.dropbox-2015 .form-container .register-form .exp-growth_web_google_register__GOOGLE2:before, .dropbox-2015 .form-container .register-form .exp-growth_web_google_register__MULTISTEP:before {
  display: none;
}

.dropbox-2015 .form-container .register-form .exp-growth_web_google_register__GOOGLE3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  background-image: url("/static/images/index/google-logo-white-vfltwSoWq.svg");
  background-color: #4285f4;
}

.dropbox-2015 .form-container .register-form .exp-growth_web_google_register__GOOGLE3:hover {
  background-image: url("/static/images/index/google-logo-white-vfltwSoWq.svg");
  background-color: #5496ff;
}

.dropbox-2015 .form-container .register-form .exp-growth_web_google_register__GOOGLE3:before {
  left: 36px;
  border-color: #2265d4;
}

/**
 * Force showing a scroll bar on Mac, overriding the native OS settings.
 * Having a hidden scrollbar can make the scrollbar overlay the right side
 * of a div.
 */
/**
* A circle with centered text
* Supported by all browsers that support the border-radius mixin
**/
/**
* A triangle pointing up of given height, width filled with given color
**/
.login-register-container {
  width: 350px;
}

.login-register-container .login-form-container {
  width: 100%;
}

.login-register-container .login-register-header {
  float: left;
  font-size: 18px;
  font-weight: normal;
}

.login-register-container .login-register-switch {
  float: right;
  margin-top: 5px;
  line-height: normal;
}

.login-register-container .login-register-register-part {
  display: none;
}

.login-register-container.default-register .login-register-login-part {
  display: none;
}

.login-register-container.default-register .login-register-register-part {
  display: block;
}

.login-register-container.small, .login-register-container--link-bottom {
  width: 100%;
}

.login-register-container.small .login-register-header, .login-register-container--link-bottom .login-register-header {
  font-size: 14px;
}

.login-register-container.small .login-register-switch, .login-register-container--link-bottom .login-register-switch {
  float: none;
  text-align: center;
}

/*
   class that wraps the .login-form-container (login and reg pyxl elements)
   to apply BEM modification of the login element, to avoid adding new "version"
   classes to the .login-form-container, such as 'small'
*/
.credentials-form-container--index .login-register-container, .credentials-form-container--index-error .login-register-container {
  width: auto;
}

/**
 * Force showing a scroll bar on Mac, overriding the native OS settings.
 * Having a hidden scrollbar can make the scrollbar overlay the right side
 * of a div.
 */
/**
* A circle with centered text
* Supported by all browsers that support the border-radius mixin
**/
/**
* A triangle pointing up of given height, width filled with given color
**/
.media-mobile .phone-country {
  width: 250px;
}

.phone-country {
  margin-right: 12px;
}

.phone-number-error {
  color: #e82110;
  font-size: 12px;
  min-height: 17px;
  width: 400px;
  text-align: left;
}

.phone-number-error span.error-message {
  color: #e82110;
  display: block;
  font-size: 12px;
}

.phone-number-error br {
  display: none;
}

.phone-number-input-inline {
  display: inline-block;
}

.carousel .phone-country {
  width: 180px;
}

/**
 * Force showing a scroll bar on Mac, overriding the native OS settings.
 * Having a hidden scrollbar can make the scrollbar overlay the right side
 * of a div.
 */
/**
* A circle with centered text
* Supported by all browsers that support the border-radius mixin
**/
/**
* A triangle pointing up of given height, width filled with given color
**/
.tabbing .select-input-input:focus {
  box-shadow: 0 0 0 2px #A0D1FA;
}

.tabbing .select-input-dropdown-shown .select-input-input:focus {
  box-shadow: none;
}

.select-input {
  display: inline-block;
  width: 140px;
  font-size: 13px;
  position: relative;
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-input .hidden-select-wrapper {
  position: absolute;
  left: -10000px;
  top: auto;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.select-input.select-input-dropdown-shown .select-input-input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select-input.select-input-dropdown-shown .select-input-dropdown {
  display: block;
}

.select-input .select-input-error-wrapper {
  color: #e82110;
  font-size: 12px;
  min-height: 17px;
}

.select-input .select-input-error-wrapper span.error-message {
  color: #e82110;
  display: block;
  font-size: 12px;
}

.select-input .select-input-error-wrapper br {
  display: none;
}

.select-input .select-input-input {
  margin: 2px 0 5px;
  min-height: 34px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 3px;
  -webkit-appearance: none;
  box-sizing: content-box;
  min-height: 0;
  background: #fff;
  border: 1px solid #bdc4c9;
  cursor: pointer;
  position: relative;
  padding: 7px 29px 3px 8px;
}

.select-input .select-input-input .select-option {
  display: inline-block;
  width: 100%;
}

.select-input .select-input-input .select-input-dropdown-arrow {
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -2px;
}

.select-input .select-input-input .select-input-dropdown-arrow img {
  vertical-align: top;
}

.select-input .select-input-dropdown {
  background: #fff;
  display: none;
  width: 100%;
  border: 1px solid #bdc4c9;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1;
  box-sizing: border-box;
}

.select-input .select-option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.select-input .select-option.focused-option {
  background: #e3f2ff;
}

.select-input .select-option.select-option-disabled {
  cursor: default;
  color: #aaa;
}

.select-input .select-option.select-option-disabled:hover {
  background: #fff;
}

.select-input.small .select-input-input {
  font-size: 14px;
  padding: 3px 6px;
  height: 30px;
  min-height: 30px;
  margin: 0;
  box-sizing: border-box;
}

.select-input.small .select-input-input .select-input-dropdown-arrow {
  right: 8px;
}

.select-input.small .select-input-dropdown {
  top: -2px;
}

.select-input.small .select-option {
  vertical-align: middle;
}

.select-input.small label {
  font-size: 14px;
  padding: 6px 8px;
}

.select-input.small .select-input-error-wrapper {
  color: #e82110;
  font-size: 12px;
  min-height: 17px;
  font-size: 11px;
  min-height: 15px;
}

.select-input.small .select-input-error-wrapper span.error-message {
  color: #e82110;
  display: block;
  font-size: 12px;
}

.select-input.small .select-input-error-wrapper br {
  display: none;
}

.select-input.small .select-input-error-wrapper span.error-message {
  font-size: 11px;
}

.select-input-disabled {
  color: #aaa;
}

.select-input-disabled .select-input-input {
  cursor: default;
}

.carousel .select-input .select-input-input {
  font-size: 15px;
  padding: 11px 29px 5px 13px;
}

body.business-theme .select-container label {
  top: -4px;
  left: 1px;
  position: absolute;
  color: inherit;
  font-size: 13px;
  display: block !important;
}

body.business-theme .select-input .select-input-input {
  margin-top: 3px;
  padding: 12px 12px 9px 12px;
  font-size: 13px;
  border-color: #7b8994;
}

body.business-theme .select-input .select-input-input:focus + label {
  color: inherit;
}

body.business-theme .select-input .select-input-input {
  line-height: 1;
}

body.business-theme .select-input .select-input-dropdown {
  border-color: #7b8994;
}

.sprite-div {
  vertical-align: top;
}

.sprite-div .sprite-frame {
  display: table-cell;
  vertical-align: middle;
}

.sprite-div .sprite-frame img {
  display: block;
  margin: auto;
}

.sprite-div .sprite-frame.small {
  width: 19px;
}

.sprite-div .sprite-frame.small.icon-left {
  padding-right: 6px;
}

.sprite-div .sprite-frame.small.icon-right {
  padding-left: 6px;
}

.sprite-div .sprite-frame.medium {
  width: 32px;
}

.sprite-div .sprite-frame.medium.icon-left {
  padding-right: 12px;
}

.sprite-div .sprite-frame.medium.icon-right {
  padding-left: 12px;
}

.sprite-div .sprite-frame.large {
  width: 44px;
}

.sprite-div .sprite-frame.large.icon-left {
  padding-right: 16px;
}

.sprite-div .sprite-frame.large.icon-right {
  padding-left: 16px;
}

.sprite-div .sprite-text {
  display: table-cell;
  vertical-align: middle;
}

/**
 * Force showing a scroll bar on Mac, overriding the native OS settings.
 * Having a hidden scrollbar can make the scrollbar overlay the right side
 * of a div.
 */
/**
* A circle with centered text
* Supported by all browsers that support the border-radius mixin
**/
/**
* A triangle pointing up of given height, width filled with given color
**/
.c-tabs .c-tabs__bar {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.c-tabs .c-tabs__bar--has-spacers .c-tabs__tab {
  border-right: 1px solid;
  border-left: 1px solid;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.c-tabs .c-tabs__bar--has-spacers .c-tabs__bar-spacer {
  display: table-cell;
}

.c-tabs .c-tabs__tab {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 2;
  text-align: center;
  border: 1px solid #A0D1FA;
  border-bottom-color: #bdc4c9;
  border-right: none;
}

.c-tabs .c-tabs__tab:first-child {
  margin-left: 0;
  border-top-left-radius: 5px;
}

.c-tabs .c-tabs__tab--rightmost {
  border-right: 1px solid #A0D1FA;
  border-top-right-radius: 5px;
}

.c-tabs .c-tabs__tab--selected {
  border: 1px solid #bdc4c9;
  border-bottom-color: #fff;
}

.c-tabs .c-tabs__tab--selected + .c-tabs__tab {
  border-left: none;
}

.c-tabs .c-tabs__tab--selected .c-tabs__label {
  color: #3d464d;
}

.c-tabs .c-tabs__label {
  padding: 11px 22px;
  display: table-cell;
  vertical-align: top;
  color: #2895F1;
}

.c-tabs .c-tabs__label:focus {
  text-decoration: none;
}

.c-tabs .c-tabs__content {
  display: none;
  margin-top: -1px;
  padding-top: 30px;
  border-top: 1px solid #bdc4c9;
}

.c-tabs .c-tabs__content--selected {
  display: block;
}

.c-tabs--center {
  display: table;
  margin: 0 auto;
}

.c-tabs--center > .c-tabs__bar {
  display: table;
  margin: 0 auto;
}

.c-tabs--center > .c-tabs__bar .c-tabs__tab {
  display: table-cell;
}

.c-tabs--minimal .c-tabs__tab {
  vertical-align: middle;
  border: none;
  border-bottom-color: 1px solid #bdc4c9;
}

.c-tabs--minimal .c-tabs__tab--rightmost {
  border-right: none;
}

.c-tabs--minimal .c-tabs__tab--selected {
  border: none;
  border-bottom-color: 1px solid #bdc4c9;
}

.c-tabs--minimal .c-tabs__tab--selected:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #ffffff transparent;
  bottom: -13px;
  left: 50%;
  margin-left: -15px;
}

.c-tabs--minimal .c-tabs__tab--selected:before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #bdc4c9 transparent;
}

.c-tabs--minimal .c-tabs__label {
  padding-top: 0;
  padding-bottom: 30px;
}

.c-tabs--underline .c-tabs__bar {
  margin: 0;
  padding-left: 0;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  border-bottom: 1px solid rgba(61, 70, 77, 0.1);
}

.c-tabs--underline .c-tabs__tab {
  display: inline-block;
  margin-bottom: -1px;
  border-bottom: 1px solid transparent;
  color: #7b8994;
  -webkit-transition: .2s;
  transition: .2s;
  white-space: nowrap;
}

.c-tabs--underline .c-tabs__tab:hover {
  border-bottom-color: rgba(61, 70, 77, 0.3);
  color: #3d464d;
}

.c-tabs--underline .c-tabs__tab + .c-tabs__tab {
  margin-left: 16px;
}

.c-tabs--underline .c-tabs__tab--fr {
  float: right;
}

.c-tabs--underline .c-tabs__tab--selected {
  font-weight: 600;
  color: #3d464d;
  border-bottom-color: currentColor;
}

.c-tabs--underline .c-tabs__tab .c-tabs__label {
  display: inline-block;
  padding-bottom: 8px;
  color: inherit;
}

.c-tabs--underline .c-tabs__tab .c-tabs__label:hover, .c-tabs--underline .c-tabs__tab .c-tabs__label:focus {
  text-decoration: none;
}

.c-tabs--underline .c-tabs__content {
  display: none;
}

.c-tabs--underline .c-tabs__content--selected {
  display: block;
}

/* for keyboard navigation */
.tabbing .c-tabs .c-tabs__label:focus {
  font-weight: 600;
}

.tabbing .c-tabs--underline .c-tabs__label:focus {
  font-weight: 700;
}

/**
 * Force showing a scroll bar on Mac, overriding the native OS settings.
 * Having a hidden scrollbar can make the scrollbar overlay the right side
 * of a div.
 */
/**
* A circle with centered text
* Supported by all browsers that support the border-radius mixin
**/
/**
* A triangle pointing up of given height, width filled with given color
**/
.tooltip-wrapper {
  display: inline-block;
  position: relative;
}

.tooltip-wrapper .tooltip-prompt {
  position: relative;
}

.tooltip-wrapper .tooltip-prompt .sprite {
  cursor: pointer;
}

.tooltip-bubble {
  display: none;
  font-size: 13px;
  line-height: normal;
  position: absolute;
  background: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(61, 70, 77, 0.1);
  cursor: default;
  padding: 9px 15px;
  z-index: 9999;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.tooltip-bubble .tooltip-inner {
  position: relative;
}

.tooltip-target {
  display: table;
}
