.module-login,
.phone .popover.quick-access-popover .popover__content {
  padding: 20px;
}
#login-form,
#loginView,
.login,
body,
html {
  height: 100%;
}
.tab-item .badge,
body ::selection {
  text-shadow: none;
}
a,
a:focus,
a:hover,
a:visited,
button,
ins,
mark {
  text-decoration: none;
}
.popover,
.tooltip {
  word-wrap: break-word;
}
body,
html {
  overflow: hidden;
}
.print-visible {
  display: none;
}
.phone .popover.quick-access-popover {
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-top: 1px solid #b0b0b0;
}
.phone .popover.quick-access-popover .pointer-shadow-bottom {
  border-bottom-color: grey;
}
.login {
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
}
.login-outer-wrap {
  padding: 48px 0 30px;
  text-align: center;
  position: relative;
  top: 100px;
}
@media (min-width: 321px) and (max-height: 400px) and (orientation: landscape) {
  .phone .login-outer-wrap {
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	padding-top: 15px;
	padding-bottom: 0;
  }
  .phone .company-logo {
	margin-top: 15px;
  }
}
.product-logo {
  margin: 0 auto;
  max-width: 86px;
  max-height: 86px;
}
pre,
select {
  max-width: 100%;
}
.company-logo {
  background-size: contain;
  background-position: center;
  width: 153px;
  height: 25px;
  margin: 64px auto 0;
}
.login label {
  position: absolute;
  overflow: hidden;
  left: -10000px;
  width: 1px;
  height: 1px;
}
.login input[type=text],
.login input[type=password] {
  display: block;
  width: 260px;
  height: 32px;
  font-weight: 700;
  margin: 0 auto;
}
.login input[type=password] {
  margin-top: 12px;
}
.login button.sign-in {
  display: block;
  width: 260px;
  height: 32px;
  padding: 0 12px;
  margin: 12px auto 0;
  font-weight: 700;
  font-size: 14px;
}
.login .button-panel {
  text-align: right;
}
.login .button-panel li {
  display: inline-block;
}
.login .button-panel li button.icon-dots_vertical {
  font-size: 23px;
}
.auth-error {
  background: #ffedef;
  border: 1px solid #c4202f;
  border-radius: 2px;
  padding: 10px 15px;
  margin: 1px auto 12px;
  width: 260px;
  display: none;
}
.auth-error p {
  margin: 0;
}
.auth-alert {
  padding: 8px 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 260px;
}
.auth-alert p {
  margin: 0;
}
.login-product-name {
  margin: 6px auto 30px;
  font-size: 39px;
  text-transform: lowercase;
  letter-spacing: -1.5px;
}
.phone .login-outer-wrap {
  padding-top: 0;
  top: 30px;
}
.phone .product-logo {
  max-height: 258px;
}
.phone .company-logo {
  background-size: contain;
  background-position: center;
  width: 136px;
  margin-top: 20px;
  height: 23px;
}
.phone .login input[type=text],
.phone .login input[type=password] {
  height: 44px;
}
.phone #user-nav-menu-button {
  padding: 0;
}
.app-header {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0 10px 0 20px;
  border-color: transparent;
  background-color: transparent;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
}
#mainView[data-header=floating] .app-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  white-space: nowrap;
  pointer-events: none;
}
#mainView[data-header=floating] .app-header a,
#mainView[data-header=floating] .app-header button {
  pointer-events: auto;
}
.drag-visual.dragging,
.tooltip {
  pointer-events: none;
}
#mainView[data-header=floating] .app-header .app-header__center,
#mainView[data-header=floating] .app-header .app-header__module-name:not(.animating),
#mainView[data-header=floating] .app-header .app-header__separator,
#mainView[data-header=hidden] .app-header {
  display: none;
}
#mainView[data-header=visible] .app-header {
  background-color: #fff;
  border-bottom: 1px solid #cacacd;
}
.app-header .app-header__module-name {
  font-size: 22px;
  font-weight: 300;
  color: #118dcd;
  line-height: 60px;
  vertical-align: middle;
}
.app-header .app-header__module-name.animating {
  position: fixed;
  line-height: normal;
}
.app-header .app-header__home {
  border: none!important;
  background: 0 0!important;
  box-shadow: none;
  line-height: 60px;
  padding: 0;
}
.app-header__left {
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.app-header__breadcrumb {
  display: inline-block;
  padding-left: 20px;
}
.app-header__separator {
  margin: 0 4px;
}
.app-header__branding-img {
  height: 32px;
  width: 32px;
}
.app-header__search-area {
  margin-right: 6px;
}
.app-header__search-area:empty {
  display: none;
}
.app-header__user-nav {
  display: block;
  margin-right: 10px;
}
.app-header__user-nav li {
  display: inline-block;
}
.app-header .app-header__button {
  position: relative;
  text-align: center;
  width: 2.5em;
  height: 60px;
  padding: 0;
  transition: color 0.3s ease-out;
}
.app-header .app-header__button:before {
  padding: 10px;
  border-radius: 50%;
  font-size: 16px;
  border: 1px solid #363636;
  transition: border-color 0.3s ease-out;
}
.app-header .app-header__button.btn_pretrieve-header {
  -webkit-transition: color .5s ease;
  transition: color 0.5s ease;
}
.app-header .app-header__button.btn_pretrieve-header.has-content {
  color: #fff;
}
.app-header .app-header__button.btn_pretrieve-header.has-content:before {
  background: #363636;
  border: none;
}
.app-header .app-header__button.btn_pretrieve-header.loading:before {
  border: none;
}
.app-header .app-header__button.btn_pretrieve-header.loading:after {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  border-radius: 50%;
  border-top: solid #464342;
  border-left: solid #dfdfdf;
  border-right: solid #dfdfdf;
  border-bottom: solid #dfdfdf;
  -webkit-animation: spin .75s infinite linear;
  animation: spin 0.75s infinite linear;
}
.app-header .app-header__button.btn_pretrieve-header.error:after {
  content: "";
  position: absolute;
  width: 37px;
  height: 1px;
  background: #363636;
  top: 28px;
  left: 0;
  z-index: 2;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@-webkit-keyframes spin {
  from {
	-webkit-transform: rotate(0);
  }
  to {
	-webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes spin {
  from {
	-moz-transform: rotate(0);
  }
  to {
	-moz-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  from {
	-o-transform: rotate(0);
  }
  to {
	-o-transform: rotate(359deg);
  }
}
@keyframes spin {
  from {
	transform: rotate(0);
  }
  to {
	transform: rotate(359deg);
  }
}
.phone .app-header,
.phone .app-header .up-btn {
  padding: 0;
}
.phone .app-header .up-btn .icon {
  line-height: 60px;
}
.phone #app-header-title {
  margin: 0;
  line-height: 60px;
}
.phone .app-header__left {
  min-width: 44px;
}
.phone .app-header__center {
  text-align: left;
  overflow: auto;
  white-space: nowrap;
  width: calc(-52%);
}
.phone .app-header__right {
  text-align: right;
  width: 108;
}
.popover .user-nav-content {
  margin: 0;
  min-width: 130px;
}
.popover .user-nav-content .user-nav__menu-item {
  display: block;
  color: #32323c;
  padding: 20px 0;
}
.popover .user-nav-content .user-nav__menu-item .icon {
  vertical-align: baseline;
  margin-right: 4px;
}
.popover .user-nav-content .user-nav__menu-item:not(:last-child) {
  border-bottom: 1px solid #cacacd;
}
.popover .user-nav-content .user-panel {
  margin-bottom: 10px;
  padding-left: 40px;
  min-height: 30px;
}
.popover .user-nav-content #user-icon {
  float: left;
  margin-right: 8px;
  margin-left: -40px;
}
.popover .user-nav-content #user-name {
  display: block;
  font-size: 14px;
}
.popover .user-nav-content #server-name {
  display: block;
  text-transform: uppercase;
  color: #999;
  font-size: 11px;
  margin-top: 4px;
}
.popover .user-nav-content .toolbar {
  border-bottom: 0;
  padding: 0;
}
.popover .user-nav-content .user-panel + .toolbar {
  border-top: 1px solid #d4d4d4;
}
.popover .user-nav-content .button-group {
  display: table;
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
}
.popover .user-nav-content .button-group button {
  width: 33.3333%;
  display: table-cell;
}
#container,
#mainView,
#window {
  position: relative;
  height: 100%;
}
#mainView[data-header=visible] #window {
  height: calc(40%);
}
.module {
  position: relative;
  overflow: auto;
  height: 100%;
  background-color: #f4f4f8;
  -webkit-overflow-scrolling: touch;
}
.module.animating {
  position: absolute;
  z-index: 100;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.full {
  position: fixed;
  top: 0;
  bottom: 0;
}
.content-viewer-section {
  position: absolute;
  top: 0;
  left: 250px;
  bottom: 0;
  right: 0;
  padding: 40px 40px 0;
  margin-left: 10px;
  border: 1px solid #d2d2d2;
  background: #fff;
}
.content-viewer-section > div:first-of-type {
  height: 100%;
}
.content-viewer-section span.zero-state-msg-panel {
  display: block;
  padding: 300px 0;
  text-align: center;
  width: 300px;
  height: 100%;
  margin: 0 auto;
}
.content-viewer-wrap {
  position: relative;
  height: 100%;
}
.criticalError {
  text-align: center;
  background-color: #fff;
  height: 100%;
  margin: 0;
  padding: 30px;
}
.ir,
.text-left,
caption,
td,
th {
  text-align: left;
}
.settings {
  overflow: auto;
  min-width: 720px;
  padding: 20px;
}
.settings h2 {
  clear: none;
  margin-top: 4px;
}
.settings h3 {
  clear: none;
  margin: 10px 0;
}
.settings .legal-information {
  display: block;
  margin: 4px 0;
}
.settings .tech-specs {
  display: table;
  width: auto;
  margin: 10px 0 0;
}
.settings .tech-specs .row {
  display: table-row;
}
.settings .tech-specs .label {
  font-weight: 700;
  display: table-cell;
  padding: 3px 0;
}
.settings .tech-specs .value {
  text-align: left;
  font-weight: 400;
  padding: 3px 0 3px 10px;
  display: table-cell;
}
.settings .copyright {
  margin: 10px 20px;
}
.settings .tree .package-legal-info {
  margin-left: 10px;
}
.settings .settings-nav-list a {
  display: block;
  width: 100%;
}
.settings-close-btn {
  position: absolute;
  top: 13px;
  right: 10px;
}
.settings-left-nav {
  float: left;
  width: 200px;
}
.settings-left-nav ul {
  margin: 8px 0 0;
  background-color: transparent;
  padding: 0;
}
.settings-left-nav li a {
  height: 37px;
  line-height: 37px;
  display: block;
  color: #363636;
}
.phone .settings .page-content,
.phone .settings.show-page-content .settings-nav,
.settings-group .radio .icon {
  display: none;
}
.settings-left-nav-title {
  border-bottom: 1px solid #cacacd;
  white-space: nowrap;
  margin-bottom: 0;
  padding-left: 10px;
}
.settings-content {
  margin: 0 20px 20px 265px;
}
.settings-header {
  margin-bottom: 10px;
  border-bottom: 1px solid #cacacd;
}
.phone .settings {
  position: relative;
  height: 100%;
  min-width: 0;
  padding: 0;
}
.phone .settings .settings-nav {
  height: 100%;
}
.phone .settings.show-page-content .page-content,
article,
aside,
blockquote cite,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
.phone .settings-group-header {
  font-size: 13px;
  text-transform: uppercase;
  padding-left: 20px;
  margin-bottom: 4px;
}
.phone .settings-group {
  border: none;
  margin-top: 20px;
}
.phone .about .tech-specs {
  font-size: 1.4rem;
  margin: 10px 20px 0;
}
.phone .about .legal-information {
  padding: 14px 20px;
  font-size: 1.4rem;
}
.phone .about h3 {
  margin-left: 20px;
}
.phone .about .about-packages {
  background: #fff;
  border-top: 1px solid #d4d4d4;
}
.phone .about .about-packages .package-details {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #d4d4d4;
}
.phone .about .about-packages .expander-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.phone .about .about-packages .package-name {
  margin: 0;
}
.phone .about .about-packages .legal-info {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
}
.phone .about .about-packages ul {
  margin: 10px 0 0 20px;
}
.phone .about .about-packages li {
  font-size: 16px;
  margin: 2px 0;
}
#titlebar {
  display: none;
}
.phone .module {
  padding: 0;
}
.phone .nav-tree {
  width: 100%;
}
.phone .nav-tree .icon-place-holder {
  float: right;
  padding-top: 5px;
}
.phone .content-viewer-section {
  left: 0!important;
  padding: 0;
}
.phone .content-viewer-wrap {
  left: 0 !important;
}
body.tablet .nav-tree {
  width: 175px;
}
body.tablet .pane-content,
body.tablet .viewer-pane-list {
  top: 60px;
}
body.tablet .content-viewer-section {
  left: 175px !important;
}
body.tablet .content-viewer-wrap {
  left: 0 !important;
}
body.tablet.fullscreen .content-viewer-wrap {
  left: 0!important;
  top: 60px !important;
}
.card__header,
.group-header,
.menu__group-header,
.properties-header,
.property-label,
.zero-state__header {
  text-transform: uppercase;
}
h1,
h2,
h3 {
  line-height: 1.3;
}
.focus {
  outline: rgba(125, 173, 212, 0.7) solid 1px;
  outline-offset: 1px;
  box-shadow: 0 0 3px 1px #1c64b4;
  z-index: 5;
}
.phone :focus {
  outline: 0;
  box-shadow: none;
}
.fill-parent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.group-header,
body,
sub,
sup {
  position: relative;
}
.group-header {
  color: #777;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.group-header a[href] {
  color: inherit;
  letter-spacing: 0.5px;
}
.hover {
  background-color: #f5f8fa;
}
.selected-outline {
  outline: #1c64b4 solid 1px;
  outline-offset: -1px;
  z-index: 5;
}
.display-inline-flex {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
a,
abbr,
acronym,
address,
big,
blockquote,
body,
button,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
input,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
select,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul,
var {
  font-size: 100%;
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  font-stretch: normal;
  font-variant: normal;
  font-style: normal;
  letter-spacing: normal;
}
hr,
p {
  margin-bottom: 1.5em;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #32323c;
  font-size: 1.4rem;
}
body.phone,
body.tablet {
  overflow: hidden;
  font-size: 1.8rem!important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body ::-moz-selection {
  background: #1c64b4;
  color: #fff;
  text-shadow: none;
}
body ::selection {
  background: #1c64b4;
  color: #fff;
}
* {
  background-repeat: no-repeat;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased !important;
}
caption,
td,
th {
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
b,
dt,
h1,
strong {
  font-weight: 700;
}
h1 {
  font-size: 3.2rem;
  margin-bottom: 24px;
}
h2 {
  font-size: 2.4rem;
  margin: 40px 0;
}
h3 {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
h4,
h5,
h6 {
  font-size: 1.6rem;
  line-height: 1.5;
}
h4 {
  margin-bottom: 4px;
}
hr {
  background-color: #cacacd;
  border: 0;
  height: 1px;
}
ol,
ul {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
  margin-left: 1.5rem;
}
dd {
  margin: 0 1.5rem 1.5rem;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5rem 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}
blockquote,
blockquote p {
  font-size: 1.7rem;
  line-height: 24px;
  color: #777;
  font-style: italic;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
blockquote cite {
  font-size: 1.2rem;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555;
}
address {
  margin: 0 0 1.5rem;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6rem;
  overflow: auto;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
small,
sub,
sup {
  font-size: 75%;
}
abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins,
mark {
  background: #fff9c0;
}
.icon,
.ir {
  background-repeat: no-repeat;
}
sub,
sup {
  height: 0;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
.icon,
.icon-16 {
  font-size: 16px;
}
figure {
  margin: 0;
}
a img {
  border: 0;
}
a:focus {
  outline: dotted thin;
}
a:active,
a:hover,
a[data-focus-hidden] {
  outline: 0;
}
a,
a:visited {
  color: #1c64b4;
  outline: 0;
}
p a,
p a:visited {
  line-height: inherit;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5rem;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5rem;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  direction: ltr;
}
.ir br {
  display: none;
}
.assistive-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.hidden,
.hide {
  display: none!important;
  visibility: hidden !important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
br.clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 0;
}
.left {
  float: left;
}
.card--count .card__thumb,
.right {
  float: right;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.italic {
  font-style: italic;
}
.last {
  margin-right: 0;
}
.icon {
  background-position: center;
  vertical-align: text-bottom;
}
.icon-24 {
  font-size: 24px;
}
.icon-32 {
  font-size: 32px;
}
.icon-48 {
  font-size: 48px;
}
.icon-64 {
  font-size: 64px;
}
.drag-drop--frame-fix {
  display: block;
  pointer-events: none;
}
.iframe-cover-element {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  text-decoration: none;
}
.checkbox,
.radio {
  margin-bottom: 0.5em;
}
.checkbox.inline,
.radio.inline {
  display: inline-block;
  margin-right: 20px;
}
.checkbox label,
.radio label {
  display: inline;
}
.desktop .radio input[type=radio] {
  width: 18px;
  height: 16px;
}
.desktop .checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.phone .checkbox,
.phone .radio,
.tablet .checkbox,
.tablet .radio {
  margin-bottom: 15px;
}
.checkbox input[type=checkbox],
.radio input[type=radio] {
  margin-right: 4px;
}
.checkbox input[type=checkbox]:disabled + label,
.radio input[type=radio]:disabled + label {
  color: #adadad;
}
input[type=radio],
input[type=checkbox] {
  padding: 0;
  vertical-align: baseline;
}
.alert__close span,
textarea {
  vertical-align: top;
}
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: #1c64b4 solid 1px;
  outline-offset: 3px;
}
input[type=radio]:active,
input[type=radio][data-focus-hidden],
input[type=checkbox]:active,
input[type=checkbox][data-focus-hidden] {
  outline: 0;
}
.control-group {
  margin: 10px 0;
  display: block;
}
.control-group.inline {
  display: table-row;
}
.control-group.inline .controls,
.control-group.inline label {
  display: table-cell;
  padding: 6px 0;
}
.control-group.inline.right-align-label label {
  text-align: right;
  padding-right: 7px;
}
.control-group.inline.left-align-label label {
  text-align: left;
  padding-right: 7px;
}
.control-group.inline.right-label label {
  text-align: left;
  padding-left: 7px;
}
.control-group.required label {
  font-weight: 700;
}
.control-group.required label:before {
  content: "*";
  color: #c4202f;
  margin: 0 4px 0 -9px;
}
.checkbox:first-child,
.control-group:first-child,
.radio:first-child {
  margin-top: 0;
}
.checkbox:last-child,
.control-group:last-child,
.radio:last-child {
  margin-bottom: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.input,
.select,
input[type=text],
input[type=password],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=week],
input[type=number],
input[type=month],
input[type=email],
input[type=datetime-local],
input[type=date],
input[type=datetime],
select {
  color: #32323c;
  border: 1px solid #adadad;
  border-radius: 2px;
  padding-left: 5px;
  height: 30px;
  outline: 0;
}
.input:focus,
.select:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=month]:focus,
input[type=email]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=color]:focus,
select:focus,
textarea:focus {
  border-color: #1c64b4;
}
input[type=color],
textarea {
  color: #32323c;
  border: 1px solid #adadad;
  border-radius: 2px;
  outline: 0;
}
input[type=color] {
  height: 30px;
  padding: 0 2px;
}
select {
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
select:disabled {
  color: #adadad;
}
textarea {
  color: #32323c;
  padding-left: 5px;
  overflow: auto;
  resize: both;
}
.desktop select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  outline: 0;
  display: inline-block;
  cursor: pointer;
  padding: 0 20px 0 5px;
  position: relative;
  z-index: 2;
  height: 30px;
  background: url(img/select-indicator.gif) right center no-repeat #fff;
  background-size: 12px 4px;
  background-origin: padding-box;
}
.desktop select::-ms-expand {
  display: none;
}
select[multiple] {
  padding: 2px;
  height: auto;
  background: 0 0;
}
input[type=text][readonly],
input[type=password][readonly],
input[type=search][readonly],
input[type=email][readonly],
textarea.readonly {
  border-color: #efeff6;
  background: 0 0;
  box-shadow: none;
}
input[type=text][readonly]:focus,
input[type=password][readonly]:focus,
input[type=search][readonly]:focus,
input[type=email][readonly]:focus {
  border-color: #1c64b4;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=email]:disabled {
  color: #adadad;
  border-color: #efeff6;
  background: 0 0;
  box-shadow: none;
}
textarea.readonly:focus {
  border-color: #1c64b4;
}
textarea.disabled {
  color: #adadad;
  border-color: #efeff6;
  background: 0 0;
  box-shadow: none;
}
.phone input[type=text],
.tablet input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.phone input[type=text],
.phone input[type=password],
.phone input[type=search],
.phone input[type=tel],
.phone input[type=url],
.phone input[type=number],
.phone input[type=email],
.phone select,
.tablet input[type=text],
.tablet input[type=password],
.tablet input[type=search],
.tablet input[type=tel],
.tablet input[type=url],
.tablet input[type=number],
.tablet input[type=email],
.tablet select {
  height: 37px;
}
textarea.noresize {
  resize: none;
}
textarea.vert {
  resize: vertical;
  height: auto;
}
textarea.horiz {
  resize: horizontal;
}
label {
  display: block;
  margin-bottom: 4px;
}
.bold {
  font-weight: 700;
}
.input-group,
fieldset {
  text-align: left;
  display: block;
  margin: 0 auto 15px;
  background-color: #f7f7f7;
  border: 1px solid #bfbfbf;
  padding: 10px;
}
.action-dialog__cancel,
.badge,
.btn--stacked,
.card__avatar .icon,
.card__thumb,
.grid__checkbox-cell,
.list-item__icon,
.zero-state {
  text-align: center;
}
legend {
  font-weight: 700;
  font-size: 14px;
  padding: 0 3px;
}
.dropdown-indicator {
  border-top: 4px solid #32323c;
  border-top-color: #32323c;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  display: inline-block;
  position: absolute;
  right: 5px;
}
.control-group.error .select,
.control-group.error input[type=text],
.control-group.error input[type=password],
.control-group.error input[type=search],
.control-group.error textarea,
.control-group.error textarea[readonly] {
  border: 1px solid #c4202f;
  outline: 0!important;
  box-shadow: 0 0 3px 1px #ed9099;
}
.control-group.error label {
  color: #c4202f;
}
.input--invalid {
  transition-property: border, background-color;
  transition-duration: .2s;
  transition-timing-function: ease-out;
}
.input--invalid:not(:focus) {
  border-color: #c4202f;
  background-color: #ffedef;
}
.input--invalid__message {
  display: block;
  padding-top: 5px;
  font-size: .85em;
  color: #c4202f;
}
.input--invalid__message--inline {
  display: inline;
  margin-left: 20px;
}
.action-sheet__header,
.alert {
  display: -webkit-flex;
  display: -ms-flexbox;
}
.form--discrete input:not(:focus),
.form--discrete select:not(:focus),
.input--discrete:not(:focus) {
  padding-left: 0;
  border-color: transparent;
  background-color: transparent;
}
.form--discrete input:hover,
.form--discrete select:hover,
.input--discrete:hover {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.form--discrete input:focus:hover,
.form--discrete select:focus:hover,
.input--discrete:focus:hover {
  background-color: #fff;
  cursor: text;
}
.form--discrete .checkbox,
.form--discrete .radio {
  position: relative;
  border-top: 1px solid rgba(102, 102, 102, 0.15);
  padding: 5px 23px 5px 0;
  margin: 0;
}
.action-dialog,
.action-sheet,
.resize-grip,
.zero-state {
  position: absolute;
}
.form--discrete .checkbox:first-child,
.form--discrete .radio:first-child {
  padding-top: 0;
  border-top: none;
}
.form--discrete .checkbox:last-child,
.form--discrete .radio:last-child {
  padding-bottom: 0;
}
.form--discrete .checkbox label,
.form--discrete .radio label {
  color: #888;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  word-wrap: break-word;
}
.form--discrete .checkbox input,
.form--discrete .radio input {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0;
}
.expandable {
  overflow: hidden;
}
.expandable.collapsed {
  max-height: 0 !important;
}
[data-expander].collapsed + .expandable {
  margin: 0!important;
  padding: 0 !important;
}
/*!
 * animate.css -http://daneden.me/animate
 *  * Version - 3.5.0
 *   * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *    *
 *     * Copyright (c) 2016 Daniel Eden
 *      */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
  }
  70% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
  }
  90% {
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
  }
  70% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
  }
  90% {
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  50%,
  from,
  to {
	opacity: 1;
  }
  25%,
  75% {
	opacity: 0;
  }
}
@keyframes flash {
  50%,
  from,
  to {
	opacity: 1;
  }
  25%,
  75% {
	opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from,
  to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
  50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
  }
}
@keyframes pulse {
  from,
  to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
  50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from,
  to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
  30% {
	-webkit-transform: scale3d(1.25, 0.75, 1);
	transform: scale3d(1.25, 0.75, 1);
  }
  40% {
	-webkit-transform: scale3d(0.75, 1.25, 1);
	transform: scale3d(0.75, 1.25, 1);
  }
  50% {
	-webkit-transform: scale3d(1.15, 0.85, 1);
	transform: scale3d(1.15, 0.85, 1);
  }
  65% {
	-webkit-transform: scale3d(0.95, 1.05, 1);
	transform: scale3d(0.95, 1.05, 1);
  }
  75% {
	-webkit-transform: scale3d(1.05, 0.95, 1);
	transform: scale3d(1.05, 0.95, 1);
  }
}
@keyframes rubberBand {
  from,
  to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
  30% {
	-webkit-transform: scale3d(1.25, 0.75, 1);
	transform: scale3d(1.25, 0.75, 1);
  }
  40% {
	-webkit-transform: scale3d(0.75, 1.25, 1);
	transform: scale3d(0.75, 1.25, 1);
  }
  50% {
	-webkit-transform: scale3d(1.15, 0.85, 1);
	transform: scale3d(1.15, 0.85, 1);
  }
  65% {
	-webkit-transform: scale3d(0.95, 1.05, 1);
	transform: scale3d(0.95, 1.05, 1);
  }
  75% {
	-webkit-transform: scale3d(1.05, 0.95, 1);
	transform: scale3d(1.05, 0.95, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
  6.5% {
	-webkit-transform: translateX(-6px) rotateY(-9deg);
	transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
	-webkit-transform: translateX(5px) rotateY(7deg);
	transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
	-webkit-transform: translateX(-3px) rotateY(-5deg);
	transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
	-webkit-transform: translateX(2px) rotateY(3deg);
	transform: translateX(2px) rotateY(3deg);
  }
  50% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
  6.5% {
	-webkit-transform: translateX(-6px) rotateY(-9deg);
	transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
	-webkit-transform: translateX(5px) rotateY(7deg);
	transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
	-webkit-transform: translateX(-3px) rotateY(-5deg);
	transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
	-webkit-transform: translateX(2px) rotateY(3deg);
	transform: translateX(2px) rotateY(3deg);
  }
  50% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
	-webkit-transform: rotate3d(0, 0, 1, -10deg);
	transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
	-webkit-transform: rotate3d(0, 0, 1, 5deg);
	transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
	-webkit-transform: rotate3d(0, 0, 1, -5deg);
	transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
	-webkit-transform: rotate3d(0, 0, 1, -10deg);
	transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
	-webkit-transform: rotate3d(0, 0, 1, 5deg);
	transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
	-webkit-transform: rotate3d(0, 0, 1, -5deg);
	transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from,
  to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
@keyframes tada {
  from,
  to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from,
  to {
	-webkit-transform: none;
	transform: none;
  }
  15% {
	-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
	-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
	-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
	-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
	-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}
@keyframes wobble {
  from,
  to {
	-webkit-transform: none;
	transform: none;
  }
  15% {
	-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
	-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
	-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
	-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
	-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1%,
  from,
  to {
	-webkit-transform: none;
	transform: none;
  }
  22.2% {
	-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
	transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
	-webkit-transform: skewX(6.25deg) skewY(6.25deg);
	transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
	-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
	transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
	-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
	transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
	-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
	transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
	-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
	transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
	-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  11.1%,
  from,
  to {
	-webkit-transform: none;
	transform: none;
  }
  22.2% {
	-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
	transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
	-webkit-transform: skewX(6.25deg) skewY(6.25deg);
	transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
	-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
	transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
	-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
	transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
	-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
	transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
	-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
	transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
	-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
	opacity: 1;
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
	-webkit-transform: scale3d(0.97, 0.97, 0.97);
	transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
	opacity: 1;
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
	-webkit-transform: scale3d(0.97, 0.97, 0.97);
	transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -3000px, 0);
	transform: translate3d(0, -3000px, 0);
  }
  60% {
	opacity: 1;
	-webkit-transform: translate3d(0, 25px, 0);
	transform: translate3d(0, 25px, 0);
  }
  75% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
  }
  90% {
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
  }
  to {
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -3000px, 0);
	transform: translate3d(0, -3000px, 0);
  }
  60% {
	opacity: 1;
	-webkit-transform: translate3d(0, 25px, 0);
	transform: translate3d(0, 25px, 0);
  }
  75% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
  }
  90% {
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
  }
  to {
	-webkit-transform: none;
	transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
	opacity: 0;
	-webkit-transform: translate3d(-3000px, 0, 0);
	transform: translate3d(-3000px, 0, 0);
  }
  60% {
	opacity: 1;
	-webkit-transform: translate3d(25px, 0, 0);
	transform: translate3d(25px, 0, 0);
  }
  75% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
  }
  90% {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
  }
  to {
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
	opacity: 0;
	-webkit-transform: translate3d(-3000px, 0, 0);
	transform: translate3d(-3000px, 0, 0);
  }
  60% {
	opacity: 1;
	-webkit-transform: translate3d(25px, 0, 0);
	transform: translate3d(25px, 0, 0);
  }
  75% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
  }
  90% {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
  }
  to {
	-webkit-transform: none;
	transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0);
  }
  60% {
	opacity: 1;
	-webkit-transform: translate3d(-25px, 0, 0);
	transform: translate3d(-25px, 0, 0);
  }
  75% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
  }
  90% {
	-webkit-transform: translate3d(-5px, 0, 0);
	transform: translate3d(-5px, 0, 0);
  }
  to {
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0);
  }
  60% {
	opacity: 1;
	-webkit-transform: translate3d(-25px, 0, 0);
	transform: translate3d(-25px, 0, 0);
  }
  75% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
  }
  90% {
	-webkit-transform: translate3d(-5px, 0, 0);
	transform: translate3d(-5px, 0, 0);
  }
  to {
	-webkit-transform: none;
	transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0);
  }
  60% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
  }
  75% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
  }
  90% {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
  }
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0);
  }
  60% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
  }
  75% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
  }
  90% {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
  }
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
	opacity: 1;
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
	opacity: 1;
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
	opacity: 1;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
	opacity: 1;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
	opacity: 1;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
	opacity: 1;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}
@keyframes fadeIn {
  from {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes fadeInDown {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes fadeInLeft {
  from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes fadeInRight {
  from {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes fadeInUp {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
  }
}
@keyframes fadeOut {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
  }
  40% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
  }
  50% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
  80% {
	-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
  to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
  }
  40% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
  }
  50% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
  80% {
	-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
  to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
  }
  40% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
  60% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	opacity: 1;
  }
  80% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
  }
  40% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
  60% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	opacity: 1;
  }
  80% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
.flipInY,
.flipOutX {
  -webkit-backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
  }
  40% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
  60% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	opacity: 1;
  }
  80% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
  }
  40% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
  60% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	opacity: 1;
  }
  80% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }
  30% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	opacity: 1;
  }
  to {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
  }
}
@keyframes flipOutX {
  from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }
  30% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	opacity: 1;
  }
  to {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }
  30% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	opacity: 1;
  }
  to {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0;
  }
}
@keyframes flipOutY {
  from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }
  30% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	opacity: 1;
  }
  to {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
	-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
	transform: translate3d(100%, 0, 0) skewX(-30deg);
	opacity: 0;
  }
  60% {
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
	opacity: 1;
  }
  80% {
	-webkit-transform: skewX(-5deg);
	transform: skewX(-5deg);
	opacity: 1;
  }
  to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
	-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
	transform: translate3d(100%, 0, 0) skewX(-30deg);
	opacity: 0;
  }
  60% {
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
	opacity: 1;
  }
  80% {
	-webkit-transform: skewX(-5deg);
	transform: skewX(-5deg);
	opacity: 1;
  }
  to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
	opacity: 1;
  }
  to {
	-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
	opacity: 1;
  }
  to {
	-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, -200deg);
	transform: rotate3d(0, 0, 1, -200deg);
	opacity: 0;
  }
  to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
@keyframes rotateIn {
  from {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, -200deg);
	transform: rotate3d(0, 0, 1, -200deg);
	opacity: 0;
  }
  to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
  }
  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
  }
  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
  }
  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
  }
  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
  }
  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
  }
  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	opacity: 0;
  }
  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	opacity: 0;
  }
  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: 1;
  }
  to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, 200deg);
	transform: rotate3d(0, 0, 1, 200deg);
	opacity: 0;
  }
}
@keyframes rotateOut {
  from {
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: 1;
  }
  to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, 200deg);
	transform: rotate3d(0, 0, 1, 200deg);
	opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
  }
  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
  }
  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
  }
  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
  }
  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
  }
  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
  }
  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
  }
  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
  }
  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
  }
  20%,
  60% {
	-webkit-transform: rotate3d(0, 0, 1, 80deg);
	transform: rotate3d(0, 0, 1, 80deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
  }
  40%,
  80% {
	-webkit-transform: rotate3d(0, 0, 1, 60deg);
	transform: rotate3d(0, 0, 1, 60deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
  }
  to {
	-webkit-transform: translate3d(0, 700px, 0);
	transform: translate3d(0, 700px, 0);
	opacity: 0;
  }
}
@keyframes hinge {
  0% {
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
  }
  20%,
  60% {
	-webkit-transform: rotate3d(0, 0, 1, 80deg);
	transform: rotate3d(0, 0, 1, 80deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
  }
  40%,
  80% {
	-webkit-transform: rotate3d(0, 0, 1, 60deg);
	transform: rotate3d(0, 0, 1, 60deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
  }
  to {
	-webkit-transform: translate3d(0, 700px, 0);
	transform: translate3d(0, 700px, 0);
	opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes rollIn {
  from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
	opacity: 1;
  }
}
@keyframes zoomIn {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
	opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
	opacity: 1;
  }
  50% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
	opacity: 0;
  }
}
@keyframes zoomOut {
  from {
	opacity: 1;
  }
  50% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
	opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
	transform: scale(0.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
	transform: scale(0.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
	transform: scale(0.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
	transform: scale(0.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	visibility: visible;
  }
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	visibility: visible;
  }
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	visibility: visible;
  }
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	visibility: visible;
  }
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: visible;
  }
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: visible;
  }
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	visibility: visible;
  }
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	visibility: visible;
  }
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  to {
	visibility: hidden;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  to {
	visibility: hidden;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  to {
	visibility: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  to {
	visibility: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  to {
	visibility: hidden;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  to {
	visibility: hidden;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  to {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  to {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.item-panel {
  margin: 0;
}
.item-panel .child-content-container,
.item-panel .group-content-container {
  overflow-y: hidden;
  margin: 0;
}
.zero-state {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.45);
  left: 0;
  top: 50%;
  width: 100%;
}
.zero-state__container {
  padding: 20px;
  max-width: 400px;
  margin: 0 auto;
}
.zero-state__icon {
  font-size: 85px;
}
.zero-state__header {
  font-weight: 700;
}
.zero-state__description {
  color: rgba(0, 0, 0, 0.65);
}
.zero-state__description,
.zero-state__header {
  margin: 8px 0 0;
}
.resize-grip {
  background: #1c64b4;
  opacity: 0;
  z-index: 20;
  transition: opacity 0.2s ease-out;
}
.resize-grip:active,
.resize-grip:hover {
  opacity: 1;
}
.resize-grip-transparent,
.resize-grip-transparent:active,
.resize-grip-transparent:hover {
  background-color: transparent;
}
html .resize-grip-top {
  top: -2.5px;
}
html .resize-grip-left {
  left: -2.5px;
}
html .resize-grip-right {
  right: -2.5px;
}
html .resize-grip-bottom {
  bottom: -2.5px;
}
html .resize-grip-bottom,
html .resize-grip-top {
  left: 0;
  right: 0;
  height: 5px;
}
html .resize-grip-left,
html .resize-grip-right {
  top: 0;
  bottom: 0;
  width: 5px;
}
html .resize-grip-top-left {
  top: -2.5px;
  left: -2.5px;
}
html .resize-grip-top-right {
  top: -2.5px;
  right: -2.5px;
}
html .resize-grip-bottom-left {
  bottom: -2.5px;
  left: -2.5px;
}
html .resize-grip-bottom-right {
  bottom: -2.5px;
  right: -2.5px;
}
html .resize-grip-bottom-left,
html .resize-grip-bottom-right,
html .resize-grip-top-left,
html .resize-grip-top-right {
  width: 5px;
  height: 5px;
}
.phone .resize-grip-top,
.tablet .resize-grip-top {
  top: -10px;
}
.phone .resize-grip-left,
.tablet .resize-grip-left {
  left: -10px;
}
.phone .resize-grip-right,
.tablet .resize-grip-right {
  right: -10px;
}
.phone .resize-grip-bottom,
.tablet .resize-grip-bottom {
  bottom: -10px;
}
.phone .resize-grip-bottom,
.phone .resize-grip-top,
.tablet .resize-grip-bottom,
.tablet .resize-grip-top {
  left: 0;
  right: 0;
  height: 20px;
}
.phone .resize-grip-left,
.phone .resize-grip-right,
.tablet .resize-grip-left,
.tablet .resize-grip-right {
  top: 0;
  bottom: 0;
  width: 20px;
}
.phone .resize-grip-top-left,
.tablet .resize-grip-top-left {
  top: -10px;
  left: -10px;
}
.phone .resize-grip-top-right,
.tablet .resize-grip-top-right {
  top: -10px;
  right: -10px;
}
.phone .resize-grip-bottom-left,
.tablet .resize-grip-bottom-left {
  bottom: -10px;
  left: -10px;
}
.phone .resize-grip-bottom-right,
.tablet .resize-grip-bottom-right {
  bottom: -10px;
  right: -10px;
}
.phone .resize-grip-bottom-left,
.phone .resize-grip-bottom-right,
.phone .resize-grip-top-left,
.phone .resize-grip-top-right,
.tablet .resize-grip-bottom-left,
.tablet .resize-grip-bottom-right,
.tablet .resize-grip-top-left,
.tablet .resize-grip-top-right {
  width: 20px;
  height: 20px;
}
.resize-grip-cursor-n {
  cursor: n-resize;
}
.resize-grip-cursor-s {
  cursor: s-resize;
}
.resize-grip-cursor-e {
  cursor: e-resize;
}
.resize-grip-cursor-w {
  cursor: w-resize;
}
.resize-grip-cursor-ne {
  cursor: ne-resize;
}
.resize-grip-cursor-se {
  cursor: se-resize;
}
.resize-grip-cursor-nw {
  cursor: nw-resize;
}
.resize-grip-cursor-sw {
  cursor: sw-resize;
}
.resize-grip-column {
  cursor: col-resize;
}
.action-dialog {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.action-dialog .button-panel button {
  width: 100%;
  border-radius: 0;
}
.action-dialog .button-panel button:not(:first-child) {
  border-top: none;
}
.action-dialog .button-panel button:first-child {
  border-radius: 2px 2px 0 0;
}
.action-dialog .button-panel button:last-child {
  border-radius: 0 0 2px 2px;
}
.action-dialog__cancel {
  margin-top: 20px;
}
.action-sheet {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding-top: 65px;
  z-index: 100000;
}
.action-sheet__header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cacacd;
  padding: 10px;
  height: 65px;
}
.action-sheet__header button {
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.action-sheet__title {
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.action-sheet__content {
  height: 100%;
  padding: 10px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.alert__content,
.alert__message {
  overflow: hidden;
  white-space: nowrap;
}
.alert {
  display: flex;
  padding: 8px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.phone .alert {
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.alert--inline {
  margin-bottom: 10px;
}
.alert--floating {
  position: absolute;
  z-index: 60;
  top: 10px;
  right: 10px;
  padding: 8px;
}
.alert--error {
  background-color: #ffedef;
  border-color: #c4202f;
}
.alert--error .alert__icon {
  color: #c4202f;
}
.alert--info {
  background-color: #e9f8ff;
  border-color: #1c64b4;
}
.alert--info .alert__icon {
  color: #1c64b4;
}
.alert--warning {
  background-color: #fff6df;
  border-color: #faa519;
}
.alert--warning .alert__icon {
  color: #faa519;
}
.alert--success {
  background-color: #efffe5;
  border-color: #00c425;
}
.alert--success .alert__icon {
  color: #00c425;
}
.alert__icon {
  margin-right: 8px;
  font-size: 24px;
}
.alert__content {
  min-width: 0;
}
.alert__content-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.phone .alert__content-container {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.alert__close {
  margin-left: 10px;
  color: #32323c;
  cursor: pointer;
}
.alert__close.selected,
.alert__close:active,
.alert__close:focus,
.alert__close:hover {
  opacity: 1;
  box-shadow: none;
}
.alert__show-again-control {
  margin-bottom: 0;
  margin-left: 20px;
}
.alert__show-again-control.checkbox.inline {
  margin-right: 0;
}
.alert__show-again-control label {
  margin-bottom: 0;
}
.phone .alert__show-again-control {
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 0;
}
.alert__button-panel {
  margin-left: 20px;
}
.phone .alert__button-panel {
  margin-top: 10px;
  margin-left: 0;
}
.alert__undo-link {
  margin-left: 20px;
}
.alert__info-link {
  margin-left: 5px;
}
.phone .alert__info-link {
  margin-left: 0;
}
.alert__message {
  display: block;
  text-overflow: ellipsis;
}
.phone .alert__message {
  white-space: normal;
  overflow: visible;
}
.alert button + button {
  margin-left: 5px;
}
.autocomplete {
  display: inline-block;
  position: relative;
}
.autocomplete.combo-box .autocomplete__input {
  width: 100%;
  padding-right: 30px;
}
.autocomplete.combo-box .autocomplete__input:focus + .icon {
  border-color: #1c64b4;
}
.autocomplete.combo-box .icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  border-left: 1px solid #adadad;
  cursor: pointer;
}
.card,
.card-organizer {
  position: relative;
}
.autocomplete__list {
  margin: 0;
}
.popover.autocomplete__popover .popover__content {
  overflow-x: hidden;
  max-width: none;
  padding: 0;
}
.autocomplete__list-item {
  padding: 5px;
}
.autocomplete__list-item.selected,
.autocomplete__list-item:hover {
  cursor: pointer;
  background-color: #e9f8ff;
}
.autocomplete__list-item .highlight {
  font-weight: 700;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
  letter-spacing: 0.5px;
}
.badge:empty {
  display: none;
}
.badge.badge--green {
  background-color: #00c425;
}
.badge.badge--red {
  background-color: #c4202f;
}
.badge.badge--yellow {
  background-color: #faa519;
}
.badge.badge--white {
  background-color: #fff;
  color: #32323c;
}
.badge.badge--blue {
  background-color: #1c64b4;
}
.badge.badge--purple {
  background-color: #884fad;
}
.badge .icon {
  font-size: 12px;
  vertical-align: middle;
}
button .badge {
  margin-left: 5px;
}
button {
  font-size: 100%;
  margin: 0;
}
.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  position: relative;
  border: 1px solid #cacacd;
  background-color: #efeff6;
  border-radius: 2px;
  color: #32323c;
  cursor: pointer;
  padding: 0 10px;
  display: inline-block;
  min-height: 30px;
  min-width: 30px;
  max-width: 100%;
  outline: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.btn:focus,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  border-color: #1c64b4;
}
.btn[data-focus-hidden],
button[data-focus-hidden],
input[type=button][data-focus-hidden],
input[type=reset][data-focus-hidden],
input[type=submit][data-focus-hidden] {
  border-color: #cacacd;
}
.btn:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #a6a6a6;
  z-index: 1;
}
.btn.btn--pressed,
.btn.btn--selected,
.btn:active,
button.btn--pressed,
button.btn--selected,
button:active,
input[type=button].btn--pressed,
input[type=button].btn--selected,
input[type=button]:active,
input[type=reset].btn--pressed,
input[type=reset].btn--selected,
input[type=reset]:active,
input[type=submit].btn--pressed,
input[type=submit].btn--selected,
input[type=submit]:active {
  border-color: #9b9b9b;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  background-color: #d4d4d4;
}
.btn.btn--pressed:focus:not([data-focus-hidden]):not(:active),
.btn.btn--selected:focus:not([data-focus-hidden]):not(:active),
button.btn--pressed:focus:not([data-focus-hidden]):not(:active),
button.btn--selected:focus:not([data-focus-hidden]):not(:active),
input[type=button].btn--pressed:focus:not([data-focus-hidden]):not(:active),
input[type=button].btn--selected:focus:not([data-focus-hidden]):not(:active),
input[type=reset].btn--pressed:focus:not([data-focus-hidden]):not(:active),
input[type=reset].btn--selected:focus:not([data-focus-hidden]):not(:active),
input[type=submit].btn--pressed:focus:not([data-focus-hidden]):not(:active),
input[type=submit].btn--selected:focus:not([data-focus-hidden]):not(:active) {
  border-color: #154b88;
}
.btn.btn--disabled,
.btn:disabled,
button.btn--disabled,
button:disabled,
input[type=button].btn--disabled,
input[type=button]:disabled,
input[type=reset].btn--disabled,
input[type=reset]:disabled,
input[type=submit].btn--disabled,
input[type=submit]:disabled {
  box-shadow: none;
  color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(155, 155, 155, 0.4);
  background-color: rgba(255, 255, 255, 0.4);
}
.btn .icon,
button .icon,
input[type=button] .icon,
input[type=reset] .icon,
input[type=submit] .icon {
  line-height: 20px;
}
.btn.btn--selected .icon--deselected,
.btn.collapsed .icon--expanded,
.btn:not(.btn--selected) .icon--selected,
.btn:not(.collapsed) .icon--collapsed,
button.btn--selected .icon--deselected,
button.collapsed .icon--expanded,
button:not(.btn--selected) .icon--selected,
button:not(.collapsed) .icon--collapsed,
input[type=button].btn--selected .icon--deselected,
input[type=button].collapsed .icon--expanded,
input[type=button]:not(.btn--selected) .icon--selected,
input[type=button]:not(.collapsed) .icon--collapsed,
input[type=reset].btn--selected .icon--deselected,
input[type=reset].collapsed .icon--expanded,
input[type=reset]:not(.btn--selected) .icon--selected,
input[type=reset]:not(.collapsed) .icon--collapsed,
input[type=submit].btn--selected .icon--deselected,
input[type=submit].collapsed .icon--expanded,
input[type=submit]:not(.btn--selected) .icon--selected,
input[type=submit]:not(.collapsed) .icon--collapsed {
  display: none;
}
.phone .btn,
.phone button,
.phone input[type=button],
.phone input[type=reset],
.phone input[type=submit],
.tablet .btn,
.tablet button,
.tablet input[type=button],
.tablet input[type=reset],
.tablet input[type=submit] {
  min-height: 44px;
  min-width: 44px;
}
.card--preview-left .card__content,
.card--preview-left.card--full-bleed .card__summary {
  min-height: 84px;
}
.phone .btn .icon,
.phone button .icon,
.phone input[type=button] .icon,
.phone input[type=reset] .icon,
.phone input[type=submit] .icon,
.tablet .btn .icon,
.tablet button .icon,
.tablet input[type=button] .icon,
.tablet input[type=reset] .icon,
.tablet input[type=submit] .icon {
  line-height: 21px;
}
.btn--link,
.btn--link .btn,
.btn--link button,
.btn--link input[type=button],
.btn--link input[type=reset],
.btn--link input[type=submit] {
  background: 0 0;
  box-shadow: none;
  border-color: transparent;
}
.btn--link .btn:hover,
.btn--link button:hover,
.btn--link input[type=button]:hover,
.btn--link input[type=reset]:hover,
.btn--link input[type=submit]:hover,
.btn--link:hover {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.05);
}
.btn--link .btn[data-focus-hidden],
.btn--link button[data-focus-hidden],
.btn--link input[type=button][data-focus-hidden],
.btn--link input[type=reset][data-focus-hidden],
.btn--link input[type=submit][data-focus-hidden],
.btn--link[data-focus-hidden] {
  border-color: transparent;
}
.btn--link .btn.btn--pressed,
.btn--link .btn:active,
.btn--link button.btn--pressed,
.btn--link button:active,
.btn--link input[type=button].btn--pressed,
.btn--link input[type=button]:active,
.btn--link input[type=reset].btn--pressed,
.btn--link input[type=reset]:active,
.btn--link input[type=submit].btn--pressed,
.btn--link input[type=submit]:active,
.btn--link.btn--pressed,
.btn--link:active {
  color: #000;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
  outline: 0;
}
.btn--link .btn.btn--selected,
.btn--link button.btn--selected,
.btn--link input[type=button].btn--selected,
.btn--link input[type=reset].btn--selected,
.btn--link input[type=submit].btn--selected,
.btn--link.btn--selected {
  color: #1c64b4;
  border-color: transparent;
  background: 0 0;
  box-shadow: none;
  outline: 0;
}
.btn--link .btn.btn--selected.btn--disabled,
.btn--link .btn.btn--selected:disabled,
.btn--link button.btn--selected.btn--disabled,
.btn--link button.btn--selected:disabled,
.btn--link input[type=button].btn--selected.btn--disabled,
.btn--link input[type=button].btn--selected:disabled,
.btn--link input[type=reset].btn--selected.btn--disabled,
.btn--link input[type=reset].btn--selected:disabled,
.btn--link input[type=submit].btn--selected.btn--disabled,
.btn--link input[type=submit].btn--selected:disabled,
.btn--link.btn--selected.btn--disabled,
.btn--link.btn--selected:disabled {
  color: rgba(0, 141, 208, 0.6);
}
.btn--link .btn.btn--disabled,
.btn--link .btn:disabled,
.btn--link button.btn--disabled,
.btn--link button:disabled,
.btn--link input[type=button].btn--disabled,
.btn--link input[type=button]:disabled,
.btn--link input[type=reset].btn--disabled,
.btn--link input[type=reset]:disabled,
.btn--link input[type=submit].btn--disabled,
.btn--link input[type=submit]:disabled,
.btn--link.btn--disabled,
.btn--link:disabled {
  border-color: transparent;
  background: 0 0;
}
.btn--primary {
  color: #fff;
  border-color: #154b88;
  background-color: #1c64b4;
}
.btn--primary:hover {
  color: #fff;
  border-color: #123f72;
}
.btn--primary:focus {
  outline: #fff solid 1px;
  outline-offset: -2px;
}
.btn--primary:active,
.btn--primary[data-focus-hidden] {
  outline: 0;
}
.btn--primary.btn--pressed,
.btn--primary.btn--selected,
.btn--primary:active {
  color: #fff;
  border-color: #071a30;
  background-color: #19589e;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.btn--primary.btn--disabled,
.btn--primary:disabled {
  opacity: .4;
  color: #fff;
  box-shadow: none;
  border-color: #154b88;
  background-color: #1c64b4;
}
.btn--stacked {
  padding-top: 4px;
  padding-bottom: 4px;
}
.btn--stacked .icon {
  display: block;
  margin-top: 4px;
}
.btn--full-width {
  display: block;
  width: 100%;
}
.btn--alert {
  color: #fff;
  border-color: #981924;
  background-color: #c4202f;
}
.btn--alert:hover {
  color: #fff;
  border-color: #82151f;
  background-color: #bb1f2d;
}
.btn--alert:focus {
  outline: #fff solid 1px;
  outline-offset: -2px;
}
.btn--alert:active,
.btn--alert[data-focus-hidden] {
  outline: 0;
}
.btn--alert.btn--pressed,
.btn--alert.btn--selected,
.btn--alert:active {
  color: #fff;
  border-color: #000;
  background-color: #981924;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.btn--alert.btn--disabled,
.btn--alert:disabled {
  opacity: .4;
  color: #fff;
  box-shadow: none;
  border-color: #981924;
  background-color: #c4202f;
}
.button-group {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap !important;
}
.button-group button {
  border-radius: 0;
  margin-right: -1px;
  line-height: 2;
}
.button-group button:first-child {
  border-radius: 2px 0 0 2px;
}
.button-group button:last-child {
  border-radius: 0 2px 2px 0;
  margin-right: 0;
}
.button-group button.pressed,
.button-group button.selected {
  z-index: 4;
}
.button-group button:focus {
  z-index: 5;
}
.menu-button {
  border-color: transparent;
  background-color: transparent;
}
.menu-button:hover {
  border-color: transparent;
  color: #4489c1;
}
.menu-button.pressed,
.menu-button.selected,
.menu-button:active {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.5);
}
.card {
  background-color: #fff;
  border: 1px solid #cacacd;
  padding: 10px 20px;
  margin: 10px 0;
  overflow: hidden;
}
.card .property-label,
.card .property-value {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card--preview-top .card__avatar,
.card__thumb .icon {
  display: inline-block;
}
.card-organizer .card {
  position: absolute;
  margin: 0;
}
.card-organizer .card:not(.dragging) {
  transition-property: top,left;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}
.card--blue,
.card--green,
.card--purple,
.card--red,
.card--yellow {
  color: #fff;
  border: none;
}
.card--blue {
  background-color: #1c64b4;
}
.card--green {
  background-color: #00c425;
}
.card--purple {
  background-color: #884fad;
}
.card--red {
  background-color: #c4202f;
}
.card--yellow {
  background-color: #faa519;
}
.card__action-footer {
  position: relative;
  padding: 10px 0 0;
  border-top: 3px solid #cacacd;
}
.card__avatar {
  position: relative;
  overflow: hidden;
  border: 1px solid #cacacd;
  border-radius: 50%;
}
.card__avatar.card__avatar--24 {
  width: 24px;
  height: 24px;
}
.card__avatar.card__avatar--48 {
  width: 48px;
  height: 48px;
}
.card__avatar img {
  max-height: 100%;
  max-width: 100%;
}
.card__avatar .icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.card__banner {
  position: relative;
  height: 90px;
  background-color: #efeff6;
  border-bottom: 1px solid #cacacd;
  margin-bottom: 50px;
}
.card__body {
  padding: 10px 0;
}
.card__context-menu {
  position: absolute;
  right: 10px;
  top: 10px;
}
.phone .card__context-menu {
  top: 4px;
}
.card__count {
  color: #999;
  vertical-align: baseline;
  padding: 0 10px 0 0;
  font-size: 13px;
}
.card__count .icon {
  margin-right: 2px;
}
.card__flag {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 3px;
}
.card__header {
  font-size: 18px;
  border-bottom: 3px solid #cacacd;
  margin: 0;
  padding: 5px 0 10px;
}
.card__header .icon {
  font-size: 24px;
}
.card__header + .card__action-footer,
.card__header:only-child {
  border: none;
}
.card__header a {
  color: inherit;
}
.card__header.collapsed {
  border: none;
  padding-bottom: 5px;
}
.card__thumb img,
.table {
  border: 1px solid #cacacd;
}
.card__number {
  font-size: 36px;
}
.card__summary {
  padding-left: 10px;
}
.card__thumb img {
  cursor: pointer;
  width: 100%;
}
.card__thumb .icon {
  margin-top: 10px;
}
.card--preview-left .card__header,
.card--preview-top .card__header {
  border: none;
  padding-top: 10px;
}
.card--count {
  position: relative;
  padding: 10px 20px 15px;
}
.card--form input[type=text],
.card--form select {
  width: 100%;
}
.card--form .control-group {
  margin-bottom: 20px;
}
.card--preview-left {
  padding: 10px 20px 10px 10px;
}
.card--preview-left:not(.card--full-bleed) .card__header {
  padding-top: 0;
}
.card--preview-left.card--full-bleed .card__thumb {
  position: absolute;
  bottom: 0;
  top: 0;
  border-right: 1px solid #cacacd;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: cover;
}
.card--preview-left.card--full-bleed .card__thumb.card__thumb--icon {
  border-right: none;
}
.card--preview-top {
  padding: 10px;
}
.card--preview-top .card__metadata {
  padding: 0 10px;
}
.card--preview-top.card--full-bleed .card__metadata {
  padding: 0 20px 10px;
}
.card--preview-top.card--full-bleed img {
  border: none;
  border-bottom: 1px solid #cacacd;
}
.card--preview-top.card--full-bleed .card--meta-hover img {
  border-bottom: none;
}
.card--meta-hover {
  position: relative;
  overflow: hidden;
}
.card--meta-hover .card__metadata {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  transition-property: bottom,opacity;
  transition-duration: .2s;
  transition-timing-function: ease-out;
  bottom: -600px;
  opacity: 0;
  z-index: 10;
}
.column-header-checkbox:focus,
.grid__header:hover .column-header-checkbox,
.grid__row:hover .row-checkbox {
  opacity: 1;
}
.card--meta-hover:hover .card__metadata {
  bottom: 0;
  opacity: 1;
}
.card--error {
  border-color: #c4202f;
  background-color: #ffedef;
}
.card--error .card__thumb {
  background-color: #c4202f;
  border-right-color: #c4202f!important;
  color: #ffedef;
}
.card--info {
  border-color: #1c64b4;
  background-color: #e9f8ff;
}
.card--info .card__thumb {
  color: #e9f8ff;
  background-color: #1c64b4;
  border-right-color: #1c64b4 !important;
}
.card--success {
  border-color: #00c425;
  background-color: #efffe5;
}
.card--success .card__thumb {
  background-color: #00c425;
  border-right-color: #00c425!important;
  color: #efffe5;
}
.card--warning {
  border-color: #faa519;
  background-color: #fff6df;
}
.card--warning .card__thumb {
  background-color: #faa519;
  border-right-color: #faa519!important;
  color: #fff6df;
}
.card--error .card__summary,
.card--info .card__summary,
.card--success .card__summary,
.card--warning .card__summary {
  padding: 10px;
}
.card--error .card__header,
.card--info .card__header,
.card--success .card__header,
.card--warning .card__header {
  border: none;
}
.card--error .card__description,
.card--info .card__description,
.card--success .card__description,
.card--warning .card__description {
  margin: 0 0 5px;
}
.card--full-bleed {
  padding: 0;
}
.phone .checkmark-radio,
.tablet .checkmark-radio {
  background-color: #fff;
  margin: 0;
  border-top: 1px solid #cacacd;
  border-bottom: 1px solid #cacacd;
  min-height: 44px;
  position: relative;
}
.phone .checkmark-radio input,
.tablet .checkmark-radio input {
  display: none;
}
.phone .checkmark-radio label,
.tablet .checkmark-radio label {
  margin: 0;
  width: 100%;
  display: block;
  min-height: 44px;
  padding: 10px 10px 10px 40px;
}
.phone .checkmark-radio:active label,
.tablet .checkmark-radio:active label {
  background-color: #d4d4d4;
}
.phone .checkmark-radio + .checkmark-radio,
.tablet .checkmark-radio + .checkmark-radio {
  border-top: none;
}
.phone .checkmark-radio .icon-checkmark,
.tablet .checkmark-radio .icon-checkmark {
  display: none;
}
.phone .checkmark-radio input:checked + .icon-checkmark,
.tablet .checkmark-radio input:checked + .icon-checkmark {
  display: block;
  position: absolute;
  top: 13px;
  left: 10px;
}
.grid,
.grid__body,
.grid__header,
.grid__header-cell,
.grid__row {
  position: relative;
}
.grid {
  background-color: #fff;
  padding: 20px;
  height: 100%;
}
.grid.has-checkboxes .grid__header .item-panel {
  padding-left: 30px;
}
.grid.has-checkboxes .grid__header .item-panel .grid__checkbox-cell {
  display: block;
}
.grid.has-checkboxes .grid__header .item-panel .grid__checkbox-cell:focus .column-header-checkbox {
  outline: #1c64b4 solid 1px;
  outline-offset: 2px;
}
.grid.has-checkboxes .grid__row {
  padding-left: 30px;
  border-left: none;
}
.grid.has-checkboxes .column-reorder-visual {
  margin-left: 30px;
}
.grid .resize-grip-column {
  top: 2px;
  bottom: 2px;
  right: -3px;
  width: 5px;
}
.grid .item-panel {
  min-width: 100%;
  display: inline-block;
}
.grid__grid-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.grid__header {
  overflow: hidden;
  height: 50px;
  z-index: 40;
  border-bottom: 1px solid #e2e2e2;
  transition: box-shadow 0.5s ease-out;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.grid__header .item-panel {
  position: relative;
  min-width: 100%;
  left: 0;
  top: 0;
  font-weight: 700;
  white-space: nowrap;
}
.vertically-scrolled .grid__header {
  box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.1);
}
.grid__header .grid__checkbox-cell {
  display: none;
  cursor: pointer;
  line-height: 34px;
  height: 50px;
}
.grid__body {
  overflow: auto;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.grid__row {
  height: 50px;
  line-height: 46px;
  border: 1px solid transparent;
  border-bottom-color: #e6e6e6;
  white-space: nowrap;
  cursor: pointer;
}
.grid:not(.no-hover) .grid__row:hover,
.grid:not(.no-hover) .grid__row:hover .grid__checkbox-cell {
  background-color: #f5f8fa;
}
.grid__row[aria-selected=true],
.grid__row[aria-selected=true] .grid__checkbox-cell {
  background-color: #e9f8ff;
}
.grid__row:focus {
  border-color: #1c64b4;
}
.grid__row:focus .grid__checkbox-cell {
  border-left-color: #1c64b4;
}
.grid__row:active,
.grid__row[data-focus-hidden] {
  border-color: transparent transparent #e6e6e6;
}
.grid__row:active .grid__checkbox-cell,
.grid__row[data-focus-hidden] .grid__checkbox-cell {
  border-left-color: transparent;
  border-bottom-color: #e6e6e6;
}
.grid__row:last-child {
  border-bottom-color: transparent;
}
.grid__header-cell {
  display: inline-block;
  cursor: pointer;
  line-height: 34px;
}
.grid__header-cell .column-header-content {
  padding: 4px 4px 4px 15px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.grid__header-cell:focus .column-header-content {
  outline: #1c64b4 solid 1px;
  outline-offset: -1px;
  z-index: 5;
}
.grid__header-cell:active .column-header-content,
.grid__header-cell[data-focus-hidden] .column-header-content {
  outline: 0;
}
.grid__cell {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.grid__cell-content {
  padding: 1px 2px 2px 15px;
}
.grid__checkbox-cell {
  position: absolute;
  vertical-align: middle;
  background-color: #fff;
  border-left: 1px solid transparent;
  z-index: 20;
  height: 100%;
  width: 30px;
  left: 0;
}
.sort-indicator {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.grid__header-cell[aria-sort=none] .sort-indicator {
  display: none;
}
.grid__header-cell[aria-sort=ascending] .sort-indicator {
  border-bottom: 4px solid rgba(0, 0, 0, 0.7);
}
.grid__header-cell[aria-sort=descending] .sort-indicator {
  border-top: 4px solid rgba(0, 0, 0, 0.7);
}
.column-header-checkbox,
.row-checkbox {
  vertical-align: middle;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
.items-checked .column-header-checkbox,
.items-checked .row-checkbox {
  opacity: 1;
}
.column-reorder-visual {
  position: absolute;
  background-color: #fff;
  z-index: 60;
  box-shadow: 0 0 0 0 transparent;
  transition-property: box-shadow, opacity;
  transition-duration: .2s;
  transition-timing-function: ease-out;
  padding: 0;
  opacity: 1;
}
.column-reorder-visual .grid__header-cell {
  font-weight: 700;
}
.column-reorder-visual .grid__header .item-panel,
.column-reorder-visual .grid__row {
  padding: 0;
}
.column-reorder-visual .row-viewport {
  overflow: hidden;
}
.column-reorder-visual.visible {
  opacity: .75;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
}
.list-item:hover .list-item__checkbox,
.list-item[aria-selected=true] .list-item__checkbox {
  opacity: 1;
}
.loading-indicator {
  position: relative;
  height: 50px;
  line-height: 50px;
}
.loading-indicator button {
  width: 100%;
}
.list-panel .loading-indicator,
.row-viewport .loading-indicator {
  padding-right: 10px;
}
.grid .group-header {
  margin: 20px 0 5px;
  padding-bottom: 3px;
}
.group-content-container {
  margin: 0;
}
.layout-row {
  width: 100%;
  clear: both;
  position: relative;
}
.layout-row.default-padding {
  padding: 0 0 10px;
}
.layout-row:after,
.layout-row:before {
  content: ' ';
  clear: both;
  display: table;
}
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.column {
  float: left;
  display: block;
  min-height: 1px;
  position: relative;
  overflow: hidden;
}
.list-item,
.menu-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  cursor: pointer;
}
.col-1.default-padding,
.col-10.default-padding,
.col-11.default-padding,
.col-12.default-padding,
.col-2.default-padding,
.col-3.default-padding,
.col-4.default-padding,
.col-5.default-padding,
.col-6.default-padding,
.col-7.default-padding,
.col-8.default-padding,
.col-9.default-padding,
.column.default-padding {
  padding: 0 10px 0 0;
}
[class*=col-]:last-child,
[class^=col-]:last-child {
  padding-right: 0;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12,
.list .loading-indicator button,
.list-item {
  width: 100%;
}
.col-offset-1 {
  margin-left: 8.33333333%;
}
.col-offset-2 {
  margin-left: 16.66666667%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-offset-4 {
  margin-left: 33.33333333%;
}
.col-offset-5 {
  margin-left: 41.66666667%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-offset-7 {
  margin-left: 58.33333333%;
}
.col-offset-8 {
  margin-left: 66.66666667%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-offset-10 {
  margin-left: 83.33333333%;
}
.col-offset-11 {
  margin-left: 91.66666667%;
}
.list {
  overflow-y: auto;
  position: relative;
  background-color: #fff;
  padding: 20px;
  height: 100%;
}
.list.no-container {
  padding: 1px;
  background-color: transparent;
}
.phone .list,
.tablet .list {
  padding: 8px;
}
.list .loading-indicator {
  position: relative;
  height: 38px;
  line-height: 38px;
}
.list .group-header {
  margin: 20px 0 10px;
}
.list .group-content-container {
  margin: 0;
}
.list-item {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  border-bottom: 1px solid #e6e6e6;
}
.list-item:last-child {
  border-color: transparent;
}
.list:not(.no-hover) .list-item:hover {
  background-color: #f5f8fa;
}
.list-item:focus {
  outline: #1c64b4 solid 1px;
  outline-offset: -1px;
  z-index: 5;
}
.list-item:active,
.list-item[data-focus-hidden] {
  outline: 0;
}
.list-item[aria-selected=true] {
  background-color: #e9f8ff;
}
.phone .list-item,
.tablet .list-item {
  height: auto;
  min-height: 44px;
}
.list-item__checkbox-container {
  width: 32px;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-align: center;
}
.phone .list-item__checkbox-container,
.tablet .list-item__checkbox-container {
  width: 44px;
}
.list-item__checkbox {
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
.items-checked .list-item__checkbox,
.phone .list-item__checkbox,
.tablet .list-item__checkbox {
  opacity: 1;
}
.list-item__content {
  flex-grow: 1;
}
.desktop .list-item__content {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-item__icon {
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 32px;
}
.list-item__indicator {
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 6px;
}
.menu {
  position: absolute;
  z-index: 10000;
  min-width: 100px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  border-radius: 2px;
  border: 1px solid grey;
}
.dialog,
.modal-overlay {
  z-index: 100000;
  position: absolute;
}
.menu .content-panel {
  height: 100%;
  overflow: hidden;
}
.menu .item-viewport {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.menu .item-panel {
  padding: 5px 0;
  margin: 0;
}
.menu.flat {
  min-width: 200px;
}
.menu.flat .animation-panel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.menu.flat .menu-header {
  position: relative;
  height: 44px;
  background: #fafafa;
  border-bottom: 1px solid #bbb;
  border-radius: 2px 2px 0 0;
}
.menu.flat .menu-header-button.btn--link,
.menu.flat .menu-header-button.btn--link:active,
.menu.flat .menu-header-button.btn--link:hover {
  background: 0 0!important;
  box-shadow: none!important;
  border: none!important;
  line-height: 37px;
}
.menu.flat .menu-header-label-container {
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  line-height: 44px;
  height: 44px;
  width: 100%;
  left: 0;
  padding: 0 8px 0 36px;
}
.menu.flat .item-panel {
  padding: 0;
}
.menu-item {
  position: relative;
  border: 1px solid transparent;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu-item.menu-item-opened,
.menu-item:hover {
  background-color: #f5f8fa;
}
.menu-item[aria-selected=true] {
  background-color: #e9f8ff;
}
.menu-item[aria-disabled=true] {
  background-color: transparent;
}
.menu-item__icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  padding-left: 10px;
}
.menu-item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.menu-item__content {
  display: block;
}
.menu-item__description {
  color: #999;
}
.menu-item__indicator {
  padding-left: 10px;
  padding-right: 10px;
}
.menu-item__submenu-indicator {
  width: 16px;
}
.menu__separator {
  height: 1px;
  background: #ddd;
  margin-top: 4px;
  margin-bottom: 4px;
}
.menu__group-header {
  padding: 4px 10px;
  font-weight: 700;
  color: #999;
  border-top: 1px solid #ddd;
}
.modal-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.6);
}
.dialog {
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.dialog .resize-grip,
.dialog .resize-grip:active,
.dialog .resize-grip:hover {
  background-color: transparent;
}
.dialog.full-screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
}
.dialog__footer:before,
.dialog__header:after {
  content: "";
  left: 20px;
  right: 20px;
  border-bottom: 1px solid #cacacd;
}
.dialog__close {
  cursor: pointer;
  margin-left: 20px;
  color: #32323c;
}
.dialog__header {
  position: relative;
  padding: 16px 20px;
  border-radius: 2px 2px 0 0;
  cursor: move;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-item,
.properties-header,
[data-expander] {
  cursor: pointer;
}
.dialog__header:after {
  position: absolute;
  bottom: 0;
}
.dialog__header-content {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.dialog__footer,
.nav-item__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-align-items: center;
}
.dialog__body {
  padding: 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.dialog__footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  position: relative;
}
.phone .dialog__footer {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.dialog__footer:before {
  position: absolute;
  top: 0;
}
.dialog__footer-panel {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 20px;
}
.phone .dialog__footer-panel {
  margin-bottom: 20px;
}
.dialog__footer-panel:empty {
  padding-right: 0;
}
.phone .dialog__footer-panel:empty {
  margin-bottom: 0;
}
.dialog__footer-button-panel {
  white-space: nowrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.dialog__footer-button-panel button {
  margin-left: 8px;
}
.phone .dialog__footer-button-panel {
  white-space: normal;
  width: 100%;
}
.phone .dialog__footer-button-panel button {
  width: 100%;
  margin-left: 0;
  margin-bottom: 8px;
}
.iframe-fix-element {
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.navigation {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 10px;
}
.navigation .nav-item__content {
  color: #828282;
}
.navigation .item-panel {
  margin: 10px 0;
}
.navigation .child-content-container,
.navigation .group-content-container {
  margin: 0;
}
.navigation .group-header {
  margin: 20px 16px 5px 20px;
}
.nav-item {
  list-style: none;
  border-left: 4px solid transparent;
}
.nav-item:hover {
  border-left-color: #bbb;
}
.nav-item[aria-selected=true] {
  border-left-color: #1c64b4;
}
.nav-item[aria-selected=true] .nav-item__content {
  color: #1c64b4;
}
.nav-item__content {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  color: #828282;
}
.nav-item__expander {
  width: 26px;
  font-size: 12px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.nav-item__name {
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.nav-item__icon {
  width: 16px;
  margin: 0 5px 0 1px;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.desktop .navigation .nav-item:focus {
  outline: #1c64b4 solid 1px;
  outline-offset: -1px;
  z-index: 5;
}
.desktop .navigation .nav-item:active,
.desktop .navigation .nav-item[data-focus-hidden] {
  outline: 0;
}
.navigation.flattened {
  padding-right: 0;
}
.navigation.flattened .item-panel {
  margin: 0;
}
.navigation.flattened .group-content-container {
  border-top: 1px solid #cacacd;
}
.navigation.flattened .group-header {
  font-size: 16px;
  padding: 21px 0 3px 20px;
  margin: 0;
}
.navigation.flattened .nav-item {
  background-color: #fff;
  border-bottom: 1px solid #cacacd;
  border-left: none;
  padding-right: 10px;
}
.navigation.flattened .nav-item:hover {
  border-left: none;
}
.navigation.flattened .nav-item__content {
  height: 44px;
  padding-left: 20px;
}
.navigation.flattened .nav-item__expander {
  display: none;
}
.pane-container {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.pane-container .pane {
  position: absolute;
  border-style: solid;
  border-color: #cacacd;
}
.pane-container .pane--floating {
  z-index: 20;
}
.pane-container .pane--side {
  background-color: #efeff6;
}
.phone .pane-container .action-pane,
.tablet .pane-container .action-pane {
  padding: 20px;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (orientation: portrait) {
  .phone .pane-container .action-pane,
  .tablet .pane-container .action-pane {
	border-left: none;
	border-top: 1px solid #cdcdcd;
  }
}
.transitional-content-container {
  position: relative;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.transitional-content-container.animating {
  overflow: hidden;
}
.transitional-content-container.animating .transitional-content {
  position: absolute;
  width: 100%;
}
.menu .pointer-top,
.popover .pointer-top {
  position: absolute;
  bottom: -8px;
  margin-left: -9px;
  border-top: 9px solid #fff;
  border-top-color: #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.menu .pointer-bottom,
.popover .pointer-bottom {
  position: absolute;
  top: -8px;
  margin-left: -9px;
  border-bottom: 9px solid #fff;
  border-bottom-color: #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.menu .pointer-left,
.menu .pointer-right,
.popover .pointer-left,
.popover .pointer-right {
  margin-top: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
  position: absolute;
}
.menu .pointer-left,
.popover .pointer-left {
  right: -8px;
  border-left: 8px solid #fff;
  border-left-color: #fff;
}
.menu .pointer-right,
.popover .pointer-right {
  left: -8px;
  border-right: 8px solid #fff;
  border-right-color: #fff;
}
.menu .pointer-shadow-top,
.popover .pointer-shadow-top {
  position: absolute;
  bottom: -9px;
  margin-left: -9px;
  border-top: 9px solid #454545;
  border-top-color: #454545;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.menu .pointer-shadow-bottom,
.popover .pointer-shadow-bottom {
  position: absolute;
  top: -9px;
  margin-left: -9px;
  border-bottom: 9px solid #454545;
  border-bottom-color: #454545;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.menu .pointer-shadow-left,
.menu .pointer-shadow-right,
.popover .pointer-shadow-left,
.popover .pointer-shadow-right {
  margin-top: -9px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  display: inline-block;
  position: absolute;
}
.menu .pointer-shadow-left,
.popover .pointer-shadow-left {
  right: -9px;
  border-left: 9px solid #454545;
  border-left-color: #454545;
}
.menu .pointer-shadow-right,
.popover .pointer-shadow-right {
  left: -9px;
  border-right: 9px solid #454545;
  border-right-color: #454545;
}
.popover {
  position: absolute;
  background-color: #fff;
  z-index: 10000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  border: 1px solid grey;
  border-radius: 2px;
  min-width: 100px;
}
.popover .item-panel {
  display: table;
  width: 100%;
}
.popover .popover__content {
  height: 100%;
  max-width: 400px;
  overflow: auto;
  padding: 10px;
}
.popover .popover__close-button {
  position: absolute;
  top: 4px;
  right: 4px;
}
.popover__menu-item {
  display: block;
  margin-top: 8px;
  width: 100%;
}
.popover__menu-item:first-child {
  margin-top: 0;
}
.popover__menu-item.disabled {
  color: #adadad;
}
.popover.interactive .popover__content {
  min-height: 38px;
  padding: 10px 46px 10px 10px;
}
.popover.popover--error {
  background-color: #ffedef!important;
  border-color: #c4202f;
}
.popover.popover--error .pointer-top {
  border-top: 8px solid #ffedef;
  border-top-color: #ffedef;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block;
}
.popover.popover--error .pointer-bottom {
  border-bottom: 8px solid #ffedef;
  border-bottom-color: #ffedef;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block;
}
.popover.popover--error .pointer-left,
.popover.popover--error .pointer-right {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
}
.popover.popover--error .pointer-left {
  border-left: 8px solid #ffedef;
  border-left-color: #ffedef;
}
.popover.popover--error .pointer-right {
  border-right: 8px solid #ffedef;
  border-right-color: #ffedef;
}
.popover.popover--error .pointer-shadow-top {
  border-top: 9px solid #c4202f;
  border-top-color: #c4202f;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.popover.popover--error .pointer-shadow-bottom {
  border-bottom: 9px solid #c4202f;
  border-bottom-color: #c4202f;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.popover.popover--error .pointer-shadow-left {
  border-left: 9px solid #c4202f;
  border-left-color: #c4202f;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  display: inline-block;
}
.popover.popover--error .pointer-shadow-right {
  border-right: 9px solid #c4202f;
  border-right-color: #c4202f;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  display: inline-block;
}
.popover.popover--success {
  background-color: #efffe5!important;
  border-color: #00c425;
}
.popover.popover--success .pointer-top {
  border-top: 8px solid #efffe5;
  border-top-color: #efffe5;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block;
}
.popover.popover--success .pointer-bottom {
  border-bottom: 8px solid #efffe5;
  border-bottom-color: #efffe5;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block;
}
.popover.popover--success .pointer-left,
.popover.popover--success .pointer-right {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
}
.popover.popover--success .pointer-left {
  border-left: 8px solid #efffe5;
  border-left-color: #efffe5;
}
.popover.popover--success .pointer-right {
  border-right: 8px solid #efffe5;
  border-right-color: #efffe5;
}
.popover.popover--success .pointer-shadow-top {
  border-top: 9px solid #00c425;
  border-top-color: #00c425;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.popover.popover--success .pointer-shadow-bottom {
  border-bottom: 9px solid #00c425;
  border-bottom-color: #00c425;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.popover.popover--success .pointer-shadow-left {
  border-left: 9px solid #00c425;
  border-left-color: #00c425;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  display: inline-block;
}
.popover.popover--success .pointer-shadow-right {
  border-right: 9px solid #00c425;
  border-right-color: #00c425;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  display: inline-block;
}
.popover.popover--info {
  background-color: #e9f8ff!important;
  border-color: #1c64b4;
}
.popover.popover--info .pointer-top {
  border-top: 8px solid #e9f8ff;
  border-top-color: #e9f8ff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block;
}
.popover.popover--info .pointer-bottom {
  border-bottom: 8px solid #e9f8ff;
  border-bottom-color: #e9f8ff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block;
}
.popover.popover--info .pointer-left,
.popover.popover--info .pointer-right {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
}
.popover.popover--info .pointer-left {
  border-left: 8px solid #e9f8ff;
  border-left-color: #e9f8ff;
}
.popover.popover--info .pointer-right {
  border-right: 8px solid #e9f8ff;
  border-right-color: #e9f8ff;
}
.popover.popover--info .pointer-shadow-top {
  border-top: 9px solid #1c64b4;
  border-top-color: #1c64b4;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.popover.popover--info .pointer-shadow-bottom {
  border-bottom: 9px solid #1c64b4;
  border-bottom-color: #1c64b4;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.popover.popover--info .pointer-shadow-left,
.popover.popover--info .pointer-shadow-right {
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  display: inline-block;
}
.popover.popover--info .pointer-shadow-left {
  border-left: 9px solid #1c64b4;
  border-left-color: #1c64b4;
}
.popover.popover--info .pointer-shadow-right {
  border-right: 9px solid #1c64b4;
  border-right-color: #1c64b4;
}
.popover.popover--warning {
  background-color: #fff6df!important;
  border-color: #faa519;
}
.popover.popover--warning .pointer-top {
  border-top: 8px solid #fff6df;
  border-top-color: #fff6df;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block;
}
.popover.popover--warning .pointer-bottom {
  border-bottom: 8px solid #fff6df;
  border-bottom-color: #fff6df;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block;
}
.popover.popover--warning .pointer-left,
.popover.popover--warning .pointer-right {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
}
.popover.popover--warning .pointer-left {
  border-left: 8px solid #fff6df;
  border-left-color: #fff6df;
}
.popover.popover--warning .pointer-right {
  border-right: 8px solid #fff6df;
  border-right-color: #fff6df;
}
.popover.popover--warning .pointer-shadow-top {
  border-top: 9px solid #faa519;
  border-top-color: #faa519;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.popover.popover--warning .pointer-shadow-bottom {
  border-bottom: 9px solid #faa519;
  border-bottom-color: #faa519;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.popover.popover--warning .pointer-shadow-left {
  border-left: 9px solid #faa519;
  border-left-color: #faa519;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  display: inline-block;
}
.popover.popover--warning .pointer-shadow-right {
  border-right: 9px solid #faa519;
  border-right-color: #faa519;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  display: inline-block;
}
.progress-indicator {
  position: relative;
}
.progress-indicator__foreground {
  transition: background-color 0.5s ease-out;
}
.progress-indicator__display:after {
  content: '%';
  font-size: 1ex;
  vertical-align: super;
}
.progress-indicator--circle .progress-indicator__background,
.progress-indicator--circle .progress-indicator__foreground {
  position: absolute;
  visibility: hidden;
}
.progress-indicator--circle .progress-indicator__display {
  margin-left: 4px;
}
.progress-indicator--bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.progress-indicator--bar .progress-indicator__background {
  position: relative;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border-radius: 2px;
  overflow: hidden;
  min-height: 18px;
}
.progress-indicator--bar .progress-indicator__foreground {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 100%;
}
.progress-indicator--bar .progress-indicator__display {
  width: 5ex;
  text-align: right;
}
.progress-indicator--vertical {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
  width: auto;
}
.progress-indicator--vertical .progress-indicator__background {
  width: 18px;
}
.progress-indicator--vertical .progress-indicator__foreground {
  right: 0;
  top: 100%;
}
.progress-indicator--vertical .progress-indicator__display {
  margin-top: 4px;
  text-align: center;
}
.progress-indicator--large-circle .progress-indicator__display {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  margin: -0.5em 0 0;
}
.modal-overlay .progress-indicator__background {
  background-color: rgba(255, 255, 255, 0.3);
}
.modal-overlay .progress-indicator__foreground {
  background-color: #efeff6;
}
.modal-overlay .progress-indicator__display {
  color: #fff;
}
.progress-indicator-overlay {
  background-color: #000;
}
.progress-indicator-overlay .progress-indicator {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
button .progress-indicator-overlay {
  background-color: #9b9b9b;
  border-radius: 1px;
}
.btn--primary .progress-indicator-overlay {
  background-color: #19589e;
}
.btn--alert .progress-indicator-overlay {
  background-color: #981924;
}
.progress-indicator-host,
.progress-indicator-host[data-focus-hidden] {
  border-color: #a6a6a6!important;
  background-color: #9b9b9b;
}
.properties-header {
  position: relative;
  color: #777;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}
.properties-header a[href] {
  color: inherit;
  letter-spacing: 0.5px;
}
.properties-item {
  position: relative;
  border-top: 1px solid rgba(102, 102, 102, 0.15);
  padding: 5px 0;
}
.properties-item:first-child {
  padding-top: 0;
  border-top: none;
}
.properties-item:last-child {
  padding-bottom: 0;
}
.property-label {
  color: #888;
  font-size: 10px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.property-value:empty:after {
  content: ' ';
  white-space: pre;
}
.properties-grid .properties-item-container {
  width: 100%;
}
.properties-grid .properties-item {
  display: table;
  width: 100%;
  margin-bottom: 0;
}
.properties-grid .properties-item .property-label,
.properties-grid .properties-item .property-value {
  display: table-cell;
  padding: 8px 0;
}
.properties-grid .properties-item .property-label {
  padding-top: 11px;
  padding-right: 20px;
}
.properties-grid .properties-item .property-value {
  text-align: right;
}
.tab-control,
.tab-control--minimal {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.tab-control .tab-header,
.tab-control--minimal .tab-header {
  position: absolute;
  z-index: 1;
  margin: 0;
  font-weight: 700;
}
.tab-control .tab-content-container,
.tab-control--minimal .tab-content-container {
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.tab-control .tab-content,
.tab-control--minimal .tab-content {
  position: relative;
  height: 100%;
  overflow: auto;
  padding: 16px;
  -webkit-overflow-scrolling: touch;
}
.tab-control .tab-item,
.tab-control--minimal .tab-item {
  min-width: 24px;
  max-width: 200px;
}
.tab-control .tab-item__content-container,
.tab-control--minimal .tab-item__content-container {
  position: relative;
  padding: 8px 12px 8px 8px;
  overflow: hidden;
  text-shadow: 0 1px 0 #fff;
  white-space: nowrap;
}
.tab-control .tab-item__content-container .tab-item__indicator,
.tab-control--minimal .tab-item__content-container .tab-item__indicator {
  margin-right: 5px;
}
.tab-control .tab-item__content-container .icon,
.tab-control--minimal .tab-item__content-container .icon {
  line-height: 1em;
  vertical-align: middle;
}
.tab-control .tab-item__content-container .close-button,
.tab-control--minimal .tab-item__content-container .close-button {
  position: absolute;
  display: none;
  right: 6px;
  z-index: 40;
  color: #adadad;
  background: #f7f7f7;
  box-shadow: -3px 0 5px #f7f7f7;
  font-size: 16px;
}
.tab-control .tab-item__content-container:hover,
.tab-control--minimal .tab-item__content-container:hover {
  color: #32323c;
  border-color: #cbcbcb;
  cursor: pointer;
}
.tab-control .tab-item[aria-selected=true] .tab-item__content-container,
.tab-control--minimal .tab-item[aria-selected=true] .tab-item__content-container {
  cursor: default;
  background-color: #fff;
  border-color: #cbcbcb;
}
.tab-control .tab-item[aria-selected=true] .tab-item__content-container:hover .close-button,
.tab-control--minimal .tab-item[aria-selected=true] .tab-item__content-container:hover .close-button {
  display: inline;
}
.tab-control .tab-item[aria-selected=true] .tab-item__content-container:hover .close-button:hover,
.tab-control--minimal .tab-item[aria-selected=true] .tab-item__content-container:hover .close-button:hover {
  color: #32323c;
  cursor: pointer;
}
.tab-control .tab-item[aria-disabled] .tab-item__content-container,
.tab-control--minimal .tab-item[aria-disabled] .tab-item__content-container {
  color: #adadad;
}
.tab-control .tab-item[aria-disabled] .tab-item__content-container:hover,
.tab-control--minimal .tab-item[aria-disabled] .tab-item__content-container:hover {
  cursor: default;
  background: 0 0;
  border-color: #cbcbcb;
}
.tab-control .tab-item__overlay,
.tab-control--minimal .tab-item__overlay {
  position: absolute;
  height: 100%;
  width: 6px;
  z-index: 20;
  right: 0;
  top: 0;
}
.tab-control .tab-item[aria-selected=true] .tab-item__overlay,
.tab-control--minimal .tab-item[aria-selected=true] .tab-item__overlay {
  background: #fff;
  box-shadow: -3px 0 5px #fff;
}
.tab-control--minimal .tab-header {
  text-align: center;
}
.tab-control--minimal .tab-content-overlay {
  position: absolute;
  height: 6px;
  width: 100%;
  z-index: 20;
  top: 55px;
}
.tab-control--minimal .tab-content-container {
  padding-top: 62px !important;
}
.tab-control--minimal .tab-item__content-container {
  background-color: inherit;
}
.tab-control--minimal .tab-header-top {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-right: 7px;
}
.tab-control--minimal .tab-header-top .tab-item__content-container {
  margin: 7px 0 -1px 7px;
}
.tab-control--minimal .tab-header-top .tab-item__selector-after {
  position: relative;
  height: 3px;
  width: 200px;
  right: 12px;
  z-index: 30;
  margin-top: 8px;
  background-color: transparent;
  opacity: 0.2;
}
.tab-control--minimal .tab-header-top .tab-item[aria-selected=true] .tab-item__selector-after {
  background-color: #1c64b4;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.tab-control--minimal .tab-header-top .tab-item[aria-selected=true] .tab-item__content-container {
  background-color: inherit;
}
.tab-control--minimal .tab-header-top .tab-item[aria-selected=false] .tab-item__content-container:hover .tab-item__selector-after {
  background-color: #000;
}
.tab-control .tab-header {
  background: #f7f7f7;
}
.tab-control .tab-item__content-container {
  border: 1px solid transparent;
}
.tab-control .tab-item:active .tab-item__content-container,
.tab-control .tab-item:focus .tab-item__content-container,
.tab-control .tab-item[aria-selected=true] .tab-item__content-container .tab-item__content-container,
.tab-control .tab-item[data-focus-hidden] .tab-item__content-container,
.tab-control .tab-item__content-container:hover .tab-item__content-container {
  border-color: #cbcbcb;
}
.tab-control .tab-item__overlay {
  background: #f7f7f7;
  box-shadow: -3px 0 5px #f7f7f7;
}
.tab-control .tab-header-bottom,
.tab-control .tab-header-top {
  padding-right: 7px;
  width: 100%;
}
.tab-control .tab-header-bottom .tab-item,
.tab-control .tab-header-top .tab-item {
  float: left;
}
.tab-control .tab-header-top {
  top: 0;
  border-bottom: 1px solid #cbcbcb;
}
.tab-control .tab-header-top .tab-item__content-container {
  padding-top: 0;
  margin: 9px 0 -1px 7px;
  border-bottom-color: transparent !important;
}
.tab-control .tab-header-top .tab-item__selector-before {
  position: relative;
  height: 3px;
  width: 200px;
  right: 12px;
  z-index: 30;
  margin-bottom: 8px;
  background-color: transparent;
}
.tab-control .tab-header-top .tab-item[aria-selected=true] .tab-item__selector-before {
  background-color: #1c64b4;
}
.tab-control .tab-header-bottom {
  bottom: 0;
  border-top: 1px solid #cbcbcb;
}
.tab-control .tab-header-bottom .tab-item__content-container {
  padding-bottom: 0;
  margin: -1px 0 7px 7px;
  border-top-color: transparent !important;
}
.tab-control .tab-header-bottom .tab-item__selector-after {
  position: relative;
  height: 3px;
  width: 200px;
  z-index: 30;
  right: 12px;
  margin-top: 8px;
  background-color: transparent;
}
.tab-control .tab-header-bottom .tab-item[aria-selected=true] .tab-item__selector-after {
  background-color: #1c64b4;
}
.tab-control .tab-header-left,
.tab-control .tab-header-right {
  padding-top: 7px;
  height: 100%;
}
.tab-control .tab-header-left {
  left: 0;
  border-right: 1px solid #cbcbcb;
}
.tab-control .tab-header-left .tab-item__content-container {
  margin: 0 -1px 7px 9px;
  border-right-color: transparent !important;
}
.tab-control .tab-header-left .tab-item__selector-before {
  position: absolute;
  height: 100%;
  width: 3px;
  float: left;
  left: 0;
  top: 0;
  background-color: transparent;
}
.tab-control .tab-header-left .tab-item[aria-selected=true] .tab-item__selector-before {
  background-color: #1c64b4;
}
.tab-control .tab-header-right {
  right: 0;
  border-left: 1px solid #cbcbcb;
}
.tab-control .tab-header-right .tab-item__content-container {
  margin: 0 9px 7px -1px;
  border-left-color: transparent !important;
}
.tab-control .tab-header-right .tab-item__selector-after {
  position: absolute;
  height: 100%;
  width: 3px;
  float: right;
  right: 0;
  top: 0;
  z-index: 30;
  background-color: transparent;
}
.tab-control .tab-header-right .tab-item[aria-selected=true] .tab-item__selector-after {
  background-color: #1c64b4;
}
.dialog .tab-control .tab-header {
  background-color: transparent;
}
.dialog .tab-control .tab-item__overlay {
  background-color: #fff;
  box-shadow: -3px 0 5px #fff;
}
.table {
  border-right: none;
  border-bottom: none;
  margin-bottom: 20px;
  border-collapse: separate;
  border-spacing: 0;
}
.table td,
.table th {
  padding: 5px 10px;
  border: 1px solid #cacacd;
}
.table th {
  border-top: none;
  border-left: none;
  background: #e3e3e3;
  font-weight: 700;
}
.table td {
  border-left: none;
  border-top: none;
}
.table.table--responsive,
.table.table--responsive tr {
  border: 1px solid #cacacd;
}
.table.table--striped tbody tr:nth-child(even) td {
  background: #eee;
}
.table.table--responsive {
  width: 100%;
}
.table.table--responsive,
.table.table--responsive caption,
.table.table--responsive tbody,
.table.table--responsive td,
.table.table--responsive tfoot,
.table.table--responsive th,
.table.table--responsive thead,
.table.table--responsive tr {
  display: block;
}
.table.table--responsive td,
.table.table--responsive th {
  padding: 0.25em;
}
.table.table--responsive thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.table.table--responsive tr:nth-of-type(even) {
  background: #f4f4f8;
}
.table.table--responsive td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50%;
}
.table.table--responsive td:before {
  position: absolute;
  top: .375em;
  left: .375em;
  width: 45%;
  padding-right: .625em;
  white-space: nowrap;
  font-weight: 700;
  content: attr(data-label);
}
.table.table--responsive2 {
  width: 100%;
  border-bottom: 1px solid #cacacd;
}
.table.table--responsive2 thead {
  display: none;
}
.table.table--responsive2 td {
  display: block;
}
.table.table--responsive2 td:first-child {
  border-top: 3px solid #cacacd;
  text-align: left;
}
.grid__card-view,
.grid__list-view,
.grid__thumbnail-view {
  padding: 10px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.grid__card-view .item-panel,
.grid__list-view .item-panel,
.grid__thumbnail-view .item-panel {
  min-width: 0;
  display: block;
}
.grid .item-container {
  display: inline-block;
  padding: 10px;
}
.grid .item-container .item-content {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.grid .item-container[aria-selected=true] .item-content {
  border-color: #1c64b4;
}
.grid .item-container:hover .row-checkbox {
  opacity: 1;
}
.grid__card-view {
  background: 0 0;
}
.grid__card-view .item-container {
  transition: width 0.2s ease-out;
  padding: 10px;
}
.grid__card-view .item-panel[data-columns="1"] .item-container {
  width: 100% !important;
}
.grid__card-view .item-panel[data-columns="2"] .item-container {
  width: 50% !important;
}
.grid__card-view .item-panel[data-columns="3"] .item-container {
  width: 33.3% !important;
}
.grid__card-view .item-panel[data-columns="4"] .item-container {
  width: 25% !important;
}
.grid__card-view .item-panel[data-columns="5"] .item-container {
  width: 20% !important;
}
.grid__card-view .item-panel[data-columns="6"] .item-container {
  width: 16.6% !important;
}
.grid__list-view .item-container {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.grid__list-view .item-container .item-content {
  border: none;
  background: 0 0;
  padding: 10px;
}
.grid__list-view .item-container:last-child {
  border-bottom: none;
}
.grid__list-view .item-container[aria-selected=true] .item-content {
  background: #e9f8ff;
}
.grid__list-view:not(.no-hover) .grid__list-view .item-container:hover:not([aria-selected=true]) .item-content {
  background-color: #f5f8fa;
}
.grid__list-view .item-container:focus .item-content {
  outline: #1c64b4 solid 1px;
  outline-offset: -1px;
  z-index: 5;
}
.grid__list-view .item-container:active .item-content,
.grid__list-view .item-container[data-focus-hidden] .item-content {
  outline: 0;
}
.grid__thumbnail-view {
  background: 0 0;
}
.grid__thumbnail-view .item-container .item-content {
  border: none;
  text-align: center;
  background: 0 0;
  width: 150px;
}
.grid__thumbnail-view .item-container .item-content .thumbnail-image-container {
  height: 150px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.grid__thumbnail-view .item-container .item-content .thumbnail-image {
  max-width: 100%;
}
.grid__thumbnail-view .item-container .item-content .thumbnail-caption {
  margin: 0;
  padding: 8px 2px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.grid__thumbnail-view .item-container[aria-selected=true] .item-content .thumbnail-image-container {
  border-color: #1c64b4;
}
.grid__thumbnail-view .item-container[aria-selected=true] .item-content .thumbnail-caption {
  background: #1c64b4;
  color: #fff;
}
.toggle label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.toggle input[type=checkbox] {
  position: absolute;
  opacity: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.toggle input[type=checkbox] + div {
  position: relative;
  min-width: 50px;
  width: 50px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 999px;
  background-color: #adadad;
  background-size: 200% 100%;
  overflow: hidden;
  transition-duration: .15s;
  transition-property: padding, width, background-color, text-indent;
  margin-left: 10px;
  cursor: pointer;
}
.toggle input[type=checkbox] + div:before {
  position: absolute;
  top: 1px;
  left: 1px;
  content: '';
  width: 28px;
  height: 28px;
  border-radius: inherit;
  background-color: #fff;
  transition-duration: .15s;
  transition-propery: position;
}
.toggle input[type=checkbox]:checked + div {
  background-color: #1c64b4;
}
.toggle input[type=checkbox]:checked + div:before {
  left: 21px;
}
.toggle input[type=checkbox] + div:hover:before {
  background-image: radial-gradient(#f6f6f6 20%, transparent 60%);
}
.toggle input[type=checkbox]:focus + div {
  outline: #1c64b4 solid 1px;
}
.toggle input[type=checkbox]:active + div,
.toggle input[type=checkbox][data-focus-hidden] + div,
.tree.flat .item-checkbox {
  outline: 0;
}
.toggle input[type=checkbox]:disabled + div {
  opacity: 0.6;
}
.toggle input[type=checkbox]:checked:disabled + div,
.toolbar.cab-toolbar .button-group:hover button:disabled,
.toolbar.cab-toolbar button:disabled,
.toolbar.main-toolbar .button-group:hover button:disabled,
.toolbar.main-toolbar button:disabled {
  opacity: 0.4;
}
.toggle input[type=checkbox]:disabled + div:hover:before {
  background-image: radial-gradient(#fff 20%, transparent 60%);
}
.toggle--full-width {
  width: 100%;
}
.toggle--full-width label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.toggle--full-width input[type=checkbox] {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.toggle--small input[type=checkbox] + div {
  width: 30px;
  height: 18px;
  min-width: 30px;
}
.toggle--small input[type=checkbox] + div:before {
  width: 16px;
  height: 16px;
}
.toggle--small input[type=checkbox]:checked + div:before {
  left: 13px;
}
.toggle--left input[type=checkbox] + div {
  margin-right: 10px;
  margin-left: 0;
}
.toggle--stacked input[type=checkbox] + div {
  display: block;
  margin-left: 0;
  margin-top: 5px;
}
.toggle--green input[type=checkbox] + div {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 255, 255, 0.2) 50%), -webkit-linear-gradient(left, #00c425 50%, transparent 50%);
  background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.2) 50%), linear-gradient(to right, #00c425 50%, transparent 50%);
}
.toggle--red input[type=checkbox] + div {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 255, 255, 0.2) 50%), -webkit-linear-gradient(left, #c4202f 50%, transparent 50%);
  background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.2) 50%), linear-gradient(to right, #c4202f 50%, transparent 50%);
}
.toggle--yellow input[type=checkbox] + div {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 255, 255, 0.2) 50%), -webkit-linear-gradient(left, #faa519 50%, transparent 50%);
  background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.2) 50%), linear-gradient(to right, #faa519 50%, transparent 50%);
}
.toggle--black input[type=checkbox] + div {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 255, 255, 0.2) 50%), -webkit-linear-gradient(left, #000 50%, transparent 50%);
  background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.2) 50%), linear-gradient(to right, #000 50%, transparent 50%);
}
.toolbar {
  position: relative;
  border-style: solid;
  border-color: #cacacd;
}
.toolbar,
.toolbar .toolbar-group,
.toolbar .toolbar__section {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.toolbar .divider {
  background: rgba(0, 0, 0, 0.2);
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.toolbar .anchor__icon,
.toolbar .toolbar__overflow-button {
  display: none;
}
.toolbar--horizontal .control-group label,
.toolbar--horizontal .has-overflow,
.toolbar-items-container .control-group label {
  display: inline-block;
}
.toolbar .toolbar__overflow-button {
  margin: 0;
}
.toolbar.main-toolbar {
  background-color: #3e3e47;
  border-color: #3e3e47;
  color: #fff;
}
.toolbar.main-toolbar .divider {
  background-color: #000;
}
.toolbar.cab-toolbar {
  background-color: #1c64b4;
  border-color: #1c64b4;
  color: #fff;
}
.toolbar.cab-toolbar .button-group:hover button,
.toolbar.cab-toolbar button,
.toolbar.main-toolbar .button-group:hover button,
.toolbar.main-toolbar button {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 0, 0, 0.4);
}
.toolbar.cab-toolbar .button-group:hover button.btn--link,
.toolbar.cab-toolbar button.btn--link,
.toolbar.main-toolbar .button-group:hover button.btn--link,
.toolbar.main-toolbar button.btn--link {
  background-color: transparent;
  border-color: transparent;
}
.toolbar.cab-toolbar .button-group:hover button.btn--selected,
.toolbar.cab-toolbar .button-group:hover button:active:not(:disabled),
.toolbar.cab-toolbar button.btn--selected,
.toolbar.cab-toolbar button:active:not(:disabled),
.toolbar.main-toolbar .button-group:hover button.btn--selected,
.toolbar.main-toolbar .button-group:hover button:active:not(:disabled),
.toolbar.main-toolbar button.btn--selected,
.toolbar.main-toolbar button:active:not(:disabled) {
  background-color: #000!important;
  border-color: #000!important;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
}
.phone .toolbar {
  padding: 6px;
}
.toolbar--horizontal {
  width: 100%;
  padding: 10px 20px;
  border-bottom-width: 1px;
}
.toolbar--horizontal .toolbar__section--center {
  margin: 0 auto;
}
.toolbar--horizontal .anchor__icon {
  padding-left: 4px;
}
.toolbar--horizontal .button-group,
.toolbar--horizontal button,
.toolbar--horizontal input[type=button],
.toolbar--horizontal input[type=reset],
.toolbar--horizontal input[type=submit],
.toolbar-items-container .button-group,
.toolbar-items-container button,
.toolbar-items-container input[type=button],
.toolbar-items-container input[type=reset],
.toolbar-items-container input[type=submit] {
  margin-right: 6px;
}
.toolbar--horizontal .button-group:last-child,
.toolbar--horizontal button:last-child,
.toolbar--horizontal input[type=button]:last-child,
.toolbar--horizontal input[type=reset]:last-child,
.toolbar--horizontal input[type=submit]:last-child,
.toolbar-items-container .button-group:last-child,
.toolbar-items-container button:last-child,
.toolbar-items-container input[type=button]:last-child,
.toolbar-items-container input[type=reset]:last-child,
.toolbar-items-container input[type=submit]:last-child {
  margin-right: 0;
}
.toolbar--horizontal .button-group button,
.toolbar--horizontal .button-group input[type=button],
.toolbar--horizontal .button-group input[type=reset],
.toolbar--horizontal .button-group input[type=submit],
.toolbar-items-container .button-group button,
.toolbar-items-container .button-group input[type=button],
.toolbar-items-container .button-group input[type=reset],
.toolbar-items-container .button-group input[type=submit] {
  margin-right: -1px;
}
.toolbar--horizontal .control-group,
.toolbar-items-container .control-group {
  display: inline-block;
  margin: 0 6px 0 0;
}
.toolbar--horizontal .divider,
.toolbar-items-container .divider {
  width: 1px;
  margin: 0 11px 0 5px;
}
.toolbar--vertical {
  height: 100%;
  padding: 20px 10px;
  border-right-width: 1px;
}
.toolbar--vertical,
.toolbar--vertical .button-group,
.toolbar--vertical .toolbar-group,
.toolbar--vertical .toolbar__section {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.toolbar--vertical .toolbar__section--center {
  margin: auto 0;
}
.toolbar--vertical .has-overflow {
  display: block;
}
.toolbar--vertical button,
.toolbar--vertical input[type=button],
.toolbar--vertical input[type=reset],
.toolbar--vertical input[type=submit] {
  margin-bottom: 6px;
}
.toolbar--vertical .button-group {
  padding: 4px 0;
}
.toolbar--vertical .button-group button,
.toolbar--vertical .button-group input[type=button],
.toolbar--vertical .button-group input[type=reset],
.toolbar--vertical .button-group input[type=submit] {
  margin: 0 0 -1px;
}
.toolbar--vertical .divider {
  height: 1px;
  margin: 5px 0 11px;
}
.tooltip .pointer-bottom,
.tooltip .pointer-top {
  position: absolute;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.toolbar--vertical .anchor__icon {
  padding-bottom: 4px;
}
.toolbar--scaled .toolbar-group > *,
.toolbar--scaled .toolbar__section > *,
.toolbar--scaled > * {
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.toolbar__section {
  white-space: nowrap;
}
.toolbar-items-container .divider {
  display: inline-block;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.2);
  height: 24px;
}
.tooltip {
  position: absolute;
  background-color: #262626;
  z-index: 105000;
  padding: 5px 10px;
  white-space: pre-wrap;
  max-width: 600px;
  max-height: 300px;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}
.tooltip .tooltip-content {
  display: table;
  overflow: hidden;
}
.tooltip .pointer-top {
  bottom: -6px;
  border-top: 6px solid #262626;
  border-top-color: #262626;
  display: inline-block;
}
.tooltip .pointer-bottom {
  top: -6px;
  border-bottom: 6px solid #262626;
  border-bottom-color: #262626;
  display: inline-block;
}
.tooltip .pointer-left,
.tooltip .pointer-right {
  position: absolute;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  display: inline-block;
}
.tooltip .pointer-left {
  right: -6px;
  border-left: 6px solid #262626;
  border-left-color: #262626;
}
.tooltip .pointer-right {
  left: -6px;
  border-right: 6px solid #262626;
  border-right-color: #262626;
}
.tooltip .pointer-shadow-bottom,
.tooltip .pointer-shadow-top {
  position: absolute;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.tooltip .pointer-shadow-top {
  bottom: -8px;
  border-top: 8px solid rgba(255, 255, 255, 0.5);
  border-top-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
.tooltip .pointer-shadow-bottom {
  top: -8px;
  border-bottom: 8px solid rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
.tooltip .pointer-shadow-left,
.tooltip .pointer-shadow-right {
  position: absolute;
  margin-top: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
}
.tooltip .pointer-shadow-left {
  right: -8px;
  border-left: 8px solid rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5);
}
.tooltip .pointer-shadow-right {
  left: -8px;
  border-right: 8px solid rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.tree {
  overflow: auto;
  position: relative;
  padding: 20px;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.tree.no-container {
  padding: 1px;
  background-color: transparent;
}
.tree > .loading-indicator {
  position: relative;
  margin: 10px 0 0 8px;
  height: 30px;
}
.tree__node {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  height: 28px;
}
.tree__node:hover {
  background-color: #f5f8fa;
}
.tree__node[aria-selected=true] {
  background-color: #e9f8ff;
}
.tree__node:focus {
  border-color: #1c64b4;
}
.tree__node:active,
.tree__node[data-focus-hidden] {
  border-color: transparent;
}
.tree__node-expander {
  width: 24px;
  text-align: center;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.tree__node-expander span {
  line-height: 16px;
  font-size: 14px;
}
.tree__node-checkbox-container {
  width: 25px;
  text-align: center;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.tree__node-checkbox {
  vertical-align: middle;
}
.tree__node-header {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tree__node-indicator {
  -ms-flex: 0 0 40px;
  -webkit-flex: 0 0 40px;
  flex: 0 0 40px;
  margin-left: 16px;
  text-align: center;
}
.tree__node-icon + .tree__node-header {
  margin-left: 5px;
}
.tree.flat {
  overflow: hidden;
  padding: 0;
}
.tree.flat:not(.has-header) .tree__header {
  display: none;
}
.tree.flat.has-header .item-viewport {
  margin-top: 45px;
}
.tree.flat.vertically-scrolled .tree__header {
  box-shadow: 0 2px 5px -3px #000;
}
.tree.flat .item-viewport {
  position: relative;
  background: #fff;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.tree.flat .tree__node {
  position: relative;
  min-height: 44px;
  height: auto;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.tree.flat .tree__node:active,
.tree.flat .tree__node[data-focus-hidden] {
  border-color: transparent;
}
.tree.flat .tree__node:focus,
.tree.flat .tree__node[aria-selected=true] {
  background-color: #e9f8ff;
}
.tree.flat .tree-node:last-child {
  border: none;
}
.tree.flat .item-container {
  display: table-row;
  min-height: 44px;
}
.tree.flat .tree__node-checkbox-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 44px;
}
.tree.flat .icon {
  vertical-align: middle;
}
.tree.flat .item-content-container {
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  padding-left: 20px;
}
.tree.flat .tree__node-checkbox-container + .item-content-container {
  padding-left: 0;
}
.tree.flat .loading-indicator {
  position: relative;
  line-height: 44px;
  height: 44px;
}
.tree.flat .loading-indicator button {
  width: 100%;
}
.tree.flat .group-header {
  padding: 20px 16px 5px 0;
}
.tree.flat .group-content {
  margin: 0;
}
.tree__header {
  position: absolute;
  width: 100%;
  height: 45px;
  line-height: 44px;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  transition: box-shadow 0.2s ease-out;
}
.tree__header-label {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0 64px;
  font-weight: 700;
  text-align: center;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
}
.tree__header-button {
  position: absolute;
  margin: 0 10px;
  left: 0;
  top: 0;
}
.tree__header-button .icon-back {
  line-height: 24px;
  padding: 0;
}
.wizard:not(.action-sheet) {
  padding: 20px;
}
.wizard__steps {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
  max-width: 100%;
  width: 400px;
}
.wizard__step.complete .wizard__step--content,
.wizard__step:not(.complete) .icon {
  display: none;
}
.wizard__steps:before {
  content: ' ';
  position: absolute;
  top: 48%;
  left: 16px;
  right: 16px;
  height: 2px;
  background-image: linear-gradient(to right, #adadad 33%, transparent 0);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
.wizard__step {
  position: relative;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border-radius: 50%;
  color: #adadad;
  background: #f4f4f8;
  text-align: center;
  font-weight: 700;
  border: 1px solid #adadad;
  cursor: pointer;
}
.wizard__step:not(:last-child) {
  margin-right: auto;
}
.wizard__step.complete {
  color: #32323c;
  border-color: #32323c;
}
.wizard__step.disabled,
.wizard__step.selected {
  cursor: default;
}
.wizard__step.selected {
  color: #fff;
  background: #32323c;
  border-color: #32323c;
}
.wizard__step .icon {
  vertical-align: middle;
}
.wizard__progress {
  margin: 0 auto;
}
.wizard__progress__bubble {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #adadad;
  border-radius: 50%;
}
.wizard__progress__bubble.complete {
  background: #adadad;
}
.wizard__progress__bubble.selected {
  background: #32323c;
  border-color: #32323c;
}
.wizard__header {
  margin: 0 0 20px;
}
.wizard__header button.hidden {
  visibility: hidden;
}
.wizard__content {
  height: auto;
  overflow: visible;
}
.wizard__nav-buttons {
  margin-top: 20px;
}
.wizard__nav-buttons button.hidden {
  display: none;
}
.wizard__nav-buttons button:not(:last-child) {
  margin-right: 5px;
}
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.module-home .home-view {
  height: 100%;
}
.module-home .home__tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #cacacd;
  margin: 0;
}
.module-home .home__tab {
  position: relative;
  font-size: 18px;
  padding: 0 20px;
}
.module-home .home__tab.selected:after,
.module-home .home__tab.selected:before {
  content: '';
  position: absolute;
  bottom: -1px;
  border: 9px solid transparent;
  border-top: none;
}
.module-home .home__tab.selected:before {
  border-bottom-color: #cacacd;
  margin-left: -9px;
}
.module-home .home__tab.selected:after {
  border-width: 8px;
  border-bottom-color: #f4f4f8;
  margin-left: -8px;
}
.module-home .home__tab-link,
.module-home .home__tab-link--new {
  display: block;
  line-height: 49px;
  white-space: nowrap;
}
.module-home .home__tab-link {
  color: #32323c;
}
.module-home .home__tab-link--new .icon {
  vertical-align: baseline;
}
.module-home .home__tab-actions {
  width: 100%;
}
.module-home .home__tab--mobile {
  position: relative;
  text-align: center;
  height: 60px;
}
.module-home .home__tab--mobile .icon {
  vertical-align: middle;
}
.module-home .home__tab--mobile:before {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  height: 1px;
  bottom: 9px;
  background-color: #cacacd;
}
.module-home .home__tab-steps {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f4f4f8;
  padding: 0 8px;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.module-home .home__tab-step {
  border: 1px solid #cacacd;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  margin: 0 2px;
}
.module-home .home__tab-step.selected {
  border-color: #5a5a64;
  background-color: #5a5a64;
}
.module-home .home__tab-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(50%);
  overflow-x: hidden;
  overflow-y: auto;
}
.phone .module-home .home__tab-content {
  height: calc(40%);
}
.phone .module-home .home__tab-content.is-editing {
  height: 100%;
}
.module-home .home__tab-edit-button {
  position: absolute;
  right: 20px;
  top: 10px;
}
.module-home .home__cab-toolbar {
  height: 50px;
}
.module-home .home__tab-name {
  margin-right: 10px;
}
.module-home .home__tab-name:not(:focus) {
  color: #fff;
  border-color: transparent;
  background-color: transparent;
  cursor: pointer;
}
.module-home .home__tab-name::-webkit-input-placeholder {
  color: #fff;
}
.module-home .home__tab-name:-ms-input-placeholder {
  color: #fff;
}
.module-home .home__tab-name::-moz-placeholder {
  color: #fff;
}
.module-home .home--cab-mode .home__tab--mobile,
.module-home .home--cab-mode .home__tab-edit-button,
.module-home .home--cab-mode .home__tabs,
.module-home .home__tab-view:not(.home--editable-tab) .home__tab-edit-button {
  display: none;
}
.module-home .home__tab-name-container {
  padding: 10px 20px;
}
.module-home .home__cab-title {
  font-size: 16px;
}
.phone .module-home .home__cab-toolbar {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
}
.phone .module-home .home__tab-name {
  width: 100%;
  text-align: center;
}
.module-home .home__app-view {
  margin: auto;
  padding: 10px;
}
.module-home .home__app-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.module-home .home__app-item {
  width: 300px;
  margin: 10px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #cacacd;
  cursor: pointer;
}
.module-home .home__app-item:focus:not(:active):not([data-focus-hidden]) {
  border: 1px solid #1c64b4;
}
.module-home .home__app-widget {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #32323c;
}
.module-home .app__title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 5px;
}
.module-home .app__action {
  font-size: 12px;
}
.module-home .app__icon {
  margin-right: 10px;
}
.module-home .app__icon--image {
  height: 96px;
  width: 96px;
}
.module-home .app__icon.icon {
  font-size: 72px;
  padding: 12px;
}
.phone .module-home .app__icon--image {
  height: 64px;
  width: 64px;
}
.phone .module-home .app__icon.icon {
  font-size: 48px;
  padding: 8px;
}
@media (max-width: 500px) {
  .module-home .home__app-item {
	width: 100%;
  }
}
.module-home .home__activity-feed-view {
  max-width: 1000px;
  width: 100%;
}
.module-home .home__activity-feed-view .grid {
  border: 1px solid #cacacd;
  min-height: 300px;
  margin: 20px;
}
.module-home .home__activity-feed-view .grid .item-container {
  padding: 0;
}
.module-home .home__activity-view .grid {
  min-height: 200px;
}
.home__widget-view {
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 1000px;
}
.card-organizer .home__widget {
  position: absolute;
}
.home__widget {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #cacacd;
  max-height: 400px;
}
.home__widget .widget__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-size: 18px;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #cacacd;
}
.home__widget .widget__header[data-draggable] {
  cursor: pointer;
}
.home__widget .widget__header button {
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.home__widget .widget__add-button {
  width: 100%;
}
.home__widget .widget__header-icon {
  margin-right: 5px;
}
.home__widget .widget__title {
  margin: 0 auto 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
}
.home__widget .widget__body {
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  overflow-y: auto;
}
.home__widget.dragging {
  z-index: 100;
}
.home__widget:not(.dragging) {
  transition-property: top,left;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}
.home__widget > .card__metadata {
  padding: 20px;
  bottom: -100px;
}
.home__widget--new {
  padding: 20px 20px 0;
  text-align: center;
}
.home__widget--new .icon {
  vertical-align: baseline;
}
.home__widget-config-view {
  padding: 20px;
}
.home__widget-config-view .home__widget {
  position: relative;
}
.home__widget-config-view .properties-header {
  border-bottom: 1px solid #cacacd;
  margin-bottom: 10px;
}
.widget-config__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.widget-config__example {
  -ms-flex: 2 0 0%;
  -webkit-flex: 2 0 0%;
  flex: 2 0 0%;
  overflow: hidden;
}
.widget-config__description {
  margin-left: 20px;
  -ms-flex: 1 0 0%;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.widget-config__settings {
  margin-top: 20px;
}
.phone .home__widget-view {
  margin: auto;
}
.phone .home__widget-view > .card__metadata {
  position: relative;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  bottom: auto;
  opacity: 1;
}
.phone .home__widget--new {
  padding-top: 10px;
}
@media (max-width: 600px) {
  .widget-config__header {
	display: block;
  }
  .widget-config__description {
	margin: 0 0 20px;
  }
}
/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Noto Sans'), local('NotoSans'), url(Fonts/NotoSans-Regular.ttf) format('truetype');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Noto Sans'), local('NotoSans'), url(Fonts/NotoSans-Regular.ttf) format('truetype');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(Fonts/NotoSans-Bold.ttf) format('truetype');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(Fonts/NotoSans-Bold.ttf) format('truetype');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 400;
	src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(Fonts/NotoSans-Italic.ttf) format('truetype');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 400;
	src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(Fonts/NotoSans-Italic.ttf) format('truetype');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 700;
	src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'), url(Fonts/NotoSans-BoldItalic.ttf) format('truetype');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 700;
	src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'), url(Fonts/NotoSans-BoldItalic.ttf) format('truetype');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
.focus {
  outline: 1px solid rgba(125, 173, 212, 0.7);
  outline-offset: 1px;
  box-shadow: 0 0 3px 1px #0064bd;
  z-index: 5;
}
.phone *:focus {
  outline: none;
  box-shadow: none;
}
.fill-parent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.group-header {
  position: relative;
  color: #777;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.group-header a[href] {
  color: inherit;
  letter-spacing: .5px;
}
.hover {
  background-color: #f5f8fa;
}
.selected-outline {
  outline: #0064bd 1px solid;
  outline-offset: -1px;
  z-index: 5;
}
/* Flexbox!
---------------*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.display-inline-flex {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
/* Reset Browser Defaults
----------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
select,
button {
  font-size: 100%;
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  font-stretch: normal;
  font-variant: normal;
  font-style: normal;
  letter-spacing: normal;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units */
}
body {
  background: #f4f4f8;
  color: #32323c;
  font-size: 1.4rem;
  /*14px*/
  position: relative;
}
body.phone,
body.tablet {
  overflow: hidden;
  font-size: 1.8rem !important;
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
}
body *::-moz-selection {
  background: #0064bd;
  color: #fff;
  text-shadow: none;
}
body *::selection {
  background: #0064bd;
  color: #fff;
  text-shadow: none;
}
* {
  background-repeat: no-repeat;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 3.2rem;
  line-height: 1.3;
  margin-bottom: 24px;
  font-weight: bold;
}
h2 {
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 40px 0;
}
h3 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 8px;
}
h4 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 4px;
}
h5 {
  font-size: 1.6rem;
  line-height: 1.5;
}
h6 {
  font-size: 1.6rem;
  line-height: 1.5;
}
hr {
  background-color: #cacacd;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5rem;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5rem 1.5rem;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5rem 20px 1.5rem;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}
blockquote,
blockquote p {
  font-size: 1.7rem;
  line-height: 24px;
  color: #777;
  font-style: italic;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
blockquote cite {
  display: block;
  font-size: 1.2rem;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}
address {
  margin: 0 0 1.5rem;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6rem;
  overflow: auto;
  max-width: 100%;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
figure {
  margin: 0;
}
/* Links */
a img {
  border: 0;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active,
a[data-focus-hidden] {
  outline: 0;
}
a,
a:visited {
  color: #0064bd;
  text-decoration: none;
  outline: 0;
}
a:hover,
a:focus {
  text-decoration: none;
}
p a,
p a:visited {
  line-height: inherit;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5rem;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5rem;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/* For image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
/* Hide for both screenreaders and browsers*/
.hidden,
.hide {
  display: none !important;
  visibility: hidden !important;
}
/* Hide only visually, but have it available for screenreaders */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements in most situations.*/
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
/* Misc. */
br.clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 0 0;
}
/* Use this br class to clear your floated columns */
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.last {
  margin-right: 0;
}
/* Global icon styles */
.icon {
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  font-size: 16px;
}
.icon-16 {
  font-size: 16px;
}
.icon-24 {
  font-size: 24px;
}
.icon-32 {
  font-size: 32px;
}
.icon-48 {
  font-size: 48px;
}
.icon-64 {
  font-size: 64px;
}
.drag-visual.dragging {
  pointer-events: none;
}
.drag-drop--frame-fix {
  display: block;
  pointer-events: none;
}
.iframe-cover-element {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  text-decoration: none;
}
/* Radio Button and Checkbox Styles
------------------------------------------------------------------*/
.radio,
.checkbox {
  margin-bottom: .5em;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  margin-right: 20px;
}
.radio label,
.checkbox label {
  display: inline;
}
.desktop .radio input[type="radio"] {
  width: 18px;
  height: 16px;
}
.desktop .checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
}
.phone .radio,
.tablet .radio,
.phone .checkbox,
.tablet .checkbox {
  margin-bottom: 15px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin-right: 4px;
}
.radio input[type="radio"]:disabled + label,
.checkbox input[type="checkbox"]:disabled + label {
  color: #adadad;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
  vertical-align: baseline;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 1px solid #0064bd;
  outline-offset: 3px;
}
input[type="checkbox"]:active,
input[type="radio"]:active,
input[type="checkbox"][data-focus-hidden],
input[type="radio"][data-focus-hidden] {
  outline: none;
}
/* Form Control Group Styles
------------------------------------------------------------------*/
.control-group {
  margin: 10px 0;
  display: block;
}
.control-group.inline {
  display: table-row;
}
.control-group.inline label,
.control-group.inline .controls {
  display: table-cell;
  padding: 6px 0;
}
.control-group.inline.right-align-label label {
  text-align: right;
  padding-right: 7px;
}
.control-group.inline.left-align-label label {
  text-align: left;
  padding-right: 7px;
}
.control-group.inline.right-label label {
  text-align: left;
  padding-left: 7px;
}
.control-group.required label {
  font-weight: bold;
}
.control-group.required label:before {
  content: "*";
  color: #c4202f;
  margin: 0 4px 0 -9px;
}
.control-group:first-child,
.checkbox:first-child,
.radio:first-child {
  margin-top: 0;
}
.control-group:last-child,
.checkbox:last-child,
.radio:last-child {
  margin-bottom: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="number"],
input[type="month"],
input[type="email"],
input[type="datetime-local"],
input[type="date"],
input[type="datetime"],
.input,
.select,
select {
  color: #32323c;
  border: 1px solid #adadad;
  border-radius: 2px;
  padding-left: 5px;
  height: 30px;
  outline: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="month"]:focus,
input[type="email"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
.input:focus,
.select:focus,
select:focus {
  border-color: #0064bd;
}
input[type="color"],
textarea {
  color: #32323c;
  border: 1px solid #adadad;
  border-radius: 2px;
  outline: none;
}
input[type="color"]:focus,
textarea:focus {
  border-color: #0064bd;
}
input[type="color"] {
  height: 30px;
  padding: 0 2px;
}
select {
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
select:disabled {
  color: #adadad;
}
textarea {
  color: #32323c;
  padding-left: 5px;
}
/* Select Styling using extra Markup
------------------------------------------------*/
.desktop select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  outline: none;
  display: inline-block;
  cursor: pointer;
  padding: 0 20px 0 5px;
  position: relative;
  z-index: 2;
  height: 30px;
  background: #fff url("img/select-indicator.gif") no-repeat right center;
  background-size: 12px 4px;
  background-origin: padding-box;
}
.desktop select::-ms-expand {
  display: none;
}
select[multiple] {
  padding: 2px;
  height: auto;
  background: none;
}
input[type="email"][readonly],
input[type="password"][readonly],
input[type="search"][readonly],
input[type="text"][readonly] {
  border-color: #efeff6;
  background: transparent;
  box-shadow: none;
}
input[type="email"][readonly]:focus,
input[type="password"][readonly]:focus,
input[type="search"][readonly]:focus,
input[type="text"][readonly]:focus {
  border-color: #0064bd;
}
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="text"]:disabled {
  color: #adadad;
  border-color: #efeff6;
  background: transparent;
  box-shadow: none;
}
textarea.readonly {
  border-color: #efeff6;
  background: transparent;
  box-shadow: none;
}
textarea.readonly:focus {
  border-color: #0064bd;
}
textarea.disabled {
  color: #adadad;
  border-color: #efeff6;
  background: transparent;
  box-shadow: none;
}
.phone input[type="text"],
.tablet input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.phone input[type="email"],
.tablet input[type="email"],
.phone input[type="number"],
.tablet input[type="number"],
.phone input[type="password"],
.tablet input[type="password"],
.phone input[type="search"],
.tablet input[type="search"],
.phone input[type="tel"],
.tablet input[type="tel"],
.phone input[type="text"],
.tablet input[type="text"],
.phone input[type="url"],
.tablet input[type="url"],
.phone select,
.tablet select {
  height: 37px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  resize: both;
}
textarea.noresize {
  resize: none;
}
textarea.vert {
  resize: vertical;
  height: auto;
}
textarea.horiz {
  resize: horizontal;
}
label {
  display: block;
  margin-bottom: 4px;
}
.bold {
  font-weight: bold;
}
fieldset,
.input-group {
  text-align: left;
  display: block;
  margin: 0 auto 15px auto;
  background-color: #f7f7f7;
  border: 1px solid #bfbfbf;
  padding: 10px;
}
legend {
  font-weight: bold;
  font-size: 14px;
  padding: 0 3px;
}
.dropdown-indicator {
  border-top: 4px solid #32323c;
  border-top-color: #32323c;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  display: inline-block;
  position: absolute;
  right: 5px;
}
.control-group.error input[type="text"],
.control-group.error input[type="password"],
.control-group.error input[type="search"],
.control-group.error textarea,
.control-group.error textarea[readonly],
.control-group.error .select {
  border: 1px solid #c4202f;
  outline: 0 !important;
  box-shadow: 0 0 3px 1px #ed9099;
}
.control-group.error label {
  color: #c4202f;
}
.input--invalid {
  transition-property: border, background-color;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
}
.input--invalid:not(:focus) {
  border-color: #c4202f;
  background-color: #ffedef;
}
.input--invalid__message {
  display: block;
  padding-top: 5px;
  font-size: .85em;
  color: #c4202f;
}
.input--invalid__message--inline {
  display: inline;
  margin-left: 20px;
}
.form--discrete input:not(:focus),
.form--discrete select:not(:focus),
.input--discrete:not(:focus) {
  padding-left: 0;
  border-color: transparent;
  background-color: transparent;
}
.form--discrete input:hover,
.form--discrete select:hover,
.input--discrete:hover {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.form--discrete input:focus:hover,
.form--discrete select:focus:hover,
.input--discrete:focus:hover {
  background-color: #fff;
  cursor: text;
}
.form--discrete .checkbox,
.form--discrete .radio {
  position: relative;
  border-top: 1px solid rgba(102, 102, 102, 0.15);
  padding: 5px 0;
  padding: 5px 23px 5px 0;
  margin: 0;
}
.form--discrete .checkbox:first-child,
.form--discrete .radio:first-child {
  padding-top: 0;
  border-top: none;
}
.form--discrete .checkbox:last-child,
.form--discrete .radio:last-child {
  padding-bottom: 0;
}
.form--discrete .checkbox label,
.form--discrete .radio label {
  color: #888;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  word-wrap: break-word;
}
.form--discrete .checkbox input,
.form--discrete .radio input {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0;
}
.expandable {
  overflow: hidden;
}
.expandable.collapsed {
  max-height: 0 !important;
}
[data-expander].collapsed + .expandable {
  margin: 0 !important;
  padding: 0 !important;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
  }
  70% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
  }
  90% {
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
  }
  70% {
	-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
  }
  90% {
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
	opacity: 1;
  }
  25%,
  75% {
	opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
	opacity: 1;
  }
  25%,
  75% {
	opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
  50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
  50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
  30% {
	-webkit-transform: scale3d(1.25, 0.75, 1);
	transform: scale3d(1.25, 0.75, 1);
  }
  40% {
	-webkit-transform: scale3d(0.75, 1.25, 1);
	transform: scale3d(0.75, 1.25, 1);
  }
  50% {
	-webkit-transform: scale3d(1.15, 0.85, 1);
	transform: scale3d(1.15, 0.85, 1);
  }
  65% {
	-webkit-transform: scale3d(0.95, 1.05, 1);
	transform: scale3d(0.95, 1.05, 1);
  }
  75% {
	-webkit-transform: scale3d(1.05, 0.95, 1);
	transform: scale3d(1.05, 0.95, 1);
  }
  to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
  30% {
	-webkit-transform: scale3d(1.25, 0.75, 1);
	transform: scale3d(1.25, 0.75, 1);
  }
  40% {
	-webkit-transform: scale3d(0.75, 1.25, 1);
	transform: scale3d(0.75, 1.25, 1);
  }
  50% {
	-webkit-transform: scale3d(1.15, 0.85, 1);
	transform: scale3d(1.15, 0.85, 1);
  }
  65% {
	-webkit-transform: scale3d(0.95, 1.05, 1);
	transform: scale3d(0.95, 1.05, 1);
  }
  75% {
	-webkit-transform: scale3d(1.05, 0.95, 1);
	transform: scale3d(1.05, 0.95, 1);
  }
  to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
  6.5% {
	-webkit-transform: translateX(-6px) rotateY(-9deg);
	transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
	-webkit-transform: translateX(5px) rotateY(7deg);
	transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
	-webkit-transform: translateX(-3px) rotateY(-5deg);
	transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
	-webkit-transform: translateX(2px) rotateY(3deg);
	transform: translateX(2px) rotateY(3deg);
  }
  50% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
  6.5% {
	-webkit-transform: translateX(-6px) rotateY(-9deg);
	transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
	-webkit-transform: translateX(5px) rotateY(7deg);
	transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
	-webkit-transform: translateX(-3px) rotateY(-5deg);
	transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
	-webkit-transform: translateX(2px) rotateY(3deg);
	transform: translateX(2px) rotateY(3deg);
  }
  50% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
	-webkit-transform: rotate3d(0, 0, 1, -10deg);
	transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
	-webkit-transform: rotate3d(0, 0, 1, 5deg);
	transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
	-webkit-transform: rotate3d(0, 0, 1, -5deg);
	transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
	-webkit-transform: rotate3d(0, 0, 1, -10deg);
	transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
	-webkit-transform: rotate3d(0, 0, 1, 5deg);
	transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
	-webkit-transform: rotate3d(0, 0, 1, -5deg);
	transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
	-webkit-transform: none;
	transform: none;
  }
  15% {
	-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
	-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
	-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
	-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
	-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes wobble {
  from {
	-webkit-transform: none;
	transform: none;
  }
  15% {
	-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
	-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
	-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
	-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
	-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
	-webkit-transform: none;
	transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
	-webkit-transform: none;
	transform: none;
  }
  22.2% {
	-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
	transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
	-webkit-transform: skewX(6.25deg) skewY(6.25deg);
	transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
	-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
	transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
	-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
	transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
	-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
	transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
	-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
	transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
	-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
	-webkit-transform: none;
	transform: none;
  }
  22.2% {
	-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
	transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
	-webkit-transform: skewX(6.25deg) skewY(6.25deg);
	transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
	-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
	transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
	-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
	transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
	-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
	transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
	-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
	transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
	-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
	opacity: 1;
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
	-webkit-transform: scale3d(0.97, 0.97, 0.97);
	transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
	opacity: 1;
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
	-webkit-transform: scale3d(0.97, 0.97, 0.97);
	transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -3000px, 0);
	transform: translate3d(0, -3000px, 0);
  }
  60% {
	opacity: 1;
	-webkit-transform: translate3d(0, 25px, 0);
	transform: translate3d(0, 25px, 0);
  }
  75% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
  }
  90% {
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
  }
  to {
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -3000px, 0);
	transform: translate3d(0, -3000px, 0);
  }
  60% {
	opacity: 1;
	-webkit-transform: translate3d(0, 25px, 0);
	transform: translate3d(0, 25px, 0);
  }
  75% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
  }
  90% {
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
  }
  to {
	-webkit-transform: none;
	transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
	opacity: 0;
	-webkit-transform: translate3d(-3000px, 0, 0);
	transform: translate3d(-3000px, 0, 0);
  }
  60% {
	opacity: 1;
	-webkit-transform: translate3d(25px, 0, 0);
	transform: translate3d(25px, 0, 0);
  }
  75% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
  }
  90% {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
  }
  to {
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
	opacity: 0;
	-webkit-transform: translate3d(-3000px, 0, 0);
	transform: translate3d(-3000px, 0, 0);
  }
  60% {
	opacity: 1;
	-webkit-transform: translate3d(25px, 0, 0);
	transform: translate3d(25px, 0, 0);
  }
  75% {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
  }
  90% {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
  }
  to {
	-webkit-transform: none;
	transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0);
  }
  60% {
	opacity: 1;
	-webkit-transform: translate3d(-25px, 0, 0);
	transform: translate3d(-25px, 0, 0);
  }
  75% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
  }
  90% {
	-webkit-transform: translate3d(-5px, 0, 0);
	transform: translate3d(-5px, 0, 0);
  }
  to {
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
	opacity: 0;
	-webkit-transform: translate3d(3000px, 0, 0);
	transform: translate3d(3000px, 0, 0);
  }
  60% {
	opacity: 1;
	-webkit-transform: translate3d(-25px, 0, 0);
	transform: translate3d(-25px, 0, 0);
  }
  75% {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
  }
  90% {
	-webkit-transform: translate3d(-5px, 0, 0);
	transform: translate3d(-5px, 0, 0);
  }
  to {
	-webkit-transform: none;
	transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0);
  }
  60% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
  }
  75% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
  }
  90% {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
  }
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0);
  }
  60% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
  }
  75% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
  }
  90% {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
  }
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
	opacity: 1;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
	opacity: 1;
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
	opacity: 1;
	-webkit-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
	opacity: 1;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
	opacity: 1;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
	opacity: 1;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
	opacity: 1;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}
@keyframes fadeIn {
  from {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes fadeInDown {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes fadeInLeft {
  from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes fadeInRight {
  from {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes fadeInUp {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
  }
}
@keyframes fadeOut {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
  }
  40% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
  }
  50% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
  80% {
	-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
  to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
  }
  40% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
  }
  50% {
	-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
  80% {
	-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
  to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
  }
  40% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
  60% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	opacity: 1;
  }
  80% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
  }
  40% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
  60% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	opacity: 1;
  }
  80% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
  }
  40% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
  60% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	opacity: 1;
  }
  80% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	opacity: 0;
  }
  40% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
  }
  60% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	opacity: 1;
  }
  80% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }
  30% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	opacity: 1;
  }
  to {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
  }
}
@keyframes flipOutX {
  from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }
  30% {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	opacity: 1;
  }
  to {
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }
  30% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	opacity: 1;
  }
  to {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0;
  }
}
@keyframes flipOutY {
  from {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
  }
  30% {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	opacity: 1;
  }
  to {
	-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
	-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
	transform: translate3d(100%, 0, 0) skewX(-30deg);
	opacity: 0;
  }
  60% {
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
	opacity: 1;
  }
  80% {
	-webkit-transform: skewX(-5deg);
	transform: skewX(-5deg);
	opacity: 1;
  }
  to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
	-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
	transform: translate3d(100%, 0, 0) skewX(-30deg);
	opacity: 0;
  }
  60% {
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
	opacity: 1;
  }
  80% {
	-webkit-transform: skewX(-5deg);
	transform: skewX(-5deg);
	opacity: 1;
  }
  to {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
	opacity: 1;
  }
  to {
	-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
	opacity: 1;
  }
  to {
	-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, -200deg);
	transform: rotate3d(0, 0, 1, -200deg);
	opacity: 0;
  }
  to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
@keyframes rotateIn {
  from {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, -200deg);
	transform: rotate3d(0, 0, 1, -200deg);
	opacity: 0;
  }
  to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
  }
  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
  }
  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
  }
  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
  }
  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
  }
  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
  }
  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	opacity: 0;
  }
  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	opacity: 0;
  }
  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: 1;
  }
  to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, 200deg);
	transform: rotate3d(0, 0, 1, 200deg);
	opacity: 0;
  }
}
@keyframes rotateOut {
  from {
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: 1;
  }
  to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate3d(0, 0, 1, 200deg);
	transform: rotate3d(0, 0, 1, 200deg);
	opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
  }
  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
  }
  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
  }
  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
  }
  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
  }
  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	opacity: 1;
  }
  to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
  }
  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	opacity: 1;
  }
  to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
  }
  20%,
  60% {
	-webkit-transform: rotate3d(0, 0, 1, 80deg);
	transform: rotate3d(0, 0, 1, 80deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
  }
  40%,
  80% {
	-webkit-transform: rotate3d(0, 0, 1, 60deg);
	transform: rotate3d(0, 0, 1, 60deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
  }
  to {
	-webkit-transform: translate3d(0, 700px, 0);
	transform: translate3d(0, 700px, 0);
	opacity: 0;
  }
}
@keyframes hinge {
  0% {
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
  }
  20%,
  60% {
	-webkit-transform: rotate3d(0, 0, 1, 80deg);
	transform: rotate3d(0, 0, 1, 80deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
  }
  40%,
  80% {
	-webkit-transform: rotate3d(0, 0, 1, 60deg);
	transform: rotate3d(0, 0, 1, 60deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	opacity: 1;
  }
  to {
	-webkit-transform: translate3d(0, 700px, 0);
	transform: translate3d(0, 700px, 0);
	opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
@keyframes rollIn {
  from {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
	opacity: 1;
  }
  to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
	opacity: 1;
  }
}
@keyframes zoomIn {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
	opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
	opacity: 1;
  }
  50% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
	opacity: 0;
  }
}
@keyframes zoomOut {
  from {
	opacity: 1;
  }
  50% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
	opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
	transform: scale(0.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
	transform: scale(0.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
	transform: scale(0.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
	opacity: 0;
	-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
	transform: scale(0.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
	opacity: 1;
	-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
	opacity: 0;
	-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	visibility: visible;
  }
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	visibility: visible;
  }
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	visibility: visible;
  }
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	visibility: visible;
  }
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: visible;
  }
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: visible;
  }
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	visibility: visible;
  }
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	visibility: visible;
  }
  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  to {
	visibility: hidden;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  to {
	visibility: hidden;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  to {
	visibility: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  to {
	visibility: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  to {
	visibility: hidden;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  to {
	visibility: hidden;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  to {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  to {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.item-panel {
  margin: 0;
}
.item-panel .child-content-container,
.item-panel .group-content-container {
  overflow-y: hidden;
  margin: 0;
}
.zero-state {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  left: 0;
  top: 50%;
  width: 100%;
}
.zero-state__container {
  padding: 20px;
  max-width: 400px;
  margin: 0 auto;
}
.zero-state__icon {
  font-size: 85px;
}
.zero-state__header {
  font-weight: bold;
  text-transform: uppercase;
}
.zero-state__description {
  color: rgba(0, 0, 0, 0.65);
}
.zero-state__header,
.zero-state__description {
  margin: 8px 0 0 0;
}
.resize-grip {
  position: absolute;
  background: #0064bd;
  opacity: 0;
  z-index: 20;
  transition: opacity 0.2s ease-out;
}
.resize-grip:hover,
.resize-grip:active {
  opacity: 1;
}
.resize-grip-transparent,
.resize-grip-transparent:hover,
.resize-grip-transparent:active {
  background-color: transparent;
}
.resize-grip-top {
  top: -2.5px;
}
.resize-grip-left {
  left: -2.5px;
}
.resize-grip-right {
  right: -2.5px;
}
.resize-grip-bottom {
  bottom: -2.5px;
}
.resize-grip-top,
.resize-grip-bottom {
  left: 0;
  right: 0;
  height: 5px;
}
.resize-grip-left,
.resize-grip-right {
  top: 0;
  bottom: 0;
  width: 5px;
}
.resize-grip-top-left {
  top: -2.5px;
  left: -2.5px;
}
.resize-grip-top-right {
  top: -2.5px;
  right: -2.5px;
}
.resize-grip-bottom-left {
  bottom: -2.5px;
  left: -2.5px;
}
.resize-grip-bottom-right {
  bottom: -2.5px;
  right: -2.5px;
}
.resize-grip-top-left,
.resize-grip-top-right,
.resize-grip-bottom-right,
.resize-grip-bottom-left {
  width: 5px;
  height: 5px;
}
.resize-grip-cursor-n {
  cursor: n-resize;
}
.resize-grip-cursor-s {
  cursor: s-resize;
}
.resize-grip-cursor-e {
  cursor: e-resize;
}
.resize-grip-cursor-w {
  cursor: w-resize;
}
.resize-grip-cursor-ne {
  cursor: ne-resize;
}
.resize-grip-cursor-se {
  cursor: se-resize;
}
.resize-grip-cursor-nw {
  cursor: nw-resize;
}
.resize-grip-cursor-sw {
  cursor: sw-resize;
}
.resize-grip-column {
  cursor: col-resize;
}
.action-dialog {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.action-dialog .button-panel button {
  width: 100%;
  border-radius: 0;
}
.action-dialog .button-panel button:not(:first-child) {
  border-top: none;
}
.action-dialog .button-panel button:first-child {
  border-radius: 2px 2px 0 0;
}
.action-dialog .button-panel button:last-child {
  border-radius: 0 0 2px 2px;
}
.action-dialog__cancel {
  margin-top: 20px;
  text-align: center;
}
.action-sheet {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding-top: 65px;
  z-index: 100000;
}
.action-sheet__header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cacacd;
  padding: 10px;
  height: 65px;
}
.action-sheet__header button {
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.action-sheet__title {
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.action-sheet__content {
  height: 100%;
  padding: 10px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* Base Alert Style */
.alert {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.phone .alert {
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
/* Alert Modifiers */
.alert--inline {
  margin-bottom: 10px;
}
.alert--floating {
  position: absolute;
  z-index: 60;
  top: 10px;
  right: 10px;
  padding: 8px;
}
/* Alert Style Classes - Info, Error, Warning, Success */
.alert--error {
  background-color: #ffedef;
  border-color: #c4202f;
}
.alert--error .alert__icon {
  color: #c4202f;
}
.alert--info {
  background-color: #e9f8ff;
  border-color: #0064bd;
}
.alert--info .alert__icon {
  color: #0064bd;
}
.alert--warning {
  background-color: #fff6df;
  border-color: #edb111;
}
.alert--warning .alert__icon {
  color: #edb111;
}
.alert--success {
  background-color: #efffe5;
  border-color: #00c425;
}
.alert--success .alert__icon {
  color: #00c425;
}
/* Alert Elements */
.alert__icon {
  margin-right: 8px;
  font-size: 24px;
}
.alert__content {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}
.alert__content-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.phone .alert__content-container {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.alert__close {
  margin-left: 10px;
  color: #32323c;
  cursor: pointer;
}
.alert__close:hover,
.alert__close:focus,
.alert__close:active,
.alert__close.selected {
  opacity: 1;
  box-shadow: none;
}
.alert__close span {
  vertical-align: top;
}
.alert__show-again-control {
  margin-bottom: 0;
  margin-left: 20px;
}
.alert__show-again-control.checkbox.inline {
  margin-right: 0;
}
.alert__show-again-control label {
  margin-bottom: 0;
}
.phone .alert__show-again-control {
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 0;
}
.alert__button-panel {
  margin-left: 20px;
}
.phone .alert__button-panel {
  margin-top: 10px;
  margin-left: 0;
}
.alert__undo-link {
  margin-left: 20px;
}
.alert__info-link {
  margin-left: 5px;
}
.phone .alert__info-link {
  margin-left: 0;
}
.alert__message {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.phone .alert__message {
  white-space: normal;
  overflow: visible;
}
.alert button + button {
  margin-left: 5px;
}
.autocomplete {
  display: inline-block;
  position: relative;
}
.autocomplete.combo-box .autocomplete__input {
  width: 100%;
  padding-right: 30px;
}
.autocomplete.combo-box .autocomplete__input:focus + .icon {
  border-color: #0064bd;
}
.autocomplete.combo-box .icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  border-left: 1px solid #adadad;
  cursor: pointer;
}
.autocomplete__list {
  margin: 0;
}
.popover.autocomplete__popover .popover__content {
  overflow-x: hidden;
  max-width: none;
  padding: 0;
}
.autocomplete__list-item {
  padding: 5px;
}
.autocomplete__list-item:hover,
.autocomplete__list-item.selected {
  cursor: pointer;
  background-color: #e9f8ff;
}
.autocomplete__list-item .highlight {
  font-weight: bold;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
  letter-spacing: .5px;
}
.badge:empty {
  display: none;
}
.badge.badge--green {
  background-color: #00c425;
}
.badge.badge--red {
  background-color: #c4202f;
}
.badge.badge--yellow {
  background-color: #edb111;
}
.badge.badge--white {
  background-color: #fff;
  color: #32323c;
}
.badge.badge--blue {
  background-color: #0064bd;
}
.badge.badge--purple {
  background-color: #884fad;
}
.badge .icon {
  font-size: 12px;
  vertical-align: middle;
}
.tab-item .badge {
  text-shadow: none;
}
button .badge {
  margin-left: 5px;
}
/* Button Reset */
button {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  text-decoration: none;
}
/* Default button styles */
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  position: relative;
  border: 1px solid #cacacd;
  background-color: #efeff6;
  border-radius: 2px;
  color: #32323c;
  cursor: pointer;
  padding: 0 10px;
  display: inline-block;
  min-height: 30px;
  min-width: 30px;
  max-width: 100%;
  outline: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /*-- Default Button States --*/
}
.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  border-color: #0064bd;
}
.btn[data-focus-hidden],
button[data-focus-hidden],
input[type="button"][data-focus-hidden],
input[type="reset"][data-focus-hidden],
input[type="submit"][data-focus-hidden] {
  border-color: #cacacd;
}
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #a6a6a6;
  z-index: 1;
}
.btn:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.btn.btn--selected,
button.btn--selected,
input[type="button"].btn--selected,
input[type="reset"].btn--selected,
input[type="submit"].btn--selected,
.btn.btn--pressed,
button.btn--pressed,
input[type="button"].btn--pressed,
input[type="reset"].btn--pressed,
input[type="submit"].btn--pressed {
  border-color: #9b9b9b;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  background-color: #d4d4d4;
}
.btn.btn--selected:focus:not([data-focus-hidden]):not(:active),
button.btn--selected:focus:not([data-focus-hidden]):not(:active),
input[type="button"].btn--selected:focus:not([data-focus-hidden]):not(:active),
input[type="reset"].btn--selected:focus:not([data-focus-hidden]):not(:active),
input[type="submit"].btn--selected:focus:not([data-focus-hidden]):not(:active),
.btn.btn--pressed:focus:not([data-focus-hidden]):not(:active),
button.btn--pressed:focus:not([data-focus-hidden]):not(:active),
input[type="button"].btn--pressed:focus:not([data-focus-hidden]):not(:active),
input[type="reset"].btn--pressed:focus:not([data-focus-hidden]):not(:active),
input[type="submit"].btn--pressed:focus:not([data-focus-hidden]):not(:active) {
  border-color: #00498a;
}
.btn.btn--disabled,
button.btn--disabled,
input[type="button"].btn--disabled,
input[type="reset"].btn--disabled,
input[type="submit"].btn--disabled,
.btn:disabled,
button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
  box-shadow: none;
  color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(155, 155, 155, 0.4);
  background-color: rgba(255, 255, 255, 0.4);
}
.btn .icon,
button .icon,
input[type="button"] .icon,
input[type="reset"] .icon,
input[type="submit"] .icon {
  line-height: 20px;
}
.btn.btn--selected .icon--deselected,
button.btn--selected .icon--deselected,
input[type="button"].btn--selected .icon--deselected,
input[type="reset"].btn--selected .icon--deselected,
input[type="submit"].btn--selected .icon--deselected,
.btn:not(.btn--selected) .icon--selected,
button:not(.btn--selected) .icon--selected,
input[type="button"]:not(.btn--selected) .icon--selected,
input[type="reset"]:not(.btn--selected) .icon--selected,
input[type="submit"]:not(.btn--selected) .icon--selected,
.btn.collapsed .icon--expanded,
button.collapsed .icon--expanded,
input[type="button"].collapsed .icon--expanded,
input[type="reset"].collapsed .icon--expanded,
input[type="submit"].collapsed .icon--expanded,
.btn:not(.collapsed) .icon--collapsed,
button:not(.collapsed) .icon--collapsed,
input[type="button"]:not(.collapsed) .icon--collapsed,
input[type="reset"]:not(.collapsed) .icon--collapsed,
input[type="submit"]:not(.collapsed) .icon--collapsed {
  display: none;
}
.phone .btn,
.phone button,
.phone input[type="button"],
.phone input[type="reset"],
.phone input[type="submit"],
.tablet .btn,
.tablet button,
.tablet input[type="button"],
.tablet input[type="reset"],
.tablet input[type="submit"] {
  min-height: 44px;
  min-width: 44px;
}
.phone .btn .icon,
.phone button .icon,
.phone input[type="button"] .icon,
.phone input[type="reset"] .icon,
.phone input[type="submit"] .icon,
.tablet .btn .icon,
.tablet button .icon,
.tablet input[type="button"] .icon,
.tablet input[type="reset"] .icon,
.tablet input[type="submit"] .icon {
  line-height: 21px;
}
.btn--link,
.btn--link .btn,
.btn--link button,
.btn--link input[type="button"],
.btn--link input[type="reset"],
.btn--link input[type="submit"] {
  background: none;
  box-shadow: none;
  border-color: transparent;
}
.btn--link:hover,
.btn--link .btn:hover,
.btn--link button:hover,
.btn--link input[type="button"]:hover,
.btn--link input[type="reset"]:hover,
.btn--link input[type="submit"]:hover {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.05);
}
.btn--link[data-focus-hidden],
.btn--link .btn[data-focus-hidden],
.btn--link button[data-focus-hidden],
.btn--link input[type="button"][data-focus-hidden],
.btn--link input[type="reset"][data-focus-hidden],
.btn--link input[type="submit"][data-focus-hidden] {
  border-color: transparent;
}
.btn--link:active,
.btn--link .btn:active,
.btn--link button:active,
.btn--link input[type="button"]:active,
.btn--link input[type="reset"]:active,
.btn--link input[type="submit"]:active,
.btn--link.btn--pressed,
.btn--link .btn.btn--pressed,
.btn--link button.btn--pressed,
.btn--link input[type="button"].btn--pressed,
.btn--link input[type="reset"].btn--pressed,
.btn--link input[type="submit"].btn--pressed {
  color: #000;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
  outline: none;
}
.btn--link.btn--selected,
.btn--link .btn.btn--selected,
.btn--link button.btn--selected,
.btn--link input[type="button"].btn--selected,
.btn--link input[type="reset"].btn--selected,
.btn--link input[type="submit"].btn--selected {
  color: #0064bd;
  border-color: transparent;
  background: none;
  box-shadow: none;
  outline: none;
}
.btn--link.btn--selected.btn--disabled,
.btn--link .btn.btn--selected.btn--disabled,
.btn--link button.btn--selected.btn--disabled,
.btn--link input[type="button"].btn--selected.btn--disabled,
.btn--link input[type="reset"].btn--selected.btn--disabled,
.btn--link input[type="submit"].btn--selected.btn--disabled,
.btn--link.btn--selected:disabled,
.btn--link .btn.btn--selected:disabled,
.btn--link button.btn--selected:disabled,
.btn--link input[type="button"].btn--selected:disabled,
.btn--link input[type="reset"].btn--selected:disabled,
.btn--link input[type="submit"].btn--selected:disabled {
  color: rgba(0, 141, 208, 0.6);
}
.btn--link.btn--disabled,
.btn--link .btn.btn--disabled,
.btn--link button.btn--disabled,
.btn--link input[type="button"].btn--disabled,
.btn--link input[type="reset"].btn--disabled,
.btn--link input[type="submit"].btn--disabled,
.btn--link:disabled,
.btn--link .btn:disabled,
.btn--link button:disabled,
.btn--link input[type="button"]:disabled,
.btn--link input[type="reset"]:disabled,
.btn--link input[type="submit"]:disabled {
  border-color: transparent;
  background: none;
}
.btn--primary {
  color: #fff;
  border-color: #00498a;
  background-color: #0064bd;
}
.btn--primary:hover {
  color: #fff;
  border-color: #003c71;
}
.btn--primary:focus {
  outline: #fff 1px solid;
  outline-offset: -2px;
}
.btn--primary:active,
.btn--primary[data-focus-hidden] {
  outline: none;
}
.btn--primary:active,
.btn--primary.btn--selected,
.btn--primary.btn--pressed {
  color: #fff;
  border-color: #001324;
  background-color: #0057a4;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.btn--primary.btn--disabled,
.btn--primary:disabled {
  opacity: 0.4;
  color: #fff;
  box-shadow: none;
  border-color: #00498a;
  background-color: #0064bd;
}
.btn--stacked {
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
.btn--stacked .icon {
  display: block;
  margin-top: 4px;
}
.btn--full-width {
  display: block;
  width: 100%;
}
.btn--alert {
  color: #fff;
  border-color: #981924;
  background-color: #c4202f;
}
.btn--alert:hover {
  color: #fff;
  border-color: #82151f;
  background-color: #bb1f2d;
}
.btn--alert:focus {
  outline: #fff 1px solid;
  outline-offset: -2px;
}
.btn--alert:active,
.btn--alert[data-focus-hidden] {
  outline: none;
}
.btn--alert:active,
.btn--alert.btn--selected,
.btn--alert.btn--pressed {
  color: #fff;
  border-color: #000000;
  background-color: #981924;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.btn--alert.btn--disabled,
.btn--alert:disabled {
  opacity: 0.4;
  color: #fff;
  box-shadow: none;
  border-color: #981924;
  background-color: #c4202f;
}
.button-group {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap !important;
}
.button-group button {
  border-radius: 0;
  margin-right: -1px;
  line-height: 2;
}
.button-group button:first-child {
  border-radius: 2px 0 0 2px;
}
.button-group button:last-child {
  border-radius: 0 2px 2px 0;
  margin-right: 0;
}
.button-group button.selected,
.button-group button.pressed {
  z-index: 4;
}
.button-group button:focus {
  z-index: 5;
}
.menu-button {
  border-color: transparent;
  background-color: transparent;
}
.menu-button:hover {
  border-color: transparent;
  color: #4489c1;
}
.menu-button.selected,
.menu-button.pressed,
.menu-button:active {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.5);
}
.card {
  position: relative;
  background-color: #fff;
  border: 1px solid #cacacd;
  padding: 10px 20px;
  margin: 10px 0;
  overflow: hidden;
}
.card .property-label,
.card .property-value {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-organizer {
  position: relative;
}
.card-organizer .card {
  position: absolute;
  margin: 0;
}
.card-organizer .card:not(.dragging) {
  transition-property: top, left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.card--blue,
.card--green,
.card--purple,
.card--red,
.card--yellow {
  color: #fff;
  border: none;
}
.card--blue {
  background-color: #0064bd;
}
.card--green {
  background-color: #00c425;
}
.card--purple {
  background-color: #884fad;
}
.card--red {
  background-color: #c4202f;
}
.card--yellow {
  background-color: #edb111;
}
.card__action-footer {
  position: relative;
  padding: 10px 0 0 0;
  border-top: 3px solid #cacacd;
}
.card__avatar {
  position: relative;
  overflow: hidden;
  border: 1px solid #cacacd;
  border-radius: 50%;
}
.card__avatar.card__avatar--24 {
  width: 24px;
  height: 24px;
}
.card__avatar.card__avatar--48 {
  width: 48px;
  height: 48px;
}
.card__avatar img {
  max-height: 100%;
  max-width: 100%;
}
.card__avatar .icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.card__banner {
  position: relative;
  height: 90px;
  background-color: #efeff6;
  border-bottom: 1px solid #cacacd;
  margin-bottom: 50px;
}
.card__body {
  padding: 10px 0;
}
.card__context-menu {
  position: absolute;
  right: 10px;
  top: 10px;
}
.phone .card__context-menu {
  top: 4px;
}
.card__count {
  color: #999;
  vertical-align: baseline;
  padding: 0 10px 0 0;
  font-size: 13px;
}
.card__count .icon {
  margin-right: 2px;
}
.card__flag {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 3px;
}
.card__header {
  font-size: 18px;
  border-bottom: 3px solid #cacacd;
  margin: 0;
  padding: 5px 0 10px 0;
  text-transform: uppercase;
}
.card__header .icon {
  font-size: 24px;
}
.card__header:only-child {
  border: none;
}
.card__header + .card__action-footer {
  border: none;
}
.card__header a {
  color: inherit;
}
.card__header.collapsed {
  border: none;
  padding-bottom: 5px;
}
.card__number {
  font-size: 36px;
}
.card__summary {
  padding-left: 10px;
}
.card__thumb {
  text-align: center;
}
.card__thumb img {
  cursor: pointer;
  width: 100%;
  border: 1px solid #cacacd;
}
.card__thumb .icon {
  display: inline-block;
  margin-top: 10px;
}
.card--preview-left .card__header,
.card--preview-top .card__header {
  border: none;
  padding-top: 10px;
}
.card--count {
  position: relative;
  padding: 10px 20px 15px 20px;
}
.card--count .card__thumb {
  float: right;
}
.card--form input[type="text"],
.card--form select {
  width: 100%;
}
.card--form .control-group {
  margin-bottom: 20px;
}
.card--preview-left {
  padding: 10px 20px 10px 10px;
}
.card--preview-left .card__content {
  min-height: 84px;
}
.card--preview-left:not(.card--full-bleed) .card__header {
  padding-top: 0;
}
.card--preview-left.card--full-bleed .card__summary {
  min-height: 84px;
}
.card--preview-left.card--full-bleed .card__thumb {
  position: absolute;
  bottom: 0;
  top: 0;
  border-right: 1px solid #cacacd;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: cover;
}
.card--preview-left.card--full-bleed .card__thumb.card__thumb--icon {
  border-right: none;
}
.card--preview-top {
  padding: 10px;
}
.card--preview-top .card__avatar {
  display: inline-block;
}
.card--preview-top .card__metadata {
  padding: 0 10px 0 10px;
}
.card--preview-top.card--full-bleed .card__metadata {
  padding: 0 20px 10px 20px;
}
.card--preview-top.card--full-bleed img {
  border: none;
  border-bottom: 1px solid #cacacd;
}
.card--preview-top.card--full-bleed .card--meta-hover img {
  border-bottom: none;
}
.card--meta-hover {
  position: relative;
  overflow: hidden;
}
.card--meta-hover .card__metadata {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  transition-property: bottom, opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  bottom: -600px;
  opacity: 0;
  z-index: 10;
}
.card--meta-hover:hover .card__metadata {
  bottom: 0;
  opacity: 1;
}
.card--error {
  border-color: #c4202f;
  background-color: #ffedef;
}
.card--error .card__thumb {
  background-color: #c4202f;
  border-right-color: #c4202f !important;
  color: #ffedef;
}
.card--info {
  border-color: #0064bd;
  background-color: #e9f8ff;
}
.card--info .card__thumb {
  color: #e9f8ff;
  background-color: #0064bd;
  border-right-color: #0064bd !important;
}
.card--success {
  border-color: #00c425;
  background-color: #efffe5;
}
.card--success .card__thumb {
  background-color: #00c425;
  border-right-color: #00c425 !important;
  color: #efffe5;
}
.card--warning {
  border-color: #edb111;
  background-color: #fff6df;
}
.card--warning .card__thumb {
  background-color: #edb111;
  border-right-color: #edb111 !important;
  color: #fff6df;
}
.card--info .card__summary,
.card--warning .card__summary,
.card--success .card__summary,
.card--error .card__summary {
  padding: 10px;
}
.card--info .card__header,
.card--warning .card__header,
.card--success .card__header,
.card--error .card__header {
  border: none;
}
.card--info .card__description,
.card--warning .card__description,
.card--success .card__description,
.card--error .card__description {
  margin: 0 0 5px 0;
}
.card--full-bleed {
  padding: 0;
}
.phone .checkmark-radio,
.tablet .checkmark-radio {
  background-color: #fff;
  margin: 0;
  border-top: 1px solid #cacacd;
  border-bottom: 1px solid #cacacd;
  min-height: 44px;
  position: relative;
}
.phone .checkmark-radio input,
.tablet .checkmark-radio input {
  display: none;
}
.phone .checkmark-radio label,
.tablet .checkmark-radio label {
  margin: 0;
  width: 100%;
  display: block;
  min-height: 44px;
  padding: 10px 10px 10px 40px;
}
.phone .checkmark-radio:active label,
.tablet .checkmark-radio:active label {
  background-color: #d4d4d4;
}
.phone .checkmark-radio + .checkmark-radio,
.tablet .checkmark-radio + .checkmark-radio {
  border-top: none;
}
.phone .checkmark-radio .icon-checkmark,
.tablet .checkmark-radio .icon-checkmark {
  display: none;
}
.phone .checkmark-radio input:checked + .icon-checkmark,
.tablet .checkmark-radio input:checked + .icon-checkmark {
  display: block;
  position: absolute;
  top: 13px;
  left: 10px;
}
.grid {
  position: relative;
  background-color: #fff;
  padding: 20px;
  height: 100%;
}
.grid.has-checkboxes .grid__header .item-panel {
  padding-left: 30px;
}
.grid.has-checkboxes .grid__header .item-panel .grid__checkbox-cell {
  display: block;
}
.grid.has-checkboxes .grid__header .item-panel .grid__checkbox-cell:focus .column-header-checkbox {
  outline: #0064bd 1px solid;
  outline-offset: 2px;
}
.grid.has-checkboxes .grid__row {
  padding-left: 30px;
  border-left: none;
}
.grid.has-checkboxes .column-reorder-visual {
  margin-left: 30px;
}
.grid .resize-grip-column {
  top: 2px;
  bottom: 2px;
  right: -3px;
  width: 5px;
}
.grid .item-panel {
  min-width: 100%;
  display: inline-block;
}
.grid__grid-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.grid__header {
  position: relative;
  overflow: hidden;
  height: 50px;
  z-index: 40;
  border-bottom: 1px solid #e2e2e2;
  transition: box-shadow 0.5s ease-out;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.grid__header .item-panel {
  position: relative;
  min-width: 100%;
  left: 0;
  top: 0;
  font-weight: bold;
  white-space: nowrap;
}
.vertically-scrolled .grid__header {
  box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.1);
}
.grid__header .grid__checkbox-cell {
  display: none;
  cursor: pointer;
  line-height: 34px;
  height: 50px;
}
.grid__body {
  position: relative;
  overflow: auto;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.grid__row {
  position: relative;
  height: 50px;
  line-height: 46px;
  border: 1px solid transparent;
  border-bottom-color: #e6e6e6;
  white-space: nowrap;
  cursor: pointer;
}
.grid:not(.no-hover) .grid__row:hover,
.grid:not(.no-hover) .grid__row:hover .grid__checkbox-cell {
  background-color: #f5f8fa;
}
.grid__row[aria-selected="true"] {
  background-color: #e9f8ff;
}
.grid__row[aria-selected="true"] .grid__checkbox-cell {
  background-color: #e9f8ff;
}
.grid__row:focus {
  border-color: #0064bd;
}
.grid__row:focus .grid__checkbox-cell {
  border-left-color: #0064bd;
}
.grid__row:active,
.grid__row[data-focus-hidden] {
  border-color: transparent;
  border-bottom-color: #e6e6e6;
}
.grid__row:active .grid__checkbox-cell,
.grid__row[data-focus-hidden] .grid__checkbox-cell {
  border-left-color: transparent;
  border-bottom-color: #e6e6e6;
}
.grid__row:last-child {
  border-bottom-color: transparent;
}
.grid__row:hover .row-checkbox {
  opacity: 1;
}
.grid__header-cell {
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 34px;
}
.grid__header-cell .column-header-content {
  padding: 4px 4px 4px 15px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.grid__header-cell:focus .column-header-content {
  outline: #1c64b4 solid 1px;
  outline: #0064bd 1px solid;
  outline-offset: -1px;
  z-index: 5;
}
.grid__header-cell:active .column-header-content,
.grid__header-cell[data-focus-hidden] .column-header-content {
  outline: none;
}
.grid__cell {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.grid__cell-content {
  padding: 1px 2px 2px 15px;
}
.grid__checkbox-cell {
  position: absolute;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border-left: 1px solid transparent;
  z-index: 20;
  height: 100%;
  width: 30px;
  left: 0;
}
.sort-indicator {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.grid__header-cell[aria-sort="none"] .sort-indicator {
  display: none;
}
.grid__header-cell[aria-sort="ascending"] .sort-indicator {
  border-bottom: 4px solid rgba(0, 0, 0, 0.7);
}
.grid__header-cell[aria-sort="descending"] .sort-indicator {
  border-top: 4px solid rgba(0, 0, 0, 0.7);
}
.grid__header:hover .column-header-checkbox,
.column-header-checkbox:focus {
  opacity: 1;
}
.row-checkbox,
.column-header-checkbox {
  vertical-align: middle;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
.items-checked .row-checkbox,
.items-checked .column-header-checkbox {
  opacity: 1;
}
.column-reorder-visual {
  position: absolute;
  background-color: #fff;
  z-index: 60;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transition-property: box-shadow, opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  padding: 0;
  opacity: 1;
}
.column-reorder-visual .grid__header-cell {
  font-weight: bold;
}
.column-reorder-visual .grid__row,
.column-reorder-visual .grid__header .item-panel {
  padding: 0;
}
.column-reorder-visual .row-viewport {
  overflow: hidden;
}
.column-reorder-visual.visible {
  opacity: 0.75;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);
}
.loading-indicator {
  position: relative;
  height: 50px;
  line-height: 50px;
}
.loading-indicator button {
  width: 100%;
}
.row-viewport .loading-indicator,
.list-panel .loading-indicator {
  padding-right: 10px;
}
.grid .group-header {
  margin: 20px 0 5px 0;
  padding-bottom: 3px;
}
.group-content-container {
  margin: 0;
}
.layout-row {
  width: 100%;
  clear: both;
  position: relative;
}
.layout-row.default-padding {
  padding: 0 0 10px 0;
}
.layout-row:after,
.layout-row:before {
  content: ' ';
  clear: both;
  display: table;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.column {
  float: left;
  display: block;
  min-height: 1px;
  position: relative;
  overflow: hidden;
}
.col-1.default-padding,
.col-2.default-padding,
.col-3.default-padding,
.col-4.default-padding,
.col-5.default-padding,
.col-6.default-padding,
.col-7.default-padding,
.col-8.default-padding,
.col-9.default-padding,
.col-10.default-padding,
.col-11.default-padding,
.col-12.default-padding,
.column.default-padding {
  padding: 0 10px 0 0;
}
[class*="col-"]:last-child,
[class^="col-"]:last-child {
  padding-right: 0;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
.col-offset-1 {
  margin-left: 8.33333333%;
}
.col-offset-2 {
  margin-left: 16.66666667%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-offset-4 {
  margin-left: 33.33333333%;
}
.col-offset-5 {
  margin-left: 41.66666667%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-offset-7 {
  margin-left: 58.33333333%;
}
.col-offset-8 {
  margin-left: 66.66666667%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-offset-10 {
  margin-left: 83.33333333%;
}
.col-offset-11 {
  margin-left: 91.66666667%;
}
.list {
  overflow-y: auto;
  position: relative;
  background-color: #fff;
  padding: 20px;
  height: 100%;
  /* Mobile adjustments */
}
.list.no-container {
  padding: 1px;
  background-color: transparent;
}
.tablet .list,
.phone .list {
  padding: 8px;
}
.list .loading-indicator {
  position: relative;
  height: 38px;
  line-height: 38px;
}
.list .loading-indicator button {
  width: 100%;
}
.list .group-header {
  margin: 20px 0 10px 0;
}
.list .group-content-container {
  margin: 0;
}
.list-item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 38px;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  /* Mobile adjustments */
}
.list-item:last-child {
  border-color: transparent;
}
.list:not(.no-hover) .list-item:hover {
  background-color: #f5f8fa;
}
.list-item:hover .list-item__checkbox {
  opacity: 1;
}
.list-item:focus {
  outline: #1c64b4 solid 1px;
  outline: #0064bd 1px solid;
  outline-offset: -1px;
  z-index: 5;
}
.list-item:active,
.list-item[data-focus-hidden] {
  outline: none;
}
.list-item[aria-selected="true"] {
  background-color: #e9f8ff;
}
.list-item[aria-selected="true"] .list-item__checkbox {
  opacity: 1;
}
.tablet .list-item,
.phone .list-item {
  height: auto;
  min-height: 44px;
}
.list-item__checkbox-container {
  width: 32px;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-align: center;
  /* Mobile adjustments */
}
.tablet .list-item__checkbox-container,
.phone .list-item__checkbox-container {
  width: 44px;
}
.list-item__checkbox {
  transition: opacity 0.2s ease-out;
  opacity: 0;
  /* Mobile adjustments */
}
.items-checked .list-item__checkbox {
  opacity: 1;
}
.tablet .list-item__checkbox,
.phone .list-item__checkbox {
  opacity: 1;
}
.list-item__content {
  flex-grow: 1;
}
.desktop .list-item__content {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-item__icon {
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 32px;
  text-align: center;
}
.list-item__indicator {
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 6px;
}
.menu {
  position: absolute;
  z-index: 10000;
  min-width: 100px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  border-radius: 2px;
  border: 1px solid #808080;
}
.menu .content-panel {
  height: 100%;
  overflow: hidden;
}
.menu .item-viewport {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.menu .item-panel {
  padding: 5px 0;
  margin: 0;
}
.menu.flat {
  min-width: 200px;
}
.menu.flat .animation-panel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.menu.flat .menu-header {
  position: relative;
  height: 44px;
  background: #fafafa;
  border-bottom: 1px solid #bbb;
  border-radius: 2px 2px 0 0;
}
.menu.flat .menu-header-button.btn--link,
.menu.flat .menu-header-button.btn--link:hover,
.menu.flat .menu-header-button.btn--link:active {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  line-height: 37px;
}
.menu.flat .menu-header-label-container {
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  line-height: 44px;
  height: 44px;
  width: 100%;
  left: 0;
  padding: 0 8px 0 36px;
}
.menu.flat .item-panel {
  padding: 0;
}
.menu-item {
  position: relative;
  cursor: pointer;
  border: 1px solid transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu-item:hover,
.menu-item.menu-item-opened {
  background-color: #f5f8fa;
}
.menu-item[aria-selected="true"] {
  background-color: #e9f8ff;
}
.menu-item[aria-disabled="true"] {
  background-color: transparent;
}
.menu-item__icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  padding-left: 10px;
}
.menu-item-content-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.menu-item__content {
  display: block;
}
.menu-item__description {
  color: #999;
}
.menu-item__indicator {
  padding-left: 10px;
  padding-right: 10px;
}
.menu-item__submenu-indicator {
  width: 16px;
}
.menu__separator {
  height: 1px;
  background: #ddd;
  margin-top: 4px;
  margin-bottom: 4px;
}
.menu__group-header {
  padding: 4px 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  border-top: 1px solid #ddd;
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 100000;
  background-color: rgba(255, 255, 255, 0.6);
}
.dialog {
  position: absolute;
  z-index: 100000;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.dialog .resize-grip {
  background-color: transparent;
}
.dialog .resize-grip,
.dialog .resize-grip:hover,
.dialog .resize-grip:active {
  background-color: transparent;
}
.dialog.full-screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
}
/* Modal Dialog Components */
.dialog__close {
  cursor: pointer;
  margin-left: 20px;
  color: #32323c;
}
.dialog__header {
  position: relative;
  padding: 16px 20px;
  border-radius: 2px 2px 0 0;
  cursor: move;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.dialog__header:after {
  content: "";
  border-bottom: 1px solid #cacacd;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}
.dialog__header-content {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.dialog__body {
  padding: 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.dialog__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  position: relative;
}
.phone .dialog__footer {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.dialog__footer:before {
  content: "";
  border-bottom: 1px solid #cacacd;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
}
.dialog__footer-panel {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 20px;
}
.phone .dialog__footer-panel {
  margin-bottom: 20px;
}
.dialog__footer-panel:empty {
  padding-right: 0;
}
.phone .dialog__footer-panel:empty {
  margin-bottom: 0;
}
.dialog__footer-button-panel {
  white-space: nowrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.dialog__footer-button-panel button {
  margin-left: 8px;
}
.phone .dialog__footer-button-panel {
  white-space: normal;
  width: 100%;
}
.phone .dialog__footer-button-panel button {
  width: 100%;
  margin-left: 0;
  margin-bottom: 8px;
}
.iframe-fix-element {
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.navigation {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 10px;
}
.navigation .nav-item__content {
  color: #828282;
}
.navigation .item-panel {
  margin: 10px 0;
}
.navigation .child-content-container,
.navigation .group-content-container {
  margin: 0;
}
.navigation .group-header {
  margin: 20px 16px 5px 20px;
}
.nav-item {
  list-style: none;
  border-left: 4px solid transparent;
  cursor: pointer;
}
.nav-item:hover {
  border-left-color: #bbb;
}
.nav-item[aria-selected="true"] {
  border-left-color: #0064bd;
}
.nav-item[aria-selected="true"] .nav-item__content {
  color: #0064bd;
}
.nav-item__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  color: #828282;
}
.nav-item__expander {
  width: 26px;
  font-size: 12px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.nav-item__name {
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.nav-item__icon {
  width: 16px;
  margin: 0 5px 0 1px;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.desktop .navigation .nav-item:focus {
  outline: #1c64b4 solid 1px;
  outline: #0064bd 1px solid;
  outline-offset: -1px;
  z-index: 5;
}
.desktop .navigation .nav-item:active,
.desktop .navigation .nav-item[data-focus-hidden] {
  outline: none;
}
.navigation.flattened {
  padding-right: 0;
}
.navigation.flattened .item-panel {
  margin: 0;
}
.navigation.flattened .group-content-container {
  border-top: 1px solid #cacacd;
}
.navigation.flattened .group-header {
  font-size: 16px;
  padding: 21px 0 3px 20px;
  margin: 0;
}
.navigation.flattened .nav-item {
  background-color: #fff;
  border-bottom: 1px solid #cacacd;
  border-left: none;
  padding-right: 10px;
}
.navigation.flattened .nav-item:hover {
  border-left: none;
}
.navigation.flattened .nav-item__content {
  height: 44px;
  padding-left: 20px;
}
.navigation.flattened .nav-item__expander {
  display: none;
}
.pane-container {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.pane-container .pane {
  position: absolute;
  border-style: solid;
  border-color: #cacacd;
}
.pane-container .pane--floating {
  z-index: 20;
}
.pane-container .pane--side {
  background-color: #efeff6;
}
.phone .pane-container .action-pane,
.tablet .pane-container .action-pane {
  padding: 20px;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (orientation: portrait) {
  .phone .pane-container .action-pane,
  .tablet .pane-container .action-pane {
	border-left: none;
	border-top: 1px solid #cdcdcd;
  }
}
.transitional-content-container {
  position: relative;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.transitional-content-container.animating {
  overflow: hidden;
}
.transitional-content-container.animating .transitional-content {
  position: absolute;
  width: 100%;
}
.menu .pointer-top,
.popover .pointer-top {
  position: absolute;
  bottom: -8px;
  margin-left: -9px;
  border-top: 9px solid #fff;
  border-top-color: #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.menu .pointer-bottom,
.popover .pointer-bottom {
  position: absolute;
  top: -8px;
  margin-left: -9px;
  border-bottom: 9px solid #fff;
  border-bottom-color: #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.menu .pointer-left,
.popover .pointer-left {
  position: absolute;
  right: -8px;
  margin-top: -8px;
  border-left: 8px solid #fff;
  border-left-color: #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
}
.menu .pointer-right,
.popover .pointer-right {
  position: absolute;
  left: -8px;
  margin-top: -8px;
  border-right: 8px solid #fff;
  border-right-color: #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
}
.menu .pointer-shadow-top,
.popover .pointer-shadow-top {
  position: absolute;
  bottom: -9px;
  margin-left: -9px;
  border-top: 9px solid #454545;
  border-top-color: #454545;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.menu .pointer-shadow-bottom,
.popover .pointer-shadow-bottom {
  position: absolute;
  top: -9px;
  margin-left: -9px;
  border-bottom: 9px solid #454545;
  border-bottom-color: #454545;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.menu .pointer-shadow-left,
.popover .pointer-shadow-left {
  position: absolute;
  right: -9px;
  margin-top: -9px;
  border-left: 9px solid #454545;
  border-left-color: #454545;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  display: inline-block;
}
.menu .pointer-shadow-right,
.popover .pointer-shadow-right {
  position: absolute;
  left: -9px;
  margin-top: -9px;
  border-right: 9px solid #454545;
  border-right-color: #454545;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  display: inline-block;
}
.popover {
  position: absolute;
  background-color: #fff;
  z-index: 10000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  border: 1px solid #808080;
  border-radius: 2px;
  word-wrap: break-word;
  min-width: 100px;
}
.popover .item-panel {
  display: table;
  width: 100%;
}
.popover .popover__content {
  height: 100%;
  max-width: 400px;
  overflow: auto;
  padding: 10px;
}
.popover .popover__close-button {
  position: absolute;
  top: 4px;
  right: 4px;
}
.popover__menu-item {
  display: block;
  margin-top: 8px;
  width: 100%;
}
.popover__menu-item:first-child {
  margin-top: 0;
}
.popover__menu-item.disabled {
  color: #adadad;
}
.popover.interactive .popover__content {
  min-height: 38px;
  padding: 10px 46px 10px 10px;
}
.popover.popover--error {
  background-color: #ffedef !important;
  border-color: #c4202f;
}
.popover.popover--error .pointer-top {
  border-top: 8px solid #ffedef;
  border-top-color: #ffedef;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block;
}
.popover.popover--error .pointer-bottom {
  border-bottom: 8px solid #ffedef;
  border-bottom-color: #ffedef;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block;
}
.popover.popover--error .pointer-left {
  border-left: 8px solid #ffedef;
  border-left-color: #ffedef;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
}
.popover.popover--error .pointer-right {
  border-right: 8px solid #ffedef;
  border-right-color: #ffedef;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
}
.popover.popover--error .pointer-shadow-top {
  border-top: 9px solid #c4202f;
  border-top-color: #c4202f;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.popover.popover--error .pointer-shadow-bottom {
  border-bottom: 9px solid #c4202f;
  border-bottom-color: #c4202f;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.popover.popover--error .pointer-shadow-left {
  border-left: 9px solid #c4202f;
  border-left-color: #c4202f;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  display: inline-block;
}
.popover.popover--error .pointer-shadow-right {
  border-right: 9px solid #c4202f;
  border-right-color: #c4202f;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  display: inline-block;
}
.popover.popover--success {
  background-color: #efffe5 !important;
  border-color: #00c425;
}
.popover.popover--success .pointer-top {
  border-top: 8px solid #efffe5;
  border-top-color: #efffe5;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block;
}
.popover.popover--success .pointer-bottom {
  border-bottom: 8px solid #efffe5;
  border-bottom-color: #efffe5;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block;
}
.popover.popover--success .pointer-left {
  border-left: 8px solid #efffe5;
  border-left-color: #efffe5;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
}
.popover.popover--success .pointer-right {
  border-right: 8px solid #efffe5;
  border-right-color: #efffe5;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
}
.popover.popover--success .pointer-shadow-top {
  border-top: 9px solid #00c425;
  border-top-color: #00c425;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.popover.popover--success .pointer-shadow-bottom {
  border-bottom: 9px solid #00c425;
  border-bottom-color: #00c425;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.popover.popover--success .pointer-shadow-left {
  border-left: 9px solid #00c425;
  border-left-color: #00c425;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  display: inline-block;
}
.popover.popover--success .pointer-shadow-right {
  border-right: 9px solid #00c425;
  border-right-color: #00c425;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  display: inline-block;
}
.popover.popover--info {
  background-color: #e9f8ff !important;
  border-color: #0064bd;
}
.popover.popover--info .pointer-top {
  border-top: 8px solid #e9f8ff;
  border-top-color: #e9f8ff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block;
}
.popover.popover--info .pointer-bottom {
  border-bottom: 8px solid #e9f8ff;
  border-bottom-color: #e9f8ff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block;
}
.popover.popover--info .pointer-left {
  border-left: 8px solid #e9f8ff;
  border-left-color: #e9f8ff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
}
.popover.popover--info .pointer-right {
  border-right: 8px solid #e9f8ff;
  border-right-color: #e9f8ff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
}
.popover.popover--info .pointer-shadow-top {
  border-top: 9px solid #0064bd;
  border-top-color: #0064bd;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.popover.popover--info .pointer-shadow-bottom {
  border-bottom: 9px solid #0064bd;
  border-bottom-color: #0064bd;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.popover.popover--info .pointer-shadow-left {
  border-left: 9px solid #0064bd;
  border-left-color: #0064bd;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  display: inline-block;
}
.popover.popover--info .pointer-shadow-right {
  border-right: 9px solid #0064bd;
  border-right-color: #0064bd;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  display: inline-block;
}
.popover.popover--warning {
  background-color: #fff6df !important;
  border-color: #edb111;
}
.popover.popover--warning .pointer-top {
  border-top: 8px solid #fff6df;
  border-top-color: #fff6df;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block;
}
.popover.popover--warning .pointer-bottom {
  border-bottom: 8px solid #fff6df;
  border-bottom-color: #fff6df;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block;
}
.popover.popover--warning .pointer-left {
  border-left: 8px solid #fff6df;
  border-left-color: #fff6df;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
}
.popover.popover--warning .pointer-right {
  border-right: 8px solid #fff6df;
  border-right-color: #fff6df;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
}
.popover.popover--warning .pointer-shadow-top {
  border-top: 9px solid #edb111;
  border-top-color: #edb111;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.popover.popover--warning .pointer-shadow-bottom {
  border-bottom: 9px solid #edb111;
  border-bottom-color: #edb111;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: inline-block;
}
.popover.popover--warning .pointer-shadow-left {
  border-left: 9px solid #edb111;
  border-left-color: #edb111;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  display: inline-block;
}
.popover.popover--warning .pointer-shadow-right {
  border-right: 9px solid #edb111;
  border-right-color: #edb111;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  display: inline-block;
}
.progress-indicator {
  position: relative;
}
.progress-indicator__foreground {
  transition: background-color 0.5s ease-out;
}
.progress-indicator__display:after {
  content: '%';
  font-size: 1ex;
  vertical-align: super;
}
.progress-indicator--circle .progress-indicator__background,
.progress-indicator--circle .progress-indicator__foreground {
  position: absolute;
  visibility: hidden;
}
.progress-indicator--circle .progress-indicator__display {
  margin-left: 4px;
}
.progress-indicator--bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.progress-indicator--bar .progress-indicator__background {
  position: relative;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border-radius: 2px;
  overflow: hidden;
  min-height: 18px;
}
.progress-indicator--bar .progress-indicator__foreground {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 100%;
}
.progress-indicator--bar .progress-indicator__display {
  width: 5ex;
  text-align: right;
}
.progress-indicator--vertical {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
  width: auto;
}
.progress-indicator--vertical .progress-indicator__background {
  width: 18px;
}
.progress-indicator--vertical .progress-indicator__foreground {
  right: 0;
  top: 100%;
}
.progress-indicator--vertical .progress-indicator__display {
  margin-top: 4px;
  text-align: center;
}
.progress-indicator--large-circle .progress-indicator__display {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  margin: -0.5em 0 0 0;
}
.modal-overlay .progress-indicator__background {
  background-color: rgba(255, 255, 255, 0.3);
}
.modal-overlay .progress-indicator__foreground {
  background-color: #efeff6;
}
.modal-overlay .progress-indicator__display {
  color: #fff;
}
.progress-indicator-overlay {
  background-color: #000;
}
.progress-indicator-overlay .progress-indicator {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
button .progress-indicator-overlay {
  background-color: #9b9b9b;
  border-radius: 1px;
}
.btn--primary .progress-indicator-overlay {
  background-color: #0057a4;
}
.btn--alert .progress-indicator-overlay {
  background-color: #981924;
}
.progress-indicator-host,
.progress-indicator-host[data-focus-hidden] {
  border-color: #a6a6a6 !important;
  background-color: #9b9b9b;
}
.properties-header {
  font-weight: 700;
  position: relative;
  color: #777;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
}
.properties-header a[href] {
  color: inherit;
  letter-spacing: .5px;
}
.properties-item {
  position: relative;
  border-top: 1px solid rgba(102, 102, 102, 0.15);
  padding: 5px 0;
}
.properties-item:first-child {
  padding-top: 0;
  border-top: none;
}
.properties-item:last-child {
  padding-bottom: 0;
}
.property-label {
  color: #888;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.property-value:empty:after {
  content: ' ';
  white-space: pre;
}
.properties-grid .properties-item-container {
  width: 100%;
}
.properties-grid .properties-item {
  display: table;
  width: 100%;
  margin-bottom: 0;
}
.properties-grid .properties-item .property-label,
.properties-grid .properties-item .property-value {
  display: table-cell;
  padding: 8px 0;
}
.properties-grid .properties-item .property-label {
  padding-top: 11px;
  padding-right: 20px;
}
.properties-grid .properties-item .property-value {
  text-align: right;
}
[data-expander] {
  cursor: pointer;
}
.tab-control {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.tab-control .tab-header {
  position: absolute;
  background: #f7f7f7;
  font-weight: bold;
  margin: 0;
}
.tab-control .tab-content-container {
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.tab-control .tab-content {
  position: relative;
  overflow: auto;
  padding: 16px;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.tab-control .tab-item {
  min-width: 24px;
  max-width: 200px;
}
.tab-control .tab-item__content-container {
  position: relative;
  overflow: hidden;
  padding: 8px 12px 8px 8px;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid transparent;
  white-space: nowrap;
}
.tab-control .tab-item__content-container .tab-item__indicator {
  margin-right: 5px;
}
.tab-control .tab-item__content-container .icon {
  line-height: 1em;
  vertical-align: middle;
}
.tab-control .tab-item__content-container .close-button {
  position: absolute;
  display: none;
  right: 6px;
  color: #adadad;
  background: #f7f7f7;
  box-shadow: -3px 0 5px #f7f7f7;
  z-index: 40;
  font-size: 16px;
}
.tab-control .tab-item__content-container:hover {
  color: #32323c;
  border-color: #cbcbcb;
  cursor: pointer;
}
.tab-control .tab-item[aria-selected="true"] .tab-item__content-container {
  cursor: default;
  background: #fff;
  border-color: #cbcbcb;
}
.tab-control .tab-item[aria-selected="true"] .tab-item__content-container:hover .close-button {
  display: inline;
}
.tab-control .tab-item[aria-selected="true"] .tab-item__content-container:hover .close-button:hover {
  color: #32323c;
  cursor: pointer;
}
.tab-control .tab-item:focus .tab-item__content-container {
  border-color: #0064bd;
}
.tab-control .tab-item:focus .tab-item__content-container,
.tab-control .tab-item:active .tab-item__content-container,
.tab-control .tab-item[data-focus-hidden] .tab-item__content-container {
  border-color: #cbcbcb;
}
.tab-control .tab-item[aria-disabled] .tab-item__content-container {
  color: #adadad;
}
.tab-control .tab-item[aria-disabled] .tab-item__content-container:hover {
  cursor: default;
  background: transparent;
  border-color: #cbcbcb;
}
.tab-control .tab-item__overlay {
  position: absolute;
  z-index: 20;
  background: #f7f7f7;
  box-shadow: -3px 0 5px #f7f7f7;
  height: 100%;
  width: 6px;
  right: 0;
  top: 0;
}
.tab-control .tab-item[aria-selected="true"] .tab-item__overlay {
  background: #fff;
  box-shadow: -3px 0 5px #fff;
}
.tab-control .tab-header-top,
.tab-control .tab-header-bottom {
  padding-right: 7px;
  width: 100%;
}
.tab-control .tab-header-top .tab-item,
.tab-control .tab-header-bottom .tab-item {
  float: left;
}
.tab-control .tab-header-top {
  top: 0;
  border-bottom: 1px solid #cbcbcb;
}
.tab-control .tab-header-top .tab-item__content-container {
  margin: 7px 0 -1px 7px;
  border-radius: 2px 2px 0 0;
  border-bottom-color: transparent !important;
}
.tab-control .tab-header-bottom {
  bottom: 0;
  border-top: 1px solid #cbcbcb;
}
.tab-control .tab-header-bottom .tab-item__content-container {
  margin: -1px 0 7px 7px;
  border-radius: 0 0 2px 2px;
  border-top-color: transparent !important;
}
.tab-control .tab-header-left,
.tab-control .tab-header-right {
  padding-top: 7px;
  height: 100%;
}
.tab-control .tab-header-left {
  left: 0;
  border-right: 1px solid #cbcbcb;
}
.tab-control .tab-header-left .tab-item__content-container {
  margin: 0 -1px 7px 7px;
  border-radius: 2px 0 0 2px;
  border-right-color: transparent !important;
}
.tab-control .tab-header-right {
  right: 0;
  border-left: 1px solid #cbcbcb;
}
.tab-control .tab-header-right .tab-item__content-container {
  margin: 0 7px 7px -1px;
  border-radius: 0 2px 2px 0;
  border-left-color: transparent !important;
}
.dialog .tab-control .tab-header {
  background-color: transparent;
}
.dialog .tab-control .tab-item__overlay {
  background-color: #fff;
  box-shadow: -3px 0 5px #fff;
}
.table {
  border: 1px solid #cacacd;
  border-right: none;
  border-bottom: none;
  margin-bottom: 20px;
  border-collapse: separate;
  border-spacing: 0;
}
.table th {
  padding: 5px 10px;
  border: 1px solid #cacacd;
  border-top: none;
  border-left: none;
  background: #e3e3e3;
  font-weight: bold;
}
.table td {
  padding: 5px 10px;
  border: 1px solid #cacacd;
  border-left: none;
  border-top: none;
}
.table.table--striped tbody tr:nth-child(even) td {
  background: #eee;
}
/* - Responsive Tables */
.table.table--responsive {
  width: 100%;
  border: 1px solid #cacacd;
}
.table.table--responsive,
.table.table--responsive thead,
.table.table--responsive tbody,
.table.table--responsive tfoot,
.table.table--responsive th,
.table.table--responsive td,
.table.table--responsive tr,
.table.table--responsive caption {
  display: block;
}
.table.table--responsive td,
.table.table--responsive th {
  padding: .25em;
}
.table.table--responsive thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.table.table--responsive tr {
  border: 1px solid #cacacd;
}
.table.table--responsive tr:nth-of-type(even) {
  background: #f4f4f8;
}
.table.table--responsive td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50%;
}
.table.table--responsive td:before {
  position: absolute;
  top: .375em;
  left: .375em;
  width: 45%;
  padding-right: .625em;
  white-space: nowrap;
  font-weight: bold;
  content: attr(data-label);
}
.table.table--responsive2 {
  width: 100%;
  border-bottom: 1px solid #cacacd;
}
.table.table--responsive2 thead {
  display: none;
}
.table.table--responsive2 td {
  display: block;
}
.table.table--responsive2 td:first-child {
  border-top: 3px solid #cacacd;
  text-align: left;
}
.grid__card-view,
.grid__list-view,
.grid__thumbnail-view {
  padding: 10px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.grid__card-view .item-panel,
.grid__list-view .item-panel,
.grid__thumbnail-view .item-panel {
  min-width: 0;
  display: block;
}
.grid .item-container {
  display: inline-block;
  padding: 10px;
}
.grid .item-container .item-content {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.grid .item-container[aria-selected="true"] .item-content {
  border-color: #0064bd;
}
.grid .item-container:hover .row-checkbox {
  opacity: 1;
}
.grid__card-view {
  background: none;
}
.grid__card-view .item-container {
  transition: width 0.2s ease-out;
  padding: 10px;
}
.grid__card-view .item-panel[data-columns="1"] .item-container {
  width: 100% !important;
}
.grid__card-view .item-panel[data-columns="2"] .item-container {
  width: 50% !important;
}
.grid__card-view .item-panel[data-columns="3"] .item-container {
  width: 33.3% !important;
}
.grid__card-view .item-panel[data-columns="4"] .item-container {
  width: 25% !important;
}
.grid__card-view .item-panel[data-columns="5"] .item-container {
  width: 20% !important;
}
.grid__card-view .item-panel[data-columns="6"] .item-container {
  width: 16.6% !important;
}
.grid__list-view .item-container {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.grid__list-view .item-container .item-content {
  border: none;
  background: none;
  padding: 10px;
}
.grid__list-view .item-container:last-child {
  border-bottom: none;
}
.grid__list-view .item-container[aria-selected="true"] .item-content {
  background: #e9f8ff;
}
.grid__list-view:not(.no-hover) .grid__list-view .item-container:hover:not([aria-selected="true"]) .item-content {
  background-color: #f5f8fa;
}
.grid__list-view .item-container:focus .item-content {
  outline: #1c64b4 solid 1px;
  outline: #0064bd 1px solid;
  outline-offset: -1px;
  z-index: 5;
}
.grid__list-view .item-container:active .item-content,
.grid__list-view .item-container[data-focus-hidden] .item-content {
  outline: none;
}
.grid__thumbnail-view {
  background: none;
}
.grid__thumbnail-view .item-container .item-content {
  border: none;
  text-align: center;
  background: none;
  width: 150px;
}
.grid__thumbnail-view .item-container .item-content .thumbnail-image-container {
  height: 150px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.grid__thumbnail-view .item-container .item-content .thumbnail-image {
  max-width: 100%;
}
.grid__thumbnail-view .item-container .item-content .thumbnail-caption {
  margin: 0;
  padding: 8px 2px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.grid__thumbnail-view .item-container[aria-selected="true"] .item-content .thumbnail-image-container {
  border-color: #0064bd;
}
.grid__thumbnail-view .item-container[aria-selected="true"] .item-content .thumbnail-caption {
  background: #0064bd;
  color: #fff;
}
.toggle label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.toggle input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /* "+ div" is the background container for the toggle switch */
  /* "+ div:before" is the white toggle thumb */
  /* change background when input is checked */
  /* move thumb when input is checked */
}
.toggle input[type="checkbox"] + div {
  position: relative;
  min-width: 50px;
  width: 50px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 999px;
  background-color: #adadad;
  background-size: 200% 100%;
  overflow: hidden;
  transition-duration: .15s;
  transition-property: padding, width, background-color, text-indent;
  margin-left: 10px;
  cursor: pointer;
}
.toggle input[type="checkbox"] + div:before {
  position: absolute;
  top: 1px;
  left: 1px;
  content: '';
  width: 28px;
  height: 28px;
  border-radius: inherit;
  background-color: white;
  transition-duration: .15s;
  transition-propery: position;
}
.toggle input[type="checkbox"]:checked + div {
  background-color: #0064bd;
}
.toggle input[type="checkbox"]:checked + div:before {
  left: 21px;
}
.toggle input[type="checkbox"] + div:hover:before {
  background-image: radial-gradient(#f6f6f6 20%, transparent 60%);
}
.toggle input[type="checkbox"]:focus + div {
  outline: 1px solid #0064bd;
}
.toggle input[type="checkbox"]:active + div,
.toggle input[type="checkbox"][data-focus-hidden] + div {
  outline: none;
}
.toggle input[type="checkbox"]:disabled + div {
  opacity: .6;
}
.toggle input[type="checkbox"]:disabled + div:hover:before {
  background-image: radial-gradient(#fff 20%, transparent 60%);
}
.toggle input[type="checkbox"]:checked:disabled + div {
  opacity: .4;
}
/* use toggle--full-width to move toggle switch to far right of containing element */
.toggle--full-width {
  width: 100%;
}
.toggle--full-width label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.toggle--full-width input[type="checkbox"] {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
/* small size variant for toggle switch. NOT FOR MOBILE USE */
.toggle--small input[type="checkbox"] + div {
  width: 30px;
  height: 18px;
  min-width: 30px;
}
.toggle--small input[type="checkbox"] + div:before {
  width: 16px;
  height: 16px;
}
.toggle--small input[type="checkbox"]:checked + div:before {
  left: 13px;
}
/* adjusts margin when aligning toggle on left side of text. */
.toggle--left input[type="checkbox"] + div {
  margin-right: 10px;
  margin-left: 0;
}
/* adds ability to stack toggle switch and label */
.toggle--stacked input[type="checkbox"] + div {
  display: block;
  margin-left: 0;
  margin-top: 5px;
}
/* toggle color variations */
.toggle--green input[type="checkbox"] + div {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 255, 255, 0.2) 50%), -webkit-linear-gradient(left, #00c425 50%, transparent 50%);
  background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.2) 50%), linear-gradient(to right, #00c425 50%, transparent 50%);
}
.toggle--red input[type="checkbox"] + div {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 255, 255, 0.2) 50%), -webkit-linear-gradient(left, #c4202f 50%, transparent 50%);
  background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.2) 50%), linear-gradient(to right, #c4202f 50%, transparent 50%);
}
.toggle--yellow input[type="checkbox"] + div {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 255, 255, 0.2) 50%), -webkit-linear-gradient(left, #edb111 50%, transparent 50%);
  background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.2) 50%), linear-gradient(to right, #edb111 50%, transparent 50%);
}
.toggle--black input[type="checkbox"] + div {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 255, 255, 0.2) 50%), -webkit-linear-gradient(left, #000 50%, transparent 50%);
  background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.2) 50%), linear-gradient(to right, #000 50%, transparent 50%);
}
.toolbar {
  position: relative;
  border-style: solid;
  border-color: #cacacd;
}
.toolbar,
.toolbar .toolbar__section,
.toolbar .toolbar-group {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.toolbar .divider {
  background: rgba(0, 0, 0, 0.2);
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.toolbar .anchor__icon,
.toolbar .toolbar__overflow-button {
  display: none;
}
.toolbar .toolbar__overflow-button {
  margin: 0;
}
.toolbar.main-toolbar {
  background-color: #3e3e47;
  border-color: #3e3e47;
  color: #fff;
}
.toolbar.main-toolbar .divider {
  background-color: #000;
}
.toolbar.cab-toolbar {
  background-color: #0064bd;
  border-color: #0064bd;
  color: #fff;
}
.toolbar.main-toolbar button,
.toolbar.cab-toolbar button,
.toolbar.main-toolbar .button-group:hover button,
.toolbar.cab-toolbar .button-group:hover button {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 0, 0, 0.4);
}
.toolbar.main-toolbar button.btn--link,
.toolbar.cab-toolbar button.btn--link,
.toolbar.main-toolbar .button-group:hover button.btn--link,
.toolbar.cab-toolbar .button-group:hover button.btn--link {
  background-color: transparent;
  border-color: transparent;
}
.toolbar.main-toolbar button.btn--selected,
.toolbar.cab-toolbar button.btn--selected,
.toolbar.main-toolbar .button-group:hover button.btn--selected,
.toolbar.cab-toolbar .button-group:hover button.btn--selected {
  background-color: #000 !important;
  border-color: #000 !important;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
}
.toolbar.main-toolbar button:active:not(:disabled),
.toolbar.cab-toolbar button:active:not(:disabled),
.toolbar.main-toolbar .button-group:hover button:active:not(:disabled),
.toolbar.cab-toolbar .button-group:hover button:active:not(:disabled) {
  background-color: #000 !important;
  border-color: #000 !important;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
}
.toolbar.main-toolbar button:disabled,
.toolbar.cab-toolbar button:disabled,
.toolbar.main-toolbar .button-group:hover button:disabled,
.toolbar.cab-toolbar .button-group:hover button:disabled {
  opacity: .4;
}
.phone .toolbar {
  padding: 6px;
}
.toolbar--horizontal {
  width: 100%;
  padding: 10px 20px;
  border-bottom-width: 1px;
}
.toolbar--horizontal .toolbar__section--center {
  margin: 0 auto;
}
.toolbar--horizontal .anchor__icon {
  padding-left: 4px;
}
.toolbar--horizontal .has-overflow {
  display: inline-block;
}
.toolbar--horizontal button,
.toolbar-items-container button,
.toolbar--horizontal .button-group,
.toolbar-items-container .button-group,
.toolbar--horizontal input[type="button"],
.toolbar-items-container input[type="button"],
.toolbar--horizontal input[type="reset"],
.toolbar-items-container input[type="reset"],
.toolbar--horizontal input[type="submit"],
.toolbar-items-container input[type="submit"] {
  margin-right: 6px;
}
.toolbar--horizontal button:last-child,
.toolbar-items-container button:last-child,
.toolbar--horizontal .button-group:last-child,
.toolbar-items-container .button-group:last-child,
.toolbar--horizontal input[type="button"]:last-child,
.toolbar-items-container input[type="button"]:last-child,
.toolbar--horizontal input[type="reset"]:last-child,
.toolbar-items-container input[type="reset"]:last-child,
.toolbar--horizontal input[type="submit"]:last-child,
.toolbar-items-container input[type="submit"]:last-child {
  margin-right: 0;
}
.toolbar--horizontal .button-group button,
.toolbar-items-container .button-group button,
.toolbar--horizontal .button-group input[type="button"],
.toolbar-items-container .button-group input[type="button"],
.toolbar--horizontal .button-group input[type="reset"],
.toolbar-items-container .button-group input[type="reset"],
.toolbar--horizontal .button-group input[type="submit"],
.toolbar-items-container .button-group input[type="submit"] {
  margin-right: -1px;
}
.toolbar--horizontal .control-group,
.toolbar-items-container .control-group {
  display: inline-block;
  margin: 0 6px 0 0;
}
.toolbar--horizontal .control-group label,
.toolbar-items-container .control-group label {
  display: inline-block;
}
.toolbar--horizontal .divider,
.toolbar-items-container .divider {
  width: 1px;
  margin: 0 11px 0 5px;
}
.toolbar--vertical {
  height: 100%;
  padding: 20px 10px;
  border-right-width: 1px;
}
.toolbar--vertical,
.toolbar--vertical .toolbar__section,
.toolbar--vertical .toolbar-group,
.toolbar--vertical .button-group {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.toolbar--vertical .toolbar__section--center {
  margin: auto 0;
}
.toolbar--vertical .has-overflow {
  display: block;
}
.toolbar--vertical button,
.toolbar--vertical input[type="button"],
.toolbar--vertical input[type="reset"],
.toolbar--vertical input[type="submit"] {
  margin-bottom: 6px;
}
.toolbar--vertical .button-group {
  padding: 4px 0;
}
.toolbar--vertical .button-group button,
.toolbar--vertical .button-group input[type="button"],
.toolbar--vertical .button-group input[type="reset"],
.toolbar--vertical .button-group input[type="submit"] {
  margin: 0 0 -1px 0;
}
.toolbar--vertical .divider {
  height: 1px;
  margin: 5px 0 11px 0;
}
.toolbar--vertical .anchor__icon {
  padding-bottom: 4px;
}
.toolbar--scaled > *,
.toolbar--scaled .toolbar__section > *,
.toolbar--scaled .toolbar-group > * {
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.toolbar__section {
  white-space: nowrap;
}
.toolbar-items-container .divider {
  display: inline-block;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.2);
  height: 24px;
}
.tooltip {
  position: absolute;
  background-color: #262626;
  z-index: 105000;
  padding: 5px 10px;
  white-space: pre-wrap;
  max-width: 600px;
  max-height: 300px;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  pointer-events: none;
}
.tooltip .tooltip-content {
  display: table;
  overflow: hidden;
}
.tooltip .pointer-top {
  position: absolute;
  bottom: -6px;
  margin-left: -6px;
  border-top: 6px solid #262626;
  border-top-color: #262626;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
}
.tooltip .pointer-bottom {
  position: absolute;
  top: -6px;
  margin-left: -6px;
  border-bottom: 6px solid #262626;
  border-bottom-color: #262626;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
}
.tooltip .pointer-left {
  position: absolute;
  right: -6px;
  margin-top: -6px;
  border-left: 6px solid #262626;
  border-left-color: #262626;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  display: inline-block;
}
.tooltip .pointer-right {
  position: absolute;
  left: -6px;
  margin-top: -6px;
  border-right: 6px solid #262626;
  border-right-color: #262626;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  display: inline-block;
}
.tooltip .pointer-shadow-top {
  position: absolute;
  bottom: -8px;
  margin-left: -8px;
  border-top: 8px solid rgba(255, 255, 255, 0.5);
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block;
}
.tooltip .pointer-shadow-bottom {
  position: absolute;
  top: -8px;
  margin-left: -8px;
  border-bottom: 8px solid rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: inline-block;
}
.tooltip .pointer-shadow-left {
  position: absolute;
  right: -8px;
  margin-top: -8px;
  border-left: 8px solid rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
}
.tooltip .pointer-shadow-right {
  position: absolute;
  left: -8px;
  margin-top: -8px;
  border-right: 8px solid rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
}
.tree {
  overflow: auto;
  position: relative;
  padding: 20px;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.tree.no-container {
  padding: 1px;
  background-color: transparent;
}
.tree > .loading-indicator {
  position: relative;
  margin: 10px 0 0 8px;
  height: 30px;
}
.tree__node {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  height: 28px;
}
.tree__node:hover {
  background-color: #f5f8fa;
}
.tree__node[aria-selected="true"] {
  background-color: #e9f8ff;
}
.tree__node:focus {
  border-color: #0064bd;
}
.tree__node:active,
.tree__node[data-focus-hidden] {
  border-color: transparent;
}
.tree__node-expander {
  width: 24px;
  text-align: center;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.tree__node-expander span {
  line-height: 16px;
  font-size: 14px;
}
.tree__node-checkbox-container {
  width: 25px;
  text-align: center;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.tree__node-checkbox {
  vertical-align: middle;
}
.tree__node-header {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tree__node-indicator {
  -ms-flex: 0 0 40px;
  -webkit-flex: 0 0 40px;
  flex: 0 0 40px;
  margin-left: 16px;
  text-align: center;
}
.tree__node-icon + .tree__node-header {
  margin-left: 5px;
}
.tree.flat {
  overflow: hidden;
  padding: 0;
}
.tree.flat:not(.has-header) .tree__header {
  display: none;
}
.tree.flat.has-header .item-viewport {
  margin-top: 45px;
}
.tree.flat.vertically-scrolled .tree__header {
  box-shadow: 0 2px 5px -3px #000;
}
.tree.flat .item-viewport {
  position: relative;
  background: #fff;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.tree.flat .tree__node {
  position: relative;
  min-height: 44px;
  height: auto;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.tree.flat .tree__node:active,
.tree.flat .tree__node[data-focus-hidden] {
  border-color: transparent;
}
.tree.flat .tree__node:focus,
.tree.flat .tree__node[aria-selected="true"] {
  background-color: #e9f8ff;
}
.tree.flat .tree-node:last-child {
  border: none;
}
.tree.flat .item-container {
  display: table-row;
  min-height: 44px;
}
.tree.flat .tree__node-checkbox-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 44px;
}
.tree.flat .item-checkbox {
  outline: none;
}
.tree.flat .icon {
  vertical-align: middle;
}
.tree.flat .item-content-container {
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  padding-left: 20px;
}
.tree.flat .tree__node-checkbox-container + .item-content-container {
  padding-left: 0;
}
.tree.flat .loading-indicator {
  position: relative;
  line-height: 44px;
  height: 44px;
}
.tree.flat .loading-indicator button {
  width: 100%;
}
.tree.flat .group-header {
  padding: 20px 16px 5px 0;
}
.tree.flat .group-content {
  margin: 0;
}
.tree__header {
  position: absolute;
  width: 100%;
  height: 45px;
  line-height: 44px;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  transition: box-shadow 0.2s ease-out;
}
.tree__header-label {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0 64px;
  font-weight: bold;
  text-align: center;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
}
.tree__header-button {
  position: absolute;
  margin: 0 10px;
  left: 0;
  top: 0;
}
.tree__header-button .icon-back {
  line-height: 24px;
  padding: 0;
}
.wizard:not(.action-sheet) {
  padding: 20px;
}
.wizard__steps {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
  max-width: 100%;
  width: 400px;
}
.wizard__steps:before {
  content: ' ';
  position: absolute;
  top: 48%;
  left: 16px;
  right: 16px;
  height: 2px;
  background-image: linear-gradient(to right, #adadad 33%, transparent 0%);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
.wizard__step {
  position: relative;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border-radius: 50%;
  color: #adadad;
  background: #f4f4f8;
  text-align: center;
  font-weight: bold;
  border: 1px solid #adadad;
  cursor: pointer;
}
.wizard__step:not(:last-child) {
  margin-right: auto;
}
.wizard__step.complete {
  color: #32323c;
  border-color: #32323c;
}
.wizard__step.complete .wizard__step--content {
  display: none;
}
.wizard__step.disabled,
.wizard__step.selected {
  cursor: default;
}
.wizard__step.selected {
  color: #fff;
  background: #32323c;
  border-color: #32323c;
}
.wizard__step .icon {
  vertical-align: middle;
}
.wizard__step:not(.complete) .icon {
  display: none;
}
.wizard__progress {
  margin: 0 auto;
}
.wizard__progress__bubble {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #adadad;
  border-radius: 50%;
}
.wizard__progress__bubble.complete {
  background: #adadad;
}
.wizard__progress__bubble.selected {
  background: #32323c;
  border-color: #32323c;
}
.wizard__header {
  margin: 0 0 20px 0;
}
.wizard__header button.hidden {
  visibility: hidden;
}
.wizard__content {
  height: auto;
  overflow: visible;
}
.wizard__nav-buttons {
  margin-top: 20px;
}
.wizard__nav-buttons button.hidden {
  display: none;
}
.wizard__nav-buttons button:not(:last-child) {
  margin-right: 5px;
}
