@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Red+Hat+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Red+Hat+Display:ital,wght@0,500;1,500&display=swap);
@charset "UTF-8";
/*!
 * AngularJS Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.2.5
 */
html, body {
  height: 100%;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
}

[tabindex="-1"]:focus {
  outline: none;
}

.inset {
  padding: 10px;
}

a.md-no-style,
button.md-no-style {
  font-weight: normal;
  background-color: inherit;
  text-align: left;
  border: none;
  padding: 0;
  margin: 0;
}

select,
button,
textarea,
input {
  vertical-align: baseline;
}

input[type=reset],
input[type=submit],
html input[type=button],
button {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=reset][disabled],
input[type=submit][disabled],
html input[type=button][disabled],
button[disabled] {
  cursor: default;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input:-webkit-autofill {
  text-shadow: none;
}

.md-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-transform: none;
  width: 1px;
}

.md-shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  pointer-events: none;
}

.md-shadow-bottom-z-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.md-shadow-bottom-z-2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.md-shadow-animated.md-shadow {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/*
 * A container inside of a rippling element (eg a button),
 * which contains all of the individual ripples
 */
.md-ripple-container {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.55s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.md-ripple {
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: 50% 50%;
  opacity: 0;
  border-radius: 50%;
}
.md-ripple.md-ripple-placed {
  transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-ripple.md-ripple-scaled {
  transform: translate(-50%, -50%) scale(1);
}
.md-ripple.md-ripple-active, .md-ripple.md-ripple-full, .md-ripple.md-ripple-visible {
  opacity: 0.2;
}
.md-ripple.md-ripple-remove {
  -webkit-animation: md-remove-ripple 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
          animation: md-remove-ripple 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@-webkit-keyframes md-remove-ripple {
  0% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}

@keyframes md-remove-ripple {
  0% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}
.md-padding {
  padding: 8px;
}

.md-margin {
  margin: 8px;
}

.md-scroll-mask {
  position: absolute;
  background-color: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
}
.md-scroll-mask > .md-scroll-mask-bar {
  display: block;
  position: absolute;
  background-color: #fafafa;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 65;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}

.md-no-momentum {
  -webkit-overflow-scrolling: auto;
}

.md-no-flicker {
  -webkit-filter: blur(0px);
}

@media (min-width: 960px) {
  .md-padding {
    padding: 16px;
  }
}
html[dir=rtl], html[dir=ltr], body[dir=rtl], body[dir=ltr] {
  unicode-bidi: embed;
}

bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}

bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}

@media (max-width: 599px) {
  .layout-row:not(.layout-xs-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-xs-row > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 16px;
  }
  [dir=rtl] .layout-row:not(.layout-xs-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-xs-row > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-sm-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-gt-xs-row:not(.layout-sm-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-sm-row:not(.layout-sm-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 16px;
  }
  [dir=rtl] .layout-row:not(.layout-gt-xs-column):not(.layout-sm-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-gt-xs-row:not(.layout-sm-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-sm-row:not(.layout-sm-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-gt-sm-row:not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-md-row:not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 16px;
  }
  [dir=rtl] .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-gt-sm-row:not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-md-row:not(.layout-md-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-gt-md-row:not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-lg-row:not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 16px;
  }
  [dir=rtl] .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-gt-md-row:not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-lg-row:not(.layout-lg-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media (min-width: 1920px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-gt-md-row:not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-gt-lg-row:not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
.layout-xl-row:not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 16px;
  }
  [dir=rtl] .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-gt-md-row:not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-gt-lg-row:not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child),
[dir=rtl] .layout-xl-row:not(.layout-gt-lg-column):not(.layout-xl-column) > .md-auto-horizontal-margin:not(:first-child) {
    margin-left: 0;
    margin-right: 16px;
  }
}
html, body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: default;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/************
 * Headings
 ************/
.md-display-4 {
  font-size: 112px;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 112px;
}

.md-display-3 {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 56px;
}

.md-display-2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 64px;
}

.md-display-1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

.md-headline {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.md-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.005em;
}

.md-subhead {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 24px;
}

/************
 * Body Copy
 ************/
.md-body-1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 20px;
}

.md-body-2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 24px;
}

.md-caption {
  font-size: 12px;
  letter-spacing: 0.02em;
}

.md-button {
  letter-spacing: 0.01em;
}

/************
 * Defaults
 ************/
button,
select,
html,
textarea,
input {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

select,
button,
textarea,
input {
  font-size: 100%;
}

/*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*/
.md-panel-outer-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.md-panel-inner-wrapper {
  position: fixed;
}

._md-panel-offscreen {
  left: -9999px;
}

._md-panel-hidden {
  display: none;
}

._md-panel-shown .md-panel {
  opacity: 1;
  transition: none;
}

.md-panel {
  opacity: 0;
  position: relative;
}
.md-panel._md-panel-shown {
  opacity: 1;
  transition: none;
}
.md-panel._md-panel-animate-enter {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.md-panel._md-panel-animate-leave {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.md-panel._md-panel-animate-scale-out, .md-panel._md-panel-animate-fade-out {
  opacity: 0;
}
.md-panel._md-panel-backdrop {
  height: 100%;
  position: fixed;
  width: 100%;
}
.md-panel._md-opaque-enter {
  opacity: 0.48;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.md-panel._md-opaque-leave {
  transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1);
}

._md-panel-fullscreen {
  border-radius: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
}

md-autocomplete {
  border-radius: 2px;
  display: block;
  height: 40px;
  position: relative;
  overflow: visible;
  min-width: 190px;
}
md-autocomplete[disabled] input {
  cursor: default;
}
md-autocomplete[md-floating-label] {
  border-radius: 0;
  background: transparent;
  height: auto;
}
md-autocomplete[md-floating-label] md-input-container {
  padding-bottom: 0;
}
md-autocomplete[md-floating-label] md-autocomplete-wrap {
  height: auto;
}
md-autocomplete[md-floating-label] .md-show-clear-button button {
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  width: 30px;
  height: 30px;
}
md-autocomplete[md-floating-label] .md-show-clear-button input {
  padding-right: 30px;
}
[dir=rtl] md-autocomplete[md-floating-label] .md-show-clear-button input {
  padding-right: 0;
  padding-left: 30px;
}
md-autocomplete md-autocomplete-wrap {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  height: 40px;
}
md-autocomplete md-autocomplete-wrap.md-menu-showing {
  z-index: 51;
}
md-autocomplete md-autocomplete-wrap md-input-container,
md-autocomplete md-autocomplete-wrap input {
  flex: 1 1 0;
  box-sizing: border-box;
  min-width: 0;
}
md-autocomplete md-autocomplete-wrap md-progress-linear {
  position: absolute;
  bottom: -2px;
  left: 0;
}
md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline {
  bottom: 40px;
  right: 2px;
  left: 2px;
  width: auto;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transition: none;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate .md-container {
  transition: none;
  height: 3px;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter {
  transition: opacity 0.15s linear;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter.ng-enter-active {
  opacity: 1;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave {
  transition: opacity 0.15s linear;
}
md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave.ng-leave-active {
  opacity: 0;
}
md-autocomplete input:not(.md-input) {
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
  width: 100%;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
}
md-autocomplete input:not(.md-input)::-ms-clear {
  display: none;
}
md-autocomplete .md-show-clear-button button {
  position: relative;
  line-height: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  background: transparent;
  margin: auto 5px;
}
md-autocomplete .md-show-clear-button button:after {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-autocomplete .md-show-clear-button button:focus {
  outline: none;
}
md-autocomplete .md-show-clear-button button:focus:after {
  transform: scale(1);
  opacity: 1;
}
md-autocomplete .md-show-clear-button button md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.9);
}
md-autocomplete .md-show-clear-button button md-icon path {
  stroke-width: 0;
}
md-autocomplete .md-show-clear-button button.ng-enter {
  transform: scale(0);
  transition: transform 0.15s ease-out;
}
md-autocomplete .md-show-clear-button button.ng-enter.ng-enter-active {
  transform: scale(1);
}
md-autocomplete .md-show-clear-button button.ng-leave {
  transition: transform 0.15s ease-out;
}
md-autocomplete .md-show-clear-button button.ng-leave.ng-leave-active {
  transform: scale(0);
}
@media screen and (-ms-high-contrast: active) {
  md-autocomplete input {
    border: 1px solid #fff;
  }
  md-autocomplete .md-autocomplete-suggestion:focus {
    color: #fff;
  }
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container,
.md-standard-list-container.md-autocomplete-suggestions-container {
  position: absolute;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  z-index: 100;
  height: 100%;
}
.md-virtual-repeat-container.md-autocomplete-suggestions-container .highlight,
.md-standard-list-container.md-autocomplete-suggestions-container .highlight {
  font-weight: bold;
}

.md-standard-list-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 0;
}

.md-virtual-repeat-container.md-not-found,
.md-standard-list-container.md-not-found {
  height: 48px;
}

.md-autocomplete-suggestions {
  margin: 0;
  list-style: none;
  padding: 0;
}
.md-autocomplete-suggestions .md-autocomplete-suggestion {
  font-size: 14px;
  overflow: hidden;
  padding: 0 15px;
  line-height: 48px;
  height: 48px;
  transition: background 0.15s linear;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.md-autocomplete-suggestions .md-autocomplete-suggestion:focus {
  outline: none;
}
.md-autocomplete-suggestions .md-autocomplete-suggestion:not(.md-not-found-wrapper) {
  cursor: pointer;
}

@media screen and (-ms-high-contrast: active) {
  md-autocomplete,
.md-autocomplete-suggestions {
    border: 1px solid #fff;
  }
}
md-backdrop {
  transition: opacity 450ms;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
md-backdrop.md-menu-backdrop {
  position: fixed !important;
  z-index: 99;
}
md-backdrop.md-select-backdrop {
  z-index: 81;
  transition-duration: 0;
}
md-backdrop.md-dialog-backdrop {
  z-index: 79;
}
md-backdrop.md-bottom-sheet-backdrop {
  z-index: 69;
}
md-backdrop.md-sidenav-backdrop {
  z-index: 59;
}
md-backdrop.md-click-catcher {
  position: absolute;
}
md-backdrop.md-opaque {
  opacity: 0.48;
}
md-backdrop.md-opaque.ng-enter {
  opacity: 0;
}
md-backdrop.md-opaque.ng-enter.md-opaque.ng-enter-active {
  opacity: 0.48;
}
md-backdrop.md-opaque.ng-leave {
  opacity: 0.48;
  transition: opacity 400ms;
}
md-backdrop.md-opaque.ng-leave.md-opaque.ng-leave-active {
  opacity: 0;
}

md-bottom-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 16px 88px 16px;
  z-index: 70;
  border-top-width: 1px;
  border-top-style: solid;
  transform: translate3d(0, 80px, 0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: transform;
}
md-bottom-sheet.md-has-header {
  padding-top: 0;
}
md-bottom-sheet.ng-enter {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
md-bottom-sheet.ng-enter-active {
  opacity: 1;
  display: block;
  transform: translate3d(0, 80px, 0) !important;
}
md-bottom-sheet.ng-leave-active {
  transform: translate3d(0, 100%, 0) !important;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-bottom-sheet .md-subheader {
  background-color: transparent;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  line-height: 56px;
  padding: 0;
  white-space: nowrap;
}
md-bottom-sheet md-inline-icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  fill: #444;
}
md-bottom-sheet md-list-item {
  display: flex;
  outline: none;
}
md-bottom-sheet md-list-item:hover {
  cursor: pointer;
}
md-bottom-sheet.md-list md-list-item {
  padding: 0;
  align-items: center;
  height: 48px;
}
md-bottom-sheet.md-grid {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 0;
}
md-bottom-sheet.md-grid md-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  transition: all 0.5s;
  align-items: center;
}
md-bottom-sheet.md-grid md-list-item {
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
  height: 96px;
  margin-top: 8px;
  margin-bottom: 8px;
  /* Mixin for how many grid items to show per row */
}
@media (max-width: 960px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
  }
  md-bottom-sheet.md-grid md-list-item:nth-of-type(3n + 1) {
    align-items: flex-start;
  }
  md-bottom-sheet.md-grid md-list-item:nth-of-type(3n) {
    align-items: flex-end;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 25%;
    max-width: 25%;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 1920px) {
  md-bottom-sheet.md-grid md-list-item {
    flex: 1 1 14.2857142857%;
    max-width: 14.2857142857%;
  }
}
md-bottom-sheet.md-grid md-list-item::before {
  display: none;
}
md-bottom-sheet.md-grid md-list-item .md-list-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48px;
  padding-bottom: 16px;
}
md-bottom-sheet.md-grid md-list-item .md-grid-item-content {
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
}
md-bottom-sheet.md-grid md-list-item .md-grid-text {
  font-weight: 400;
  line-height: 16px;
  font-size: 13px;
  margin: 0;
  white-space: nowrap;
  width: 64px;
  text-align: center;
  text-transform: none;
  padding-top: 8px;
}

@media screen and (-ms-high-contrast: active) {
  md-bottom-sheet {
    border: 1px solid #fff;
  }
}
button.md-button::-moz-focus-inner {
  border: 0;
}

.md-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  /** Alignment adjustments */
  min-height: 36px;
  min-width: 88px;
  line-height: 36px;
  vertical-align: middle;
  align-items: center;
  text-align: center;
  border-radius: 2px;
  box-sizing: border-box;
  /* Reset default button appearance */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  border: 0;
  /** Custom styling for button */
  padding: 0 8px;
  margin: 6px 8px;
  background: transparent;
  color: currentColor;
  white-space: nowrap;
  /* Uppercase text content */
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-dense > .md-button:not(.md-dense-disabled), .md-dense :not(.md-dense-disabled) .md-button:not(.md-dense-disabled) {
  min-height: 32px;
}
.md-dense > .md-button:not(.md-dense-disabled), .md-dense :not(.md-dense-disabled) .md-button:not(.md-dense-disabled) {
  line-height: 32px;
}
.md-dense > .md-button:not(.md-dense-disabled), .md-dense :not(.md-dense-disabled) .md-button:not(.md-dense-disabled) {
  font-size: 13px;
}
.md-button:focus {
  outline: none;
}
.md-button:hover, .md-button:focus {
  text-decoration: none;
}
.md-button.ng-hide, .md-button.ng-leave {
  transition: none;
}
.md-button.md-cornered {
  border-radius: 0;
}
.md-button.md-icon {
  padding: 0;
  background: none;
}
.md-button.md-raised:not([disabled]) {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.md-button.md-icon-button {
  margin: 0 6px;
  height: 40px;
  min-width: 0;
  line-height: 24px;
  padding: 8px;
  width: 40px;
  border-radius: 50%;
}
.md-button.md-fab {
  z-index: 20;
  line-height: 56px;
  min-width: 0;
  width: 56px;
  height: 56px;
  vertical-align: middle;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-property: background-color, box-shadow, transform;
}
.md-button.md-fab.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}
.md-button.md-fab.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}
.md-button.md-fab.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}
.md-button.md-fab.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}
.md-button.md-fab.md-mini {
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.md-button.md-fab.ng-hide, .md-button.md-fab.ng-leave {
  transition: none;
}
.md-button.md-fab[disabled] {
  box-shadow: none;
}
.md-button:not([disabled]).md-raised.md-focused, .md-button:not([disabled]).md-fab.md-focused {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.md-button:not([disabled]).md-raised:active, .md-button:not([disabled]).md-fab:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
.md-button .md-ripple-container {
  border-radius: inherit;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}

.md-button.md-icon-button md-icon,
button.md-button.md-fab md-icon {
  display: block;
}

.md-toast-open-top .md-button.md-fab-top-left,
.md-toast-open-top .md-button.md-fab-top-right {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(0, 42px, 0);
}
.md-toast-open-top .md-button.md-fab-top-left:not([disabled]).md-focused, .md-toast-open-top .md-button.md-fab-top-left:not([disabled]):hover,
.md-toast-open-top .md-button.md-fab-top-right:not([disabled]).md-focused,
.md-toast-open-top .md-button.md-fab-top-right:not([disabled]):hover {
  transform: translate3d(0, 41px, 0);
}

.md-toast-open-bottom .md-button.md-fab-bottom-left,
.md-toast-open-bottom .md-button.md-fab-bottom-right {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(0, -42px, 0);
}
.md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]).md-focused, .md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]):hover,
.md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]).md-focused,
.md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]):hover {
  transform: translate3d(0, -43px, 0);
}

.md-button-group {
  display: flex;
  flex: 1;
  width: 100%;
}
.md-button-group > .md-button {
  flex: 1;
  display: block;
  overflow: hidden;
  width: 0;
  border-width: 1px 0px 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.md-button-group > .md-button:first-child {
  border-radius: 2px 0px 0px 2px;
}
.md-button-group > .md-button:last-child {
  border-right-width: 1px;
  border-radius: 0px 2px 2px 0px;
}

@media screen and (-ms-high-contrast: active) {
  .md-button.md-raised,
.md-button.md-fab {
    border: 1px solid #fff;
  }
}
md-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 8px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
md-card md-card-header {
  padding: 16px;
  display: flex;
  flex-direction: row;
}
md-card md-card-header:first-child md-card-avatar {
  margin-right: 12px;
}
[dir=rtl] md-card md-card-header:first-child md-card-avatar {
  margin-right: auto;
  margin-left: 12px;
}
md-card md-card-header:last-child md-card-avatar {
  margin-left: 12px;
}
[dir=rtl] md-card md-card-header:last-child md-card-avatar {
  margin-left: auto;
  margin-right: 12px;
}
md-card md-card-header md-card-avatar {
  width: 40px;
  height: 40px;
}
md-card md-card-header md-card-avatar .md-user-avatar,
md-card md-card-header md-card-avatar md-icon {
  border-radius: 50%;
}
md-card md-card-header md-card-avatar md-icon {
  padding: 8px;
}
md-card md-card-header md-card-avatar md-icon > svg {
  height: inherit;
  width: inherit;
}
md-card md-card-header md-card-avatar + md-card-header-text {
  max-height: 40px;
}
md-card md-card-header md-card-avatar + md-card-header-text .md-title {
  font-size: 14px;
}
md-card md-card-header md-card-header-text {
  display: flex;
  flex: 1;
  flex-direction: column;
}
md-card md-card-header md-card-header-text .md-subhead {
  font-size: 14px;
}
md-card > img,
md-card > md-card-header img,
md-card md-card-title-media img {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}
md-card md-card-title {
  padding: 24px 16px 16px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
}
md-card md-card-title + md-card-content {
  padding-top: 0;
}
md-card md-card-title md-card-title-text {
  flex: 1;
  flex-direction: column;
  display: flex;
}
md-card md-card-title md-card-title-text .md-subhead {
  padding-top: 0;
  font-size: 14px;
}
md-card md-card-title md-card-title-text:only-child .md-subhead {
  padding-top: 12px;
}
md-card md-card-title md-card-title-media {
  margin-top: -8px;
}
md-card md-card-title md-card-title-media .md-media-sm {
  height: 80px;
  width: 80px;
}
md-card md-card-title md-card-title-media .md-media-md {
  height: 112px;
  width: 112px;
}
md-card md-card-title md-card-title-media .md-media-lg {
  height: 152px;
  width: 152px;
}
md-card md-card-content {
  display: block;
  padding: 16px;
}
md-card md-card-content > p:first-child {
  margin-top: 0;
}
md-card md-card-content > p:last-child {
  margin-bottom: 0;
}
md-card md-card-content .md-media-xl {
  height: 240px;
  width: 240px;
}
md-card md-card-actions {
  margin: 8px;
}
md-card md-card-actions.layout-column .md-button:not(.md-icon-button) {
  margin: 2px 0;
}
md-card md-card-actions.layout-column .md-button:not(.md-icon-button):first-of-type {
  margin-top: 0;
}
md-card md-card-actions.layout-column .md-button:not(.md-icon-button):last-of-type {
  margin-bottom: 0;
}
md-card md-card-actions.layout-column .md-button.md-icon-button {
  margin-top: 6px;
  margin-bottom: 6px;
}
md-card md-card-actions md-card-icon-actions {
  flex: 1;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
}
md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button) {
  margin: 0 4px;
}
md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type {
  margin-left: 0;
}
[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type {
  margin-left: auto;
  margin-right: 0;
}
md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type {
  margin-right: 0;
}
[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type {
  margin-right: auto;
  margin-left: 0;
}
md-card md-card-actions:not(.layout-column) .md-button.md-icon-button {
  margin-left: 6px;
  margin-right: 6px;
}
md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type {
  margin-left: 12px;
}
[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type {
  margin-left: auto;
  margin-right: 12px;
}
md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type {
  margin-right: 12px;
}
[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type {
  margin-right: auto;
  margin-left: 12px;
}
md-card md-card-actions:not(.layout-column) .md-button + md-card-icon-actions {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
}
md-card md-card-footer {
  margin-top: auto;
  padding: 16px;
}

@media screen and (-ms-high-contrast: active) {
  md-card {
    border: 1px solid #fff;
  }
}
.md-image-no-fill > img {
  width: auto;
  height: auto;
}

.md-inline-form md-checkbox {
  margin-top: 14px;
  margin-bottom: auto;
}

md-checkbox {
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  min-width: 18px;
  min-height: 48px;
}
.md-dense > md-checkbox:not(.md-dense-disabled), .md-dense :not(.md-dense-disabled) md-checkbox:not(.md-dense-disabled) {
  min-height: 36px;
}
md-checkbox.md-focused:not([disabled]) .md-container:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}
md-checkbox.md-focused:not([disabled]):not(.md-checked) .md-container:before {
  background-color: rgba(0, 0, 0, 0.12);
}
md-checkbox .md-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 18px;
  height: 18px;
  left: 0;
  right: auto;
}
[dir=rtl] md-checkbox .md-container {
  left: auto;
}
[dir=rtl] md-checkbox .md-container {
  right: 0;
}
md-checkbox .md-container:before {
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  width: auto;
}
md-checkbox .md-container:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
md-checkbox .md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}
md-checkbox .md-icon {
  box-sizing: border-box;
  transition: 240ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
}
md-checkbox.md-checked .md-icon {
  border-color: transparent;
}
md-checkbox.md-checked .md-icon:after {
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  left: 4px;
  top: 0px;
  display: table;
  width: 6px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}
md-checkbox[disabled] {
  cursor: default;
}
md-checkbox.md-indeterminate .md-icon:after {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
  width: 10.8px;
  height: 2px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}
md-checkbox .md-container {
  top: auto;
  left: auto;
  right: auto;
  margin: 3px;
  margin-top: 21px;
}
md-checkbox .md-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  margin-top: 10px;
  margin-bottom: auto;
  margin-left: 36px;
}
[dir=rtl] md-checkbox .md-label {
  margin-left: 0;
  margin-right: 36px;
}
md-checkbox .md-label:empty {
  margin-left: 24px;
  margin-right: 0;
}
[dir=rtl] md-checkbox .md-label:empty {
  margin-left: 0;
}
[dir=rtl] md-checkbox .md-label:empty {
  margin-right: 24px;
}

md-input-container .md-checkbox-link-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  cursor: pointer;
  top: -21px;
  margin-left: 18px;
  margin-right: 0;
}
[dir=rtl] md-input-container .md-checkbox-link-label {
  margin-left: 0;
}
[dir=rtl] md-input-container .md-checkbox-link-label {
  margin-right: 18px;
}

.md-contact-chips .md-chips md-chip {
  padding: 0 25px 0 0;
}
[dir=rtl] .md-contact-chips .md-chips md-chip {
  padding: 0 0 0 25px;
}
.md-contact-chips .md-chips md-chip .md-contact-avatar {
  float: left;
}
[dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-avatar {
  float: right;
}
.md-contact-chips .md-chips md-chip .md-contact-avatar img {
  height: 32px;
  border-radius: 16px;
}
.md-contact-chips .md-chips md-chip .md-contact-name {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
}
[dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-name {
  margin-left: auto;
  margin-right: 8px;
}

.md-contact-suggestion {
  height: 56px;
}
.md-contact-suggestion img {
  height: 40px;
  border-radius: 20px;
  margin-top: 8px;
}
.md-contact-suggestion .md-contact-name {
  margin-left: 8px;
  width: 120px;
}
[dir=rtl] .md-contact-suggestion .md-contact-name {
  margin-left: auto;
  margin-right: 8px;
}
.md-contact-suggestion .md-contact-name, .md-contact-suggestion .md-contact-email {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.md-contact-chips-suggestions li {
  height: 100%;
}

md-chips {
  display: flex;
}

.md-chips {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 13px;
  padding: 0 0 8px 3px;
  vertical-align: middle;
}
.md-chips:after {
  content: "";
  display: table;
  clear: both;
}
[dir=rtl] .md-chips {
  padding: 0 3px 8px 0;
}
.md-chips.md-readonly .md-chip-input-container {
  min-height: 32px;
}
.md-chips:not(.md-readonly) {
  cursor: text;
}
.md-chips.md-removable md-chip {
  padding-right: 28px;
}
[dir=rtl] .md-chips.md-removable md-chip {
  padding-right: 0;
  padding-left: 28px;
}
.md-chips.md-removable md-chip .md-chip-content {
  padding-right: 4px;
}
[dir=rtl] .md-chips.md-removable md-chip .md-chip-content {
  padding-right: 0;
  padding-left: 4px;
}
.md-chips md-chip {
  cursor: default;
  border-radius: 16px;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0 12px 0 12px;
  float: left;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}
[dir=rtl] .md-chips md-chip {
  margin: 8px 0 0 8px;
}
[dir=rtl] .md-chips md-chip {
  float: right;
}
.md-chips md-chip .md-chip-content {
  display: block;
  float: left;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
[dir=rtl] .md-chips md-chip .md-chip-content {
  float: right;
}
.md-chips md-chip .md-chip-content:focus {
  outline: none;
}
.md-chips md-chip._md-chip-content-edit-is-enabled {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
.md-chips md-chip .md-chip-remove-container {
  position: absolute;
  right: 0;
  line-height: 22px;
}
[dir=rtl] .md-chips md-chip .md-chip-remove-container {
  right: auto;
  left: 0;
}
.md-chips md-chip .md-chip-remove {
  text-align: center;
  width: 32px;
  height: 32px;
  min-width: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 0;
  position: relative;
}
.md-chips md-chip .md-chip-remove md-icon {
  height: 18px;
  width: 18px;
  min-height: 18px;
  min-width: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.md-chips .md-chip-input-container {
  display: block;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0;
  flex-grow: 1;
  float: left;
}
[dir=rtl] .md-chips .md-chip-input-container {
  margin: 8px 0 0 8px;
}
[dir=rtl] .md-chips .md-chip-input-container {
  float: right;
}
.md-chips .md-chip-input-container input {
  width: 100%;
}
.md-chips .md-chip-input-container input:not([type]), .md-chips .md-chip-input-container input[type=email], .md-chips .md-chip-input-container input[type=number], .md-chips .md-chip-input-container input[type=tel], .md-chips .md-chip-input-container input[type=url], .md-chips .md-chip-input-container input[type=text] {
  border: 0;
  height: 32px;
  line-height: 32px;
  padding: 0;
}
.md-chips .md-chip-input-container input:not([type]):focus, .md-chips .md-chip-input-container input[type=email]:focus, .md-chips .md-chip-input-container input[type=number]:focus, .md-chips .md-chip-input-container input[type=tel]:focus, .md-chips .md-chip-input-container input[type=url]:focus, .md-chips .md-chip-input-container input[type=text]:focus {
  outline: none;
}
.md-chips .md-chip-input-container md-autocomplete, .md-chips .md-chip-input-container md-autocomplete-wrap {
  background: transparent;
  height: 32px;
}
.md-chips .md-chip-input-container md-autocomplete md-autocomplete-wrap {
  box-shadow: none;
}
.md-chips .md-chip-input-container md-autocomplete input {
  position: relative;
}
.md-chips .md-chip-input-container input {
  border: 0;
  height: 32px;
  line-height: 32px;
  padding: 0;
}
.md-chips .md-chip-input-container input:focus {
  outline: none;
}
.md-chips .md-chip-input-container md-autocomplete, .md-chips .md-chip-input-container md-autocomplete-wrap {
  height: 32px;
}
.md-chips .md-chip-input-container md-autocomplete {
  box-shadow: none;
}
.md-chips .md-chip-input-container md-autocomplete input {
  position: relative;
}
.md-chips .md-chip-input-container:not(:first-child) {
  margin: 8px 8px 0 0;
}
[dir=rtl] .md-chips .md-chip-input-container:not(:first-child) {
  margin: 8px 0 0 8px;
}
.md-chips .md-chip-input-container input {
  background: transparent;
  border-width: 0;
}
.md-chips md-autocomplete button {
  display: none;
}

@media screen and (-ms-high-contrast: active) {
  .md-chip-input-container,
md-chip {
    border: 1px solid #fff;
  }

  .md-chip-input-container md-autocomplete {
    border: none;
  }
}
md-content {
  display: block;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
md-content[md-scroll-y] {
  overflow-y: auto;
  overflow-x: hidden;
}
md-content[md-scroll-x] {
  overflow-x: auto;
  overflow-y: hidden;
}
@media print {
  md-content {
    overflow: visible !important;
  }
}

/** Styles for mdCalendar. */
md-calendar {
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.md-calendar-scroll-mask {
  display: inline-block;
  overflow: hidden;
  height: 308px;
}
.md-calendar-scroll-mask .md-virtual-repeat-scroller {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.md-calendar-scroll-mask .md-virtual-repeat-scroller::-webkit-scrollbar {
  display: none;
}
.md-calendar-scroll-mask .md-virtual-repeat-offsetter {
  width: 100%;
}

.md-calendar-scroll-container {
  box-shadow: inset -3px 3px 6px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 308px;
  width: 346px;
}

.md-calendar-date {
  height: 44px;
  width: 44px;
  text-align: center;
  padding: 0;
  border: none;
  box-sizing: content-box;
}
.md-calendar-date:first-child {
  padding-left: 16px;
}
[dir=rtl] .md-calendar-date:first-child {
  padding-left: 0;
  padding-right: 16px;
}
.md-calendar-date:last-child {
  padding-right: 16px;
}
[dir=rtl] .md-calendar-date:last-child {
  padding-right: 0;
  padding-left: 16px;
}
.md-calendar-date.md-calendar-date-disabled {
  cursor: default;
}

.md-calendar-date-selection-indicator {
  transition: background-color, color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.md-calendar-date:not(.md-disabled) .md-calendar-date-selection-indicator {
  cursor: pointer;
}

.md-calendar-month-label {
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 0 24px;
}
[dir=rtl] .md-calendar-month-label {
  padding: 0 24px 0 0;
}
.md-calendar-month-label.md-calendar-label-clickable {
  cursor: pointer;
}
.md-calendar-month-label md-icon {
  transform: rotate(180deg);
}
[dir=rtl] .md-calendar-month-label md-icon {
  transform: none;
}
.md-calendar-month-label span {
  vertical-align: middle;
}

.md-calendar-day-header {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.md-calendar-day-header th {
  height: 40px;
  width: 44px;
  text-align: center;
  padding: 0;
  border: none;
  box-sizing: content-box;
  font-weight: normal;
}
.md-calendar-day-header th:first-child {
  padding-left: 16px;
}
[dir=rtl] .md-calendar-day-header th:first-child {
  padding-left: 0;
  padding-right: 16px;
}
.md-calendar-day-header th:last-child {
  padding-right: 16px;
}
[dir=rtl] .md-calendar-day-header th:last-child {
  padding-right: 0;
  padding-left: 16px;
}

.md-calendar {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.md-calendar tr:last-child td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.md-calendar:first-child {
  border-top: 1px solid transparent;
}
.md-calendar tbody, .md-calendar td, .md-calendar tr {
  vertical-align: middle;
  box-sizing: content-box;
}

/** Styles for mdDatepicker. */
md-datepicker {
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

.md-inline-form md-datepicker {
  margin-top: 12px;
}

.md-datepicker-button {
  display: inline-block;
  box-sizing: border-box;
  background: none;
  vertical-align: middle;
  position: relative;
}
.md-datepicker-button:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  content: "";
  speak: none;
}

.md-datepicker-input {
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
  min-width: 120px;
  max-width: 328px;
  padding: 0 0 5px;
}
.md-datepicker-input::-ms-clear {
  display: none;
}

._md-datepicker-floating-label > md-datepicker {
  overflow: visible;
}
._md-datepicker-floating-label > md-datepicker .md-datepicker-input-container {
  border: none;
}
._md-datepicker-floating-label > md-datepicker .md-datepicker-button {
  float: left;
  margin-top: -16px;
  top: 13.5px;
}
[dir=rtl] ._md-datepicker-floating-label > md-datepicker .md-datepicker-button {
  float: right;
}
._md-datepicker-floating-label .md-input {
  float: none;
}
._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
  right: 18px;
  left: auto;
  width: calc(100% - 84px);
}
[dir=rtl] ._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
  right: auto;
}
[dir=rtl] ._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
  left: 18px;
}
._md-datepicker-floating-label._md-datepicker-has-calendar-icon .md-input-message-animation {
  margin-left: 64px;
}
[dir=rtl] ._md-datepicker-floating-label._md-datepicker-has-calendar-icon .md-input-message-animation {
  margin-left: auto;
  margin-right: 64px;
}

._md-datepicker-has-triangle-icon {
  padding-right: 18px;
  margin-right: -18px;
}
[dir=rtl] ._md-datepicker-has-triangle-icon {
  padding-right: 0;
  padding-left: 18px;
}
[dir=rtl] ._md-datepicker-has-triangle-icon {
  margin-right: auto;
  margin-left: -18px;
}

.md-datepicker-input-container {
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: inline-block;
  width: auto;
}
.md-icon-button + .md-datepicker-input-container {
  margin-left: 12px;
}
[dir=rtl] .md-icon-button + .md-datepicker-input-container {
  margin-left: auto;
  margin-right: 12px;
}
.md-datepicker-input-container.md-datepicker-focused {
  border-bottom-width: 2px;
}

.md-datepicker-is-showing .md-scroll-mask {
  z-index: 99;
}

.md-datepicker-calendar-pane {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 100;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  transform: scale(0);
  transform-origin: 0 0;
  transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-datepicker-calendar-pane.md-pane-open {
  transform: scale(1);
}

.md-datepicker-input-mask {
  height: 40px;
  width: 340px;
  position: relative;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
  cursor: text;
}

.md-datepicker-calendar {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.5, 0, 0.25, 1);
}
.md-pane-open .md-datepicker-calendar {
  opacity: 1;
}
.md-datepicker-calendar md-calendar:focus {
  outline: none;
}

.md-datepicker-expand-triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
}

.md-datepicker-triangle-button {
  position: absolute;
  right: 0;
  bottom: -2.5px;
  transform: translateX(45%);
}
[dir=rtl] .md-datepicker-triangle-button {
  right: auto;
  left: 0;
}
[dir=rtl] .md-datepicker-triangle-button {
  transform: translateX(-45%);
}

.md-datepicker-triangle-button.md-button.md-icon-button {
  height: 36px;
  width: 36px;
  position: absolute;
  padding: 8px;
}

md-datepicker[disabled] .md-datepicker-input-container {
  border-bottom-color: transparent;
}
md-datepicker[disabled] .md-datepicker-triangle-button {
  display: none;
}

.md-datepicker-open {
  overflow: hidden;
}
.md-datepicker-open .md-datepicker-input-container,
.md-datepicker-open input.md-input {
  border-bottom-color: transparent;
}
.md-datepicker-open .md-datepicker-triangle-button, .md-datepicker-open.md-input-has-value > label, .md-datepicker-open.md-input-has-placeholder > label {
  display: none;
}

.md-datepicker-pos-adjusted .md-datepicker-input-mask {
  display: none;
}

.md-datepicker-calendar-pane .md-calendar {
  transform: translateY(-85px);
  transition: transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: 0.125s;
}
.md-datepicker-calendar-pane.md-pane-open .md-calendar {
  transform: translateY(0);
}

.md-dialog-is-showing {
  max-height: 100%;
}

.md-dialog-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  overflow: hidden;
}

md-dialog {
  opacity: 0;
  min-width: 240px;
  max-width: 80%;
  max-height: 80%;
  position: relative;
  overflow: auto;
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
}
md-dialog.md-transition-in {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate(0, 0) scale(1);
}
md-dialog.md-transition-out {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate(0, 100%) scale(0.2);
}
md-dialog > form {
  display: flex;
  flex-direction: column;
  overflow: auto;
}
md-dialog .md-dialog-content {
  padding: 24px;
}
md-dialog md-dialog-content {
  order: 1;
  flex-direction: column;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
md-dialog md-dialog-content:not([layout=row]) > *:first-child:not(.md-subheader) {
  margin-top: 0;
}
md-dialog md-dialog-content:focus {
  outline: none;
}
md-dialog md-dialog-content .md-subheader {
  margin: 0;
}
md-dialog md-dialog-content .md-dialog-content-body {
  width: 100%;
}
md-dialog md-dialog-content .md-prompt-input-container {
  width: 100%;
  box-sizing: border-box;
}
md-dialog md-dialog-actions {
  display: flex;
  order: 2;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-right: 8px;
  padding-left: 16px;
  min-height: 52px;
  overflow: hidden;
}
[dir=rtl] md-dialog md-dialog-actions {
  padding-right: 16px;
}
[dir=rtl] md-dialog md-dialog-actions {
  padding-left: 8px;
}
md-dialog md-dialog-actions .md-button {
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 0;
  margin-top: 8px;
}
[dir=rtl] md-dialog md-dialog-actions .md-button {
  margin-left: 0;
}
[dir=rtl] md-dialog md-dialog-actions .md-button {
  margin-right: 8px;
}
md-dialog.md-content-overflow md-dialog-actions {
  border-top-width: 1px;
  border-top-style: solid;
}

@media screen and (-ms-high-contrast: active) {
  md-dialog {
    border: 1px solid #fff;
  }
}
@media (max-width: 959px) {
  md-dialog.md-dialog-fullscreen {
    min-height: 100%;
    min-width: 100%;
    border-radius: 0;
  }
}
md-divider {
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  margin: 0;
}
md-divider[md-inset] {
  margin-left: 80px;
}
[dir=rtl] md-divider[md-inset] {
  margin-left: auto;
  margin-right: 80px;
}

@media (max-width: 599px) {
  .layout-row:not(.layout-xs-column) > md-divider,
.layout-xs-row > md-divider {
    border-top-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-sm-column) > md-divider,
.layout-gt-xs-row:not(.layout-sm-column) > md-divider,
.layout-sm-row:not(.layout-sm-column) > md-divider {
    border-top-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-md-column) > md-divider,
.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-md-column) > md-divider,
.layout-gt-sm-row:not(.layout-md-column) > md-divider,
.layout-md-row:not(.layout-md-column) > md-divider {
    border-top-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > md-divider,
.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > md-divider,
.layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-lg-column) > md-divider,
.layout-gt-md-row:not(.layout-lg-column) > md-divider,
.layout-lg-row:not(.layout-lg-column) > md-divider {
    border-top-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
  }
}
@media (min-width: 1920px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > md-divider,
.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > md-divider,
.layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > md-divider,
.layout-gt-md-row:not(.layout-gt-lg-column):not(.layout-xl-column) > md-divider,
.layout-gt-lg-row:not(.layout-gt-lg-column):not(.layout-xl-column) > md-divider,
.layout-xl-row:not(.layout-gt-lg-column):not(.layout-xl-column) > md-divider {
    border-top-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
  }
}
md-fab-speed-dial {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 20;
  /*
   * Hide some graphics glitches if switching animation types
   */
  /*
   * Handle the animations
   */
}
md-fab-speed-dial.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}
md-fab-speed-dial.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}
md-fab-speed-dial.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}
md-fab-speed-dial.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}
md-fab-speed-dial:not(.md-hover-full) {
  pointer-events: none;
}
md-fab-speed-dial:not(.md-hover-full) md-fab-trigger, md-fab-speed-dial:not(.md-hover-full) .md-fab-action-item {
  pointer-events: auto;
}
md-fab-speed-dial:not(.md-hover-full).md-is-open {
  pointer-events: auto;
}
md-fab-speed-dial ._md-css-variables {
  z-index: 20;
}
md-fab-speed-dial.md-is-open .md-fab-action-item {
  align-items: center;
}
md-fab-speed-dial md-fab-actions {
  display: flex;
  height: auto;
}
md-fab-speed-dial md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-fab-speed-dial.md-down {
  flex-direction: column;
}
md-fab-speed-dial.md-down md-fab-trigger {
  order: 1;
}
md-fab-speed-dial.md-down md-fab-actions {
  flex-direction: column;
  order: 2;
}
md-fab-speed-dial.md-up {
  flex-direction: column;
}
md-fab-speed-dial.md-up md-fab-trigger {
  order: 2;
}
md-fab-speed-dial.md-up md-fab-actions {
  flex-direction: column-reverse;
  order: 1;
}
md-fab-speed-dial.md-left {
  flex-direction: row;
}
md-fab-speed-dial.md-left md-fab-trigger {
  order: 2;
}
md-fab-speed-dial.md-left md-fab-actions {
  flex-direction: row-reverse;
  order: 1;
}
md-fab-speed-dial.md-left md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-fab-speed-dial.md-right {
  flex-direction: row;
}
md-fab-speed-dial.md-right md-fab-trigger {
  order: 1;
}
md-fab-speed-dial.md-right md-fab-actions {
  flex-direction: row;
  order: 2;
}
md-fab-speed-dial.md-right md-fab-actions .md-fab-action-item {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-fab-speed-dial.md-fling-remove .md-fab-action-item > *, md-fab-speed-dial.md-scale-remove .md-fab-action-item > * {
  visibility: hidden;
}
md-fab-speed-dial.md-fling .md-fab-action-item {
  opacity: 1;
}
md-fab-speed-dial.md-fling.md-animations-waiting .md-fab-action-item {
  opacity: 0;
  transition-duration: 0s;
}
md-fab-speed-dial.md-scale .md-fab-action-item {
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 0.1428571429s;
}

md-fab-toolbar {
  display: block;
  /*
   * Closed styling
   */
  /*
   * Open styling
   */
}
md-fab-toolbar.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}
md-fab-toolbar.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}
md-fab-toolbar.md-fab-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}
md-fab-toolbar.md-fab-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}
md-fab-toolbar .md-fab-toolbar-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  height: 68px;
}
md-fab-toolbar md-fab-trigger {
  position: absolute;
  z-index: 20;
}
md-fab-toolbar md-fab-trigger button {
  overflow: visible !important;
}
md-fab-toolbar md-fab-trigger .md-fab-toolbar-background {
  display: block;
  position: absolute;
  z-index: 21;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-fab-toolbar md-fab-trigger md-icon {
  position: relative;
  z-index: 22;
  opacity: 1;
  transition: all 200ms ease-in;
}
md-fab-toolbar.md-left md-fab-trigger {
  right: 0;
}
[dir=rtl] md-fab-toolbar.md-left md-fab-trigger {
  right: auto;
  left: 0;
}
md-fab-toolbar.md-left .md-toolbar-tools {
  flex-direction: row-reverse;
}
md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-right: 0.6rem;
}
[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-right: auto;
  margin-left: 0.6rem;
}
md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-left: -0.8rem;
}
[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools > .md-button:first-child {
  margin-left: auto;
  margin-right: -0.8rem;
}
md-fab-toolbar.md-left .md-toolbar-tools > .md-button:last-child {
  margin-right: 8px;
}
[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools > .md-button:last-child {
  margin-right: auto;
  margin-left: 8px;
}
md-fab-toolbar.md-right md-fab-trigger {
  left: 0;
}
[dir=rtl] md-fab-toolbar.md-right md-fab-trigger {
  left: auto;
  right: 0;
}
md-fab-toolbar.md-right .md-toolbar-tools {
  flex-direction: row;
}
md-fab-toolbar md-toolbar {
  background-color: transparent !important;
  pointer-events: none;
  z-index: 23;
}
md-fab-toolbar md-toolbar .md-toolbar-tools {
  padding: 0 20px;
  margin-top: 3px;
}
md-fab-toolbar md-toolbar .md-fab-action-item {
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 0.15s;
}
md-fab-toolbar.md-is-open md-fab-trigger > button {
  box-shadow: none;
}
md-fab-toolbar.md-is-open md-fab-trigger > button md-icon {
  opacity: 0;
}
md-fab-toolbar.md-is-open .md-fab-action-item {
  opacity: 1;
  transform: scale(1);
}

md-grid-list {
  box-sizing: border-box;
  display: block;
  position: relative;
}
md-grid-list md-grid-tile,
md-grid-list md-grid-tile > figure,
md-grid-list md-grid-tile-header,
md-grid-list md-grid-tile-footer {
  box-sizing: border-box;
}
md-grid-list md-grid-tile {
  display: block;
  position: absolute;
}
md-grid-list md-grid-tile figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
md-grid-list md-grid-tile md-grid-tile-header,
md-grid-list md-grid-tile md-grid-tile-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 48px;
  color: #fff;
  background: rgba(0, 0, 0, 0.18);
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
}
md-grid-list md-grid-tile md-grid-tile-header h3,
md-grid-list md-grid-tile md-grid-tile-header h4,
md-grid-list md-grid-tile md-grid-tile-footer h3,
md-grid-list md-grid-tile md-grid-tile-footer h4 {
  font-weight: 400;
  margin: 0 0 0 16px;
}
md-grid-list md-grid-tile md-grid-tile-header h3,
md-grid-list md-grid-tile md-grid-tile-footer h3 {
  font-size: 14px;
}
md-grid-list md-grid-tile md-grid-tile-header h4,
md-grid-list md-grid-tile md-grid-tile-footer h4 {
  font-size: 12px;
}
md-grid-list md-grid-tile md-grid-tile-header {
  top: 0;
}
md-grid-list md-grid-tile md-grid-tile-footer {
  bottom: 0;
}

@media screen and (-ms-high-contrast: active) {
  md-grid-tile {
    border: 1px solid #fff;
  }

  md-grid-tile-footer {
    border-top: 1px solid #fff;
  }
}
md-icon {
  margin: auto;
  background-repeat: no-repeat no-repeat;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px;
}
md-icon svg {
  pointer-events: none;
  display: block;
}
md-icon[md-font-icon] {
  line-height: 24px;
  width: auto;
}

md-input-container {
  display: inline-block;
  position: relative;
  padding: 2px;
  margin: 18px 0px;
  vertical-align: middle;
  /*
   * The .md-input class is added to the input/textarea
   */
}
md-input-container:after {
  content: "";
  display: table;
  clear: both;
}
md-input-container.md-block {
  display: block;
}
md-input-container .md-errors-spacer {
  float: right;
  min-height: 24px;
  min-width: 1px;
}
[dir=rtl] md-input-container .md-errors-spacer {
  float: left;
}
md-input-container > md-icon {
  position: absolute;
  top: 8px;
  left: 2px;
  right: auto;
}
[dir=rtl] md-input-container > md-icon {
  left: auto;
}
[dir=rtl] md-input-container > md-icon {
  right: 2px;
}
md-input-container textarea,
md-input-container input[type=text],
md-input-container input[type=password],
md-input-container input[type=datetime],
md-input-container input[type=datetime-local],
md-input-container input[type=date],
md-input-container input[type=month],
md-input-container input[type=time],
md-input-container input[type=week],
md-input-container input[type=number],
md-input-container input[type=email],
md-input-container input[type=url],
md-input-container input[type=search],
md-input-container input[type=tel],
md-input-container input[type=color] {
  /* remove default appearance from all input/textarea */
  -moz-appearance: none;
  -webkit-appearance: none;
}
md-input-container input[type=date],
md-input-container input[type=datetime-local],
md-input-container input[type=month],
md-input-container input[type=time],
md-input-container input[type=week] {
  min-height: 30px;
}
md-input-container textarea {
  resize: none;
  overflow: hidden;
}
md-input-container textarea.md-input {
  min-height: 30px;
  -ms-flex-preferred-size: auto;
}
md-input-container textarea[md-no-autogrow] {
  height: auto;
  overflow: auto;
}
md-input-container label:not(.md-container-ignore) {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: auto;
}
[dir=rtl] md-input-container label:not(.md-container-ignore) {
  left: auto;
}
[dir=rtl] md-input-container label:not(.md-container-ignore) {
  right: 0;
}
md-input-container label:not(.md-container-ignore).md-required:after {
  content: " *";
  font-size: 13px;
  vertical-align: top;
}
md-input-container label:not(.md-no-float):not(.md-container-ignore),
md-input-container .md-placeholder {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 2px;
  padding-right: 0;
  z-index: 1;
  transform: translate3d(0, 28px, 0) scale(1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-width: 100%;
  transform-origin: left top;
}
[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore),
[dir=rtl] md-input-container .md-placeholder {
  padding-left: 0;
}
[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore),
[dir=rtl] md-input-container .md-placeholder {
  padding-right: 2px;
}
[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore),
[dir=rtl] md-input-container .md-placeholder {
  transform-origin: right top;
}
md-input-container.md-input-has-value label:not(.md-no-float):not(.md-container-ignore),
md-input-container.md-input-has-value .md-placeholder {
  padding-left: 3px;
  padding-right: 0;
}
[dir=rtl] md-input-container.md-input-has-value label:not(.md-no-float):not(.md-container-ignore),
[dir=rtl] md-input-container.md-input-has-value .md-placeholder {
  padding-left: 0;
}
[dir=rtl] md-input-container.md-input-has-value label:not(.md-no-float):not(.md-container-ignore),
[dir=rtl] md-input-container.md-input-has-value .md-placeholder {
  padding-right: 3px;
}
md-input-container .md-placeholder {
  position: absolute;
  top: 0;
  opacity: 0;
  transition-property: opacity, transform;
  transform: translate3d(0, 30px, 0);
}
md-input-container.md-input-focused .md-placeholder {
  opacity: 1;
  transform: translate3d(0, 24px, 0);
}
md-input-container.md-input-has-value .md-placeholder {
  transition: none;
  opacity: 0;
}
md-input-container:not(.md-input-has-value):not(.md-input-has-placeholder) input:not(:focus) {
  color: transparent;
}
md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text {
  color: transparent;
}
md-input-container .md-input {
  order: 2;
  display: block;
  margin-top: 0;
  background: none;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 0;
  padding-right: 2px;
  border-width: 0 0 1px 0;
  line-height: 26px;
  height: 30px;
  -ms-flex-preferred-size: 26px;
  border-radius: 0;
  border-style: solid;
  transition: border-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  box-sizing: border-box;
  float: left;
}
[dir=rtl] md-input-container .md-input {
  padding-left: 2px;
}
[dir=rtl] md-input-container .md-input {
  padding-right: 0;
}
[dir=rtl] md-input-container .md-input {
  float: right;
}
md-input-container .md-input:focus {
  outline: none;
}
md-input-container .md-input:invalid {
  outline: none;
  box-shadow: none;
}
md-input-container .md-input.md-no-flex {
  flex: none !important;
}
md-input-container .md-char-counter {
  text-align: right;
  padding-right: 2px;
  padding-left: 0;
}
[dir=rtl] md-input-container .md-char-counter {
  text-align: left;
}
[dir=rtl] md-input-container .md-char-counter {
  padding-right: 0;
}
[dir=rtl] md-input-container .md-char-counter {
  padding-left: 2px;
}
md-input-container .md-input-messages-animation {
  position: relative;
  order: 4;
  overflow: hidden;
  clear: left;
}
[dir=rtl] md-input-container .md-input-messages-animation {
  clear: right;
}
md-input-container .md-input-message-animation, md-input-container .md-char-counter {
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  opacity: 1;
  margin-top: 0;
  padding-top: 8px;
}
md-input-container .md-input-message-animation:not(.md-char-counter), md-input-container .md-char-counter:not(.md-char-counter) {
  padding-right: 5px;
  padding-left: 0;
}
[dir=rtl] md-input-container .md-input-message-animation:not(.md-char-counter), [dir=rtl] md-input-container .md-char-counter:not(.md-char-counter) {
  padding-right: 0;
}
[dir=rtl] md-input-container .md-input-message-animation:not(.md-char-counter), [dir=rtl] md-input-container .md-char-counter:not(.md-char-counter) {
  padding-left: 5px;
}
md-input-container:not(.md-input-invalid) .md-auto-hide .md-input-message-animation {
  opacity: 0;
  margin-top: -100px;
}
md-input-container .md-input-message-animation.ng-enter-prepare {
  opacity: 0;
  margin-top: -100px;
}
md-input-container .md-input-message-animation.ng-enter:not(.ng-enter-active) {
  opacity: 0;
  margin-top: -100px;
}
md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
  transform: translate3d(0, 6px, 0) scale(0.75);
  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
}
md-input-container.md-input-has-value label {
  transition: none;
}
md-input-container.md-input-focused .md-input,
md-input-container .md-input.ng-invalid.ng-dirty, md-input-container.md-input-resized .md-input {
  padding-bottom: 0;
  border-width: 0 0 2px 0;
}
md-input-container .md-input[disabled], [disabled] md-input-container .md-input {
  background-position: bottom -1px left 0;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
md-input-container.md-icon-float {
  transition: margin-top 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-input-container.md-icon-float > label {
  pointer-events: none;
  position: absolute;
}
md-input-container.md-icon-float > md-icon {
  top: 8px;
  left: 2px;
  right: auto;
}
[dir=rtl] md-input-container.md-icon-float > md-icon {
  left: auto;
}
[dir=rtl] md-input-container.md-icon-float > md-icon {
  right: 2px;
}
md-input-container.md-icon-left > label:not(.md-no-float):not(.md-container-ignore),
md-input-container.md-icon-left > label .md-placeholder, md-input-container.md-icon-right > label:not(.md-no-float):not(.md-container-ignore),
md-input-container.md-icon-right > label .md-placeholder {
  width: calc(100% - 36px);
  padding: 0;
}
md-input-container.md-icon-left {
  padding-left: 36px;
  padding-right: 0;
}
[dir=rtl] md-input-container.md-icon-left {
  padding-left: 0;
}
[dir=rtl] md-input-container.md-icon-left {
  padding-right: 36px;
}
md-input-container.md-icon-left > label {
  left: 36px;
  right: auto;
}
[dir=rtl] md-input-container.md-icon-left > label {
  left: auto;
}
[dir=rtl] md-input-container.md-icon-left > label {
  right: 36px;
}
md-input-container.md-icon-right {
  padding-left: 0;
  padding-right: 36px;
}
[dir=rtl] md-input-container.md-icon-right {
  padding-left: 36px;
}
[dir=rtl] md-input-container.md-icon-right {
  padding-right: 0;
}
md-input-container.md-icon-right > md-icon:last-of-type {
  margin: 0;
  right: 2px;
  left: auto;
}
[dir=rtl] md-input-container.md-icon-right > md-icon:last-of-type {
  right: auto;
}
[dir=rtl] md-input-container.md-icon-right > md-icon:last-of-type {
  left: 2px;
}
md-input-container.md-icon-left.md-icon-right {
  padding-left: 36px;
  padding-right: 36px;
}
md-input-container.md-icon-left.md-icon-right > label:not(.md-no-float):not(.md-container-ignore),
md-input-container.md-icon-left.md-icon-right > label .md-placeholder {
  width: calc(100% - (36px * 2));
}

.md-resize-wrapper {
  position: relative;
}
.md-resize-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.md-resize-handle {
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 10px;
  background: transparent;
  width: 100%;
  cursor: ns-resize;
}

@media screen and (-ms-high-contrast: active) {
  md-input-container.md-default-theme > md-icon {
    fill: #fff;
  }
}
md-list {
  display: block;
  padding: 8px 0px 8px 0px;
}
md-list .md-subheader {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2em;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner {
  min-height: 40px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item::before,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner::before {
  content: "";
  min-height: 40px;
  visibility: hidden;
  display: inline-block;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item md-icon:first-child,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner md-icon:first-child {
  width: 20px;
  height: 20px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item > md-icon:first-child:not(.md-avatar-icon),
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: 36px;
  margin-top: 4px;
  margin-bottom: 4px;
}
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item > md-icon:first-child:not(.md-avatar-icon),
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: auto;
  margin-left: 36px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar, md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar-icon,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar-icon {
  margin-right: 20px;
  margin-top: 6px;
  margin-bottom: 6px;
}
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar, [dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar-icon,
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar,
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar-icon {
  margin-right: auto;
  margin-left: 20px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar {
  flex: none;
  width: 36px;
  height: 36px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-secondary-container .md-secondary.md-button,
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-secondary-container .md-secondary.md-button {
  margin-top: 4px;
  margin-bottom: 4px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-secondary-container md-checkbox:not(.md-dense-disabled),
md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-secondary-container md-checkbox:not(.md-dense-disabled) {
  min-height: 40px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text.md-offset, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text.md-offset, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: 56px;
}
[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text.md-offset, [dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, [dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text.md-offset, [dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: auto;
  margin-right: 56px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text h3,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text h4,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text p, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style .md-list-item-text h3,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style .md-list-item-text h4,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style .md-list-item-text p, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text h3,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text h4,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text p, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style .md-list-item-text h3,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style .md-list-item-text h4,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style .md-list-item-text p {
  line-height: 1.05;
  font-size: 12px;
  padding-bottom: 4px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text h3, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style .md-list-item-text h3, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text h3, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
  font-size: 13px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style {
  min-height: 60px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line::before, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style::before {
  content: "";
  min-height: 60px;
  visibility: hidden;
  display: inline-block;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-avatar, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-avatar-icon, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style > .md-avatar, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line > .md-no-style .md-avatar-icon {
  margin-top: 12px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style {
  min-height: 76px;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line::before, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style::before {
  content: "";
  min-height: 76px;
  visibility: hidden;
  display: inline-block;
}
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > md-icon:first-child,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-avatar, md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style > md-icon:first-child,
md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line > .md-no-style > .md-avatar {
  margin-top: 16px;
}
md-list.md-dense:not(.md-dense-disabled) .md-subheader-inner {
  padding-top: 12px;
  padding-bottom: 12px;
}

md-list-item {
  position: relative;
}
md-list-item.md-proxy-focus.md-focused .md-no-style {
  transition: background-color 0.15s linear;
}
md-list-item._md-button-wrap {
  position: relative;
}
md-list-item._md-button-wrap > div.md-button:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 16px;
  margin: 0;
  font-weight: 400;
  text-align: left;
  border: medium none;
}
[dir=rtl] md-list-item._md-button-wrap > div.md-button:first-child {
  text-align: right;
}
md-list-item._md-button-wrap > div.md-button:first-child > .md-button:first-child {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}
md-list-item._md-button-wrap > div.md-button:first-child .md-list-item-inner {
  width: 100%;
}
md-list-item._md-button-wrap > div.md-button:first-child .md-list-item-inner::before {
  content: "";
  min-height: inherit;
  visibility: hidden;
  display: inline-block;
}
md-list-item.md-no-proxy,
md-list-item .md-no-style {
  position: relative;
  padding: 0px 16px;
  flex: 1 1 auto;
}
md-list-item.md-no-proxy.md-button,
md-list-item .md-no-style.md-button {
  font-size: inherit;
  height: inherit;
  text-align: left;
  text-transform: none;
  width: 100%;
  white-space: normal;
  flex-direction: inherit;
  align-items: inherit;
  border-radius: 0;
  margin: 0;
}
[dir=rtl] md-list-item.md-no-proxy.md-button,
[dir=rtl] md-list-item .md-no-style.md-button {
  text-align: right;
}
md-list-item.md-no-proxy.md-button > .md-ripple-container,
md-list-item .md-no-style.md-button > .md-ripple-container {
  border-radius: 0;
}
md-list-item.md-no-proxy:focus,
md-list-item .md-no-style:focus {
  outline: none;
}
md-list-item.md-clickable:hover {
  cursor: pointer;
}
md-list-item md-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
[dir=rtl] md-list-item md-divider {
  left: auto;
  right: 0;
}
md-list-item md-divider[md-inset] {
  left: 72px;
  width: calc(100% - 72px);
  margin: 0 !important;
}
[dir=rtl] md-list-item md-divider[md-inset] {
  left: auto;
  right: 72px;
}
md-list-item,
md-list-item .md-list-item-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 48px;
  height: auto;
}
md-list-item::before,
md-list-item .md-list-item-inner::before {
  content: "";
  min-height: 48px;
  visibility: hidden;
  display: inline-block;
}
md-list-item > div.md-primary > md-icon:not(.md-avatar-icon), md-list-item > div.md-secondary > md-icon:not(.md-avatar-icon), md-list-item > md-icon:first-child:not(.md-avatar-icon),
md-list-item > md-icon.md-secondary:not(.md-avatar-icon),
md-list-item .md-list-item-inner > div.md-primary > md-icon:not(.md-avatar-icon),
md-list-item .md-list-item-inner > div.md-secondary > md-icon:not(.md-avatar-icon),
md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon),
md-list-item .md-list-item-inner > md-icon.md-secondary:not(.md-avatar-icon) {
  width: 24px;
  margin-top: 16px;
  margin-bottom: 12px;
  box-sizing: content-box;
}
md-list-item > div.md-primary > md-checkbox, md-list-item > div.md-secondary > md-checkbox, md-list-item > md-checkbox,
md-list-item md-checkbox.md-secondary,
md-list-item .md-list-item-inner > div.md-primary > md-checkbox,
md-list-item .md-list-item-inner > div.md-secondary > md-checkbox,
md-list-item .md-list-item-inner > md-checkbox,
md-list-item .md-list-item-inner md-checkbox.md-secondary {
  align-self: center;
}
md-list-item > div.md-primary > md-checkbox .md-label, md-list-item > div.md-secondary > md-checkbox .md-label, md-list-item > md-checkbox .md-label,
md-list-item md-checkbox.md-secondary .md-label,
md-list-item .md-list-item-inner > div.md-primary > md-checkbox .md-label,
md-list-item .md-list-item-inner > div.md-secondary > md-checkbox .md-label,
md-list-item .md-list-item-inner > md-checkbox .md-label,
md-list-item .md-list-item-inner md-checkbox.md-secondary .md-label {
  display: none;
}
md-list-item > md-icon:first-child:not(.md-avatar-icon),
md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: 32px;
}
[dir=rtl] md-list-item > md-icon:first-child:not(.md-avatar-icon),
[dir=rtl] md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: auto;
  margin-left: 32px;
}
md-list-item .md-avatar, md-list-item .md-avatar-icon,
md-list-item .md-list-item-inner .md-avatar,
md-list-item .md-list-item-inner .md-avatar-icon {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 16px;
  border-radius: 50%;
  box-sizing: content-box;
}
[dir=rtl] md-list-item .md-avatar, [dir=rtl] md-list-item .md-avatar-icon,
[dir=rtl] md-list-item .md-list-item-inner .md-avatar,
[dir=rtl] md-list-item .md-list-item-inner .md-avatar-icon {
  margin-right: auto;
  margin-left: 16px;
}
md-list-item .md-avatar,
md-list-item .md-list-item-inner .md-avatar {
  flex: none;
  width: 40px;
  height: 40px;
}
md-list-item .md-avatar-icon,
md-list-item .md-list-item-inner .md-avatar-icon {
  padding: 8px;
}
md-list-item .md-avatar-icon svg,
md-list-item .md-list-item-inner .md-avatar-icon svg {
  width: 24px;
  height: 24px;
}
md-list-item > md-checkbox,
md-list-item .md-list-item-inner > md-checkbox {
  width: 24px;
  min-height: 40px;
  margin-left: 0px;
  margin-right: 29px;
}
[dir=rtl] md-list-item > md-checkbox,
[dir=rtl] md-list-item .md-list-item-inner > md-checkbox {
  margin-left: 29px;
}
[dir=rtl] md-list-item > md-checkbox,
[dir=rtl] md-list-item .md-list-item-inner > md-checkbox {
  margin-right: 0px;
}
md-list-item .md-secondary-container,
md-list-item .md-list-item-inner .md-secondary-container {
  display: flex;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  margin: auto;
  margin-right: 0;
  margin-left: auto;
}
[dir=rtl] md-list-item .md-secondary-container,
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container {
  margin-right: auto;
}
[dir=rtl] md-list-item .md-secondary-container,
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container {
  margin-left: 0;
}
md-list-item .md-secondary-container .md-button:last-of-type, md-list-item .md-secondary-container .md-icon-button:last-of-type,
md-list-item .md-list-item-inner .md-secondary-container .md-button:last-of-type,
md-list-item .md-list-item-inner .md-secondary-container .md-icon-button:last-of-type {
  margin-right: 0;
}
[dir=rtl] md-list-item .md-secondary-container .md-button:last-of-type, [dir=rtl] md-list-item .md-secondary-container .md-icon-button:last-of-type,
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container .md-button:last-of-type,
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container .md-icon-button:last-of-type {
  margin-right: auto;
  margin-left: 0;
}
md-list-item .md-secondary-container md-checkbox,
md-list-item .md-list-item-inner .md-secondary-container md-checkbox {
  margin: 0 6px;
  padding: 0 8px;
  min-height: 40px;
}
md-list-item .md-secondary-container md-checkbox:last-child,
md-list-item .md-list-item-inner .md-secondary-container md-checkbox:last-child {
  width: 40px;
  margin-right: 0;
}
[dir=rtl] md-list-item .md-secondary-container md-checkbox:last-child,
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container md-checkbox:last-child {
  margin-right: auto;
  margin-left: 0;
}
md-list-item .md-secondary-container md-switch,
md-list-item .md-list-item-inner .md-secondary-container md-switch {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -6px;
}
[dir=rtl] md-list-item .md-secondary-container md-switch,
[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container md-switch {
  margin-right: auto;
  margin-left: -6px;
}
md-list-item > p, md-list-item > .md-list-item-inner > p,
md-list-item .md-list-item-inner > p,
md-list-item .md-list-item-inner > .md-list-item-inner > p {
  flex: 1 1 auto;
  margin: 0;
}
md-list-item.md-2-line, md-list-item.md-2-line > .md-no-style, md-list-item.md-3-line, md-list-item.md-3-line > .md-no-style {
  align-items: flex-start;
  justify-content: center;
}
md-list-item.md-2-line.md-long-text, md-list-item.md-2-line > .md-no-style.md-long-text, md-list-item.md-3-line.md-long-text, md-list-item.md-3-line > .md-no-style.md-long-text {
  margin-top: 8px;
  margin-bottom: 8px;
}
md-list-item.md-2-line .md-list-item-text, md-list-item.md-2-line > .md-no-style .md-list-item-text, md-list-item.md-3-line .md-list-item-text, md-list-item.md-3-line > .md-no-style .md-list-item-text {
  flex: 1 1 auto;
  margin: auto;
  text-overflow: ellipsis;
  overflow: hidden;
}
md-list-item.md-2-line .md-list-item-text.md-offset, md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, md-list-item.md-3-line .md-list-item-text.md-offset, md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: 56px;
}
[dir=rtl] md-list-item.md-2-line .md-list-item-text.md-offset, [dir=rtl] md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, [dir=rtl] md-list-item.md-3-line .md-list-item-text.md-offset, [dir=rtl] md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: auto;
  margin-right: 56px;
}
md-list-item.md-2-line .md-list-item-text h3, md-list-item.md-2-line > .md-no-style .md-list-item-text h3, md-list-item.md-3-line .md-list-item-text h3, md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0 0 0 0;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
md-list-item.md-2-line .md-list-item-text h4, md-list-item.md-2-line > .md-no-style .md-list-item-text h4, md-list-item.md-3-line .md-list-item-text h4, md-list-item.md-3-line > .md-no-style .md-list-item-text h4 {
  font-size: 14px;
  letter-spacing: 0.01em;
  margin: 3px 0 1px 0;
  font-weight: 400;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
md-list-item.md-2-line .md-list-item-text p, md-list-item.md-2-line > .md-no-style .md-list-item-text p, md-list-item.md-3-line .md-list-item-text p, md-list-item.md-3-line > .md-no-style .md-list-item-text p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0 0 0 0;
  line-height: 1.6em;
}
md-list-item.md-2-line, md-list-item.md-2-line > .md-no-style {
  height: auto;
  min-height: 72px;
}
md-list-item.md-2-line::before, md-list-item.md-2-line > .md-no-style::before {
  content: "";
  min-height: 72px;
  visibility: hidden;
  display: inline-block;
}
md-list-item.md-2-line > .md-avatar, md-list-item.md-2-line .md-avatar-icon, md-list-item.md-2-line > .md-no-style > .md-avatar, md-list-item.md-2-line > .md-no-style .md-avatar-icon {
  margin-top: 12px;
}
md-list-item.md-2-line > md-icon:first-child, md-list-item.md-2-line > .md-no-style > md-icon:first-child {
  align-self: flex-start;
}
md-list-item.md-2-line .md-list-item-text, md-list-item.md-2-line > .md-no-style .md-list-item-text {
  flex: 1 1 auto;
}
md-list-item.md-3-line, md-list-item.md-3-line > .md-no-style {
  height: auto;
  min-height: 88px;
}
md-list-item.md-3-line::before, md-list-item.md-3-line > .md-no-style::before {
  content: "";
  min-height: 88px;
  visibility: hidden;
  display: inline-block;
}
md-list-item.md-3-line > md-icon:first-child,
md-list-item.md-3-line > .md-avatar, md-list-item.md-3-line > .md-no-style > md-icon:first-child,
md-list-item.md-3-line > .md-no-style > .md-avatar {
  margin-top: 16px;
}

.md-open-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  border-radius: 2px;
  max-height: calc(100vh - 10px);
  overflow: auto;
}
.md-open-menu-container md-menu-divider {
  margin-top: 4px;
  margin-bottom: 4px;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  width: 100%;
}
.md-open-menu-container md-menu-content > * {
  opacity: 0;
}
.md-open-menu-container:not(.md-clickable) {
  pointer-events: none;
}
.md-open-menu-container.md-active {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 200ms;
}
.md-open-menu-container.md-active > md-menu-content > * {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 200ms;
  transition-delay: 100ms;
}
.md-open-menu-container.md-leave {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 250ms;
}

md-menu-content {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  max-height: 304px;
  overflow-y: auto;
}
md-menu-content.md-dense {
  max-height: 208px;
}
md-menu-content.md-dense md-menu-item {
  height: 32px;
  min-height: 32px;
}

md-menu-item {
  display: flex;
  flex-direction: row;
  min-height: 48px;
  height: 48px;
  align-content: center;
  justify-content: flex-start;
  /*
   * We cannot use flex on <button> elements due to a bug in Firefox, so we also can't use it on
   * <a> elements. Add some top padding to fix alignment since buttons automatically align their
   * text vertically.
   */
}
md-menu-item > * {
  width: 100%;
  margin: auto 0;
  padding-left: 16px;
  padding-right: 16px;
}
md-menu-item > a.md-button {
  padding-top: 5px;
}
md-menu-item > .md-button {
  text-align: left;
  display: inline-block;
  border-radius: 0;
  margin: auto 0;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
md-menu-item > .md-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
[dir=rtl] md-menu-item > .md-button {
  text-align: right;
}
md-menu-item > .md-button md-icon {
  margin: auto 16px auto 0;
}
[dir=rtl] md-menu-item > .md-button md-icon {
  margin: auto 0 auto 16px;
}
md-menu-item > .md-button p {
  display: inline-block;
  margin: auto;
}
md-menu-item > .md-button span {
  margin-top: auto;
  margin-bottom: auto;
}
md-menu-item > .md-button .md-ripple-container {
  border-radius: inherit;
}

md-toolbar .md-menu {
  height: auto;
  margin: auto;
  padding: 0;
}

@media (max-width: 959px) {
  md-menu-content {
    min-width: 112px;
  }

  md-menu-content[width="3"] {
    min-width: 168px;
  }

  md-menu-content[width="4"] {
    min-width: 224px;
  }

  md-menu-content[width="5"] {
    min-width: 280px;
  }

  md-menu-content[width="6"] {
    min-width: 336px;
  }

  md-menu-content[width="7"] {
    min-width: 392px;
  }
}
@media (min-width: 960px) {
  md-menu-content {
    min-width: 96px;
  }

  md-menu-content[width="3"] {
    min-width: 192px;
  }

  md-menu-content[width="4"] {
    min-width: 256px;
  }

  md-menu-content[width="5"] {
    min-width: 320px;
  }

  md-menu-content[width="6"] {
    min-width: 384px;
  }

  md-menu-content[width="7"] {
    min-width: 448px;
  }
}
md-toolbar.md-menu-toolbar h2.md-toolbar-tools {
  line-height: 1rem;
  height: auto;
  padding: 28px;
  padding-bottom: 12px;
}
md-toolbar.md-has-open-menu {
  position: relative;
  z-index: 100;
}

md-menu-bar {
  padding: 0 20px;
  display: block;
  position: relative;
  z-index: 2;
}
md-menu-bar .md-menu {
  display: inline-block;
  padding: 0;
  position: relative;
}
md-menu-bar button {
  font-size: 14px;
  padding: 0 10px;
  margin: 0;
  border: 0;
  background-color: transparent;
  height: 40px;
}
md-menu-bar md-backdrop.md-menu-backdrop {
  z-index: -2;
}

md-menu-content.md-menu-bar-menu.md-dense {
  max-height: none;
  padding: 16px 0;
}
md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent {
  position: relative;
}
md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > md-icon {
  position: absolute;
  padding: 0;
  width: 24px;
  top: 6px;
  left: 24px;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > md-icon {
  left: auto;
  right: 24px;
}
md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > .md-button, md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu > .md-button {
  padding: 0 32px 0 64px;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent > .md-button, [dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu > .md-button {
  padding: 0 64px 0 32px;
}
md-menu-content.md-menu-bar-menu.md-dense .md-button {
  min-height: 0;
  height: 32px;
}
md-menu-content.md-menu-bar-menu.md-dense .md-button span {
  float: left;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-button span {
  float: right;
}
md-menu-content.md-menu-bar-menu.md-dense .md-button span.md-alt-text {
  float: right;
  margin: 0 8px;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-button span.md-alt-text {
  float: left;
}
md-menu-content.md-menu-bar-menu.md-dense md-menu-divider {
  margin: 8px 0;
}
md-menu-content.md-menu-bar-menu.md-dense md-menu-item > .md-button, md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button {
  text-align: left;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item > .md-button, [dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button {
  text-align: right;
}
md-menu-content.md-menu-bar-menu.md-dense .md-menu {
  padding: 0;
}
md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button {
  position: relative;
  margin: 0;
  width: 100%;
  text-transform: none;
  font-weight: normal;
  border-radius: 0px;
  padding-left: 16px;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button {
  padding-left: 0;
  padding-right: 16px;
}
md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button:after {
  display: block;
  content: "▼";
  position: absolute;
  top: 0px;
  speak: none;
  transform: rotate(270deg) scaleY(0.45) scaleX(0.9);
  right: 28px;
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button:after {
  transform: rotate(90deg) scaleY(0.45) scaleX(0.9);
}
[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu > .md-button:after {
  right: auto;
  left: 28px;
}

/** Matches "md-tabs md-tabs-wrapper" style. */
.md-nav-bar {
  border-style: solid;
  border-width: 0 0 1px;
  height: 48px;
  position: relative;
}

._md-nav-bar-list {
  outline: none;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}

.md-nav-item:first-of-type {
  margin-left: 8px;
}

.md-button._md-nav-button {
  line-height: 24px;
  margin: 0 4px;
  padding: 12px 16px;
  transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
}
.md-button._md-nav-button:focus {
  outline: none;
}

md-nav-ink-bar {
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform-origin: left top;
  will-change: transform;
  transition: transform 0.125s cubic-bezier(0.35, 0, 0.25, 1);
}
md-nav-ink-bar.ng-animate {
  transition: none;
}

md-nav-extra-content {
  min-height: 48px;
  padding-right: 12px;
}

@-webkit-keyframes indeterminate-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes indeterminate-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
md-progress-circular {
  position: relative;
  display: block;
  transform: scale(1, 1);
}
[dir=rtl] md-progress-circular {
  transform: scale(-1, 1);
}
md-progress-circular._md-progress-circular-disabled {
  visibility: hidden;
}
md-progress-circular.md-mode-indeterminate svg {
  -webkit-animation: indeterminate-rotate 1568.63ms linear infinite;
          animation: indeterminate-rotate 1568.63ms linear infinite;
}
md-progress-circular svg {
  position: absolute;
  overflow: visible;
  top: 0;
  left: 0;
}

md-progress-linear {
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  transform: scale(1, 1);
}
[dir=rtl] md-progress-linear {
  transform: scale(-1, 1);
}
md-progress-linear._md-progress-linear-disabled {
  visibility: hidden;
}
md-progress-linear .md-container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  transform: translate(0, 0) scale(1, 1);
}
md-progress-linear .md-container .md-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
}
md-progress-linear .md-container .md-dashed:before {
  content: "";
  display: none;
  position: absolute;
  margin-top: 0;
  height: 5px;
  width: 100%;
  background-color: transparent;
  background-size: 10px 10px !important;
  background-position: 0px -23px;
}
md-progress-linear .md-container .md-bar1, md-progress-linear .md-container .md-bar2 {
  transition: transform 0.2s linear;
}
md-progress-linear .md-container.md-mode-query .md-bar1 {
  display: none;
}
md-progress-linear .md-container.md-mode-query .md-bar2 {
  transition: all 0.2s linear;
  -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
}
md-progress-linear .md-container.md-mode-determinate .md-bar1 {
  display: none;
}
md-progress-linear .md-container.md-mode-indeterminate .md-bar1 {
  -webkit-animation: md-progress-linear-indeterminate-scale-1 4s infinite, md-progress-linear-indeterminate-1 4s infinite;
          animation: md-progress-linear-indeterminate-scale-1 4s infinite, md-progress-linear-indeterminate-1 4s infinite;
}
md-progress-linear .md-container.md-mode-indeterminate .md-bar2 {
  -webkit-animation: md-progress-linear-indeterminate-scale-2 4s infinite, md-progress-linear-indeterminate-2 4s infinite;
          animation: md-progress-linear-indeterminate-scale-2 4s infinite, md-progress-linear-indeterminate-2 4s infinite;
}
md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container {
  -webkit-animation: none;
          animation: none;
}
md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar1 {
  -webkit-animation-name: none;
          animation-name: none;
}
md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar2 {
  -webkit-animation-name: none;
          animation-name: none;
}
md-progress-linear .md-container.md-mode-buffer {
  background-color: transparent !important;
  transition: all 0.2s linear;
}
md-progress-linear .md-container.md-mode-buffer .md-dashed:before {
  display: block;
  -webkit-animation: buffer 3s infinite linear;
          animation: buffer 3s infinite linear;
}

@-webkit-keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}

@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}
@-webkit-keyframes buffer {
  0% {
    opacity: 1;
    background-position: 0px -23px;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    background-position: -200px -23px;
  }
}
@keyframes buffer {
  0% {
    opacity: 1;
    background-position: 0px -23px;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    background-position: -200px -23px;
  }
}
@-webkit-keyframes md-progress-linear-indeterminate-scale-1 {
  0% {
    transform: scaleX(0.1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  36.6% {
    transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.334731432, 0.124819821, 0.785843996, 1);
            animation-timing-function: cubic-bezier(0.334731432, 0.124819821, 0.785843996, 1);
  }
  69.15% {
    transform: scaleX(0.83);
    -webkit-animation-timing-function: cubic-bezier(0.225732004, 0, 0.233648906, 1.3709798);
            animation-timing-function: cubic-bezier(0.225732004, 0, 0.233648906, 1.3709798);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@keyframes md-progress-linear-indeterminate-scale-1 {
  0% {
    transform: scaleX(0.1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  36.6% {
    transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.334731432, 0.124819821, 0.785843996, 1);
            animation-timing-function: cubic-bezier(0.334731432, 0.124819821, 0.785843996, 1);
  }
  69.15% {
    transform: scaleX(0.83);
    -webkit-animation-timing-function: cubic-bezier(0.225732004, 0, 0.233648906, 1.3709798);
            animation-timing-function: cubic-bezier(0.225732004, 0, 0.233648906, 1.3709798);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@-webkit-keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.1666666667%;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  20% {
    left: -105.1666666667%;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495818703);
            animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495818703);
  }
  69.15% {
    left: 21.5%;
    -webkit-animation-timing-function: cubic-bezier(0.302435, 0.38135197, 0.55, 0.956352125);
            animation-timing-function: cubic-bezier(0.302435, 0.38135197, 0.55, 0.956352125);
  }
  100% {
    left: 95.4444444444%;
  }
}
@keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.1666666667%;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  20% {
    left: -105.1666666667%;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495818703);
            animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495818703);
  }
  69.15% {
    left: 21.5%;
    -webkit-animation-timing-function: cubic-bezier(0.302435, 0.38135197, 0.55, 0.956352125);
            animation-timing-function: cubic-bezier(0.302435, 0.38135197, 0.55, 0.956352125);
  }
  100% {
    left: 95.4444444444%;
  }
}
@-webkit-keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.205028172, 0.057050836, 0.57660995, 0.453970841);
            animation-timing-function: cubic-bezier(0.205028172, 0.057050836, 0.57660995, 0.453970841);
  }
  19.15% {
    transform: scaleX(0.57);
    -webkit-animation-timing-function: cubic-bezier(0.152312994, 0.196431957, 0.648373778, 1.00431535);
            animation-timing-function: cubic-bezier(0.152312994, 0.196431957, 0.648373778, 1.00431535);
  }
  44.15% {
    transform: scaleX(0.91);
    -webkit-animation-timing-function: cubic-bezier(0.25775882, -0.003163357, 0.211761916, 1.38178961);
            animation-timing-function: cubic-bezier(0.25775882, -0.003163357, 0.211761916, 1.38178961);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.205028172, 0.057050836, 0.57660995, 0.453970841);
            animation-timing-function: cubic-bezier(0.205028172, 0.057050836, 0.57660995, 0.453970841);
  }
  19.15% {
    transform: scaleX(0.57);
    -webkit-animation-timing-function: cubic-bezier(0.152312994, 0.196431957, 0.648373778, 1.00431535);
            animation-timing-function: cubic-bezier(0.152312994, 0.196431957, 0.648373778, 1.00431535);
  }
  44.15% {
    transform: scaleX(0.91);
    -webkit-animation-timing-function: cubic-bezier(0.25775882, -0.003163357, 0.211761916, 1.38178961);
            animation-timing-function: cubic-bezier(0.25775882, -0.003163357, 0.211761916, 1.38178961);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@-webkit-keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.8888888889%;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.5150584, 0.409684966);
            animation-timing-function: cubic-bezier(0.15, 0, 0.5150584, 0.409684966);
  }
  25% {
    left: -17.25%;
    -webkit-animation-timing-function: cubic-bezier(0.3103299, 0.284057684, 0.8, 0.733718979);
            animation-timing-function: cubic-bezier(0.3103299, 0.284057684, 0.8, 0.733718979);
  }
  48.35% {
    left: 29.5%;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.627034903, 0.6, 0.902025796);
            animation-timing-function: cubic-bezier(0.4, 0.627034903, 0.6, 0.902025796);
  }
  100% {
    left: 117.3888888889%;
  }
}
@keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.8888888889%;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.5150584, 0.409684966);
            animation-timing-function: cubic-bezier(0.15, 0, 0.5150584, 0.409684966);
  }
  25% {
    left: -17.25%;
    -webkit-animation-timing-function: cubic-bezier(0.3103299, 0.284057684, 0.8, 0.733718979);
            animation-timing-function: cubic-bezier(0.3103299, 0.284057684, 0.8, 0.733718979);
  }
  48.35% {
    left: 29.5%;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.627034903, 0.6, 0.902025796);
            animation-timing-function: cubic-bezier(0.4, 0.627034903, 0.6, 0.902025796);
  }
  100% {
    left: 117.3888888889%;
  }
}
md-radio-button {
  box-sizing: border-box;
  display: block;
  margin-bottom: 16px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
md-radio-button[disabled] {
  cursor: default;
}
md-radio-button[disabled] .md-container {
  cursor: default;
}
md-radio-button .md-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  left: 0;
  right: auto;
}
[dir=rtl] md-radio-button .md-container {
  left: auto;
}
[dir=rtl] md-radio-button .md-container {
  right: 0;
}
md-radio-button .md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}
md-radio-button .md-container:before {
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  width: auto;
}
md-radio-button.md-align-top-left > div.md-container {
  top: 12px;
}
md-radio-button .md-off {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  transition: border-color ease 0.28s;
}
md-radio-button .md-on {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: transform ease 0.28s;
  transform: scale(0);
}
md-radio-button.md-checked .md-on {
  transform: scale(0.5);
}
md-radio-button .md-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-left: 30px;
  margin-right: 0;
  vertical-align: middle;
  white-space: normal;
  pointer-events: none;
  width: auto;
}
[dir=rtl] md-radio-button .md-label {
  margin-left: 0;
}
[dir=rtl] md-radio-button .md-label {
  margin-right: 30px;
}

md-radio-group:focus {
  outline: none;
}
md-radio-group.md-focused.ng-not-empty .md-checked .md-container:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}
md-radio-group.md-focused.ng-empty > md-radio-button:first-child .md-container:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}
md-radio-group[disabled] md-radio-button {
  cursor: default;
}
md-radio-group[disabled] md-radio-button .md-container {
  cursor: default;
}

@media (max-width: 599px) {
  .layout-row:not(.layout-xs-column) > md-radio-button,
.layout-xs-row > md-radio-button {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-sm-column) > md-radio-button,
.layout-gt-xs-row:not(.layout-sm-column) > md-radio-button,
.layout-sm-row:not(.layout-sm-column) > md-radio-button {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-md-column) > md-radio-button,
.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-md-column) > md-radio-button,
.layout-gt-sm-row:not(.layout-md-column) > md-radio-button,
.layout-md-row:not(.layout-md-column) > md-radio-button {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > md-radio-button,
.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column) > md-radio-button,
.layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-lg-column) > md-radio-button,
.layout-gt-md-row:not(.layout-lg-column) > md-radio-button,
.layout-lg-row:not(.layout-lg-column) > md-radio-button {
    margin-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > md-radio-button,
.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > md-radio-button,
.layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column) > md-radio-button,
.layout-gt-md-row:not(.layout-gt-lg-column):not(.layout-xl-column) > md-radio-button,
.layout-gt-lg-row:not(.layout-gt-lg-column):not(.layout-xl-column) > md-radio-button,
.layout-xl-row:not(.layout-gt-lg-column):not(.layout-xl-column) > md-radio-button {
    margin-bottom: 0;
  }
}
.md-inline-form md-radio-group {
  margin: 18px 0 19px;
}
.md-inline-form md-radio-group md-radio-button {
  display: inline-block;
  height: 30px;
  padding: 2px 10px 2px 6px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}
.md-inline-form md-radio-group md-radio-button .md-label {
  top: 4px;
}
.md-inline-form md-radio-group md-radio-button .md-container {
  margin-top: 2px;
}

@media screen and (-ms-high-contrast: active) {
  md-radio-button.md-default-theme .md-on {
    background-color: #fff;
  }
}
md-input-container:not([md-no-float]) .md-select-placeholder span:first-child {
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform-origin: left top;
}
[dir=rtl] md-input-container:not([md-no-float]) .md-select-placeholder span:first-child {
  transform-origin: right top;
}
md-input-container.md-input-focused:not([md-no-float]) md-select:not([placeholder]) .md-select-placeholder span:first-child {
  transform: translate(-2px, -22px) scale(0.75);
}

.md-select-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  opacity: 0;
  display: none;
  transform: translateY(-1px);
}
.md-select-menu-container:not(.md-clickable) {
  pointer-events: none;
}
.md-select-menu-container md-progress-circular {
  display: table;
  margin: 24px auto !important;
}
.md-select-menu-container.md-active {
  display: block;
  opacity: 1;
}
.md-select-menu-container.md-active md-select-menu {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 150ms;
}
.md-select-menu-container.md-active md-select-menu > * {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 150ms;
  transition-delay: 100ms;
}
.md-select-menu-container.md-leave {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 250ms;
}

.md-inline-form md-select {
  margin-top: 20px;
}

md-input-container > md-select, .md-inline-form md-input-container > md-select {
  margin-top: 0px;
}
md-input-container > md-select {
  order: 2;
}

md-input-container:not(.md-input-has-value) md-select[required]:not(.md-no-asterisk) .md-select-value span:first-child:after, md-input-container:not(.md-input-has-value) md-select.ng-required:not(.md-no-asterisk) .md-select-value span:first-child:after {
  content: " *";
  font-size: 13px;
  vertical-align: top;
}

md-input-container.md-input-invalid md-select .md-select-value {
  border-bottom-style: solid;
  padding-bottom: 1px;
}

md-select {
  display: flex;
}
md-select[required].ng-empty.ng-invalid:not(.md-no-asterisk) .md-select-value span:first-child:after, md-select.ng-required.ng-empty.ng-invalid:not(.md-no-asterisk) .md-select-value span:first-child:after {
  content: " *";
  font-size: 13px;
  vertical-align: top;
}
md-select[disabled] .md-select-value {
  background-position: bottom -1px left 0;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  padding-bottom: 2px;
  padding-top: 1px;
  transform: translateY(1px);
}
md-select:focus {
  outline: none;
}
md-select[disabled]:hover {
  cursor: default;
}
md-select:not([disabled]):hover {
  cursor: pointer;
}
md-select:not([disabled]):focus .md-select-value {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding-bottom: 0px;
}

md-input-container md-select:not([disabled]):focus .md-select-value {
  border-bottom-width: 2px;
}
md-input-container md-select[disabled] .md-select-value {
  background-position: bottom -1px left 0;
}
md-input-container md-select .md-select-value {
  min-height: 26px;
  border-bottom-width: 1px;
  padding-bottom: 1px;
}
md-input-container md-select .md-select-value.md-select-placeholder {
  padding-left: 0;
  padding-right: 2px;
}
[dir=rtl] md-input-container md-select .md-select-value.md-select-placeholder {
  padding-left: 2px;
}
[dir=rtl] md-input-container md-select .md-select-value.md-select-placeholder {
  padding-right: 0;
}

.md-select-value {
  display: flex;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 0;
  padding-right: 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  box-sizing: content-box;
  min-width: 88px;
  min-height: 26px;
  margin-bottom: auto;
  -ms-flex-item-align: start;
  flex-grow: 1;
}
[dir=rtl] .md-select-value {
  padding-left: 2px;
}
[dir=rtl] .md-select-value {
  padding-right: 0;
}
.md-select-value > span:not(.md-select-icon) {
  max-width: 100%;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.md-select-value > span:not(.md-select-icon) .md-text {
  display: inline;
}
.md-select-value .md-select-icon {
  display: block;
  align-items: flex-end;
  text-align: right;
  width: 24px;
  transform: translateY(-2px);
  font-size: 1.2rem;
}
[dir=rtl] .md-select-value .md-select-icon {
  align-items: flex-start;
}
[dir=rtl] .md-select-value .md-select-icon {
  text-align: left;
}
.md-select-value .md-select-icon:after {
  display: block;
  content: "▼";
  position: relative;
  top: 2px;
  right: -4px;
  left: auto;
  speak: none;
  font-size: 13px;
  transform: scaleY(0.5);
}
[dir=rtl] .md-select-value .md-select-icon:after {
  right: auto;
}
[dir=rtl] .md-select-value .md-select-icon:after {
  left: -4px;
}
.md-select-value.md-select-placeholder {
  display: flex;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
}

md-select-menu {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  max-height: 256px;
  min-height: 48px;
  overflow-y: hidden;
  transform-origin: left top;
  transform: scale(1);
}
md-select-menu.md-reverse {
  flex-direction: column-reverse;
}
md-select-menu:not(.md-overflow) md-content {
  padding-top: 8px;
  padding-bottom: 8px;
}
[dir=rtl] md-select-menu {
  transform-origin: right top;
}
md-select-menu md-content {
  min-width: 136px;
  min-height: 48px;
  max-height: 256px;
  overflow-y: auto;
}
md-select-menu > * {
  opacity: 0;
}

md-option {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  transition: background 0.15s linear;
  padding: 0 16px 0 16px;
  height: 48px;
}
md-option[disabled] {
  cursor: default;
}
md-option:focus {
  outline: none;
}
md-option .md-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

md-optgroup {
  display: block;
}
md-optgroup label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 16px;
  font-weight: 500;
}
md-optgroup md-option {
  padding-left: 32px;
  padding-right: 32px;
}

@media screen and (-ms-high-contrast: active) {
  .md-select-backdrop {
    background-color: transparent;
  }

  md-select-menu {
    border: 1px solid #fff;
  }
}
md-select-menu[multiple] md-option.md-checkbox-enabled {
  padding-left: 40px;
  padding-right: 16px;
}
[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled {
  padding-left: 16px;
}
[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled {
  padding-right: 40px;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 18px;
  height: 18px;
  left: 0;
  right: auto;
}
[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  left: auto;
}
[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  right: 0;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container:before {
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  width: auto;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-icon {
  box-sizing: border-box;
  transition: 240ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
}
md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon {
  border-color: transparent;
}
md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon:after {
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  left: 4px;
  top: 0px;
  display: table;
  width: 6px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}
md-select-menu[multiple] md-option.md-checkbox-enabled[disabled] {
  cursor: default;
}
md-select-menu[multiple] md-option.md-checkbox-enabled.md-indeterminate .md-icon:after {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
  width: 10.8px;
  height: 2px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}
md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  margin-left: 10.6666666667px;
  margin-right: auto;
}
[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  margin-left: auto;
}
[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
  margin-right: 10.6666666667px;
}

md-sidenav {
  box-sizing: border-box;
  position: absolute;
  flex-direction: column;
  z-index: 60;
  width: 320px;
  max-width: 320px;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
md-sidenav ul {
  list-style: none;
}
md-sidenav.md-closed {
  display: none;
}
md-sidenav.md-closed-add, md-sidenav.md-closed-remove {
  display: flex;
  transition: 0.2s ease-in all;
}
md-sidenav.md-closed-add.md-closed-add-active, md-sidenav.md-closed-remove.md-closed-remove-active {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-sidenav.md-locked-open-add, md-sidenav.md-locked-open-remove {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}
md-sidenav.md-locked-open, md-sidenav.md-locked-open.md-closed, md-sidenav.md-locked-open.md-closed.md-sidenav-left, md-sidenav.md-locked-open.md-closed.md-sidenav-right {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}
md-sidenav.md-locked-open-remove.md-closed {
  position: static;
  display: flex;
  transform: translate3d(0, 0, 0);
}
md-sidenav.md-closed.md-locked-open-add {
  position: static;
  display: flex;
  transform: translate3d(0%, 0, 0);
}
md-sidenav.md-closed.md-locked-open-add:not(.md-locked-open-add-active) {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  width: 0 !important;
  min-width: 0 !important;
}
md-sidenav.md-closed.md-locked-open-add-active {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-sidenav.md-locked-open-remove-active {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  width: 0 !important;
  min-width: 0 !important;
}

.md-sidenav-backdrop.md-locked-open {
  display: none;
}

.md-sidenav-left, md-sidenav {
  left: 0;
  top: 0;
  transform: translate3d(0%, 0, 0);
}
.md-sidenav-left.md-closed, md-sidenav.md-closed {
  transform: translate3d(-100%, 0, 0);
}

.md-sidenav-right {
  left: 100%;
  top: 0;
  transform: translate(-100%, 0);
}
.md-sidenav-right.md-closed {
  transform: translate(0%, 0);
}

@media (min-width: 600px) {
  md-sidenav {
    max-width: 400px;
  }
}
@media (max-width: 456px) {
  md-sidenav {
    width: calc(100% - 56px);
    min-width: calc(100% - 56px);
    max-width: calc(100% - 56px);
  }
}
@media screen and (-ms-high-contrast: active) {
  .md-sidenav-left, md-sidenav {
    border-right: 1px solid #fff;
  }

  .md-sidenav-right {
    border-left: 1px solid #fff;
  }
}
@-webkit-keyframes sliderFocusThumb {
  0% {
    transform: scale(0.7);
  }
  30% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes sliderFocusThumb {
  0% {
    transform: scale(0.7);
  }
  30% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@-webkit-keyframes sliderDiscreteFocusThumb {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes sliderDiscreteFocusThumb {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes sliderDiscreteFocusRing {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes sliderDiscreteFocusRing {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
  }
}
md-slider {
  height: 48px;
  min-width: 128px;
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0;
  display: block;
  flex-direction: row;
  /**
   * Track
   */
  /**
   * Slider thumb
   */
  /* The sign that's focused in discrete mode */
  /**
   * The border/background that comes in when focused in non-discrete mode
   */
  /* Don't animate left/right while panning */
}
md-slider *, md-slider *:after {
  box-sizing: border-box;
}
md-slider .md-slider-wrapper {
  outline: none;
  width: 100%;
  height: 100%;
}
md-slider .md-slider-content {
  position: relative;
}
md-slider .md-track-container {
  width: 100%;
  position: absolute;
  top: 23px;
  height: 2px;
}
md-slider .md-track {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
md-slider .md-track-fill {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: width, height;
}
md-slider .md-track-ticks {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
md-slider .md-track-ticks canvas {
  width: 100%;
  height: 100%;
}
md-slider .md-thumb-container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: left, right, bottom;
}
[dir=rtl] md-slider .md-thumb-container {
  left: auto;
  right: 0;
}
md-slider .md-thumb {
  z-index: 1;
  position: absolute;
  left: -10px;
  top: 14px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  transform: scale(0.7);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
[dir=rtl] md-slider .md-thumb {
  left: auto;
  right: -10px;
}
md-slider .md-thumb:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border-width: 3px;
  border-style: solid;
  transition: inherit;
}
md-slider .md-sign {
  /* Center the children (slider-thumb-text) */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -14px;
  top: -17px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  transform: scale(0.4) translate3d(0, 67.5px, 0);
  transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  /* The arrow pointing down under the sign */
}
md-slider .md-sign:after {
  position: absolute;
  content: "";
  left: 0px;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  transition: all 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}
[dir=rtl] md-slider .md-sign:after {
  left: auto;
  right: 0px;
}
md-slider .md-sign .md-thumb-text {
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
}
md-slider .md-focus-ring {
  position: absolute;
  left: -17px;
  top: 7px;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.35, 0, 0.25, 1);
}
[dir=rtl] md-slider .md-focus-ring {
  left: auto;
  right: -17px;
}
md-slider .md-disabled-thumb {
  position: absolute;
  left: -14px;
  top: 10px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  transform: scale(0.5);
  border-width: 4px;
  border-style: solid;
  display: none;
}
[dir=rtl] md-slider .md-disabled-thumb {
  left: auto;
  right: -14px;
}
md-slider.md-min .md-sign {
  opacity: 0;
}
md-slider:focus {
  outline: none;
}
md-slider.md-dragging .md-thumb-container,
md-slider.md-dragging .md-track-fill {
  transition: none;
}
md-slider:not([md-discrete]) {
  /* Hide the sign and ticks in non-discrete mode */
}
md-slider:not([md-discrete]) .md-track-ticks,
md-slider:not([md-discrete]) .md-sign {
  display: none;
}
md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper .md-thumb:hover {
  transform: scale(0.8);
}
md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring {
  transform: scale(1);
  opacity: 1;
}
md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-thumb {
  -webkit-animation: sliderFocusThumb 0.7s cubic-bezier(0.35, 0, 0.25, 1);
          animation: sliderFocusThumb 0.7s cubic-bezier(0.35, 0, 0.25, 1);
}
md-slider:not([md-discrete]):not([disabled]).md-active .md-slider-wrapper .md-thumb {
  transform: scale(1);
}
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring {
  transform: scale(0);
  -webkit-animation: sliderDiscreteFocusRing 0.5s cubic-bezier(0.35, 0, 0.25, 1);
          animation: sliderDiscreteFocusRing 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-thumb {
  -webkit-animation: sliderDiscreteFocusThumb 0.5s cubic-bezier(0.35, 0, 0.25, 1);
          animation: sliderDiscreteFocusThumb 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-thumb, md-slider[md-discrete]:not([disabled]).md-active .md-thumb {
  transform: scale(0);
}
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-sign,
md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-sign:after, md-slider[md-discrete]:not([disabled]).md-active .md-sign,
md-slider[md-discrete]:not([disabled]).md-active .md-sign:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
md-slider[md-discrete][disabled][readonly] .md-thumb {
  transform: scale(0);
}
md-slider[md-discrete][disabled][readonly] .md-sign,
md-slider[md-discrete][disabled][readonly] .md-sign:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
md-slider[disabled] .md-track-fill {
  display: none;
}
md-slider[disabled] .md-track-ticks {
  opacity: 0;
}
md-slider[disabled]:not([readonly]) .md-sign {
  opacity: 0;
}
md-slider[disabled] .md-thumb {
  transform: scale(0.5);
}
md-slider[disabled] .md-disabled-thumb {
  display: block;
}
md-slider[md-vertical] {
  flex-direction: column;
  min-height: 128px;
  min-width: 0;
}
md-slider[md-vertical] .md-slider-wrapper {
  flex: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 48px;
  align-self: center;
  display: flex;
  justify-content: center;
}
md-slider[md-vertical] .md-track-container {
  height: 100%;
  width: 2px;
  top: 0;
  left: calc(50% - (2px / 2));
}
md-slider[md-vertical] .md-thumb-container {
  top: auto;
  margin-bottom: 23px;
  left: calc(50% - 1px);
  bottom: 0;
}
md-slider[md-vertical] .md-thumb-container .md-thumb:after {
  left: 1px;
}
md-slider[md-vertical] .md-thumb-container .md-focus-ring {
  left: -16px;
}
md-slider[md-vertical] .md-track-fill {
  bottom: 0;
}
md-slider[md-vertical][md-discrete] .md-sign {
  left: -40px;
  top: 9.5px;
  transform: scale(0.4) translate3d(67.5px, 0, 0);
  /* The arrow pointing left next the sign */
}
md-slider[md-vertical][md-discrete] .md-sign:after {
  top: 9.5px;
  left: 19px;
  border-top: 14px solid transparent;
  border-right: 0;
  border-bottom: 14px solid transparent;
  border-left-width: 16px;
  border-left-style: solid;
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  transition: all 0.2s ease-in-out;
}
md-slider[md-vertical][md-discrete] .md-sign .md-thumb-text {
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
}
md-slider[md-vertical][md-discrete].md-active .md-sign:after,
md-slider[md-vertical][md-discrete] .md-focused .md-sign:after, md-slider[md-vertical][md-discrete][disabled][readonly] .md-sign:after {
  top: 0;
}
md-slider[md-vertical][disabled][readonly] .md-thumb {
  transform: scale(0);
}
md-slider[md-vertical][disabled][readonly] .md-sign,
md-slider[md-vertical][disabled][readonly] .md-sign:after {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
md-slider[md-invert]:not([md-vertical]) .md-track-fill {
  left: auto;
  right: 0;
}
[dir=rtl] md-slider[md-invert]:not([md-vertical]) .md-track-fill {
  left: 0;
}
[dir=rtl] md-slider[md-invert]:not([md-vertical]) .md-track-fill {
  right: auto;
}
md-slider[md-invert][md-vertical] .md-track-fill {
  bottom: auto;
  top: 0;
}

md-slider-container {
  display: flex;
  align-items: center;
  flex-direction: row;
}
md-slider-container > *:first-child:not(md-slider), md-slider-container > *:last-child:not(md-slider) {
  min-width: 25px;
  max-width: 42px;
  height: 25px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: color, max-width;
}
md-slider-container > *:first-child:not(md-slider) {
  margin-right: 16px;
}
[dir=rtl] md-slider-container > *:first-child:not(md-slider) {
  margin-right: auto;
  margin-left: 16px;
}
md-slider-container > *:last-child:not(md-slider) {
  margin-left: 16px;
}
[dir=rtl] md-slider-container > *:last-child:not(md-slider) {
  margin-left: auto;
  margin-right: 16px;
}
md-slider-container[md-vertical] {
  flex-direction: column;
}
md-slider-container[md-vertical] > *:first-child:not(md-slider), md-slider-container[md-vertical] > *:last-child:not(md-slider) {
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
md-slider-container md-input-container input[type=number] {
  text-align: center;
  padding-left: 15px;
  height: 50px;
  margin-top: -25px;
}
[dir=rtl] md-slider-container md-input-container input[type=number] {
  padding-left: 0;
  padding-right: 15px;
}

@media screen and (-ms-high-contrast: active) {
  md-slider.md-default-theme .md-track {
    border-bottom: 1px solid #fff;
  }
}
.md-sticky-clone {
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  position: absolute !important;
  transform: translate3d(-9999px, -9999px, 0);
}
.md-sticky-clone[sticky-state=active] {
  transform: translate3d(0, 0, 0);
}
.md-sticky-clone[sticky-state=active]:not(.md-sticky-no-effect) .md-subheader-inner {
  -webkit-animation: subheaderStickyHoverIn 0.3s ease-out both;
          animation: subheaderStickyHoverIn 0.3s ease-out both;
}

@-webkit-keyframes subheaderStickyHoverIn {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }
  100% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
}

@keyframes subheaderStickyHoverIn {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }
  100% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
}
@-webkit-keyframes subheaderStickyHoverOut {
  0% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes subheaderStickyHoverOut {
  0% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}
.md-subheader-wrapper:not(.md-sticky-no-effect) {
  transition: 0.2s ease-out margin;
}
.md-subheader-wrapper:not(.md-sticky-no-effect) .md-subheader {
  margin: 0;
}
.md-subheader-wrapper:not(.md-sticky-no-effect).md-sticky-clone {
  z-index: 2;
}
.md-subheader-wrapper:not(.md-sticky-no-effect)[sticky-state=active] {
  margin-top: -2px;
}
.md-subheader-wrapper:not(.md-sticky-no-effect):not(.md-sticky-clone)[sticky-prev-state=active] .md-subheader-inner:after {
  -webkit-animation: subheaderStickyHoverOut 0.3s ease-out both;
          animation: subheaderStickyHoverOut 0.3s ease-out both;
}

.md-subheader {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  margin: 0 0 0 0;
  position: relative;
}
.md-subheader .md-subheader-inner {
  display: block;
  padding: 16px;
}
.md-subheader .md-subheader-content {
  display: block;
  z-index: 1;
  position: relative;
}

[md-swipe-left], [md-swipe-right] {
  touch-action: pan-y;
}

[md-swipe-up], [md-swipe-down] {
  touch-action: pan-x;
}

.md-inline-form md-switch {
  margin-top: 18px;
  margin-bottom: 19px;
}

md-switch {
  margin: 16px 0;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 30px;
  line-height: 28px;
  align-items: center;
  display: flex;
  margin-left: inherit;
  margin-right: 16px;
}
[dir=rtl] md-switch {
  margin-left: 16px;
}
[dir=rtl] md-switch {
  margin-right: inherit;
}
md-switch:last-of-type {
  margin-left: inherit;
  margin-right: 0;
}
[dir=rtl] md-switch:last-of-type {
  margin-left: 0;
}
[dir=rtl] md-switch:last-of-type {
  margin-right: inherit;
}
md-switch[disabled] {
  cursor: default;
}
md-switch[disabled] .md-container {
  cursor: default;
}
md-switch .md-container {
  cursor: -webkit-grab;
  cursor: grab;
  width: 36px;
  height: 24px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 8px;
  float: left;
}
[dir=rtl] md-switch .md-container {
  margin-right: 0px;
  margin-left: 8px;
}
md-switch.md-inverted .md-container {
  margin-right: initial;
  margin-left: 8px;
}
[dir=rtl] md-switch.md-inverted .md-container {
  margin-right: 8px;
}
[dir=rtl] md-switch.md-inverted .md-container {
  margin-left: initial;
}
md-switch:not([disabled]) .md-dragging, md-switch:not([disabled]).md-dragging .md-container {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
md-switch.md-focused .md-thumb:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}
md-switch .md-label {
  border-color: transparent;
  border-width: 0;
  float: left;
}
md-switch .md-bar {
  left: 1px;
  width: 34px;
  top: 5px;
  height: 14px;
  border-radius: 8px;
  position: absolute;
}
md-switch .md-thumb-container {
  top: 2px;
  left: 0;
  width: 16px;
  position: absolute;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
md-switch.md-checked .md-thumb-container {
  transform: translate3d(100%, 0, 0);
}
md-switch .md-thumb {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  outline: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
md-switch .md-thumb:before {
  background-color: transparent;
  border-radius: 50%;
  content: "";
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  width: auto;
}
md-switch .md-thumb .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
}
md-switch:not(.md-dragging) .md-bar,
md-switch:not(.md-dragging) .md-thumb-container,
md-switch:not(.md-dragging) .md-thumb {
  transition: all 0.08s linear;
  transition-property: transform, background-color;
}
md-switch:not(.md-dragging) .md-bar,
md-switch:not(.md-dragging) .md-thumb {
  transition-delay: 0.05s;
}

@media screen and (-ms-high-contrast: active) {
  md-switch.md-default-theme .md-bar {
    background-color: #666;
  }

  md-switch.md-default-theme.md-checked .md-bar {
    background-color: #9E9E9E;
  }

  md-switch.md-default-theme .md-thumb {
    background-color: #fff;
  }
}
@-webkit-keyframes md-tab-content-hide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes md-tab-content-hide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
md-tab-data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
}

md-tabs {
  display: block;
  margin: 0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
md-tabs:not(.md-no-tab-content):not(.md-dynamic-height) {
  min-height: 248px;
}
md-tabs[md-align-tabs=bottom] {
  padding-bottom: 48px;
}
md-tabs[md-align-tabs=bottom] > md-tabs-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  z-index: 2;
}
md-tabs[md-align-tabs=bottom] > md-tabs-content-wrapper {
  top: 0;
  bottom: 48px;
}
md-tabs.md-dynamic-height md-tabs-content-wrapper {
  min-height: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  overflow: visible;
}
md-tabs.md-dynamic-height md-tab-content.md-active {
  position: relative;
}
md-tabs[md-border-bottom] md-tabs-wrapper {
  border-width: 0 0 1px;
  border-style: solid;
}
md-tabs[md-border-bottom]:not(.md-dynamic-height) md-tabs-content-wrapper {
  top: 49px;
}

md-tabs-wrapper {
  display: block;
  position: relative;
  transform: translate(0, 0);
}
md-tabs-wrapper md-prev-button, md-tabs-wrapper md-next-button {
  height: 100%;
  width: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1em;
  z-index: 2;
  cursor: pointer;
  font-size: 16px;
  background: transparent no-repeat center center;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
md-tabs-wrapper md-prev-button:focus, md-tabs-wrapper md-next-button:focus {
  outline: none;
}
md-tabs-wrapper md-prev-button.md-disabled, md-tabs-wrapper md-next-button.md-disabled {
  opacity: 0.25;
  cursor: default;
}
md-tabs-wrapper md-prev-button.ng-leave, md-tabs-wrapper md-next-button.ng-leave {
  transition: none;
}
md-tabs-wrapper md-prev-button md-icon, md-tabs-wrapper md-next-button md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
[dir=rtl] md-tabs-wrapper md-prev-button, [dir=rtl] md-tabs-wrapper md-next-button {
  transform: rotateY(180deg) translateY(-50%);
}
md-tabs-wrapper md-prev-button {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMjA4IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyIAkJIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4gPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+IDwvZz4gPC9nPiA8ZyBpZD0iR3JpZCIgZGlzcGxheT0ibm9uZSI+IDxnIGRpc3BsYXk9ImlubGluZSI+IDwvZz4gPC9nPiA8L3N2Zz4NCg==);
}
[dir=rtl] md-tabs-wrapper md-prev-button {
  left: auto;
  right: 0;
}
md-tabs-wrapper md-next-button {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMzM2IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTAsNiA4LjYsNy40IDEzLjIsMTIgOC42LDE2LjYgMTAsMTggMTYsMTIgCQkiIHN0eWxlPSJmaWxsOndoaXRlOyIvPiA8cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz4gPC9nPiA8L2c+IDxnIGlkPSJHcmlkIiBkaXNwbGF5PSJub25lIj4gPGcgZGlzcGxheT0iaW5saW5lIj4gPC9nPiA8L2c+IDwvc3ZnPg0K);
}
[dir=rtl] md-tabs-wrapper md-next-button {
  right: auto;
  left: 0;
}
md-tabs-wrapper md-next-button md-icon {
  transform: translate(-50%, -50%) rotate(180deg);
}
md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper {
  width: 100%;
  flex-direction: row;
}
md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper md-tab-item {
  flex-grow: 1;
}

md-tabs-canvas {
  position: relative;
  overflow: hidden;
  display: block;
  height: 48px;
}
md-tabs-canvas:after {
  content: "";
  display: table;
  clear: both;
}
md-tabs-canvas .md-dummy-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
[dir=rtl] md-tabs-canvas .md-dummy-wrapper {
  left: auto;
  right: 0;
}
md-tabs-canvas.md-paginated {
  margin: 0 32px;
}
md-tabs-canvas.md-center-tabs {
  display: flex;
  flex-direction: column;
  text-align: center;
}
md-tabs-canvas.md-center-tabs .md-tab {
  float: none;
  display: inline-block;
}

md-pagination-wrapper {
  height: 48px;
  display: flex;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  position: absolute;
  left: 0;
  transform: translate(0, 0);
}
md-pagination-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
[dir=rtl] md-pagination-wrapper {
  left: auto;
  right: 0;
}
md-pagination-wrapper.md-center-tabs {
  position: relative;
  justify-content: center;
}
md-pagination-wrapper md-tab-item {
  min-width: 72px;
}
@media (min-width: 600px) {
  md-pagination-wrapper md-tab-item {
    min-width: 160px;
  }
}

md-tabs-content-wrapper {
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

md-tab-content {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  overflow: auto;
  transform: translate(0, 0);
}
md-tab-content.md-no-scroll {
  bottom: auto;
  overflow: hidden;
}
md-tab-content.ng-leave, md-tab-content.md-no-transition {
  transition: none;
}
md-tab-content.md-left:not(.md-active) {
  transform: translateX(-100%);
  -webkit-animation: 1s md-tab-content-hide;
          animation: 1s md-tab-content-hide;
  visibility: hidden;
}
[dir=rtl] md-tab-content.md-left:not(.md-active) {
  transform: translateX(100%);
}
md-tab-content.md-left:not(.md-active) * {
  transition: visibility 0s linear;
  transition-delay: 0.5s;
  visibility: hidden;
}
md-tab-content.md-right:not(.md-active) {
  transform: translateX(100%);
  -webkit-animation: 1s md-tab-content-hide;
          animation: 1s md-tab-content-hide;
  visibility: hidden;
}
[dir=rtl] md-tab-content.md-right:not(.md-active) {
  transform: translateX(-100%);
}
md-tab-content.md-right:not(.md-active) * {
  transition: visibility 0s linear;
  transition-delay: 0.5s;
  visibility: hidden;
}
md-tab-content > div {
  flex: 1 0 100%;
  min-width: 0;
}
md-tab-content > div.ng-leave {
  -webkit-animation: 1s md-tab-content-hide;
          animation: 1s md-tab-content-hide;
}

md-ink-bar {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0;
  height: 2px;
}
md-ink-bar.md-left {
  transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
}
md-ink-bar.md-right {
  transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1), right 0.125s cubic-bezier(0.35, 0, 0.25, 1);
}

md-tab {
  position: absolute;
  z-index: -1;
  left: -9999px;
}

.md-tab {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  padding: 12px;
  transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  float: left;
  font-weight: 500;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
[dir=rtl] .md-tab {
  float: right;
}
.md-tab.md-focused, .md-tab:focus {
  box-shadow: none;
  outline: none;
}
.md-tab.md-active {
  cursor: default;
}
.md-tab.md-disabled {
  pointer-events: none;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  opacity: 0.5;
  cursor: default;
}
.md-tab.ng-leave {
  transition: none;
}

md-toolbar + md-tabs, md-toolbar + md-dialog-content md-tabs {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.md-toast-text {
  padding: 0 8px;
}

md-toast {
  position: absolute;
  z-index: 105;
  box-sizing: border-box;
  cursor: default;
  overflow: hidden;
  padding: 8px;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  /* Transition differently when swiping */
  /*
   * When the toast doesn't take up the whole screen,
   * make it rotate when the user swipes it away
   */
}
md-toast .md-toast-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-height: 168px;
  max-width: 100%;
  min-height: 48px;
  padding: 0 16px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  font-size: 14px;
  overflow: hidden;
  transform: translate3d(0, 0, 0) rotateZ(0deg);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  justify-content: flex-start;
}
md-toast .md-toast-content::before {
  content: "";
  min-height: 48px;
  visibility: hidden;
  display: inline-block;
}
[dir=rtl] md-toast .md-toast-content {
  justify-content: flex-end;
}
md-toast .md-toast-content span {
  flex: 1 1 0%;
  box-sizing: border-box;
  min-width: 0;
}
md-toast.md-capsule {
  border-radius: 24px;
}
md-toast.md-capsule .md-toast-content {
  border-radius: 24px;
}
md-toast.ng-leave-active .md-toast-content {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
md-toast.md-swipeleft .md-toast-content, md-toast.md-swiperight .md-toast-content, md-toast.md-swipeup .md-toast-content, md-toast.md-swipedown .md-toast-content {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
md-toast.ng-enter {
  opacity: 0;
}
md-toast.ng-enter .md-toast-content {
  transform: translate3d(0, 100%, 0);
}
md-toast.ng-enter.md-top .md-toast-content {
  transform: translate3d(0, -100%, 0);
}
md-toast.ng-enter.ng-enter-active {
  opacity: 1;
}
md-toast.ng-enter.ng-enter-active .md-toast-content {
  transform: translate3d(0, 0, 0);
}
md-toast.ng-leave.ng-leave-active .md-toast-content {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content {
  transform: translate3d(0, -50%, 0);
}
md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content {
  transform: translate3d(0, 50%, 0);
}
md-toast.ng-leave.ng-leave-active.md-top .md-toast-content {
  transform: translate3d(0, -100%, 0);
}
md-toast .md-action {
  line-height: 19px;
  margin-left: 24px;
  margin-right: 0;
  cursor: pointer;
  text-transform: uppercase;
  float: right;
}
md-toast .md-button {
  min-width: 0;
  margin-right: 0;
  margin-left: 8px;
}
[dir=rtl] md-toast .md-button {
  margin-right: 8px;
}
[dir=rtl] md-toast .md-button {
  margin-left: 0;
}

@media (max-width: 959px) {
  md-toast {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 0;
    bottom: 0;
    padding: 0;
  }
  md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content {
    transform: translate3d(0, -50%, 0);
  }
  md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content {
    transform: translate3d(0, 50%, 0);
  }
}
@media (min-width: 960px) {
  md-toast {
    min-width: 304px;
    /*
    * When the toast doesn't take up the whole screen,
    * make it rotate when the user swipes it away
    */
  }
  md-toast.md-bottom {
    bottom: 0;
  }
  md-toast.md-left {
    left: 0;
  }
  md-toast.md-right {
    right: 0;
  }
  md-toast.md-top {
    top: 0;
  }
  md-toast._md-start {
    left: 0;
  }
  [dir=rtl] md-toast._md-start {
    left: auto;
    right: 0;
  }
  md-toast._md-end {
    right: 0;
  }
  [dir=rtl] md-toast._md-end {
    right: auto;
    left: 0;
  }
  md-toast.ng-leave.ng-leave-active.md-swipeleft .md-toast-content {
    transform: translate3d(-50%, 0, 0);
  }
  md-toast.ng-leave.ng-leave-active.md-swiperight .md-toast-content {
    transform: translate3d(50%, 0, 0);
  }
}
@media (min-width: 1920px) {
  md-toast .md-toast-content {
    max-width: 568px;
  }
}
@media screen and (-ms-high-contrast: active) {
  md-toast {
    border: 1px solid #fff;
  }
}
.md-toast-animating {
  overflow: hidden !important;
}

md-toolbar {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  font-size: 20px;
  min-height: 64px;
  width: 100%;
}
md-toolbar._md-toolbar-transitions {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  transition-property: background-color, fill, color;
}
md-toolbar.md-whiteframe-z1-add, md-toolbar.md-whiteframe-z1-remove {
  transition: box-shadow 0.5s linear;
}
md-toolbar md-toolbar-filler {
  width: 72px;
}
md-toolbar *,
md-toolbar *:before,
md-toolbar *:after {
  box-sizing: border-box;
}
md-toolbar.ng-animate {
  transition: none;
}
md-toolbar.md-tall {
  height: 128px;
  min-height: 128px;
  max-height: 128px;
}
md-toolbar.md-medium-tall {
  height: 88px;
  min-height: 88px;
  max-height: 88px;
}
md-toolbar.md-medium-tall .md-toolbar-tools {
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}
md-toolbar > .md-indent {
  margin-left: 64px;
}
[dir=rtl] md-toolbar > .md-indent {
  margin-left: auto;
  margin-right: 64px;
}
md-toolbar ~ md-content > md-list {
  padding: 0;
}
md-toolbar ~ md-content > md-list md-list-item:last-child md-divider {
  display: none;
}

.md-toolbar-tools {
  font-size: 20px;
  letter-spacing: 0.005em;
  box-sizing: border-box;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 64px;
  max-height: 64px;
  padding: 0 16px;
  margin: 0;
}
.md-toolbar-tools h1, .md-toolbar-tools h2, .md-toolbar-tools h3 {
  font-size: inherit;
  font-weight: inherit;
  margin: inherit;
}
.md-toolbar-tools a {
  color: inherit;
  text-decoration: none;
}
.md-toolbar-tools .fill-height {
  display: flex;
  align-items: center;
}
.md-toolbar-tools md-checkbox {
  margin: inherit;
}
.md-toolbar-tools .md-button {
  margin-top: 0;
  margin-bottom: 0;
}
.md-toolbar-tools .md-button, .md-toolbar-tools .md-button.md-icon-button md-icon {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
  transition-property: background-color, fill, color;
}
.md-toolbar-tools .md-button.ng-animate, .md-toolbar-tools .md-button.md-icon-button md-icon.ng-animate {
  transition: none;
}
.md-toolbar-tools > .md-button:first-child {
  margin-left: -8px;
}
[dir=rtl] .md-toolbar-tools > .md-button:first-child {
  margin-left: auto;
  margin-right: -8px;
}
.md-toolbar-tools > .md-button:last-child {
  margin-right: -8px;
}
[dir=rtl] .md-toolbar-tools > .md-button:last-child {
  margin-right: auto;
  margin-left: -8px;
}
.md-toolbar-tools > md-menu:last-child {
  margin-right: -8px;
}
[dir=rtl] .md-toolbar-tools > md-menu:last-child {
  margin-right: auto;
  margin-left: -8px;
}
.md-toolbar-tools > md-menu:last-child > .md-button {
  margin-right: 0;
}
[dir=rtl] .md-toolbar-tools > md-menu:last-child > .md-button {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (-ms-high-contrast: active) {
  .md-toolbar-tools {
    border-bottom: 1px solid #fff;
  }
}

@media (min-width: 0) and (max-width: 959px) and (orientation: portrait) {
  md-toolbar {
    min-height: 56px;
  }

  .md-toolbar-tools {
    height: 56px;
    max-height: 56px;
  }
}
@media (min-width: 0) and (max-width: 959px) and (orientation: landscape) {
  md-toolbar {
    min-height: 48px;
  }

  .md-toolbar-tools {
    height: 48px;
    max-height: 48px;
  }
}
.md-tooltip {
  display: inline-block;
  pointer-events: none;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 32px;
  line-height: 32px;
  padding-right: 16px;
  padding-left: 16px;
}
.md-tooltip.md-origin-top {
  transform-origin: center bottom;
  margin-top: -24px;
}
.md-tooltip.md-origin-right {
  transform-origin: left center;
  margin-left: 24px;
}
.md-tooltip.md-origin-bottom {
  transform-origin: center top;
  margin-top: 24px;
}
.md-tooltip.md-origin-left {
  transform-origin: right center;
  margin-left: -24px;
}
@media (min-width: 960px) {
  .md-tooltip {
    font-size: 10px;
    height: 22px;
    line-height: 22px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .md-tooltip.md-origin-top {
    margin-top: -14px;
  }
  .md-tooltip.md-origin-right {
    margin-left: 14px;
  }
  .md-tooltip.md-origin-bottom {
    margin-top: 14px;
  }
  .md-tooltip.md-origin-left {
    margin-left: -14px;
  }
}
.md-tooltip.md-show-add {
  transform: scale(0);
}
.md-tooltip.md-show {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 150ms;
  transform: scale(1);
  opacity: 0.9;
}
.md-tooltip.md-hide {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: 150ms;
  transform: scale(0);
  opacity: 0;
}

.md-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.md-truncate.md-clip {
  text-overflow: clip;
}
.md-truncate.flex {
  width: 0;
}

.md-virtual-repeat-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.md-virtual-repeat-container .md-virtual-repeat-scroller {
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
.md-virtual-repeat-container .md-virtual-repeat-sizer {
  box-sizing: border-box;
  height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  width: 1px;
}
.md-virtual-repeat-container .md-virtual-repeat-offsetter {
  box-sizing: border-box;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-scroller {
  overflow-x: auto;
  overflow-y: hidden;
}
.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  bottom: 16px;
  right: auto;
  white-space: nowrap;
}
[dir=rtl] .md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter {
  right: auto;
  left: auto;
}

.md-whiteframe-1dp, .md-whiteframe-z1 {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-2dp {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-3dp {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-4dp, .md-whiteframe-z2 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-5dp {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-6dp {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-7dp, .md-whiteframe-z3 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-8dp {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-9dp {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-10dp, .md-whiteframe-z4 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-11dp {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-12dp {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-13dp, .md-whiteframe-z5 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-14dp {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-15dp {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-16dp {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-17dp {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-18dp {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-19dp {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-20dp {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-21dp {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-22dp {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-23dp {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.md-whiteframe-24dp {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

@media screen and (-ms-high-contrast: active) {
  md-whiteframe {
    border: 1px solid #fff;
  }
}
@media print {
  md-whiteframe, [md-whiteframe] {
    background-color: #ffffff;
  }
}
/*
* Since Layout API uses ng-cloak to hide the dom elements while layouts are adjusted
*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*/
@-moz-document url-prefix() {
  .layout-fill {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%;
  }
}
/*
 *  Apply Mixins to create Layout/Flexbox styles
 */
.flex-order {
  order: 0;
}

.flex-order--20 {
  order: -20;
}

.flex-order--19 {
  order: -19;
}

.flex-order--18 {
  order: -18;
}

.flex-order--17 {
  order: -17;
}

.flex-order--16 {
  order: -16;
}

.flex-order--15 {
  order: -15;
}

.flex-order--14 {
  order: -14;
}

.flex-order--13 {
  order: -13;
}

.flex-order--12 {
  order: -12;
}

.flex-order--11 {
  order: -11;
}

.flex-order--10 {
  order: -10;
}

.flex-order--9 {
  order: -9;
}

.flex-order--8 {
  order: -8;
}

.flex-order--7 {
  order: -7;
}

.flex-order--6 {
  order: -6;
}

.flex-order--5 {
  order: -5;
}

.flex-order--4 {
  order: -4;
}

.flex-order--3 {
  order: -3;
}

.flex-order--2 {
  order: -2;
}

.flex-order--1 {
  order: -1;
}

.flex-order-0 {
  order: 0;
}

.flex-order-1 {
  order: 1;
}

.flex-order-2 {
  order: 2;
}

.flex-order-3 {
  order: 3;
}

.flex-order-4 {
  order: 4;
}

.flex-order-5 {
  order: 5;
}

.flex-order-6 {
  order: 6;
}

.flex-order-7 {
  order: 7;
}

.flex-order-8 {
  order: 8;
}

.flex-order-9 {
  order: 9;
}

.flex-order-10 {
  order: 10;
}

.flex-order-11 {
  order: 11;
}

.flex-order-12 {
  order: 12;
}

.flex-order-13 {
  order: 13;
}

.flex-order-14 {
  order: 14;
}

.flex-order-15 {
  order: 15;
}

.flex-order-16 {
  order: 16;
}

.flex-order-17 {
  order: 17;
}

.flex-order-18 {
  order: 18;
}

.flex-order-19 {
  order: 19;
}

.flex-order-20 {
  order: 20;
}

.offset-0, .flex-offset-0, .layout-margin .flex-offset-0, .layout-margin .offset-0 {
  margin-left: 0;
}
[dir=rtl] .offset-0, [dir=rtl] .flex-offset-0, [dir=rtl] .layout-margin .flex-offset-0, [dir=rtl] .layout-margin .offset-0 {
  margin-left: auto;
  margin-right: 0;
}

.offset-5, .flex-offset-5, .layout-margin .flex-offset-5, .layout-margin .offset-5 {
  margin-left: 5%;
}
[dir=rtl] .offset-5, [dir=rtl] .flex-offset-5, [dir=rtl] .layout-margin .flex-offset-5, [dir=rtl] .layout-margin .offset-5 {
  margin-left: auto;
  margin-right: 5%;
}

.offset-10, .flex-offset-10, .layout-margin .flex-offset-10, .layout-margin .offset-10 {
  margin-left: 10%;
}
[dir=rtl] .offset-10, [dir=rtl] .flex-offset-10, [dir=rtl] .layout-margin .flex-offset-10, [dir=rtl] .layout-margin .offset-10 {
  margin-left: auto;
  margin-right: 10%;
}

.offset-15, .flex-offset-15, .layout-margin .flex-offset-15, .layout-margin .offset-15 {
  margin-left: 15%;
}
[dir=rtl] .offset-15, [dir=rtl] .flex-offset-15, [dir=rtl] .layout-margin .flex-offset-15, [dir=rtl] .layout-margin .offset-15 {
  margin-left: auto;
  margin-right: 15%;
}

.offset-20, .flex-offset-20, .layout-margin .flex-offset-20, .layout-margin .offset-20 {
  margin-left: 20%;
}
[dir=rtl] .offset-20, [dir=rtl] .flex-offset-20, [dir=rtl] .layout-margin .flex-offset-20, [dir=rtl] .layout-margin .offset-20 {
  margin-left: auto;
  margin-right: 20%;
}

.offset-25, .flex-offset-25, .layout-margin .flex-offset-25, .layout-margin .offset-25 {
  margin-left: 25%;
}
[dir=rtl] .offset-25, [dir=rtl] .flex-offset-25, [dir=rtl] .layout-margin .flex-offset-25, [dir=rtl] .layout-margin .offset-25 {
  margin-left: auto;
  margin-right: 25%;
}

.offset-30, .flex-offset-30, .layout-margin .flex-offset-30, .layout-margin .offset-30 {
  margin-left: 30%;
}
[dir=rtl] .offset-30, [dir=rtl] .flex-offset-30, [dir=rtl] .layout-margin .flex-offset-30, [dir=rtl] .layout-margin .offset-30 {
  margin-left: auto;
  margin-right: 30%;
}

.offset-35, .flex-offset-35, .layout-margin .flex-offset-35, .layout-margin .offset-35 {
  margin-left: 35%;
}
[dir=rtl] .offset-35, [dir=rtl] .flex-offset-35, [dir=rtl] .layout-margin .flex-offset-35, [dir=rtl] .layout-margin .offset-35 {
  margin-left: auto;
  margin-right: 35%;
}

.offset-40, .flex-offset-40, .layout-margin .flex-offset-40, .layout-margin .offset-40 {
  margin-left: 40%;
}
[dir=rtl] .offset-40, [dir=rtl] .flex-offset-40, [dir=rtl] .layout-margin .flex-offset-40, [dir=rtl] .layout-margin .offset-40 {
  margin-left: auto;
  margin-right: 40%;
}

.offset-45, .flex-offset-45, .layout-margin .flex-offset-45, .layout-margin .offset-45 {
  margin-left: 45%;
}
[dir=rtl] .offset-45, [dir=rtl] .flex-offset-45, [dir=rtl] .layout-margin .flex-offset-45, [dir=rtl] .layout-margin .offset-45 {
  margin-left: auto;
  margin-right: 45%;
}

.offset-50, .flex-offset-50, .layout-margin .flex-offset-50, .layout-margin .offset-50 {
  margin-left: 50%;
}
[dir=rtl] .offset-50, [dir=rtl] .flex-offset-50, [dir=rtl] .layout-margin .flex-offset-50, [dir=rtl] .layout-margin .offset-50 {
  margin-left: auto;
  margin-right: 50%;
}

.offset-55, .flex-offset-55, .layout-margin .flex-offset-55, .layout-margin .offset-55 {
  margin-left: 55%;
}
[dir=rtl] .offset-55, [dir=rtl] .flex-offset-55, [dir=rtl] .layout-margin .flex-offset-55, [dir=rtl] .layout-margin .offset-55 {
  margin-left: auto;
  margin-right: 55%;
}

.offset-60, .flex-offset-60, .layout-margin .flex-offset-60, .layout-margin .offset-60 {
  margin-left: 60%;
}
[dir=rtl] .offset-60, [dir=rtl] .flex-offset-60, [dir=rtl] .layout-margin .flex-offset-60, [dir=rtl] .layout-margin .offset-60 {
  margin-left: auto;
  margin-right: 60%;
}

.offset-65, .flex-offset-65, .layout-margin .flex-offset-65, .layout-margin .offset-65 {
  margin-left: 65%;
}
[dir=rtl] .offset-65, [dir=rtl] .flex-offset-65, [dir=rtl] .layout-margin .flex-offset-65, [dir=rtl] .layout-margin .offset-65 {
  margin-left: auto;
  margin-right: 65%;
}

.offset-70, .flex-offset-70, .layout-margin .flex-offset-70, .layout-margin .offset-70 {
  margin-left: 70%;
}
[dir=rtl] .offset-70, [dir=rtl] .flex-offset-70, [dir=rtl] .layout-margin .flex-offset-70, [dir=rtl] .layout-margin .offset-70 {
  margin-left: auto;
  margin-right: 70%;
}

.offset-75, .flex-offset-75, .layout-margin .flex-offset-75, .layout-margin .offset-75 {
  margin-left: 75%;
}
[dir=rtl] .offset-75, [dir=rtl] .flex-offset-75, [dir=rtl] .layout-margin .flex-offset-75, [dir=rtl] .layout-margin .offset-75 {
  margin-left: auto;
  margin-right: 75%;
}

.offset-80, .flex-offset-80, .layout-margin .flex-offset-80, .layout-margin .offset-80 {
  margin-left: 80%;
}
[dir=rtl] .offset-80, [dir=rtl] .flex-offset-80, [dir=rtl] .layout-margin .flex-offset-80, [dir=rtl] .layout-margin .offset-80 {
  margin-left: auto;
  margin-right: 80%;
}

.offset-85, .flex-offset-85, .layout-margin .flex-offset-85, .layout-margin .offset-85 {
  margin-left: 85%;
}
[dir=rtl] .offset-85, [dir=rtl] .flex-offset-85, [dir=rtl] .layout-margin .flex-offset-85, [dir=rtl] .layout-margin .offset-85 {
  margin-left: auto;
  margin-right: 85%;
}

.offset-90, .flex-offset-90, .layout-margin .flex-offset-90, .layout-margin .offset-90 {
  margin-left: 90%;
}
[dir=rtl] .offset-90, [dir=rtl] .flex-offset-90, [dir=rtl] .layout-margin .flex-offset-90, [dir=rtl] .layout-margin .offset-90 {
  margin-left: auto;
  margin-right: 90%;
}

.offset-95, .flex-offset-95, .layout-margin .flex-offset-95, .layout-margin .offset-95 {
  margin-left: 95%;
}
[dir=rtl] .offset-95, [dir=rtl] .flex-offset-95, [dir=rtl] .layout-margin .flex-offset-95, [dir=rtl] .layout-margin .offset-95 {
  margin-left: auto;
  margin-right: 95%;
}

.offset-33, .flex-offset-33, .layout-margin .flex-offset-33, .layout-margin .offset-33 {
  margin-left: 33.3333333333%;
}

.offset-66, .flex-offset-66, .layout-margin .flex-offset-66, .layout-margin .offset-66 {
  margin-left: 66.6666666667%;
}
[dir=rtl] .offset-66, [dir=rtl] .flex-offset-66, [dir=rtl] .layout-margin .flex-offset-66, [dir=rtl] .layout-margin .offset-66 {
  margin-left: auto;
  margin-right: 66.6666666667%;
}

.layout-align,
.layout-align-start-stretch {
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}

.layout-align-start,
.layout-align-start-start,
.layout-align-start-center,
.layout-align-start-end,
.layout-align-start-stretch {
  justify-content: flex-start;
}

.layout-align-center,
.layout-align-center-start,
.layout-align-center-center,
.layout-align-center-end,
.layout-align-center-stretch {
  justify-content: center;
}

.layout-align-end,
.layout-align-end-start,
.layout-align-end-center,
.layout-align-end-end,
.layout-align-end-stretch {
  justify-content: flex-end;
}

.layout-align-space-around,
.layout-align-space-around-center,
.layout-align-space-around-start,
.layout-align-space-around-end,
.layout-align-space-around-stretch {
  justify-content: space-around;
}

.layout-align-space-between,
.layout-align-space-between-center,
.layout-align-space-between-start,
.layout-align-space-between-end,
.layout-align-space-between-stretch {
  justify-content: space-between;
}

.layout-align-start-start,
.layout-align-center-start,
.layout-align-end-start,
.layout-align-space-between-start,
.layout-align-space-around-start {
  align-items: flex-start;
  align-content: flex-start;
}

.layout-align-start-center,
.layout-align-center-center,
.layout-align-end-center,
.layout-align-space-between-center,
.layout-align-space-around-center {
  align-items: center;
  align-content: center;
  max-width: 100%;
}

.layout-align-start-center > *,
.layout-align-center-center > *,
.layout-align-end-center > *,
.layout-align-space-between-center > *,
.layout-align-space-around-center > * {
  max-width: 100%;
  box-sizing: border-box;
}

.layout-align-start-end,
.layout-align-center-end,
.layout-align-end-end,
.layout-align-space-between-end,
.layout-align-space-around-end {
  align-items: flex-end;
  align-content: flex-end;
}

.layout-align-start-stretch,
.layout-align-center-stretch,
.layout-align-end-stretch,
.layout-align-space-between-stretch,
.layout-align-space-around-stretch {
  align-items: stretch;
  align-content: stretch;
}

.flex {
  flex: 1;
  box-sizing: border-box;
}

.flex-grow {
  flex: 1 1 100%;
  box-sizing: border-box;
}

.flex-initial {
  flex: 0 1 auto;
  box-sizing: border-box;
}

.flex-auto {
  flex: 1 1 auto;
  box-sizing: border-box;
}

.flex-none {
  flex: 0 0 auto;
  box-sizing: border-box;
}

.flex-noshrink {
  flex: 1 0 auto;
  box-sizing: border-box;
}

.flex-nogrow {
  flex: 0 1 auto;
  box-sizing: border-box;
}

.flex-0 {
  flex: 1 1 100%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-0 {
  flex: 1 1 100%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box;
  min-width: 0;
}

.layout-column > .flex-0 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 0%;
  box-sizing: border-box;
}

.flex-5 {
  flex: 1 1 100%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-5 {
  flex: 1 1 100%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-5 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 5%;
  box-sizing: border-box;
}

.flex-10 {
  flex: 1 1 100%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-10 {
  flex: 1 1 100%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-10 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 10%;
  box-sizing: border-box;
}

.flex-15 {
  flex: 1 1 100%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-15 {
  flex: 1 1 100%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-15 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 15%;
  box-sizing: border-box;
}

.flex-20 {
  flex: 1 1 100%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-20 {
  flex: 1 1 100%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-20 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 20%;
  box-sizing: border-box;
}

.flex-25 {
  flex: 1 1 100%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-25 {
  flex: 1 1 100%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-25 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 25%;
  box-sizing: border-box;
}

.flex-30 {
  flex: 1 1 100%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-30 {
  flex: 1 1 100%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-30 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 30%;
  box-sizing: border-box;
}

.flex-35 {
  flex: 1 1 100%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-35 {
  flex: 1 1 100%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-35 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 35%;
  box-sizing: border-box;
}

.flex-40 {
  flex: 1 1 100%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-40 {
  flex: 1 1 100%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-40 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 40%;
  box-sizing: border-box;
}

.flex-45 {
  flex: 1 1 100%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-45 {
  flex: 1 1 100%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-45 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 45%;
  box-sizing: border-box;
}

.flex-50 {
  flex: 1 1 100%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-50 {
  flex: 1 1 100%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-50 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 50%;
  box-sizing: border-box;
}

.flex-55 {
  flex: 1 1 100%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-55 {
  flex: 1 1 100%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-55 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 55%;
  box-sizing: border-box;
}

.flex-60 {
  flex: 1 1 100%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-60 {
  flex: 1 1 100%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-60 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 60%;
  box-sizing: border-box;
}

.flex-65 {
  flex: 1 1 100%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-65 {
  flex: 1 1 100%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-65 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 65%;
  box-sizing: border-box;
}

.flex-70 {
  flex: 1 1 100%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-70 {
  flex: 1 1 100%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-70 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 70%;
  box-sizing: border-box;
}

.flex-75 {
  flex: 1 1 100%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-75 {
  flex: 1 1 100%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-75 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 75%;
  box-sizing: border-box;
}

.flex-80 {
  flex: 1 1 100%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-80 {
  flex: 1 1 100%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-80 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 80%;
  box-sizing: border-box;
}

.flex-85 {
  flex: 1 1 100%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-85 {
  flex: 1 1 100%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-85 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 85%;
  box-sizing: border-box;
}

.flex-90 {
  flex: 1 1 100%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-90 {
  flex: 1 1 100%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-90 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 90%;
  box-sizing: border-box;
}

.flex-95 {
  flex: 1 1 100%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-95 {
  flex: 1 1 100%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-95 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 95%;
  box-sizing: border-box;
}

.flex-100 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-100 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-100 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

.flex-33 {
  flex: 1 1 100%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box;
}

.flex-66 {
  flex: 1 1 100%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-row > .flex-33 {
  flex: 1 1 33.33%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-66 {
  flex: 1 1 66.66%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box;
}

.layout-column > .flex-33 {
  flex: 1 1 33.33%;
  max-width: 100%;
  max-height: 33.33%;
  box-sizing: border-box;
}
.layout-column > .flex-66 {
  flex: 1 1 66.66%;
  max-width: 100%;
  max-height: 66.66%;
  box-sizing: border-box;
}

.layout-row > .flex-33 {
  flex: 1 1 100%;
  max-width: 33.33%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex-66 {
  flex: 1 1 100%;
  max-width: 66.66%;
  max-height: 100%;
  box-sizing: border-box;
}
.layout-row > .flex {
  min-width: 0;
}

.layout-column > .flex-33 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 33.33%;
  box-sizing: border-box;
}
.layout-column > .flex-66 {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 66.66%;
  box-sizing: border-box;
}
.layout-column > .flex {
  min-height: 0;
}

.layout, .layout-column, .layout-row {
  box-sizing: border-box;
  display: flex;
}

.layout-column {
  flex-direction: column;
}

.layout-row {
  flex-direction: row;
}

.layout-padding-sm > *,
.layout-padding > .flex-sm {
  padding: 4px;
}

.layout-padding,
.layout-padding-gt-sm,
.layout-padding-md,
.layout-padding > *,
.layout-padding-gt-sm > *,
.layout-padding-md > *,
.layout-padding > .flex,
.layout-padding > .flex-gt-sm,
.layout-padding > .flex-md {
  padding: 8px;
}

.layout-padding-gt-md > *,
.layout-padding-lg > *,
.layout-padding-gt-lg > *,
.layout-padding > .flex-gt-md,
.layout-padding > .flex-lg,
.layout-padding > .flex-lg,
.layout-padding > .flex-gt-lg {
  padding: 16px;
}

.layout-margin-sm > *,
.layout-margin > .flex-sm {
  margin: 4px;
}

.layout-margin,
.layout-margin-gt-sm,
.layout-margin-md,
.layout-margin > *,
.layout-margin-gt-sm > *,
.layout-margin-md > *,
.layout-margin > .flex,
.layout-margin > .flex-gt-sm,
.layout-margin > .flex-md {
  margin: 8px;
}

.layout-margin-gt-md > *,
.layout-margin-lg > *,
.layout-margin-gt-lg > *,
.layout-margin > .flex-gt-md,
.layout-margin > .flex-lg,
.layout-margin > .flex-gt-lg {
  margin: 16px;
}

.layout-wrap {
  flex-wrap: wrap;
}

.layout-nowrap {
  flex-wrap: nowrap;
}

.layout-fill {
  margin: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

/**
 * `hide-gt-sm show-gt-lg` should hide from 600px to 1200px
 * `show-md hide-gt-sm` should show from 0px to 960px and hide at >960px
 * `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)`
 *
 *  hide means hide everywhere
 *  Sizes:
 *         $layout-breakpoint-xs:     600px !default;
 *         $layout-breakpoint-sm:     960px !default;
 *         $layout-breakpoint-md:     1280px !default;
 *         $layout-breakpoint-lg:     1920px !default;
 */
@media (max-width: 599px) {
  .hide-xs:not(.show-xs):not(.show), .hide:not(.show-xs):not(.show) {
    display: none;
  }

  .flex-order-xs--20 {
    order: -20;
  }

  .flex-order-xs--19 {
    order: -19;
  }

  .flex-order-xs--18 {
    order: -18;
  }

  .flex-order-xs--17 {
    order: -17;
  }

  .flex-order-xs--16 {
    order: -16;
  }

  .flex-order-xs--15 {
    order: -15;
  }

  .flex-order-xs--14 {
    order: -14;
  }

  .flex-order-xs--13 {
    order: -13;
  }

  .flex-order-xs--12 {
    order: -12;
  }

  .flex-order-xs--11 {
    order: -11;
  }

  .flex-order-xs--10 {
    order: -10;
  }

  .flex-order-xs--9 {
    order: -9;
  }

  .flex-order-xs--8 {
    order: -8;
  }

  .flex-order-xs--7 {
    order: -7;
  }

  .flex-order-xs--6 {
    order: -6;
  }

  .flex-order-xs--5 {
    order: -5;
  }

  .flex-order-xs--4 {
    order: -4;
  }

  .flex-order-xs--3 {
    order: -3;
  }

  .flex-order-xs--2 {
    order: -2;
  }

  .flex-order-xs--1 {
    order: -1;
  }

  .flex-order-xs-0 {
    order: 0;
  }

  .flex-order-xs-1 {
    order: 1;
  }

  .flex-order-xs-2 {
    order: 2;
  }

  .flex-order-xs-3 {
    order: 3;
  }

  .flex-order-xs-4 {
    order: 4;
  }

  .flex-order-xs-5 {
    order: 5;
  }

  .flex-order-xs-6 {
    order: 6;
  }

  .flex-order-xs-7 {
    order: 7;
  }

  .flex-order-xs-8 {
    order: 8;
  }

  .flex-order-xs-9 {
    order: 9;
  }

  .flex-order-xs-10 {
    order: 10;
  }

  .flex-order-xs-11 {
    order: 11;
  }

  .flex-order-xs-12 {
    order: 12;
  }

  .flex-order-xs-13 {
    order: 13;
  }

  .flex-order-xs-14 {
    order: 14;
  }

  .flex-order-xs-15 {
    order: 15;
  }

  .flex-order-xs-16 {
    order: 16;
  }

  .flex-order-xs-17 {
    order: 17;
  }

  .flex-order-xs-18 {
    order: 18;
  }

  .flex-order-xs-19 {
    order: 19;
  }

  .flex-order-xs-20 {
    order: 20;
  }

  .offset-xs-0, .flex-offset-xs-0, .layout-margin .flex-offset-xs-0, .layout-margin .offset-xs-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-xs-0, [dir=rtl] .flex-offset-xs-0, [dir=rtl] .layout-margin .flex-offset-xs-0, [dir=rtl] .layout-margin .offset-xs-0 {
    margin-left: auto;
    margin-right: 0;
  }

  .offset-xs-5, .flex-offset-xs-5, .layout-margin .flex-offset-xs-5, .layout-margin .offset-xs-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-xs-5, [dir=rtl] .flex-offset-xs-5, [dir=rtl] .layout-margin .flex-offset-xs-5, [dir=rtl] .layout-margin .offset-xs-5 {
    margin-left: auto;
    margin-right: 5%;
  }

  .offset-xs-10, .flex-offset-xs-10, .layout-margin .flex-offset-xs-10, .layout-margin .offset-xs-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-xs-10, [dir=rtl] .flex-offset-xs-10, [dir=rtl] .layout-margin .flex-offset-xs-10, [dir=rtl] .layout-margin .offset-xs-10 {
    margin-left: auto;
    margin-right: 10%;
  }

  .offset-xs-15, .flex-offset-xs-15, .layout-margin .flex-offset-xs-15, .layout-margin .offset-xs-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-xs-15, [dir=rtl] .flex-offset-xs-15, [dir=rtl] .layout-margin .flex-offset-xs-15, [dir=rtl] .layout-margin .offset-xs-15 {
    margin-left: auto;
    margin-right: 15%;
  }

  .offset-xs-20, .flex-offset-xs-20, .layout-margin .flex-offset-xs-20, .layout-margin .offset-xs-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-xs-20, [dir=rtl] .flex-offset-xs-20, [dir=rtl] .layout-margin .flex-offset-xs-20, [dir=rtl] .layout-margin .offset-xs-20 {
    margin-left: auto;
    margin-right: 20%;
  }

  .offset-xs-25, .flex-offset-xs-25, .layout-margin .flex-offset-xs-25, .layout-margin .offset-xs-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-xs-25, [dir=rtl] .flex-offset-xs-25, [dir=rtl] .layout-margin .flex-offset-xs-25, [dir=rtl] .layout-margin .offset-xs-25 {
    margin-left: auto;
    margin-right: 25%;
  }

  .offset-xs-30, .flex-offset-xs-30, .layout-margin .flex-offset-xs-30, .layout-margin .offset-xs-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-xs-30, [dir=rtl] .flex-offset-xs-30, [dir=rtl] .layout-margin .flex-offset-xs-30, [dir=rtl] .layout-margin .offset-xs-30 {
    margin-left: auto;
    margin-right: 30%;
  }

  .offset-xs-35, .flex-offset-xs-35, .layout-margin .flex-offset-xs-35, .layout-margin .offset-xs-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-xs-35, [dir=rtl] .flex-offset-xs-35, [dir=rtl] .layout-margin .flex-offset-xs-35, [dir=rtl] .layout-margin .offset-xs-35 {
    margin-left: auto;
    margin-right: 35%;
  }

  .offset-xs-40, .flex-offset-xs-40, .layout-margin .flex-offset-xs-40, .layout-margin .offset-xs-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-xs-40, [dir=rtl] .flex-offset-xs-40, [dir=rtl] .layout-margin .flex-offset-xs-40, [dir=rtl] .layout-margin .offset-xs-40 {
    margin-left: auto;
    margin-right: 40%;
  }

  .offset-xs-45, .flex-offset-xs-45, .layout-margin .flex-offset-xs-45, .layout-margin .offset-xs-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-xs-45, [dir=rtl] .flex-offset-xs-45, [dir=rtl] .layout-margin .flex-offset-xs-45, [dir=rtl] .layout-margin .offset-xs-45 {
    margin-left: auto;
    margin-right: 45%;
  }

  .offset-xs-50, .flex-offset-xs-50, .layout-margin .flex-offset-xs-50, .layout-margin .offset-xs-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-xs-50, [dir=rtl] .flex-offset-xs-50, [dir=rtl] .layout-margin .flex-offset-xs-50, [dir=rtl] .layout-margin .offset-xs-50 {
    margin-left: auto;
    margin-right: 50%;
  }

  .offset-xs-55, .flex-offset-xs-55, .layout-margin .flex-offset-xs-55, .layout-margin .offset-xs-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-xs-55, [dir=rtl] .flex-offset-xs-55, [dir=rtl] .layout-margin .flex-offset-xs-55, [dir=rtl] .layout-margin .offset-xs-55 {
    margin-left: auto;
    margin-right: 55%;
  }

  .offset-xs-60, .flex-offset-xs-60, .layout-margin .flex-offset-xs-60, .layout-margin .offset-xs-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-xs-60, [dir=rtl] .flex-offset-xs-60, [dir=rtl] .layout-margin .flex-offset-xs-60, [dir=rtl] .layout-margin .offset-xs-60 {
    margin-left: auto;
    margin-right: 60%;
  }

  .offset-xs-65, .flex-offset-xs-65, .layout-margin .flex-offset-xs-65, .layout-margin .offset-xs-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-xs-65, [dir=rtl] .flex-offset-xs-65, [dir=rtl] .layout-margin .flex-offset-xs-65, [dir=rtl] .layout-margin .offset-xs-65 {
    margin-left: auto;
    margin-right: 65%;
  }

  .offset-xs-70, .flex-offset-xs-70, .layout-margin .flex-offset-xs-70, .layout-margin .offset-xs-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-xs-70, [dir=rtl] .flex-offset-xs-70, [dir=rtl] .layout-margin .flex-offset-xs-70, [dir=rtl] .layout-margin .offset-xs-70 {
    margin-left: auto;
    margin-right: 70%;
  }

  .offset-xs-75, .flex-offset-xs-75, .layout-margin .flex-offset-xs-75, .layout-margin .offset-xs-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-xs-75, [dir=rtl] .flex-offset-xs-75, [dir=rtl] .layout-margin .flex-offset-xs-75, [dir=rtl] .layout-margin .offset-xs-75 {
    margin-left: auto;
    margin-right: 75%;
  }

  .offset-xs-80, .flex-offset-xs-80, .layout-margin .flex-offset-xs-80, .layout-margin .offset-xs-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-xs-80, [dir=rtl] .flex-offset-xs-80, [dir=rtl] .layout-margin .flex-offset-xs-80, [dir=rtl] .layout-margin .offset-xs-80 {
    margin-left: auto;
    margin-right: 80%;
  }

  .offset-xs-85, .flex-offset-xs-85, .layout-margin .flex-offset-xs-85, .layout-margin .offset-xs-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-xs-85, [dir=rtl] .flex-offset-xs-85, [dir=rtl] .layout-margin .flex-offset-xs-85, [dir=rtl] .layout-margin .offset-xs-85 {
    margin-left: auto;
    margin-right: 85%;
  }

  .offset-xs-90, .flex-offset-xs-90, .layout-margin .flex-offset-xs-90, .layout-margin .offset-xs-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-xs-90, [dir=rtl] .flex-offset-xs-90, [dir=rtl] .layout-margin .flex-offset-xs-90, [dir=rtl] .layout-margin .offset-xs-90 {
    margin-left: auto;
    margin-right: 90%;
  }

  .offset-xs-95, .flex-offset-xs-95, .layout-margin .flex-offset-xs-95, .layout-margin .offset-xs-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-xs-95, [dir=rtl] .flex-offset-xs-95, [dir=rtl] .layout-margin .flex-offset-xs-95, [dir=rtl] .layout-margin .offset-xs-95 {
    margin-left: auto;
    margin-right: 95%;
  }

  .offset-xs-33, .flex-offset-xs-33, .layout-margin .flex-offset-xs-33, .layout-margin .offset-xs-33 {
    margin-left: 33.3333333333%;
  }

  .offset-xs-66, .flex-offset-xs-66, .layout-margin .flex-offset-xs-66, .layout-margin .offset-xs-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-xs-66, [dir=rtl] .flex-offset-xs-66, [dir=rtl] .layout-margin .flex-offset-xs-66, [dir=rtl] .layout-margin .offset-xs-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }

  .layout-align-xs,
.layout-align-xs-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-xs-start,
.layout-align-xs-start-start,
.layout-align-xs-start-center,
.layout-align-xs-start-end,
.layout-align-xs-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-xs-center,
.layout-align-xs-center-start,
.layout-align-xs-center-center,
.layout-align-xs-center-end,
.layout-align-xs-center-stretch {
    justify-content: center;
  }

  .layout-align-xs-end,
.layout-align-xs-end-start,
.layout-align-xs-end-center,
.layout-align-xs-end-end,
.layout-align-xs-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-xs-space-around,
.layout-align-xs-space-around-center,
.layout-align-xs-space-around-start,
.layout-align-xs-space-around-end,
.layout-align-xs-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-xs-space-between,
.layout-align-xs-space-between-center,
.layout-align-xs-space-between-start,
.layout-align-xs-space-between-end,
.layout-align-xs-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-xs-start-start,
.layout-align-xs-center-start,
.layout-align-xs-end-start,
.layout-align-xs-space-between-start,
.layout-align-xs-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-xs-start-center,
.layout-align-xs-center-center,
.layout-align-xs-end-center,
.layout-align-xs-space-between-center,
.layout-align-xs-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-xs-start-center > *,
.layout-align-xs-center-center > *,
.layout-align-xs-end-center > *,
.layout-align-xs-space-between-center > *,
.layout-align-xs-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-xs-start-end,
.layout-align-xs-center-end,
.layout-align-xs-end-end,
.layout-align-xs-space-between-end,
.layout-align-xs-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-xs-start-stretch,
.layout-align-xs-center-stretch,
.layout-align-xs-end-stretch,
.layout-align-xs-space-between-stretch,
.layout-align-xs-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-xs {
    flex: 1;
    box-sizing: border-box;
  }

  .flex-xs-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  .flex-xs-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-xs-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  .flex-xs-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  .flex-xs-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  .flex-xs-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-xs-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-xs-column > .flex-xs-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xs-column > .flex-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xs-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xs-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xs-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xs-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-xs-row > .flex-xs-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex-xs-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xs-row > .flex {
    min-width: 0;
  }

  .layout-xs-column > .flex-xs-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex-xs-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-xs-column > .flex {
    min-height: 0;
  }

  .layout-xs, .layout-xs-column, .layout-xs-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-xs-column {
    flex-direction: column;
  }

  .layout-xs-row {
    flex-direction: row;
  }
}
@media (min-width: 600px) {
  .flex-order-gt-xs--20 {
    order: -20;
  }

  .flex-order-gt-xs--19 {
    order: -19;
  }

  .flex-order-gt-xs--18 {
    order: -18;
  }

  .flex-order-gt-xs--17 {
    order: -17;
  }

  .flex-order-gt-xs--16 {
    order: -16;
  }

  .flex-order-gt-xs--15 {
    order: -15;
  }

  .flex-order-gt-xs--14 {
    order: -14;
  }

  .flex-order-gt-xs--13 {
    order: -13;
  }

  .flex-order-gt-xs--12 {
    order: -12;
  }

  .flex-order-gt-xs--11 {
    order: -11;
  }

  .flex-order-gt-xs--10 {
    order: -10;
  }

  .flex-order-gt-xs--9 {
    order: -9;
  }

  .flex-order-gt-xs--8 {
    order: -8;
  }

  .flex-order-gt-xs--7 {
    order: -7;
  }

  .flex-order-gt-xs--6 {
    order: -6;
  }

  .flex-order-gt-xs--5 {
    order: -5;
  }

  .flex-order-gt-xs--4 {
    order: -4;
  }

  .flex-order-gt-xs--3 {
    order: -3;
  }

  .flex-order-gt-xs--2 {
    order: -2;
  }

  .flex-order-gt-xs--1 {
    order: -1;
  }

  .flex-order-gt-xs-0 {
    order: 0;
  }

  .flex-order-gt-xs-1 {
    order: 1;
  }

  .flex-order-gt-xs-2 {
    order: 2;
  }

  .flex-order-gt-xs-3 {
    order: 3;
  }

  .flex-order-gt-xs-4 {
    order: 4;
  }

  .flex-order-gt-xs-5 {
    order: 5;
  }

  .flex-order-gt-xs-6 {
    order: 6;
  }

  .flex-order-gt-xs-7 {
    order: 7;
  }

  .flex-order-gt-xs-8 {
    order: 8;
  }

  .flex-order-gt-xs-9 {
    order: 9;
  }

  .flex-order-gt-xs-10 {
    order: 10;
  }

  .flex-order-gt-xs-11 {
    order: 11;
  }

  .flex-order-gt-xs-12 {
    order: 12;
  }

  .flex-order-gt-xs-13 {
    order: 13;
  }

  .flex-order-gt-xs-14 {
    order: 14;
  }

  .flex-order-gt-xs-15 {
    order: 15;
  }

  .flex-order-gt-xs-16 {
    order: 16;
  }

  .flex-order-gt-xs-17 {
    order: 17;
  }

  .flex-order-gt-xs-18 {
    order: 18;
  }

  .flex-order-gt-xs-19 {
    order: 19;
  }

  .flex-order-gt-xs-20 {
    order: 20;
  }

  .offset-gt-xs-0, .flex-offset-gt-xs-0, .layout-margin .flex-offset-gt-xs-0, .layout-margin .offset-gt-xs-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-gt-xs-0, [dir=rtl] .flex-offset-gt-xs-0, [dir=rtl] .layout-margin .flex-offset-gt-xs-0, [dir=rtl] .layout-margin .offset-gt-xs-0 {
    margin-left: auto;
    margin-right: 0;
  }

  .offset-gt-xs-5, .flex-offset-gt-xs-5, .layout-margin .flex-offset-gt-xs-5, .layout-margin .offset-gt-xs-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-gt-xs-5, [dir=rtl] .flex-offset-gt-xs-5, [dir=rtl] .layout-margin .flex-offset-gt-xs-5, [dir=rtl] .layout-margin .offset-gt-xs-5 {
    margin-left: auto;
    margin-right: 5%;
  }

  .offset-gt-xs-10, .flex-offset-gt-xs-10, .layout-margin .flex-offset-gt-xs-10, .layout-margin .offset-gt-xs-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-gt-xs-10, [dir=rtl] .flex-offset-gt-xs-10, [dir=rtl] .layout-margin .flex-offset-gt-xs-10, [dir=rtl] .layout-margin .offset-gt-xs-10 {
    margin-left: auto;
    margin-right: 10%;
  }

  .offset-gt-xs-15, .flex-offset-gt-xs-15, .layout-margin .flex-offset-gt-xs-15, .layout-margin .offset-gt-xs-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-gt-xs-15, [dir=rtl] .flex-offset-gt-xs-15, [dir=rtl] .layout-margin .flex-offset-gt-xs-15, [dir=rtl] .layout-margin .offset-gt-xs-15 {
    margin-left: auto;
    margin-right: 15%;
  }

  .offset-gt-xs-20, .flex-offset-gt-xs-20, .layout-margin .flex-offset-gt-xs-20, .layout-margin .offset-gt-xs-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-gt-xs-20, [dir=rtl] .flex-offset-gt-xs-20, [dir=rtl] .layout-margin .flex-offset-gt-xs-20, [dir=rtl] .layout-margin .offset-gt-xs-20 {
    margin-left: auto;
    margin-right: 20%;
  }

  .offset-gt-xs-25, .flex-offset-gt-xs-25, .layout-margin .flex-offset-gt-xs-25, .layout-margin .offset-gt-xs-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-gt-xs-25, [dir=rtl] .flex-offset-gt-xs-25, [dir=rtl] .layout-margin .flex-offset-gt-xs-25, [dir=rtl] .layout-margin .offset-gt-xs-25 {
    margin-left: auto;
    margin-right: 25%;
  }

  .offset-gt-xs-30, .flex-offset-gt-xs-30, .layout-margin .flex-offset-gt-xs-30, .layout-margin .offset-gt-xs-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-gt-xs-30, [dir=rtl] .flex-offset-gt-xs-30, [dir=rtl] .layout-margin .flex-offset-gt-xs-30, [dir=rtl] .layout-margin .offset-gt-xs-30 {
    margin-left: auto;
    margin-right: 30%;
  }

  .offset-gt-xs-35, .flex-offset-gt-xs-35, .layout-margin .flex-offset-gt-xs-35, .layout-margin .offset-gt-xs-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-gt-xs-35, [dir=rtl] .flex-offset-gt-xs-35, [dir=rtl] .layout-margin .flex-offset-gt-xs-35, [dir=rtl] .layout-margin .offset-gt-xs-35 {
    margin-left: auto;
    margin-right: 35%;
  }

  .offset-gt-xs-40, .flex-offset-gt-xs-40, .layout-margin .flex-offset-gt-xs-40, .layout-margin .offset-gt-xs-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-gt-xs-40, [dir=rtl] .flex-offset-gt-xs-40, [dir=rtl] .layout-margin .flex-offset-gt-xs-40, [dir=rtl] .layout-margin .offset-gt-xs-40 {
    margin-left: auto;
    margin-right: 40%;
  }

  .offset-gt-xs-45, .flex-offset-gt-xs-45, .layout-margin .flex-offset-gt-xs-45, .layout-margin .offset-gt-xs-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-gt-xs-45, [dir=rtl] .flex-offset-gt-xs-45, [dir=rtl] .layout-margin .flex-offset-gt-xs-45, [dir=rtl] .layout-margin .offset-gt-xs-45 {
    margin-left: auto;
    margin-right: 45%;
  }

  .offset-gt-xs-50, .flex-offset-gt-xs-50, .layout-margin .flex-offset-gt-xs-50, .layout-margin .offset-gt-xs-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-gt-xs-50, [dir=rtl] .flex-offset-gt-xs-50, [dir=rtl] .layout-margin .flex-offset-gt-xs-50, [dir=rtl] .layout-margin .offset-gt-xs-50 {
    margin-left: auto;
    margin-right: 50%;
  }

  .offset-gt-xs-55, .flex-offset-gt-xs-55, .layout-margin .flex-offset-gt-xs-55, .layout-margin .offset-gt-xs-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-gt-xs-55, [dir=rtl] .flex-offset-gt-xs-55, [dir=rtl] .layout-margin .flex-offset-gt-xs-55, [dir=rtl] .layout-margin .offset-gt-xs-55 {
    margin-left: auto;
    margin-right: 55%;
  }

  .offset-gt-xs-60, .flex-offset-gt-xs-60, .layout-margin .flex-offset-gt-xs-60, .layout-margin .offset-gt-xs-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-gt-xs-60, [dir=rtl] .flex-offset-gt-xs-60, [dir=rtl] .layout-margin .flex-offset-gt-xs-60, [dir=rtl] .layout-margin .offset-gt-xs-60 {
    margin-left: auto;
    margin-right: 60%;
  }

  .offset-gt-xs-65, .flex-offset-gt-xs-65, .layout-margin .flex-offset-gt-xs-65, .layout-margin .offset-gt-xs-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-gt-xs-65, [dir=rtl] .flex-offset-gt-xs-65, [dir=rtl] .layout-margin .flex-offset-gt-xs-65, [dir=rtl] .layout-margin .offset-gt-xs-65 {
    margin-left: auto;
    margin-right: 65%;
  }

  .offset-gt-xs-70, .flex-offset-gt-xs-70, .layout-margin .flex-offset-gt-xs-70, .layout-margin .offset-gt-xs-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-gt-xs-70, [dir=rtl] .flex-offset-gt-xs-70, [dir=rtl] .layout-margin .flex-offset-gt-xs-70, [dir=rtl] .layout-margin .offset-gt-xs-70 {
    margin-left: auto;
    margin-right: 70%;
  }

  .offset-gt-xs-75, .flex-offset-gt-xs-75, .layout-margin .flex-offset-gt-xs-75, .layout-margin .offset-gt-xs-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-gt-xs-75, [dir=rtl] .flex-offset-gt-xs-75, [dir=rtl] .layout-margin .flex-offset-gt-xs-75, [dir=rtl] .layout-margin .offset-gt-xs-75 {
    margin-left: auto;
    margin-right: 75%;
  }

  .offset-gt-xs-80, .flex-offset-gt-xs-80, .layout-margin .flex-offset-gt-xs-80, .layout-margin .offset-gt-xs-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-gt-xs-80, [dir=rtl] .flex-offset-gt-xs-80, [dir=rtl] .layout-margin .flex-offset-gt-xs-80, [dir=rtl] .layout-margin .offset-gt-xs-80 {
    margin-left: auto;
    margin-right: 80%;
  }

  .offset-gt-xs-85, .flex-offset-gt-xs-85, .layout-margin .flex-offset-gt-xs-85, .layout-margin .offset-gt-xs-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-gt-xs-85, [dir=rtl] .flex-offset-gt-xs-85, [dir=rtl] .layout-margin .flex-offset-gt-xs-85, [dir=rtl] .layout-margin .offset-gt-xs-85 {
    margin-left: auto;
    margin-right: 85%;
  }

  .offset-gt-xs-90, .flex-offset-gt-xs-90, .layout-margin .flex-offset-gt-xs-90, .layout-margin .offset-gt-xs-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-gt-xs-90, [dir=rtl] .flex-offset-gt-xs-90, [dir=rtl] .layout-margin .flex-offset-gt-xs-90, [dir=rtl] .layout-margin .offset-gt-xs-90 {
    margin-left: auto;
    margin-right: 90%;
  }

  .offset-gt-xs-95, .flex-offset-gt-xs-95, .layout-margin .flex-offset-gt-xs-95, .layout-margin .offset-gt-xs-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-gt-xs-95, [dir=rtl] .flex-offset-gt-xs-95, [dir=rtl] .layout-margin .flex-offset-gt-xs-95, [dir=rtl] .layout-margin .offset-gt-xs-95 {
    margin-left: auto;
    margin-right: 95%;
  }

  .offset-gt-xs-33, .flex-offset-gt-xs-33, .layout-margin .flex-offset-gt-xs-33, .layout-margin .offset-gt-xs-33 {
    margin-left: 33.3333333333%;
  }

  .offset-gt-xs-66, .flex-offset-gt-xs-66, .layout-margin .flex-offset-gt-xs-66, .layout-margin .offset-gt-xs-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-gt-xs-66, [dir=rtl] .flex-offset-gt-xs-66, [dir=rtl] .layout-margin .flex-offset-gt-xs-66, [dir=rtl] .layout-margin .offset-gt-xs-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }

  .layout-align-gt-xs,
.layout-align-gt-xs-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-gt-xs-start,
.layout-align-gt-xs-start-start,
.layout-align-gt-xs-start-center,
.layout-align-gt-xs-start-end,
.layout-align-gt-xs-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-gt-xs-center,
.layout-align-gt-xs-center-start,
.layout-align-gt-xs-center-center,
.layout-align-gt-xs-center-end,
.layout-align-gt-xs-center-stretch {
    justify-content: center;
  }

  .layout-align-gt-xs-end,
.layout-align-gt-xs-end-start,
.layout-align-gt-xs-end-center,
.layout-align-gt-xs-end-end,
.layout-align-gt-xs-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-gt-xs-space-around,
.layout-align-gt-xs-space-around-center,
.layout-align-gt-xs-space-around-start,
.layout-align-gt-xs-space-around-end,
.layout-align-gt-xs-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-gt-xs-space-between,
.layout-align-gt-xs-space-between-center,
.layout-align-gt-xs-space-between-start,
.layout-align-gt-xs-space-between-end,
.layout-align-gt-xs-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-gt-xs-start-start,
.layout-align-gt-xs-center-start,
.layout-align-gt-xs-end-start,
.layout-align-gt-xs-space-between-start,
.layout-align-gt-xs-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-gt-xs-start-center,
.layout-align-gt-xs-center-center,
.layout-align-gt-xs-end-center,
.layout-align-gt-xs-space-between-center,
.layout-align-gt-xs-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-gt-xs-start-center > *,
.layout-align-gt-xs-center-center > *,
.layout-align-gt-xs-end-center > *,
.layout-align-gt-xs-space-between-center > *,
.layout-align-gt-xs-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-gt-xs-start-end,
.layout-align-gt-xs-center-end,
.layout-align-gt-xs-end-end,
.layout-align-gt-xs-space-between-end,
.layout-align-gt-xs-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-gt-xs-start-stretch,
.layout-align-gt-xs-center-stretch,
.layout-align-gt-xs-end-stretch,
.layout-align-gt-xs-space-between-stretch,
.layout-align-gt-xs-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-gt-xs {
    flex: 1;
    box-sizing: border-box;
  }

  .flex-gt-xs-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  .flex-gt-xs-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-xs-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-xs-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  .flex-gt-xs-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  .flex-gt-xs-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-gt-xs-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-gt-xs-column > .flex-gt-xs-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-gt-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-gt-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-gt-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-gt-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-gt-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-gt-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-gt-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-gt-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-gt-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-gt-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-gt-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-gt-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-gt-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-gt-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-gt-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-gt-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-gt-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-gt-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-gt-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-xs-column > .flex-gt-xs-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-xs-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-xs-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-xs-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-xs-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-gt-xs-row > .flex-gt-xs-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex-gt-xs-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-xs-row > .flex {
    min-width: 0;
  }

  .layout-gt-xs-column > .flex-gt-xs-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex-gt-xs-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-xs-column > .flex {
    min-height: 0;
  }

  .layout-gt-xs, .layout-gt-xs-column, .layout-gt-xs-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-gt-xs-column {
    flex-direction: column;
  }

  .layout-gt-xs-row {
    flex-direction: row;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .hide:not(.show-gt-xs):not(.show-sm):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none;
  }

  .hide-sm:not(.show-gt-xs):not(.show-sm):not(.show) {
    display: none;
  }

  .flex-order-sm--20 {
    order: -20;
  }

  .flex-order-sm--19 {
    order: -19;
  }

  .flex-order-sm--18 {
    order: -18;
  }

  .flex-order-sm--17 {
    order: -17;
  }

  .flex-order-sm--16 {
    order: -16;
  }

  .flex-order-sm--15 {
    order: -15;
  }

  .flex-order-sm--14 {
    order: -14;
  }

  .flex-order-sm--13 {
    order: -13;
  }

  .flex-order-sm--12 {
    order: -12;
  }

  .flex-order-sm--11 {
    order: -11;
  }

  .flex-order-sm--10 {
    order: -10;
  }

  .flex-order-sm--9 {
    order: -9;
  }

  .flex-order-sm--8 {
    order: -8;
  }

  .flex-order-sm--7 {
    order: -7;
  }

  .flex-order-sm--6 {
    order: -6;
  }

  .flex-order-sm--5 {
    order: -5;
  }

  .flex-order-sm--4 {
    order: -4;
  }

  .flex-order-sm--3 {
    order: -3;
  }

  .flex-order-sm--2 {
    order: -2;
  }

  .flex-order-sm--1 {
    order: -1;
  }

  .flex-order-sm-0 {
    order: 0;
  }

  .flex-order-sm-1 {
    order: 1;
  }

  .flex-order-sm-2 {
    order: 2;
  }

  .flex-order-sm-3 {
    order: 3;
  }

  .flex-order-sm-4 {
    order: 4;
  }

  .flex-order-sm-5 {
    order: 5;
  }

  .flex-order-sm-6 {
    order: 6;
  }

  .flex-order-sm-7 {
    order: 7;
  }

  .flex-order-sm-8 {
    order: 8;
  }

  .flex-order-sm-9 {
    order: 9;
  }

  .flex-order-sm-10 {
    order: 10;
  }

  .flex-order-sm-11 {
    order: 11;
  }

  .flex-order-sm-12 {
    order: 12;
  }

  .flex-order-sm-13 {
    order: 13;
  }

  .flex-order-sm-14 {
    order: 14;
  }

  .flex-order-sm-15 {
    order: 15;
  }

  .flex-order-sm-16 {
    order: 16;
  }

  .flex-order-sm-17 {
    order: 17;
  }

  .flex-order-sm-18 {
    order: 18;
  }

  .flex-order-sm-19 {
    order: 19;
  }

  .flex-order-sm-20 {
    order: 20;
  }

  .offset-sm-0, .flex-offset-sm-0, .layout-margin .flex-offset-sm-0, .layout-margin .offset-sm-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-sm-0, [dir=rtl] .flex-offset-sm-0, [dir=rtl] .layout-margin .flex-offset-sm-0, [dir=rtl] .layout-margin .offset-sm-0 {
    margin-left: auto;
    margin-right: 0;
  }

  .offset-sm-5, .flex-offset-sm-5, .layout-margin .flex-offset-sm-5, .layout-margin .offset-sm-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-sm-5, [dir=rtl] .flex-offset-sm-5, [dir=rtl] .layout-margin .flex-offset-sm-5, [dir=rtl] .layout-margin .offset-sm-5 {
    margin-left: auto;
    margin-right: 5%;
  }

  .offset-sm-10, .flex-offset-sm-10, .layout-margin .flex-offset-sm-10, .layout-margin .offset-sm-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-sm-10, [dir=rtl] .flex-offset-sm-10, [dir=rtl] .layout-margin .flex-offset-sm-10, [dir=rtl] .layout-margin .offset-sm-10 {
    margin-left: auto;
    margin-right: 10%;
  }

  .offset-sm-15, .flex-offset-sm-15, .layout-margin .flex-offset-sm-15, .layout-margin .offset-sm-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-sm-15, [dir=rtl] .flex-offset-sm-15, [dir=rtl] .layout-margin .flex-offset-sm-15, [dir=rtl] .layout-margin .offset-sm-15 {
    margin-left: auto;
    margin-right: 15%;
  }

  .offset-sm-20, .flex-offset-sm-20, .layout-margin .flex-offset-sm-20, .layout-margin .offset-sm-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-sm-20, [dir=rtl] .flex-offset-sm-20, [dir=rtl] .layout-margin .flex-offset-sm-20, [dir=rtl] .layout-margin .offset-sm-20 {
    margin-left: auto;
    margin-right: 20%;
  }

  .offset-sm-25, .flex-offset-sm-25, .layout-margin .flex-offset-sm-25, .layout-margin .offset-sm-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-sm-25, [dir=rtl] .flex-offset-sm-25, [dir=rtl] .layout-margin .flex-offset-sm-25, [dir=rtl] .layout-margin .offset-sm-25 {
    margin-left: auto;
    margin-right: 25%;
  }

  .offset-sm-30, .flex-offset-sm-30, .layout-margin .flex-offset-sm-30, .layout-margin .offset-sm-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-sm-30, [dir=rtl] .flex-offset-sm-30, [dir=rtl] .layout-margin .flex-offset-sm-30, [dir=rtl] .layout-margin .offset-sm-30 {
    margin-left: auto;
    margin-right: 30%;
  }

  .offset-sm-35, .flex-offset-sm-35, .layout-margin .flex-offset-sm-35, .layout-margin .offset-sm-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-sm-35, [dir=rtl] .flex-offset-sm-35, [dir=rtl] .layout-margin .flex-offset-sm-35, [dir=rtl] .layout-margin .offset-sm-35 {
    margin-left: auto;
    margin-right: 35%;
  }

  .offset-sm-40, .flex-offset-sm-40, .layout-margin .flex-offset-sm-40, .layout-margin .offset-sm-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-sm-40, [dir=rtl] .flex-offset-sm-40, [dir=rtl] .layout-margin .flex-offset-sm-40, [dir=rtl] .layout-margin .offset-sm-40 {
    margin-left: auto;
    margin-right: 40%;
  }

  .offset-sm-45, .flex-offset-sm-45, .layout-margin .flex-offset-sm-45, .layout-margin .offset-sm-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-sm-45, [dir=rtl] .flex-offset-sm-45, [dir=rtl] .layout-margin .flex-offset-sm-45, [dir=rtl] .layout-margin .offset-sm-45 {
    margin-left: auto;
    margin-right: 45%;
  }

  .offset-sm-50, .flex-offset-sm-50, .layout-margin .flex-offset-sm-50, .layout-margin .offset-sm-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-sm-50, [dir=rtl] .flex-offset-sm-50, [dir=rtl] .layout-margin .flex-offset-sm-50, [dir=rtl] .layout-margin .offset-sm-50 {
    margin-left: auto;
    margin-right: 50%;
  }

  .offset-sm-55, .flex-offset-sm-55, .layout-margin .flex-offset-sm-55, .layout-margin .offset-sm-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-sm-55, [dir=rtl] .flex-offset-sm-55, [dir=rtl] .layout-margin .flex-offset-sm-55, [dir=rtl] .layout-margin .offset-sm-55 {
    margin-left: auto;
    margin-right: 55%;
  }

  .offset-sm-60, .flex-offset-sm-60, .layout-margin .flex-offset-sm-60, .layout-margin .offset-sm-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-sm-60, [dir=rtl] .flex-offset-sm-60, [dir=rtl] .layout-margin .flex-offset-sm-60, [dir=rtl] .layout-margin .offset-sm-60 {
    margin-left: auto;
    margin-right: 60%;
  }

  .offset-sm-65, .flex-offset-sm-65, .layout-margin .flex-offset-sm-65, .layout-margin .offset-sm-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-sm-65, [dir=rtl] .flex-offset-sm-65, [dir=rtl] .layout-margin .flex-offset-sm-65, [dir=rtl] .layout-margin .offset-sm-65 {
    margin-left: auto;
    margin-right: 65%;
  }

  .offset-sm-70, .flex-offset-sm-70, .layout-margin .flex-offset-sm-70, .layout-margin .offset-sm-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-sm-70, [dir=rtl] .flex-offset-sm-70, [dir=rtl] .layout-margin .flex-offset-sm-70, [dir=rtl] .layout-margin .offset-sm-70 {
    margin-left: auto;
    margin-right: 70%;
  }

  .offset-sm-75, .flex-offset-sm-75, .layout-margin .flex-offset-sm-75, .layout-margin .offset-sm-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-sm-75, [dir=rtl] .flex-offset-sm-75, [dir=rtl] .layout-margin .flex-offset-sm-75, [dir=rtl] .layout-margin .offset-sm-75 {
    margin-left: auto;
    margin-right: 75%;
  }

  .offset-sm-80, .flex-offset-sm-80, .layout-margin .flex-offset-sm-80, .layout-margin .offset-sm-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-sm-80, [dir=rtl] .flex-offset-sm-80, [dir=rtl] .layout-margin .flex-offset-sm-80, [dir=rtl] .layout-margin .offset-sm-80 {
    margin-left: auto;
    margin-right: 80%;
  }

  .offset-sm-85, .flex-offset-sm-85, .layout-margin .flex-offset-sm-85, .layout-margin .offset-sm-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-sm-85, [dir=rtl] .flex-offset-sm-85, [dir=rtl] .layout-margin .flex-offset-sm-85, [dir=rtl] .layout-margin .offset-sm-85 {
    margin-left: auto;
    margin-right: 85%;
  }

  .offset-sm-90, .flex-offset-sm-90, .layout-margin .flex-offset-sm-90, .layout-margin .offset-sm-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-sm-90, [dir=rtl] .flex-offset-sm-90, [dir=rtl] .layout-margin .flex-offset-sm-90, [dir=rtl] .layout-margin .offset-sm-90 {
    margin-left: auto;
    margin-right: 90%;
  }

  .offset-sm-95, .flex-offset-sm-95, .layout-margin .flex-offset-sm-95, .layout-margin .offset-sm-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-sm-95, [dir=rtl] .flex-offset-sm-95, [dir=rtl] .layout-margin .flex-offset-sm-95, [dir=rtl] .layout-margin .offset-sm-95 {
    margin-left: auto;
    margin-right: 95%;
  }

  .offset-sm-33, .flex-offset-sm-33, .layout-margin .flex-offset-sm-33, .layout-margin .offset-sm-33 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-66, .flex-offset-sm-66, .layout-margin .flex-offset-sm-66, .layout-margin .offset-sm-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-sm-66, [dir=rtl] .flex-offset-sm-66, [dir=rtl] .layout-margin .flex-offset-sm-66, [dir=rtl] .layout-margin .offset-sm-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }

  .layout-align-sm,
.layout-align-sm-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-sm-start,
.layout-align-sm-start-start,
.layout-align-sm-start-center,
.layout-align-sm-start-end,
.layout-align-sm-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-sm-center,
.layout-align-sm-center-start,
.layout-align-sm-center-center,
.layout-align-sm-center-end,
.layout-align-sm-center-stretch {
    justify-content: center;
  }

  .layout-align-sm-end,
.layout-align-sm-end-start,
.layout-align-sm-end-center,
.layout-align-sm-end-end,
.layout-align-sm-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-sm-space-around,
.layout-align-sm-space-around-center,
.layout-align-sm-space-around-start,
.layout-align-sm-space-around-end,
.layout-align-sm-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-sm-space-between,
.layout-align-sm-space-between-center,
.layout-align-sm-space-between-start,
.layout-align-sm-space-between-end,
.layout-align-sm-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-sm-start-start,
.layout-align-sm-center-start,
.layout-align-sm-end-start,
.layout-align-sm-space-between-start,
.layout-align-sm-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-sm-start-center,
.layout-align-sm-center-center,
.layout-align-sm-end-center,
.layout-align-sm-space-between-center,
.layout-align-sm-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-sm-start-center > *,
.layout-align-sm-center-center > *,
.layout-align-sm-end-center > *,
.layout-align-sm-space-between-center > *,
.layout-align-sm-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-sm-start-end,
.layout-align-sm-center-end,
.layout-align-sm-end-end,
.layout-align-sm-space-between-end,
.layout-align-sm-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-sm-start-stretch,
.layout-align-sm-center-stretch,
.layout-align-sm-end-stretch,
.layout-align-sm-space-between-stretch,
.layout-align-sm-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-sm {
    flex: 1;
    box-sizing: border-box;
  }

  .flex-sm-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  .flex-sm-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-sm-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  .flex-sm-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  .flex-sm-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  .flex-sm-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-sm-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-sm-column > .flex-sm-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-sm-column > .flex-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-sm-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-sm-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-sm-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-sm-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-sm-row > .flex-sm-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex-sm-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-sm-row > .flex {
    min-width: 0;
  }

  .layout-sm-column > .flex-sm-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex-sm-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-sm-column > .flex {
    min-height: 0;
  }

  .layout-sm, .layout-sm-column, .layout-sm-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-sm-column {
    flex-direction: column;
  }

  .layout-sm-row {
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  .flex-order-gt-sm--20 {
    order: -20;
  }

  .flex-order-gt-sm--19 {
    order: -19;
  }

  .flex-order-gt-sm--18 {
    order: -18;
  }

  .flex-order-gt-sm--17 {
    order: -17;
  }

  .flex-order-gt-sm--16 {
    order: -16;
  }

  .flex-order-gt-sm--15 {
    order: -15;
  }

  .flex-order-gt-sm--14 {
    order: -14;
  }

  .flex-order-gt-sm--13 {
    order: -13;
  }

  .flex-order-gt-sm--12 {
    order: -12;
  }

  .flex-order-gt-sm--11 {
    order: -11;
  }

  .flex-order-gt-sm--10 {
    order: -10;
  }

  .flex-order-gt-sm--9 {
    order: -9;
  }

  .flex-order-gt-sm--8 {
    order: -8;
  }

  .flex-order-gt-sm--7 {
    order: -7;
  }

  .flex-order-gt-sm--6 {
    order: -6;
  }

  .flex-order-gt-sm--5 {
    order: -5;
  }

  .flex-order-gt-sm--4 {
    order: -4;
  }

  .flex-order-gt-sm--3 {
    order: -3;
  }

  .flex-order-gt-sm--2 {
    order: -2;
  }

  .flex-order-gt-sm--1 {
    order: -1;
  }

  .flex-order-gt-sm-0 {
    order: 0;
  }

  .flex-order-gt-sm-1 {
    order: 1;
  }

  .flex-order-gt-sm-2 {
    order: 2;
  }

  .flex-order-gt-sm-3 {
    order: 3;
  }

  .flex-order-gt-sm-4 {
    order: 4;
  }

  .flex-order-gt-sm-5 {
    order: 5;
  }

  .flex-order-gt-sm-6 {
    order: 6;
  }

  .flex-order-gt-sm-7 {
    order: 7;
  }

  .flex-order-gt-sm-8 {
    order: 8;
  }

  .flex-order-gt-sm-9 {
    order: 9;
  }

  .flex-order-gt-sm-10 {
    order: 10;
  }

  .flex-order-gt-sm-11 {
    order: 11;
  }

  .flex-order-gt-sm-12 {
    order: 12;
  }

  .flex-order-gt-sm-13 {
    order: 13;
  }

  .flex-order-gt-sm-14 {
    order: 14;
  }

  .flex-order-gt-sm-15 {
    order: 15;
  }

  .flex-order-gt-sm-16 {
    order: 16;
  }

  .flex-order-gt-sm-17 {
    order: 17;
  }

  .flex-order-gt-sm-18 {
    order: 18;
  }

  .flex-order-gt-sm-19 {
    order: 19;
  }

  .flex-order-gt-sm-20 {
    order: 20;
  }

  .offset-gt-sm-0, .flex-offset-gt-sm-0, .layout-margin .flex-offset-gt-sm-0, .layout-margin .offset-gt-sm-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-gt-sm-0, [dir=rtl] .flex-offset-gt-sm-0, [dir=rtl] .layout-margin .flex-offset-gt-sm-0, [dir=rtl] .layout-margin .offset-gt-sm-0 {
    margin-left: auto;
    margin-right: 0;
  }

  .offset-gt-sm-5, .flex-offset-gt-sm-5, .layout-margin .flex-offset-gt-sm-5, .layout-margin .offset-gt-sm-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-gt-sm-5, [dir=rtl] .flex-offset-gt-sm-5, [dir=rtl] .layout-margin .flex-offset-gt-sm-5, [dir=rtl] .layout-margin .offset-gt-sm-5 {
    margin-left: auto;
    margin-right: 5%;
  }

  .offset-gt-sm-10, .flex-offset-gt-sm-10, .layout-margin .flex-offset-gt-sm-10, .layout-margin .offset-gt-sm-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-gt-sm-10, [dir=rtl] .flex-offset-gt-sm-10, [dir=rtl] .layout-margin .flex-offset-gt-sm-10, [dir=rtl] .layout-margin .offset-gt-sm-10 {
    margin-left: auto;
    margin-right: 10%;
  }

  .offset-gt-sm-15, .flex-offset-gt-sm-15, .layout-margin .flex-offset-gt-sm-15, .layout-margin .offset-gt-sm-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-gt-sm-15, [dir=rtl] .flex-offset-gt-sm-15, [dir=rtl] .layout-margin .flex-offset-gt-sm-15, [dir=rtl] .layout-margin .offset-gt-sm-15 {
    margin-left: auto;
    margin-right: 15%;
  }

  .offset-gt-sm-20, .flex-offset-gt-sm-20, .layout-margin .flex-offset-gt-sm-20, .layout-margin .offset-gt-sm-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-gt-sm-20, [dir=rtl] .flex-offset-gt-sm-20, [dir=rtl] .layout-margin .flex-offset-gt-sm-20, [dir=rtl] .layout-margin .offset-gt-sm-20 {
    margin-left: auto;
    margin-right: 20%;
  }

  .offset-gt-sm-25, .flex-offset-gt-sm-25, .layout-margin .flex-offset-gt-sm-25, .layout-margin .offset-gt-sm-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-gt-sm-25, [dir=rtl] .flex-offset-gt-sm-25, [dir=rtl] .layout-margin .flex-offset-gt-sm-25, [dir=rtl] .layout-margin .offset-gt-sm-25 {
    margin-left: auto;
    margin-right: 25%;
  }

  .offset-gt-sm-30, .flex-offset-gt-sm-30, .layout-margin .flex-offset-gt-sm-30, .layout-margin .offset-gt-sm-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-gt-sm-30, [dir=rtl] .flex-offset-gt-sm-30, [dir=rtl] .layout-margin .flex-offset-gt-sm-30, [dir=rtl] .layout-margin .offset-gt-sm-30 {
    margin-left: auto;
    margin-right: 30%;
  }

  .offset-gt-sm-35, .flex-offset-gt-sm-35, .layout-margin .flex-offset-gt-sm-35, .layout-margin .offset-gt-sm-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-gt-sm-35, [dir=rtl] .flex-offset-gt-sm-35, [dir=rtl] .layout-margin .flex-offset-gt-sm-35, [dir=rtl] .layout-margin .offset-gt-sm-35 {
    margin-left: auto;
    margin-right: 35%;
  }

  .offset-gt-sm-40, .flex-offset-gt-sm-40, .layout-margin .flex-offset-gt-sm-40, .layout-margin .offset-gt-sm-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-gt-sm-40, [dir=rtl] .flex-offset-gt-sm-40, [dir=rtl] .layout-margin .flex-offset-gt-sm-40, [dir=rtl] .layout-margin .offset-gt-sm-40 {
    margin-left: auto;
    margin-right: 40%;
  }

  .offset-gt-sm-45, .flex-offset-gt-sm-45, .layout-margin .flex-offset-gt-sm-45, .layout-margin .offset-gt-sm-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-gt-sm-45, [dir=rtl] .flex-offset-gt-sm-45, [dir=rtl] .layout-margin .flex-offset-gt-sm-45, [dir=rtl] .layout-margin .offset-gt-sm-45 {
    margin-left: auto;
    margin-right: 45%;
  }

  .offset-gt-sm-50, .flex-offset-gt-sm-50, .layout-margin .flex-offset-gt-sm-50, .layout-margin .offset-gt-sm-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-gt-sm-50, [dir=rtl] .flex-offset-gt-sm-50, [dir=rtl] .layout-margin .flex-offset-gt-sm-50, [dir=rtl] .layout-margin .offset-gt-sm-50 {
    margin-left: auto;
    margin-right: 50%;
  }

  .offset-gt-sm-55, .flex-offset-gt-sm-55, .layout-margin .flex-offset-gt-sm-55, .layout-margin .offset-gt-sm-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-gt-sm-55, [dir=rtl] .flex-offset-gt-sm-55, [dir=rtl] .layout-margin .flex-offset-gt-sm-55, [dir=rtl] .layout-margin .offset-gt-sm-55 {
    margin-left: auto;
    margin-right: 55%;
  }

  .offset-gt-sm-60, .flex-offset-gt-sm-60, .layout-margin .flex-offset-gt-sm-60, .layout-margin .offset-gt-sm-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-gt-sm-60, [dir=rtl] .flex-offset-gt-sm-60, [dir=rtl] .layout-margin .flex-offset-gt-sm-60, [dir=rtl] .layout-margin .offset-gt-sm-60 {
    margin-left: auto;
    margin-right: 60%;
  }

  .offset-gt-sm-65, .flex-offset-gt-sm-65, .layout-margin .flex-offset-gt-sm-65, .layout-margin .offset-gt-sm-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-gt-sm-65, [dir=rtl] .flex-offset-gt-sm-65, [dir=rtl] .layout-margin .flex-offset-gt-sm-65, [dir=rtl] .layout-margin .offset-gt-sm-65 {
    margin-left: auto;
    margin-right: 65%;
  }

  .offset-gt-sm-70, .flex-offset-gt-sm-70, .layout-margin .flex-offset-gt-sm-70, .layout-margin .offset-gt-sm-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-gt-sm-70, [dir=rtl] .flex-offset-gt-sm-70, [dir=rtl] .layout-margin .flex-offset-gt-sm-70, [dir=rtl] .layout-margin .offset-gt-sm-70 {
    margin-left: auto;
    margin-right: 70%;
  }

  .offset-gt-sm-75, .flex-offset-gt-sm-75, .layout-margin .flex-offset-gt-sm-75, .layout-margin .offset-gt-sm-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-gt-sm-75, [dir=rtl] .flex-offset-gt-sm-75, [dir=rtl] .layout-margin .flex-offset-gt-sm-75, [dir=rtl] .layout-margin .offset-gt-sm-75 {
    margin-left: auto;
    margin-right: 75%;
  }

  .offset-gt-sm-80, .flex-offset-gt-sm-80, .layout-margin .flex-offset-gt-sm-80, .layout-margin .offset-gt-sm-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-gt-sm-80, [dir=rtl] .flex-offset-gt-sm-80, [dir=rtl] .layout-margin .flex-offset-gt-sm-80, [dir=rtl] .layout-margin .offset-gt-sm-80 {
    margin-left: auto;
    margin-right: 80%;
  }

  .offset-gt-sm-85, .flex-offset-gt-sm-85, .layout-margin .flex-offset-gt-sm-85, .layout-margin .offset-gt-sm-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-gt-sm-85, [dir=rtl] .flex-offset-gt-sm-85, [dir=rtl] .layout-margin .flex-offset-gt-sm-85, [dir=rtl] .layout-margin .offset-gt-sm-85 {
    margin-left: auto;
    margin-right: 85%;
  }

  .offset-gt-sm-90, .flex-offset-gt-sm-90, .layout-margin .flex-offset-gt-sm-90, .layout-margin .offset-gt-sm-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-gt-sm-90, [dir=rtl] .flex-offset-gt-sm-90, [dir=rtl] .layout-margin .flex-offset-gt-sm-90, [dir=rtl] .layout-margin .offset-gt-sm-90 {
    margin-left: auto;
    margin-right: 90%;
  }

  .offset-gt-sm-95, .flex-offset-gt-sm-95, .layout-margin .flex-offset-gt-sm-95, .layout-margin .offset-gt-sm-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-gt-sm-95, [dir=rtl] .flex-offset-gt-sm-95, [dir=rtl] .layout-margin .flex-offset-gt-sm-95, [dir=rtl] .layout-margin .offset-gt-sm-95 {
    margin-left: auto;
    margin-right: 95%;
  }

  .offset-gt-sm-33, .flex-offset-gt-sm-33, .layout-margin .flex-offset-gt-sm-33, .layout-margin .offset-gt-sm-33 {
    margin-left: 33.3333333333%;
  }

  .offset-gt-sm-66, .flex-offset-gt-sm-66, .layout-margin .flex-offset-gt-sm-66, .layout-margin .offset-gt-sm-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-gt-sm-66, [dir=rtl] .flex-offset-gt-sm-66, [dir=rtl] .layout-margin .flex-offset-gt-sm-66, [dir=rtl] .layout-margin .offset-gt-sm-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }

  .layout-align-gt-sm,
.layout-align-gt-sm-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-gt-sm-start,
.layout-align-gt-sm-start-start,
.layout-align-gt-sm-start-center,
.layout-align-gt-sm-start-end,
.layout-align-gt-sm-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-gt-sm-center,
.layout-align-gt-sm-center-start,
.layout-align-gt-sm-center-center,
.layout-align-gt-sm-center-end,
.layout-align-gt-sm-center-stretch {
    justify-content: center;
  }

  .layout-align-gt-sm-end,
.layout-align-gt-sm-end-start,
.layout-align-gt-sm-end-center,
.layout-align-gt-sm-end-end,
.layout-align-gt-sm-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-gt-sm-space-around,
.layout-align-gt-sm-space-around-center,
.layout-align-gt-sm-space-around-start,
.layout-align-gt-sm-space-around-end,
.layout-align-gt-sm-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-gt-sm-space-between,
.layout-align-gt-sm-space-between-center,
.layout-align-gt-sm-space-between-start,
.layout-align-gt-sm-space-between-end,
.layout-align-gt-sm-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-gt-sm-start-start,
.layout-align-gt-sm-center-start,
.layout-align-gt-sm-end-start,
.layout-align-gt-sm-space-between-start,
.layout-align-gt-sm-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-gt-sm-start-center,
.layout-align-gt-sm-center-center,
.layout-align-gt-sm-end-center,
.layout-align-gt-sm-space-between-center,
.layout-align-gt-sm-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-gt-sm-start-center > *,
.layout-align-gt-sm-center-center > *,
.layout-align-gt-sm-end-center > *,
.layout-align-gt-sm-space-between-center > *,
.layout-align-gt-sm-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-gt-sm-start-end,
.layout-align-gt-sm-center-end,
.layout-align-gt-sm-end-end,
.layout-align-gt-sm-space-between-end,
.layout-align-gt-sm-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-gt-sm-start-stretch,
.layout-align-gt-sm-center-stretch,
.layout-align-gt-sm-end-stretch,
.layout-align-gt-sm-space-between-stretch,
.layout-align-gt-sm-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-gt-sm {
    flex: 1;
    box-sizing: border-box;
  }

  .flex-gt-sm-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  .flex-gt-sm-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-sm-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-sm-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  .flex-gt-sm-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  .flex-gt-sm-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-gt-sm-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-gt-sm-column > .flex-gt-sm-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-gt-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-gt-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-gt-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-gt-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-gt-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-gt-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-gt-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-gt-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-gt-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-gt-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-gt-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-gt-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-gt-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-gt-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-gt-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-gt-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-gt-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-gt-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-gt-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-sm-column > .flex-gt-sm-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-sm-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-sm-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-sm-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-sm-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-gt-sm-row > .flex-gt-sm-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex-gt-sm-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-sm-row > .flex {
    min-width: 0;
  }

  .layout-gt-sm-column > .flex-gt-sm-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex-gt-sm-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-sm-column > .flex {
    min-height: 0;
  }

  .layout-gt-sm, .layout-gt-sm-column, .layout-gt-sm-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-gt-sm-column {
    flex-direction: column;
  }

  .layout-gt-sm-row {
    flex-direction: row;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show), .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show) {
    display: none;
  }

  .hide-md:not(.show-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none;
  }

  .flex-order-md--20 {
    order: -20;
  }

  .flex-order-md--19 {
    order: -19;
  }

  .flex-order-md--18 {
    order: -18;
  }

  .flex-order-md--17 {
    order: -17;
  }

  .flex-order-md--16 {
    order: -16;
  }

  .flex-order-md--15 {
    order: -15;
  }

  .flex-order-md--14 {
    order: -14;
  }

  .flex-order-md--13 {
    order: -13;
  }

  .flex-order-md--12 {
    order: -12;
  }

  .flex-order-md--11 {
    order: -11;
  }

  .flex-order-md--10 {
    order: -10;
  }

  .flex-order-md--9 {
    order: -9;
  }

  .flex-order-md--8 {
    order: -8;
  }

  .flex-order-md--7 {
    order: -7;
  }

  .flex-order-md--6 {
    order: -6;
  }

  .flex-order-md--5 {
    order: -5;
  }

  .flex-order-md--4 {
    order: -4;
  }

  .flex-order-md--3 {
    order: -3;
  }

  .flex-order-md--2 {
    order: -2;
  }

  .flex-order-md--1 {
    order: -1;
  }

  .flex-order-md-0 {
    order: 0;
  }

  .flex-order-md-1 {
    order: 1;
  }

  .flex-order-md-2 {
    order: 2;
  }

  .flex-order-md-3 {
    order: 3;
  }

  .flex-order-md-4 {
    order: 4;
  }

  .flex-order-md-5 {
    order: 5;
  }

  .flex-order-md-6 {
    order: 6;
  }

  .flex-order-md-7 {
    order: 7;
  }

  .flex-order-md-8 {
    order: 8;
  }

  .flex-order-md-9 {
    order: 9;
  }

  .flex-order-md-10 {
    order: 10;
  }

  .flex-order-md-11 {
    order: 11;
  }

  .flex-order-md-12 {
    order: 12;
  }

  .flex-order-md-13 {
    order: 13;
  }

  .flex-order-md-14 {
    order: 14;
  }

  .flex-order-md-15 {
    order: 15;
  }

  .flex-order-md-16 {
    order: 16;
  }

  .flex-order-md-17 {
    order: 17;
  }

  .flex-order-md-18 {
    order: 18;
  }

  .flex-order-md-19 {
    order: 19;
  }

  .flex-order-md-20 {
    order: 20;
  }

  .offset-md-0, .flex-offset-md-0, .layout-margin .flex-offset-md-0, .layout-margin .offset-md-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-md-0, [dir=rtl] .flex-offset-md-0, [dir=rtl] .layout-margin .flex-offset-md-0, [dir=rtl] .layout-margin .offset-md-0 {
    margin-left: auto;
    margin-right: 0;
  }

  .offset-md-5, .flex-offset-md-5, .layout-margin .flex-offset-md-5, .layout-margin .offset-md-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-md-5, [dir=rtl] .flex-offset-md-5, [dir=rtl] .layout-margin .flex-offset-md-5, [dir=rtl] .layout-margin .offset-md-5 {
    margin-left: auto;
    margin-right: 5%;
  }

  .offset-md-10, .flex-offset-md-10, .layout-margin .flex-offset-md-10, .layout-margin .offset-md-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-md-10, [dir=rtl] .flex-offset-md-10, [dir=rtl] .layout-margin .flex-offset-md-10, [dir=rtl] .layout-margin .offset-md-10 {
    margin-left: auto;
    margin-right: 10%;
  }

  .offset-md-15, .flex-offset-md-15, .layout-margin .flex-offset-md-15, .layout-margin .offset-md-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-md-15, [dir=rtl] .flex-offset-md-15, [dir=rtl] .layout-margin .flex-offset-md-15, [dir=rtl] .layout-margin .offset-md-15 {
    margin-left: auto;
    margin-right: 15%;
  }

  .offset-md-20, .flex-offset-md-20, .layout-margin .flex-offset-md-20, .layout-margin .offset-md-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-md-20, [dir=rtl] .flex-offset-md-20, [dir=rtl] .layout-margin .flex-offset-md-20, [dir=rtl] .layout-margin .offset-md-20 {
    margin-left: auto;
    margin-right: 20%;
  }

  .offset-md-25, .flex-offset-md-25, .layout-margin .flex-offset-md-25, .layout-margin .offset-md-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-md-25, [dir=rtl] .flex-offset-md-25, [dir=rtl] .layout-margin .flex-offset-md-25, [dir=rtl] .layout-margin .offset-md-25 {
    margin-left: auto;
    margin-right: 25%;
  }

  .offset-md-30, .flex-offset-md-30, .layout-margin .flex-offset-md-30, .layout-margin .offset-md-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-md-30, [dir=rtl] .flex-offset-md-30, [dir=rtl] .layout-margin .flex-offset-md-30, [dir=rtl] .layout-margin .offset-md-30 {
    margin-left: auto;
    margin-right: 30%;
  }

  .offset-md-35, .flex-offset-md-35, .layout-margin .flex-offset-md-35, .layout-margin .offset-md-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-md-35, [dir=rtl] .flex-offset-md-35, [dir=rtl] .layout-margin .flex-offset-md-35, [dir=rtl] .layout-margin .offset-md-35 {
    margin-left: auto;
    margin-right: 35%;
  }

  .offset-md-40, .flex-offset-md-40, .layout-margin .flex-offset-md-40, .layout-margin .offset-md-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-md-40, [dir=rtl] .flex-offset-md-40, [dir=rtl] .layout-margin .flex-offset-md-40, [dir=rtl] .layout-margin .offset-md-40 {
    margin-left: auto;
    margin-right: 40%;
  }

  .offset-md-45, .flex-offset-md-45, .layout-margin .flex-offset-md-45, .layout-margin .offset-md-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-md-45, [dir=rtl] .flex-offset-md-45, [dir=rtl] .layout-margin .flex-offset-md-45, [dir=rtl] .layout-margin .offset-md-45 {
    margin-left: auto;
    margin-right: 45%;
  }

  .offset-md-50, .flex-offset-md-50, .layout-margin .flex-offset-md-50, .layout-margin .offset-md-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-md-50, [dir=rtl] .flex-offset-md-50, [dir=rtl] .layout-margin .flex-offset-md-50, [dir=rtl] .layout-margin .offset-md-50 {
    margin-left: auto;
    margin-right: 50%;
  }

  .offset-md-55, .flex-offset-md-55, .layout-margin .flex-offset-md-55, .layout-margin .offset-md-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-md-55, [dir=rtl] .flex-offset-md-55, [dir=rtl] .layout-margin .flex-offset-md-55, [dir=rtl] .layout-margin .offset-md-55 {
    margin-left: auto;
    margin-right: 55%;
  }

  .offset-md-60, .flex-offset-md-60, .layout-margin .flex-offset-md-60, .layout-margin .offset-md-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-md-60, [dir=rtl] .flex-offset-md-60, [dir=rtl] .layout-margin .flex-offset-md-60, [dir=rtl] .layout-margin .offset-md-60 {
    margin-left: auto;
    margin-right: 60%;
  }

  .offset-md-65, .flex-offset-md-65, .layout-margin .flex-offset-md-65, .layout-margin .offset-md-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-md-65, [dir=rtl] .flex-offset-md-65, [dir=rtl] .layout-margin .flex-offset-md-65, [dir=rtl] .layout-margin .offset-md-65 {
    margin-left: auto;
    margin-right: 65%;
  }

  .offset-md-70, .flex-offset-md-70, .layout-margin .flex-offset-md-70, .layout-margin .offset-md-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-md-70, [dir=rtl] .flex-offset-md-70, [dir=rtl] .layout-margin .flex-offset-md-70, [dir=rtl] .layout-margin .offset-md-70 {
    margin-left: auto;
    margin-right: 70%;
  }

  .offset-md-75, .flex-offset-md-75, .layout-margin .flex-offset-md-75, .layout-margin .offset-md-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-md-75, [dir=rtl] .flex-offset-md-75, [dir=rtl] .layout-margin .flex-offset-md-75, [dir=rtl] .layout-margin .offset-md-75 {
    margin-left: auto;
    margin-right: 75%;
  }

  .offset-md-80, .flex-offset-md-80, .layout-margin .flex-offset-md-80, .layout-margin .offset-md-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-md-80, [dir=rtl] .flex-offset-md-80, [dir=rtl] .layout-margin .flex-offset-md-80, [dir=rtl] .layout-margin .offset-md-80 {
    margin-left: auto;
    margin-right: 80%;
  }

  .offset-md-85, .flex-offset-md-85, .layout-margin .flex-offset-md-85, .layout-margin .offset-md-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-md-85, [dir=rtl] .flex-offset-md-85, [dir=rtl] .layout-margin .flex-offset-md-85, [dir=rtl] .layout-margin .offset-md-85 {
    margin-left: auto;
    margin-right: 85%;
  }

  .offset-md-90, .flex-offset-md-90, .layout-margin .flex-offset-md-90, .layout-margin .offset-md-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-md-90, [dir=rtl] .flex-offset-md-90, [dir=rtl] .layout-margin .flex-offset-md-90, [dir=rtl] .layout-margin .offset-md-90 {
    margin-left: auto;
    margin-right: 90%;
  }

  .offset-md-95, .flex-offset-md-95, .layout-margin .flex-offset-md-95, .layout-margin .offset-md-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-md-95, [dir=rtl] .flex-offset-md-95, [dir=rtl] .layout-margin .flex-offset-md-95, [dir=rtl] .layout-margin .offset-md-95 {
    margin-left: auto;
    margin-right: 95%;
  }

  .offset-md-33, .flex-offset-md-33, .layout-margin .flex-offset-md-33, .layout-margin .offset-md-33 {
    margin-left: 33.3333333333%;
  }

  .offset-md-66, .flex-offset-md-66, .layout-margin .flex-offset-md-66, .layout-margin .offset-md-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-md-66, [dir=rtl] .flex-offset-md-66, [dir=rtl] .layout-margin .flex-offset-md-66, [dir=rtl] .layout-margin .offset-md-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }

  .layout-align-md,
.layout-align-md-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-md-start,
.layout-align-md-start-start,
.layout-align-md-start-center,
.layout-align-md-start-end,
.layout-align-md-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-md-center,
.layout-align-md-center-start,
.layout-align-md-center-center,
.layout-align-md-center-end,
.layout-align-md-center-stretch {
    justify-content: center;
  }

  .layout-align-md-end,
.layout-align-md-end-start,
.layout-align-md-end-center,
.layout-align-md-end-end,
.layout-align-md-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-md-space-around,
.layout-align-md-space-around-center,
.layout-align-md-space-around-start,
.layout-align-md-space-around-end,
.layout-align-md-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-md-space-between,
.layout-align-md-space-between-center,
.layout-align-md-space-between-start,
.layout-align-md-space-between-end,
.layout-align-md-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-md-start-start,
.layout-align-md-center-start,
.layout-align-md-end-start,
.layout-align-md-space-between-start,
.layout-align-md-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-md-start-center,
.layout-align-md-center-center,
.layout-align-md-end-center,
.layout-align-md-space-between-center,
.layout-align-md-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-md-start-center > *,
.layout-align-md-center-center > *,
.layout-align-md-end-center > *,
.layout-align-md-space-between-center > *,
.layout-align-md-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-md-start-end,
.layout-align-md-center-end,
.layout-align-md-end-end,
.layout-align-md-space-between-end,
.layout-align-md-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-md-start-stretch,
.layout-align-md-center-stretch,
.layout-align-md-end-stretch,
.layout-align-md-space-between-stretch,
.layout-align-md-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-md {
    flex: 1;
    box-sizing: border-box;
  }

  .flex-md-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  .flex-md-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-md-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  .flex-md-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  .flex-md-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  .flex-md-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-md-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-md-column > .flex-md-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-md-column > .flex-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-md-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-md-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-md-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-md-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-md-row > .flex-md-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex-md-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-md-row > .flex {
    min-width: 0;
  }

  .layout-md-column > .flex-md-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex-md-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-md-column > .flex {
    min-height: 0;
  }

  .layout-md, .layout-md-column, .layout-md-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-md-column {
    flex-direction: column;
  }

  .layout-md-row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .flex-order-gt-md--20 {
    order: -20;
  }

  .flex-order-gt-md--19 {
    order: -19;
  }

  .flex-order-gt-md--18 {
    order: -18;
  }

  .flex-order-gt-md--17 {
    order: -17;
  }

  .flex-order-gt-md--16 {
    order: -16;
  }

  .flex-order-gt-md--15 {
    order: -15;
  }

  .flex-order-gt-md--14 {
    order: -14;
  }

  .flex-order-gt-md--13 {
    order: -13;
  }

  .flex-order-gt-md--12 {
    order: -12;
  }

  .flex-order-gt-md--11 {
    order: -11;
  }

  .flex-order-gt-md--10 {
    order: -10;
  }

  .flex-order-gt-md--9 {
    order: -9;
  }

  .flex-order-gt-md--8 {
    order: -8;
  }

  .flex-order-gt-md--7 {
    order: -7;
  }

  .flex-order-gt-md--6 {
    order: -6;
  }

  .flex-order-gt-md--5 {
    order: -5;
  }

  .flex-order-gt-md--4 {
    order: -4;
  }

  .flex-order-gt-md--3 {
    order: -3;
  }

  .flex-order-gt-md--2 {
    order: -2;
  }

  .flex-order-gt-md--1 {
    order: -1;
  }

  .flex-order-gt-md-0 {
    order: 0;
  }

  .flex-order-gt-md-1 {
    order: 1;
  }

  .flex-order-gt-md-2 {
    order: 2;
  }

  .flex-order-gt-md-3 {
    order: 3;
  }

  .flex-order-gt-md-4 {
    order: 4;
  }

  .flex-order-gt-md-5 {
    order: 5;
  }

  .flex-order-gt-md-6 {
    order: 6;
  }

  .flex-order-gt-md-7 {
    order: 7;
  }

  .flex-order-gt-md-8 {
    order: 8;
  }

  .flex-order-gt-md-9 {
    order: 9;
  }

  .flex-order-gt-md-10 {
    order: 10;
  }

  .flex-order-gt-md-11 {
    order: 11;
  }

  .flex-order-gt-md-12 {
    order: 12;
  }

  .flex-order-gt-md-13 {
    order: 13;
  }

  .flex-order-gt-md-14 {
    order: 14;
  }

  .flex-order-gt-md-15 {
    order: 15;
  }

  .flex-order-gt-md-16 {
    order: 16;
  }

  .flex-order-gt-md-17 {
    order: 17;
  }

  .flex-order-gt-md-18 {
    order: 18;
  }

  .flex-order-gt-md-19 {
    order: 19;
  }

  .flex-order-gt-md-20 {
    order: 20;
  }

  .offset-gt-md-0, .flex-offset-gt-md-0, .layout-margin .flex-offset-gt-md-0, .layout-margin .offset-gt-md-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-gt-md-0, [dir=rtl] .flex-offset-gt-md-0, [dir=rtl] .layout-margin .flex-offset-gt-md-0, [dir=rtl] .layout-margin .offset-gt-md-0 {
    margin-left: auto;
    margin-right: 0;
  }

  .offset-gt-md-5, .flex-offset-gt-md-5, .layout-margin .flex-offset-gt-md-5, .layout-margin .offset-gt-md-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-gt-md-5, [dir=rtl] .flex-offset-gt-md-5, [dir=rtl] .layout-margin .flex-offset-gt-md-5, [dir=rtl] .layout-margin .offset-gt-md-5 {
    margin-left: auto;
    margin-right: 5%;
  }

  .offset-gt-md-10, .flex-offset-gt-md-10, .layout-margin .flex-offset-gt-md-10, .layout-margin .offset-gt-md-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-gt-md-10, [dir=rtl] .flex-offset-gt-md-10, [dir=rtl] .layout-margin .flex-offset-gt-md-10, [dir=rtl] .layout-margin .offset-gt-md-10 {
    margin-left: auto;
    margin-right: 10%;
  }

  .offset-gt-md-15, .flex-offset-gt-md-15, .layout-margin .flex-offset-gt-md-15, .layout-margin .offset-gt-md-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-gt-md-15, [dir=rtl] .flex-offset-gt-md-15, [dir=rtl] .layout-margin .flex-offset-gt-md-15, [dir=rtl] .layout-margin .offset-gt-md-15 {
    margin-left: auto;
    margin-right: 15%;
  }

  .offset-gt-md-20, .flex-offset-gt-md-20, .layout-margin .flex-offset-gt-md-20, .layout-margin .offset-gt-md-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-gt-md-20, [dir=rtl] .flex-offset-gt-md-20, [dir=rtl] .layout-margin .flex-offset-gt-md-20, [dir=rtl] .layout-margin .offset-gt-md-20 {
    margin-left: auto;
    margin-right: 20%;
  }

  .offset-gt-md-25, .flex-offset-gt-md-25, .layout-margin .flex-offset-gt-md-25, .layout-margin .offset-gt-md-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-gt-md-25, [dir=rtl] .flex-offset-gt-md-25, [dir=rtl] .layout-margin .flex-offset-gt-md-25, [dir=rtl] .layout-margin .offset-gt-md-25 {
    margin-left: auto;
    margin-right: 25%;
  }

  .offset-gt-md-30, .flex-offset-gt-md-30, .layout-margin .flex-offset-gt-md-30, .layout-margin .offset-gt-md-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-gt-md-30, [dir=rtl] .flex-offset-gt-md-30, [dir=rtl] .layout-margin .flex-offset-gt-md-30, [dir=rtl] .layout-margin .offset-gt-md-30 {
    margin-left: auto;
    margin-right: 30%;
  }

  .offset-gt-md-35, .flex-offset-gt-md-35, .layout-margin .flex-offset-gt-md-35, .layout-margin .offset-gt-md-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-gt-md-35, [dir=rtl] .flex-offset-gt-md-35, [dir=rtl] .layout-margin .flex-offset-gt-md-35, [dir=rtl] .layout-margin .offset-gt-md-35 {
    margin-left: auto;
    margin-right: 35%;
  }

  .offset-gt-md-40, .flex-offset-gt-md-40, .layout-margin .flex-offset-gt-md-40, .layout-margin .offset-gt-md-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-gt-md-40, [dir=rtl] .flex-offset-gt-md-40, [dir=rtl] .layout-margin .flex-offset-gt-md-40, [dir=rtl] .layout-margin .offset-gt-md-40 {
    margin-left: auto;
    margin-right: 40%;
  }

  .offset-gt-md-45, .flex-offset-gt-md-45, .layout-margin .flex-offset-gt-md-45, .layout-margin .offset-gt-md-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-gt-md-45, [dir=rtl] .flex-offset-gt-md-45, [dir=rtl] .layout-margin .flex-offset-gt-md-45, [dir=rtl] .layout-margin .offset-gt-md-45 {
    margin-left: auto;
    margin-right: 45%;
  }

  .offset-gt-md-50, .flex-offset-gt-md-50, .layout-margin .flex-offset-gt-md-50, .layout-margin .offset-gt-md-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-gt-md-50, [dir=rtl] .flex-offset-gt-md-50, [dir=rtl] .layout-margin .flex-offset-gt-md-50, [dir=rtl] .layout-margin .offset-gt-md-50 {
    margin-left: auto;
    margin-right: 50%;
  }

  .offset-gt-md-55, .flex-offset-gt-md-55, .layout-margin .flex-offset-gt-md-55, .layout-margin .offset-gt-md-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-gt-md-55, [dir=rtl] .flex-offset-gt-md-55, [dir=rtl] .layout-margin .flex-offset-gt-md-55, [dir=rtl] .layout-margin .offset-gt-md-55 {
    margin-left: auto;
    margin-right: 55%;
  }

  .offset-gt-md-60, .flex-offset-gt-md-60, .layout-margin .flex-offset-gt-md-60, .layout-margin .offset-gt-md-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-gt-md-60, [dir=rtl] .flex-offset-gt-md-60, [dir=rtl] .layout-margin .flex-offset-gt-md-60, [dir=rtl] .layout-margin .offset-gt-md-60 {
    margin-left: auto;
    margin-right: 60%;
  }

  .offset-gt-md-65, .flex-offset-gt-md-65, .layout-margin .flex-offset-gt-md-65, .layout-margin .offset-gt-md-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-gt-md-65, [dir=rtl] .flex-offset-gt-md-65, [dir=rtl] .layout-margin .flex-offset-gt-md-65, [dir=rtl] .layout-margin .offset-gt-md-65 {
    margin-left: auto;
    margin-right: 65%;
  }

  .offset-gt-md-70, .flex-offset-gt-md-70, .layout-margin .flex-offset-gt-md-70, .layout-margin .offset-gt-md-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-gt-md-70, [dir=rtl] .flex-offset-gt-md-70, [dir=rtl] .layout-margin .flex-offset-gt-md-70, [dir=rtl] .layout-margin .offset-gt-md-70 {
    margin-left: auto;
    margin-right: 70%;
  }

  .offset-gt-md-75, .flex-offset-gt-md-75, .layout-margin .flex-offset-gt-md-75, .layout-margin .offset-gt-md-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-gt-md-75, [dir=rtl] .flex-offset-gt-md-75, [dir=rtl] .layout-margin .flex-offset-gt-md-75, [dir=rtl] .layout-margin .offset-gt-md-75 {
    margin-left: auto;
    margin-right: 75%;
  }

  .offset-gt-md-80, .flex-offset-gt-md-80, .layout-margin .flex-offset-gt-md-80, .layout-margin .offset-gt-md-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-gt-md-80, [dir=rtl] .flex-offset-gt-md-80, [dir=rtl] .layout-margin .flex-offset-gt-md-80, [dir=rtl] .layout-margin .offset-gt-md-80 {
    margin-left: auto;
    margin-right: 80%;
  }

  .offset-gt-md-85, .flex-offset-gt-md-85, .layout-margin .flex-offset-gt-md-85, .layout-margin .offset-gt-md-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-gt-md-85, [dir=rtl] .flex-offset-gt-md-85, [dir=rtl] .layout-margin .flex-offset-gt-md-85, [dir=rtl] .layout-margin .offset-gt-md-85 {
    margin-left: auto;
    margin-right: 85%;
  }

  .offset-gt-md-90, .flex-offset-gt-md-90, .layout-margin .flex-offset-gt-md-90, .layout-margin .offset-gt-md-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-gt-md-90, [dir=rtl] .flex-offset-gt-md-90, [dir=rtl] .layout-margin .flex-offset-gt-md-90, [dir=rtl] .layout-margin .offset-gt-md-90 {
    margin-left: auto;
    margin-right: 90%;
  }

  .offset-gt-md-95, .flex-offset-gt-md-95, .layout-margin .flex-offset-gt-md-95, .layout-margin .offset-gt-md-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-gt-md-95, [dir=rtl] .flex-offset-gt-md-95, [dir=rtl] .layout-margin .flex-offset-gt-md-95, [dir=rtl] .layout-margin .offset-gt-md-95 {
    margin-left: auto;
    margin-right: 95%;
  }

  .offset-gt-md-33, .flex-offset-gt-md-33, .layout-margin .flex-offset-gt-md-33, .layout-margin .offset-gt-md-33 {
    margin-left: 33.3333333333%;
  }

  .offset-gt-md-66, .flex-offset-gt-md-66, .layout-margin .flex-offset-gt-md-66, .layout-margin .offset-gt-md-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-gt-md-66, [dir=rtl] .flex-offset-gt-md-66, [dir=rtl] .layout-margin .flex-offset-gt-md-66, [dir=rtl] .layout-margin .offset-gt-md-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }

  .layout-align-gt-md,
.layout-align-gt-md-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-gt-md-start,
.layout-align-gt-md-start-start,
.layout-align-gt-md-start-center,
.layout-align-gt-md-start-end,
.layout-align-gt-md-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-gt-md-center,
.layout-align-gt-md-center-start,
.layout-align-gt-md-center-center,
.layout-align-gt-md-center-end,
.layout-align-gt-md-center-stretch {
    justify-content: center;
  }

  .layout-align-gt-md-end,
.layout-align-gt-md-end-start,
.layout-align-gt-md-end-center,
.layout-align-gt-md-end-end,
.layout-align-gt-md-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-gt-md-space-around,
.layout-align-gt-md-space-around-center,
.layout-align-gt-md-space-around-start,
.layout-align-gt-md-space-around-end,
.layout-align-gt-md-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-gt-md-space-between,
.layout-align-gt-md-space-between-center,
.layout-align-gt-md-space-between-start,
.layout-align-gt-md-space-between-end,
.layout-align-gt-md-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-gt-md-start-start,
.layout-align-gt-md-center-start,
.layout-align-gt-md-end-start,
.layout-align-gt-md-space-between-start,
.layout-align-gt-md-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-gt-md-start-center,
.layout-align-gt-md-center-center,
.layout-align-gt-md-end-center,
.layout-align-gt-md-space-between-center,
.layout-align-gt-md-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-gt-md-start-center > *,
.layout-align-gt-md-center-center > *,
.layout-align-gt-md-end-center > *,
.layout-align-gt-md-space-between-center > *,
.layout-align-gt-md-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-gt-md-start-end,
.layout-align-gt-md-center-end,
.layout-align-gt-md-end-end,
.layout-align-gt-md-space-between-end,
.layout-align-gt-md-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-gt-md-start-stretch,
.layout-align-gt-md-center-stretch,
.layout-align-gt-md-end-stretch,
.layout-align-gt-md-space-between-stretch,
.layout-align-gt-md-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-gt-md {
    flex: 1;
    box-sizing: border-box;
  }

  .flex-gt-md-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  .flex-gt-md-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-md-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-md-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  .flex-gt-md-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  .flex-gt-md-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-gt-md-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-gt-md-column > .flex-gt-md-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-gt-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-gt-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-gt-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-gt-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-gt-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-gt-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-gt-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-gt-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-gt-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-gt-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-gt-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-gt-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-gt-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-gt-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-gt-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-gt-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-gt-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-gt-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-gt-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-md-column > .flex-gt-md-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-md-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-md-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-md-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-md-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-gt-md-row > .flex-gt-md-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex-gt-md-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-md-row > .flex {
    min-width: 0;
  }

  .layout-gt-md-column > .flex-gt-md-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex-gt-md-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-md-column > .flex {
    min-height: 0;
  }

  .layout-gt-md, .layout-gt-md-column, .layout-gt-md-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-gt-md-column {
    flex-direction: column;
  }

  .layout-gt-md-row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show), .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show) {
    display: none;
  }

  .hide-lg:not(.show-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none;
  }

  .flex-order-lg--20 {
    order: -20;
  }

  .flex-order-lg--19 {
    order: -19;
  }

  .flex-order-lg--18 {
    order: -18;
  }

  .flex-order-lg--17 {
    order: -17;
  }

  .flex-order-lg--16 {
    order: -16;
  }

  .flex-order-lg--15 {
    order: -15;
  }

  .flex-order-lg--14 {
    order: -14;
  }

  .flex-order-lg--13 {
    order: -13;
  }

  .flex-order-lg--12 {
    order: -12;
  }

  .flex-order-lg--11 {
    order: -11;
  }

  .flex-order-lg--10 {
    order: -10;
  }

  .flex-order-lg--9 {
    order: -9;
  }

  .flex-order-lg--8 {
    order: -8;
  }

  .flex-order-lg--7 {
    order: -7;
  }

  .flex-order-lg--6 {
    order: -6;
  }

  .flex-order-lg--5 {
    order: -5;
  }

  .flex-order-lg--4 {
    order: -4;
  }

  .flex-order-lg--3 {
    order: -3;
  }

  .flex-order-lg--2 {
    order: -2;
  }

  .flex-order-lg--1 {
    order: -1;
  }

  .flex-order-lg-0 {
    order: 0;
  }

  .flex-order-lg-1 {
    order: 1;
  }

  .flex-order-lg-2 {
    order: 2;
  }

  .flex-order-lg-3 {
    order: 3;
  }

  .flex-order-lg-4 {
    order: 4;
  }

  .flex-order-lg-5 {
    order: 5;
  }

  .flex-order-lg-6 {
    order: 6;
  }

  .flex-order-lg-7 {
    order: 7;
  }

  .flex-order-lg-8 {
    order: 8;
  }

  .flex-order-lg-9 {
    order: 9;
  }

  .flex-order-lg-10 {
    order: 10;
  }

  .flex-order-lg-11 {
    order: 11;
  }

  .flex-order-lg-12 {
    order: 12;
  }

  .flex-order-lg-13 {
    order: 13;
  }

  .flex-order-lg-14 {
    order: 14;
  }

  .flex-order-lg-15 {
    order: 15;
  }

  .flex-order-lg-16 {
    order: 16;
  }

  .flex-order-lg-17 {
    order: 17;
  }

  .flex-order-lg-18 {
    order: 18;
  }

  .flex-order-lg-19 {
    order: 19;
  }

  .flex-order-lg-20 {
    order: 20;
  }

  .offset-lg-0, .flex-offset-lg-0, .layout-margin .flex-offset-lg-0, .layout-margin .offset-lg-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-lg-0, [dir=rtl] .flex-offset-lg-0, [dir=rtl] .layout-margin .flex-offset-lg-0, [dir=rtl] .layout-margin .offset-lg-0 {
    margin-left: auto;
    margin-right: 0;
  }

  .offset-lg-5, .flex-offset-lg-5, .layout-margin .flex-offset-lg-5, .layout-margin .offset-lg-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-lg-5, [dir=rtl] .flex-offset-lg-5, [dir=rtl] .layout-margin .flex-offset-lg-5, [dir=rtl] .layout-margin .offset-lg-5 {
    margin-left: auto;
    margin-right: 5%;
  }

  .offset-lg-10, .flex-offset-lg-10, .layout-margin .flex-offset-lg-10, .layout-margin .offset-lg-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-lg-10, [dir=rtl] .flex-offset-lg-10, [dir=rtl] .layout-margin .flex-offset-lg-10, [dir=rtl] .layout-margin .offset-lg-10 {
    margin-left: auto;
    margin-right: 10%;
  }

  .offset-lg-15, .flex-offset-lg-15, .layout-margin .flex-offset-lg-15, .layout-margin .offset-lg-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-lg-15, [dir=rtl] .flex-offset-lg-15, [dir=rtl] .layout-margin .flex-offset-lg-15, [dir=rtl] .layout-margin .offset-lg-15 {
    margin-left: auto;
    margin-right: 15%;
  }

  .offset-lg-20, .flex-offset-lg-20, .layout-margin .flex-offset-lg-20, .layout-margin .offset-lg-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-lg-20, [dir=rtl] .flex-offset-lg-20, [dir=rtl] .layout-margin .flex-offset-lg-20, [dir=rtl] .layout-margin .offset-lg-20 {
    margin-left: auto;
    margin-right: 20%;
  }

  .offset-lg-25, .flex-offset-lg-25, .layout-margin .flex-offset-lg-25, .layout-margin .offset-lg-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-lg-25, [dir=rtl] .flex-offset-lg-25, [dir=rtl] .layout-margin .flex-offset-lg-25, [dir=rtl] .layout-margin .offset-lg-25 {
    margin-left: auto;
    margin-right: 25%;
  }

  .offset-lg-30, .flex-offset-lg-30, .layout-margin .flex-offset-lg-30, .layout-margin .offset-lg-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-lg-30, [dir=rtl] .flex-offset-lg-30, [dir=rtl] .layout-margin .flex-offset-lg-30, [dir=rtl] .layout-margin .offset-lg-30 {
    margin-left: auto;
    margin-right: 30%;
  }

  .offset-lg-35, .flex-offset-lg-35, .layout-margin .flex-offset-lg-35, .layout-margin .offset-lg-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-lg-35, [dir=rtl] .flex-offset-lg-35, [dir=rtl] .layout-margin .flex-offset-lg-35, [dir=rtl] .layout-margin .offset-lg-35 {
    margin-left: auto;
    margin-right: 35%;
  }

  .offset-lg-40, .flex-offset-lg-40, .layout-margin .flex-offset-lg-40, .layout-margin .offset-lg-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-lg-40, [dir=rtl] .flex-offset-lg-40, [dir=rtl] .layout-margin .flex-offset-lg-40, [dir=rtl] .layout-margin .offset-lg-40 {
    margin-left: auto;
    margin-right: 40%;
  }

  .offset-lg-45, .flex-offset-lg-45, .layout-margin .flex-offset-lg-45, .layout-margin .offset-lg-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-lg-45, [dir=rtl] .flex-offset-lg-45, [dir=rtl] .layout-margin .flex-offset-lg-45, [dir=rtl] .layout-margin .offset-lg-45 {
    margin-left: auto;
    margin-right: 45%;
  }

  .offset-lg-50, .flex-offset-lg-50, .layout-margin .flex-offset-lg-50, .layout-margin .offset-lg-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-lg-50, [dir=rtl] .flex-offset-lg-50, [dir=rtl] .layout-margin .flex-offset-lg-50, [dir=rtl] .layout-margin .offset-lg-50 {
    margin-left: auto;
    margin-right: 50%;
  }

  .offset-lg-55, .flex-offset-lg-55, .layout-margin .flex-offset-lg-55, .layout-margin .offset-lg-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-lg-55, [dir=rtl] .flex-offset-lg-55, [dir=rtl] .layout-margin .flex-offset-lg-55, [dir=rtl] .layout-margin .offset-lg-55 {
    margin-left: auto;
    margin-right: 55%;
  }

  .offset-lg-60, .flex-offset-lg-60, .layout-margin .flex-offset-lg-60, .layout-margin .offset-lg-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-lg-60, [dir=rtl] .flex-offset-lg-60, [dir=rtl] .layout-margin .flex-offset-lg-60, [dir=rtl] .layout-margin .offset-lg-60 {
    margin-left: auto;
    margin-right: 60%;
  }

  .offset-lg-65, .flex-offset-lg-65, .layout-margin .flex-offset-lg-65, .layout-margin .offset-lg-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-lg-65, [dir=rtl] .flex-offset-lg-65, [dir=rtl] .layout-margin .flex-offset-lg-65, [dir=rtl] .layout-margin .offset-lg-65 {
    margin-left: auto;
    margin-right: 65%;
  }

  .offset-lg-70, .flex-offset-lg-70, .layout-margin .flex-offset-lg-70, .layout-margin .offset-lg-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-lg-70, [dir=rtl] .flex-offset-lg-70, [dir=rtl] .layout-margin .flex-offset-lg-70, [dir=rtl] .layout-margin .offset-lg-70 {
    margin-left: auto;
    margin-right: 70%;
  }

  .offset-lg-75, .flex-offset-lg-75, .layout-margin .flex-offset-lg-75, .layout-margin .offset-lg-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-lg-75, [dir=rtl] .flex-offset-lg-75, [dir=rtl] .layout-margin .flex-offset-lg-75, [dir=rtl] .layout-margin .offset-lg-75 {
    margin-left: auto;
    margin-right: 75%;
  }

  .offset-lg-80, .flex-offset-lg-80, .layout-margin .flex-offset-lg-80, .layout-margin .offset-lg-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-lg-80, [dir=rtl] .flex-offset-lg-80, [dir=rtl] .layout-margin .flex-offset-lg-80, [dir=rtl] .layout-margin .offset-lg-80 {
    margin-left: auto;
    margin-right: 80%;
  }

  .offset-lg-85, .flex-offset-lg-85, .layout-margin .flex-offset-lg-85, .layout-margin .offset-lg-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-lg-85, [dir=rtl] .flex-offset-lg-85, [dir=rtl] .layout-margin .flex-offset-lg-85, [dir=rtl] .layout-margin .offset-lg-85 {
    margin-left: auto;
    margin-right: 85%;
  }

  .offset-lg-90, .flex-offset-lg-90, .layout-margin .flex-offset-lg-90, .layout-margin .offset-lg-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-lg-90, [dir=rtl] .flex-offset-lg-90, [dir=rtl] .layout-margin .flex-offset-lg-90, [dir=rtl] .layout-margin .offset-lg-90 {
    margin-left: auto;
    margin-right: 90%;
  }

  .offset-lg-95, .flex-offset-lg-95, .layout-margin .flex-offset-lg-95, .layout-margin .offset-lg-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-lg-95, [dir=rtl] .flex-offset-lg-95, [dir=rtl] .layout-margin .flex-offset-lg-95, [dir=rtl] .layout-margin .offset-lg-95 {
    margin-left: auto;
    margin-right: 95%;
  }

  .offset-lg-33, .flex-offset-lg-33, .layout-margin .flex-offset-lg-33, .layout-margin .offset-lg-33 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-66, .flex-offset-lg-66, .layout-margin .flex-offset-lg-66, .layout-margin .offset-lg-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-lg-66, [dir=rtl] .flex-offset-lg-66, [dir=rtl] .layout-margin .flex-offset-lg-66, [dir=rtl] .layout-margin .offset-lg-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }

  .layout-align-lg,
.layout-align-lg-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-lg-start,
.layout-align-lg-start-start,
.layout-align-lg-start-center,
.layout-align-lg-start-end,
.layout-align-lg-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-lg-center,
.layout-align-lg-center-start,
.layout-align-lg-center-center,
.layout-align-lg-center-end,
.layout-align-lg-center-stretch {
    justify-content: center;
  }

  .layout-align-lg-end,
.layout-align-lg-end-start,
.layout-align-lg-end-center,
.layout-align-lg-end-end,
.layout-align-lg-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-lg-space-around,
.layout-align-lg-space-around-center,
.layout-align-lg-space-around-start,
.layout-align-lg-space-around-end,
.layout-align-lg-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-lg-space-between,
.layout-align-lg-space-between-center,
.layout-align-lg-space-between-start,
.layout-align-lg-space-between-end,
.layout-align-lg-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-lg-start-start,
.layout-align-lg-center-start,
.layout-align-lg-end-start,
.layout-align-lg-space-between-start,
.layout-align-lg-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-lg-start-center,
.layout-align-lg-center-center,
.layout-align-lg-end-center,
.layout-align-lg-space-between-center,
.layout-align-lg-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-lg-start-center > *,
.layout-align-lg-center-center > *,
.layout-align-lg-end-center > *,
.layout-align-lg-space-between-center > *,
.layout-align-lg-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-lg-start-end,
.layout-align-lg-center-end,
.layout-align-lg-end-end,
.layout-align-lg-space-between-end,
.layout-align-lg-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-lg-start-stretch,
.layout-align-lg-center-stretch,
.layout-align-lg-end-stretch,
.layout-align-lg-space-between-stretch,
.layout-align-lg-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-lg {
    flex: 1;
    box-sizing: border-box;
  }

  .flex-lg-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  .flex-lg-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-lg-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  .flex-lg-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  .flex-lg-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  .flex-lg-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-lg-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-lg-column > .flex-lg-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-lg-column > .flex-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-lg-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-lg-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-lg-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-lg-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-lg-row > .flex-lg-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex-lg-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-lg-row > .flex {
    min-width: 0;
  }

  .layout-lg-column > .flex-lg-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex-lg-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-lg-column > .flex {
    min-height: 0;
  }

  .layout-lg, .layout-lg-column, .layout-lg-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-lg-column {
    flex-direction: column;
  }

  .layout-lg-row {
    flex-direction: row;
  }
}
@media (min-width: 1920px) {
  .flex-order-gt-lg--20 {
    order: -20;
  }

  .flex-order-gt-lg--19 {
    order: -19;
  }

  .flex-order-gt-lg--18 {
    order: -18;
  }

  .flex-order-gt-lg--17 {
    order: -17;
  }

  .flex-order-gt-lg--16 {
    order: -16;
  }

  .flex-order-gt-lg--15 {
    order: -15;
  }

  .flex-order-gt-lg--14 {
    order: -14;
  }

  .flex-order-gt-lg--13 {
    order: -13;
  }

  .flex-order-gt-lg--12 {
    order: -12;
  }

  .flex-order-gt-lg--11 {
    order: -11;
  }

  .flex-order-gt-lg--10 {
    order: -10;
  }

  .flex-order-gt-lg--9 {
    order: -9;
  }

  .flex-order-gt-lg--8 {
    order: -8;
  }

  .flex-order-gt-lg--7 {
    order: -7;
  }

  .flex-order-gt-lg--6 {
    order: -6;
  }

  .flex-order-gt-lg--5 {
    order: -5;
  }

  .flex-order-gt-lg--4 {
    order: -4;
  }

  .flex-order-gt-lg--3 {
    order: -3;
  }

  .flex-order-gt-lg--2 {
    order: -2;
  }

  .flex-order-gt-lg--1 {
    order: -1;
  }

  .flex-order-gt-lg-0 {
    order: 0;
  }

  .flex-order-gt-lg-1 {
    order: 1;
  }

  .flex-order-gt-lg-2 {
    order: 2;
  }

  .flex-order-gt-lg-3 {
    order: 3;
  }

  .flex-order-gt-lg-4 {
    order: 4;
  }

  .flex-order-gt-lg-5 {
    order: 5;
  }

  .flex-order-gt-lg-6 {
    order: 6;
  }

  .flex-order-gt-lg-7 {
    order: 7;
  }

  .flex-order-gt-lg-8 {
    order: 8;
  }

  .flex-order-gt-lg-9 {
    order: 9;
  }

  .flex-order-gt-lg-10 {
    order: 10;
  }

  .flex-order-gt-lg-11 {
    order: 11;
  }

  .flex-order-gt-lg-12 {
    order: 12;
  }

  .flex-order-gt-lg-13 {
    order: 13;
  }

  .flex-order-gt-lg-14 {
    order: 14;
  }

  .flex-order-gt-lg-15 {
    order: 15;
  }

  .flex-order-gt-lg-16 {
    order: 16;
  }

  .flex-order-gt-lg-17 {
    order: 17;
  }

  .flex-order-gt-lg-18 {
    order: 18;
  }

  .flex-order-gt-lg-19 {
    order: 19;
  }

  .flex-order-gt-lg-20 {
    order: 20;
  }

  .offset-gt-lg-0, .flex-offset-gt-lg-0, .layout-margin .flex-offset-gt-lg-0, .layout-margin .offset-gt-lg-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-gt-lg-0, [dir=rtl] .flex-offset-gt-lg-0, [dir=rtl] .layout-margin .flex-offset-gt-lg-0, [dir=rtl] .layout-margin .offset-gt-lg-0 {
    margin-left: auto;
    margin-right: 0;
  }

  .offset-gt-lg-5, .flex-offset-gt-lg-5, .layout-margin .flex-offset-gt-lg-5, .layout-margin .offset-gt-lg-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-gt-lg-5, [dir=rtl] .flex-offset-gt-lg-5, [dir=rtl] .layout-margin .flex-offset-gt-lg-5, [dir=rtl] .layout-margin .offset-gt-lg-5 {
    margin-left: auto;
    margin-right: 5%;
  }

  .offset-gt-lg-10, .flex-offset-gt-lg-10, .layout-margin .flex-offset-gt-lg-10, .layout-margin .offset-gt-lg-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-gt-lg-10, [dir=rtl] .flex-offset-gt-lg-10, [dir=rtl] .layout-margin .flex-offset-gt-lg-10, [dir=rtl] .layout-margin .offset-gt-lg-10 {
    margin-left: auto;
    margin-right: 10%;
  }

  .offset-gt-lg-15, .flex-offset-gt-lg-15, .layout-margin .flex-offset-gt-lg-15, .layout-margin .offset-gt-lg-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-gt-lg-15, [dir=rtl] .flex-offset-gt-lg-15, [dir=rtl] .layout-margin .flex-offset-gt-lg-15, [dir=rtl] .layout-margin .offset-gt-lg-15 {
    margin-left: auto;
    margin-right: 15%;
  }

  .offset-gt-lg-20, .flex-offset-gt-lg-20, .layout-margin .flex-offset-gt-lg-20, .layout-margin .offset-gt-lg-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-gt-lg-20, [dir=rtl] .flex-offset-gt-lg-20, [dir=rtl] .layout-margin .flex-offset-gt-lg-20, [dir=rtl] .layout-margin .offset-gt-lg-20 {
    margin-left: auto;
    margin-right: 20%;
  }

  .offset-gt-lg-25, .flex-offset-gt-lg-25, .layout-margin .flex-offset-gt-lg-25, .layout-margin .offset-gt-lg-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-gt-lg-25, [dir=rtl] .flex-offset-gt-lg-25, [dir=rtl] .layout-margin .flex-offset-gt-lg-25, [dir=rtl] .layout-margin .offset-gt-lg-25 {
    margin-left: auto;
    margin-right: 25%;
  }

  .offset-gt-lg-30, .flex-offset-gt-lg-30, .layout-margin .flex-offset-gt-lg-30, .layout-margin .offset-gt-lg-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-gt-lg-30, [dir=rtl] .flex-offset-gt-lg-30, [dir=rtl] .layout-margin .flex-offset-gt-lg-30, [dir=rtl] .layout-margin .offset-gt-lg-30 {
    margin-left: auto;
    margin-right: 30%;
  }

  .offset-gt-lg-35, .flex-offset-gt-lg-35, .layout-margin .flex-offset-gt-lg-35, .layout-margin .offset-gt-lg-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-gt-lg-35, [dir=rtl] .flex-offset-gt-lg-35, [dir=rtl] .layout-margin .flex-offset-gt-lg-35, [dir=rtl] .layout-margin .offset-gt-lg-35 {
    margin-left: auto;
    margin-right: 35%;
  }

  .offset-gt-lg-40, .flex-offset-gt-lg-40, .layout-margin .flex-offset-gt-lg-40, .layout-margin .offset-gt-lg-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-gt-lg-40, [dir=rtl] .flex-offset-gt-lg-40, [dir=rtl] .layout-margin .flex-offset-gt-lg-40, [dir=rtl] .layout-margin .offset-gt-lg-40 {
    margin-left: auto;
    margin-right: 40%;
  }

  .offset-gt-lg-45, .flex-offset-gt-lg-45, .layout-margin .flex-offset-gt-lg-45, .layout-margin .offset-gt-lg-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-gt-lg-45, [dir=rtl] .flex-offset-gt-lg-45, [dir=rtl] .layout-margin .flex-offset-gt-lg-45, [dir=rtl] .layout-margin .offset-gt-lg-45 {
    margin-left: auto;
    margin-right: 45%;
  }

  .offset-gt-lg-50, .flex-offset-gt-lg-50, .layout-margin .flex-offset-gt-lg-50, .layout-margin .offset-gt-lg-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-gt-lg-50, [dir=rtl] .flex-offset-gt-lg-50, [dir=rtl] .layout-margin .flex-offset-gt-lg-50, [dir=rtl] .layout-margin .offset-gt-lg-50 {
    margin-left: auto;
    margin-right: 50%;
  }

  .offset-gt-lg-55, .flex-offset-gt-lg-55, .layout-margin .flex-offset-gt-lg-55, .layout-margin .offset-gt-lg-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-gt-lg-55, [dir=rtl] .flex-offset-gt-lg-55, [dir=rtl] .layout-margin .flex-offset-gt-lg-55, [dir=rtl] .layout-margin .offset-gt-lg-55 {
    margin-left: auto;
    margin-right: 55%;
  }

  .offset-gt-lg-60, .flex-offset-gt-lg-60, .layout-margin .flex-offset-gt-lg-60, .layout-margin .offset-gt-lg-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-gt-lg-60, [dir=rtl] .flex-offset-gt-lg-60, [dir=rtl] .layout-margin .flex-offset-gt-lg-60, [dir=rtl] .layout-margin .offset-gt-lg-60 {
    margin-left: auto;
    margin-right: 60%;
  }

  .offset-gt-lg-65, .flex-offset-gt-lg-65, .layout-margin .flex-offset-gt-lg-65, .layout-margin .offset-gt-lg-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-gt-lg-65, [dir=rtl] .flex-offset-gt-lg-65, [dir=rtl] .layout-margin .flex-offset-gt-lg-65, [dir=rtl] .layout-margin .offset-gt-lg-65 {
    margin-left: auto;
    margin-right: 65%;
  }

  .offset-gt-lg-70, .flex-offset-gt-lg-70, .layout-margin .flex-offset-gt-lg-70, .layout-margin .offset-gt-lg-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-gt-lg-70, [dir=rtl] .flex-offset-gt-lg-70, [dir=rtl] .layout-margin .flex-offset-gt-lg-70, [dir=rtl] .layout-margin .offset-gt-lg-70 {
    margin-left: auto;
    margin-right: 70%;
  }

  .offset-gt-lg-75, .flex-offset-gt-lg-75, .layout-margin .flex-offset-gt-lg-75, .layout-margin .offset-gt-lg-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-gt-lg-75, [dir=rtl] .flex-offset-gt-lg-75, [dir=rtl] .layout-margin .flex-offset-gt-lg-75, [dir=rtl] .layout-margin .offset-gt-lg-75 {
    margin-left: auto;
    margin-right: 75%;
  }

  .offset-gt-lg-80, .flex-offset-gt-lg-80, .layout-margin .flex-offset-gt-lg-80, .layout-margin .offset-gt-lg-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-gt-lg-80, [dir=rtl] .flex-offset-gt-lg-80, [dir=rtl] .layout-margin .flex-offset-gt-lg-80, [dir=rtl] .layout-margin .offset-gt-lg-80 {
    margin-left: auto;
    margin-right: 80%;
  }

  .offset-gt-lg-85, .flex-offset-gt-lg-85, .layout-margin .flex-offset-gt-lg-85, .layout-margin .offset-gt-lg-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-gt-lg-85, [dir=rtl] .flex-offset-gt-lg-85, [dir=rtl] .layout-margin .flex-offset-gt-lg-85, [dir=rtl] .layout-margin .offset-gt-lg-85 {
    margin-left: auto;
    margin-right: 85%;
  }

  .offset-gt-lg-90, .flex-offset-gt-lg-90, .layout-margin .flex-offset-gt-lg-90, .layout-margin .offset-gt-lg-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-gt-lg-90, [dir=rtl] .flex-offset-gt-lg-90, [dir=rtl] .layout-margin .flex-offset-gt-lg-90, [dir=rtl] .layout-margin .offset-gt-lg-90 {
    margin-left: auto;
    margin-right: 90%;
  }

  .offset-gt-lg-95, .flex-offset-gt-lg-95, .layout-margin .flex-offset-gt-lg-95, .layout-margin .offset-gt-lg-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-gt-lg-95, [dir=rtl] .flex-offset-gt-lg-95, [dir=rtl] .layout-margin .flex-offset-gt-lg-95, [dir=rtl] .layout-margin .offset-gt-lg-95 {
    margin-left: auto;
    margin-right: 95%;
  }

  .offset-gt-lg-33, .flex-offset-gt-lg-33, .layout-margin .flex-offset-gt-lg-33, .layout-margin .offset-gt-lg-33 {
    margin-left: 33.3333333333%;
  }

  .offset-gt-lg-66, .flex-offset-gt-lg-66, .layout-margin .flex-offset-gt-lg-66, .layout-margin .offset-gt-lg-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-gt-lg-66, [dir=rtl] .flex-offset-gt-lg-66, [dir=rtl] .layout-margin .flex-offset-gt-lg-66, [dir=rtl] .layout-margin .offset-gt-lg-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }

  .layout-align-gt-lg,
.layout-align-gt-lg-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-gt-lg-start,
.layout-align-gt-lg-start-start,
.layout-align-gt-lg-start-center,
.layout-align-gt-lg-start-end,
.layout-align-gt-lg-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-gt-lg-center,
.layout-align-gt-lg-center-start,
.layout-align-gt-lg-center-center,
.layout-align-gt-lg-center-end,
.layout-align-gt-lg-center-stretch {
    justify-content: center;
  }

  .layout-align-gt-lg-end,
.layout-align-gt-lg-end-start,
.layout-align-gt-lg-end-center,
.layout-align-gt-lg-end-end,
.layout-align-gt-lg-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-gt-lg-space-around,
.layout-align-gt-lg-space-around-center,
.layout-align-gt-lg-space-around-start,
.layout-align-gt-lg-space-around-end,
.layout-align-gt-lg-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-gt-lg-space-between,
.layout-align-gt-lg-space-between-center,
.layout-align-gt-lg-space-between-start,
.layout-align-gt-lg-space-between-end,
.layout-align-gt-lg-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-gt-lg-start-start,
.layout-align-gt-lg-center-start,
.layout-align-gt-lg-end-start,
.layout-align-gt-lg-space-between-start,
.layout-align-gt-lg-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-gt-lg-start-center,
.layout-align-gt-lg-center-center,
.layout-align-gt-lg-end-center,
.layout-align-gt-lg-space-between-center,
.layout-align-gt-lg-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-gt-lg-start-center > *,
.layout-align-gt-lg-center-center > *,
.layout-align-gt-lg-end-center > *,
.layout-align-gt-lg-space-between-center > *,
.layout-align-gt-lg-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-gt-lg-start-end,
.layout-align-gt-lg-center-end,
.layout-align-gt-lg-end-end,
.layout-align-gt-lg-space-between-end,
.layout-align-gt-lg-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-gt-lg-start-stretch,
.layout-align-gt-lg-center-stretch,
.layout-align-gt-lg-end-stretch,
.layout-align-gt-lg-space-between-stretch,
.layout-align-gt-lg-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-gt-lg {
    flex: 1;
    box-sizing: border-box;
  }

  .flex-gt-lg-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  .flex-gt-lg-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-lg-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-lg-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  .flex-gt-lg-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  .flex-gt-lg-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-gt-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-gt-lg-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-gt-lg-column > .flex-gt-lg-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-gt-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-gt-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-gt-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-gt-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-gt-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-gt-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-gt-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-gt-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-gt-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-gt-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-gt-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-gt-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-gt-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-gt-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-gt-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-gt-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-gt-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-gt-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-gt-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-gt-lg-column > .flex-gt-lg-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-gt-lg-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-gt-lg-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-gt-lg-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-gt-lg-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-gt-lg-row > .flex-gt-lg-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex-gt-lg-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-gt-lg-row > .flex {
    min-width: 0;
  }

  .layout-gt-lg-column > .flex-gt-lg-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex-gt-lg-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-gt-lg-column > .flex {
    min-height: 0;
  }

  .layout-gt-lg, .layout-gt-lg-column, .layout-gt-lg-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-gt-lg-column {
    flex-direction: column;
  }

  .layout-gt-lg-row {
    flex-direction: row;
  }

  .flex-order-xl--20 {
    order: -20;
  }

  .flex-order-xl--19 {
    order: -19;
  }

  .flex-order-xl--18 {
    order: -18;
  }

  .flex-order-xl--17 {
    order: -17;
  }

  .flex-order-xl--16 {
    order: -16;
  }

  .flex-order-xl--15 {
    order: -15;
  }

  .flex-order-xl--14 {
    order: -14;
  }

  .flex-order-xl--13 {
    order: -13;
  }

  .flex-order-xl--12 {
    order: -12;
  }

  .flex-order-xl--11 {
    order: -11;
  }

  .flex-order-xl--10 {
    order: -10;
  }

  .flex-order-xl--9 {
    order: -9;
  }

  .flex-order-xl--8 {
    order: -8;
  }

  .flex-order-xl--7 {
    order: -7;
  }

  .flex-order-xl--6 {
    order: -6;
  }

  .flex-order-xl--5 {
    order: -5;
  }

  .flex-order-xl--4 {
    order: -4;
  }

  .flex-order-xl--3 {
    order: -3;
  }

  .flex-order-xl--2 {
    order: -2;
  }

  .flex-order-xl--1 {
    order: -1;
  }

  .flex-order-xl-0 {
    order: 0;
  }

  .flex-order-xl-1 {
    order: 1;
  }

  .flex-order-xl-2 {
    order: 2;
  }

  .flex-order-xl-3 {
    order: 3;
  }

  .flex-order-xl-4 {
    order: 4;
  }

  .flex-order-xl-5 {
    order: 5;
  }

  .flex-order-xl-6 {
    order: 6;
  }

  .flex-order-xl-7 {
    order: 7;
  }

  .flex-order-xl-8 {
    order: 8;
  }

  .flex-order-xl-9 {
    order: 9;
  }

  .flex-order-xl-10 {
    order: 10;
  }

  .flex-order-xl-11 {
    order: 11;
  }

  .flex-order-xl-12 {
    order: 12;
  }

  .flex-order-xl-13 {
    order: 13;
  }

  .flex-order-xl-14 {
    order: 14;
  }

  .flex-order-xl-15 {
    order: 15;
  }

  .flex-order-xl-16 {
    order: 16;
  }

  .flex-order-xl-17 {
    order: 17;
  }

  .flex-order-xl-18 {
    order: 18;
  }

  .flex-order-xl-19 {
    order: 19;
  }

  .flex-order-xl-20 {
    order: 20;
  }

  .offset-xl-0, .flex-offset-xl-0, .layout-margin .flex-offset-xl-0, .layout-margin .offset-xl-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-xl-0, [dir=rtl] .flex-offset-xl-0, [dir=rtl] .layout-margin .flex-offset-xl-0, [dir=rtl] .layout-margin .offset-xl-0 {
    margin-left: auto;
    margin-right: 0;
  }

  .offset-xl-5, .flex-offset-xl-5, .layout-margin .flex-offset-xl-5, .layout-margin .offset-xl-5 {
    margin-left: 5%;
  }
  [dir=rtl] .offset-xl-5, [dir=rtl] .flex-offset-xl-5, [dir=rtl] .layout-margin .flex-offset-xl-5, [dir=rtl] .layout-margin .offset-xl-5 {
    margin-left: auto;
    margin-right: 5%;
  }

  .offset-xl-10, .flex-offset-xl-10, .layout-margin .flex-offset-xl-10, .layout-margin .offset-xl-10 {
    margin-left: 10%;
  }
  [dir=rtl] .offset-xl-10, [dir=rtl] .flex-offset-xl-10, [dir=rtl] .layout-margin .flex-offset-xl-10, [dir=rtl] .layout-margin .offset-xl-10 {
    margin-left: auto;
    margin-right: 10%;
  }

  .offset-xl-15, .flex-offset-xl-15, .layout-margin .flex-offset-xl-15, .layout-margin .offset-xl-15 {
    margin-left: 15%;
  }
  [dir=rtl] .offset-xl-15, [dir=rtl] .flex-offset-xl-15, [dir=rtl] .layout-margin .flex-offset-xl-15, [dir=rtl] .layout-margin .offset-xl-15 {
    margin-left: auto;
    margin-right: 15%;
  }

  .offset-xl-20, .flex-offset-xl-20, .layout-margin .flex-offset-xl-20, .layout-margin .offset-xl-20 {
    margin-left: 20%;
  }
  [dir=rtl] .offset-xl-20, [dir=rtl] .flex-offset-xl-20, [dir=rtl] .layout-margin .flex-offset-xl-20, [dir=rtl] .layout-margin .offset-xl-20 {
    margin-left: auto;
    margin-right: 20%;
  }

  .offset-xl-25, .flex-offset-xl-25, .layout-margin .flex-offset-xl-25, .layout-margin .offset-xl-25 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-xl-25, [dir=rtl] .flex-offset-xl-25, [dir=rtl] .layout-margin .flex-offset-xl-25, [dir=rtl] .layout-margin .offset-xl-25 {
    margin-left: auto;
    margin-right: 25%;
  }

  .offset-xl-30, .flex-offset-xl-30, .layout-margin .flex-offset-xl-30, .layout-margin .offset-xl-30 {
    margin-left: 30%;
  }
  [dir=rtl] .offset-xl-30, [dir=rtl] .flex-offset-xl-30, [dir=rtl] .layout-margin .flex-offset-xl-30, [dir=rtl] .layout-margin .offset-xl-30 {
    margin-left: auto;
    margin-right: 30%;
  }

  .offset-xl-35, .flex-offset-xl-35, .layout-margin .flex-offset-xl-35, .layout-margin .offset-xl-35 {
    margin-left: 35%;
  }
  [dir=rtl] .offset-xl-35, [dir=rtl] .flex-offset-xl-35, [dir=rtl] .layout-margin .flex-offset-xl-35, [dir=rtl] .layout-margin .offset-xl-35 {
    margin-left: auto;
    margin-right: 35%;
  }

  .offset-xl-40, .flex-offset-xl-40, .layout-margin .flex-offset-xl-40, .layout-margin .offset-xl-40 {
    margin-left: 40%;
  }
  [dir=rtl] .offset-xl-40, [dir=rtl] .flex-offset-xl-40, [dir=rtl] .layout-margin .flex-offset-xl-40, [dir=rtl] .layout-margin .offset-xl-40 {
    margin-left: auto;
    margin-right: 40%;
  }

  .offset-xl-45, .flex-offset-xl-45, .layout-margin .flex-offset-xl-45, .layout-margin .offset-xl-45 {
    margin-left: 45%;
  }
  [dir=rtl] .offset-xl-45, [dir=rtl] .flex-offset-xl-45, [dir=rtl] .layout-margin .flex-offset-xl-45, [dir=rtl] .layout-margin .offset-xl-45 {
    margin-left: auto;
    margin-right: 45%;
  }

  .offset-xl-50, .flex-offset-xl-50, .layout-margin .flex-offset-xl-50, .layout-margin .offset-xl-50 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-xl-50, [dir=rtl] .flex-offset-xl-50, [dir=rtl] .layout-margin .flex-offset-xl-50, [dir=rtl] .layout-margin .offset-xl-50 {
    margin-left: auto;
    margin-right: 50%;
  }

  .offset-xl-55, .flex-offset-xl-55, .layout-margin .flex-offset-xl-55, .layout-margin .offset-xl-55 {
    margin-left: 55%;
  }
  [dir=rtl] .offset-xl-55, [dir=rtl] .flex-offset-xl-55, [dir=rtl] .layout-margin .flex-offset-xl-55, [dir=rtl] .layout-margin .offset-xl-55 {
    margin-left: auto;
    margin-right: 55%;
  }

  .offset-xl-60, .flex-offset-xl-60, .layout-margin .flex-offset-xl-60, .layout-margin .offset-xl-60 {
    margin-left: 60%;
  }
  [dir=rtl] .offset-xl-60, [dir=rtl] .flex-offset-xl-60, [dir=rtl] .layout-margin .flex-offset-xl-60, [dir=rtl] .layout-margin .offset-xl-60 {
    margin-left: auto;
    margin-right: 60%;
  }

  .offset-xl-65, .flex-offset-xl-65, .layout-margin .flex-offset-xl-65, .layout-margin .offset-xl-65 {
    margin-left: 65%;
  }
  [dir=rtl] .offset-xl-65, [dir=rtl] .flex-offset-xl-65, [dir=rtl] .layout-margin .flex-offset-xl-65, [dir=rtl] .layout-margin .offset-xl-65 {
    margin-left: auto;
    margin-right: 65%;
  }

  .offset-xl-70, .flex-offset-xl-70, .layout-margin .flex-offset-xl-70, .layout-margin .offset-xl-70 {
    margin-left: 70%;
  }
  [dir=rtl] .offset-xl-70, [dir=rtl] .flex-offset-xl-70, [dir=rtl] .layout-margin .flex-offset-xl-70, [dir=rtl] .layout-margin .offset-xl-70 {
    margin-left: auto;
    margin-right: 70%;
  }

  .offset-xl-75, .flex-offset-xl-75, .layout-margin .flex-offset-xl-75, .layout-margin .offset-xl-75 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-xl-75, [dir=rtl] .flex-offset-xl-75, [dir=rtl] .layout-margin .flex-offset-xl-75, [dir=rtl] .layout-margin .offset-xl-75 {
    margin-left: auto;
    margin-right: 75%;
  }

  .offset-xl-80, .flex-offset-xl-80, .layout-margin .flex-offset-xl-80, .layout-margin .offset-xl-80 {
    margin-left: 80%;
  }
  [dir=rtl] .offset-xl-80, [dir=rtl] .flex-offset-xl-80, [dir=rtl] .layout-margin .flex-offset-xl-80, [dir=rtl] .layout-margin .offset-xl-80 {
    margin-left: auto;
    margin-right: 80%;
  }

  .offset-xl-85, .flex-offset-xl-85, .layout-margin .flex-offset-xl-85, .layout-margin .offset-xl-85 {
    margin-left: 85%;
  }
  [dir=rtl] .offset-xl-85, [dir=rtl] .flex-offset-xl-85, [dir=rtl] .layout-margin .flex-offset-xl-85, [dir=rtl] .layout-margin .offset-xl-85 {
    margin-left: auto;
    margin-right: 85%;
  }

  .offset-xl-90, .flex-offset-xl-90, .layout-margin .flex-offset-xl-90, .layout-margin .offset-xl-90 {
    margin-left: 90%;
  }
  [dir=rtl] .offset-xl-90, [dir=rtl] .flex-offset-xl-90, [dir=rtl] .layout-margin .flex-offset-xl-90, [dir=rtl] .layout-margin .offset-xl-90 {
    margin-left: auto;
    margin-right: 90%;
  }

  .offset-xl-95, .flex-offset-xl-95, .layout-margin .flex-offset-xl-95, .layout-margin .offset-xl-95 {
    margin-left: 95%;
  }
  [dir=rtl] .offset-xl-95, [dir=rtl] .flex-offset-xl-95, [dir=rtl] .layout-margin .flex-offset-xl-95, [dir=rtl] .layout-margin .offset-xl-95 {
    margin-left: auto;
    margin-right: 95%;
  }

  .offset-xl-33, .flex-offset-xl-33, .layout-margin .flex-offset-xl-33, .layout-margin .offset-xl-33 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-66, .flex-offset-xl-66, .layout-margin .flex-offset-xl-66, .layout-margin .offset-xl-66 {
    margin-left: 66.6666666667%;
  }
  [dir=rtl] .offset-xl-66, [dir=rtl] .flex-offset-xl-66, [dir=rtl] .layout-margin .flex-offset-xl-66, [dir=rtl] .layout-margin .offset-xl-66 {
    margin-left: auto;
    margin-right: 66.6666666667%;
  }

  .layout-align-xl,
.layout-align-xl-start-stretch {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .layout-align-xl-start,
.layout-align-xl-start-start,
.layout-align-xl-start-center,
.layout-align-xl-start-end,
.layout-align-xl-start-stretch {
    justify-content: flex-start;
  }

  .layout-align-xl-center,
.layout-align-xl-center-start,
.layout-align-xl-center-center,
.layout-align-xl-center-end,
.layout-align-xl-center-stretch {
    justify-content: center;
  }

  .layout-align-xl-end,
.layout-align-xl-end-start,
.layout-align-xl-end-center,
.layout-align-xl-end-end,
.layout-align-xl-end-stretch {
    justify-content: flex-end;
  }

  .layout-align-xl-space-around,
.layout-align-xl-space-around-center,
.layout-align-xl-space-around-start,
.layout-align-xl-space-around-end,
.layout-align-xl-space-around-stretch {
    justify-content: space-around;
  }

  .layout-align-xl-space-between,
.layout-align-xl-space-between-center,
.layout-align-xl-space-between-start,
.layout-align-xl-space-between-end,
.layout-align-xl-space-between-stretch {
    justify-content: space-between;
  }

  .layout-align-xl-start-start,
.layout-align-xl-center-start,
.layout-align-xl-end-start,
.layout-align-xl-space-between-start,
.layout-align-xl-space-around-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .layout-align-xl-start-center,
.layout-align-xl-center-center,
.layout-align-xl-end-center,
.layout-align-xl-space-between-center,
.layout-align-xl-space-around-center {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  .layout-align-xl-start-center > *,
.layout-align-xl-center-center > *,
.layout-align-xl-end-center > *,
.layout-align-xl-space-between-center > *,
.layout-align-xl-space-around-center > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .layout-align-xl-start-end,
.layout-align-xl-center-end,
.layout-align-xl-end-end,
.layout-align-xl-space-between-end,
.layout-align-xl-space-around-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .layout-align-xl-start-stretch,
.layout-align-xl-center-stretch,
.layout-align-xl-end-stretch,
.layout-align-xl-space-between-stretch,
.layout-align-xl-space-around-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-xl {
    flex: 1;
    box-sizing: border-box;
  }

  .flex-xl-grow {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  .flex-xl-initial {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-xl-auto {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  .flex-xl-none {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  .flex-xl-noshrink {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  .flex-xl-nogrow {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  .flex-xl-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-column > .flex-xl-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-0 {
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .layout-xl-column > .flex-xl-0 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
    min-height: 0;
  }

  .flex-xl-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-5 {
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-5 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  .flex-xl-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-10 {
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-10 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  .flex-xl-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-15 {
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-15 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  .flex-xl-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-20 {
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-20 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  .flex-xl-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-25 {
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-25 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  .flex-xl-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-30 {
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-30 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  .flex-xl-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-35 {
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-35 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  .flex-xl-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-40 {
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-40 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  .flex-xl-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-45 {
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-45 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  .flex-xl-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-50 {
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-50 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  .flex-xl-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-55 {
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-55 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  .flex-xl-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-60 {
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-60 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  .flex-xl-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-65 {
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-65 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  .flex-xl-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-70 {
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-70 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  .flex-xl-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-75 {
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-75 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  .flex-xl-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-80 {
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-80 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  .flex-xl-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-85 {
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-85 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  .flex-xl-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-90 {
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-90 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  .flex-xl-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-95 {
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-95 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-xl-column > .flex-xl-100 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-row > .flex-xl-33 {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-row > .flex-xl-66 {
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }

  .layout-column > .flex-xl-33 {
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-column > .flex-xl-66 {
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }

  .layout-xl-row > .flex-xl-33 {
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex-xl-66 {
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    box-sizing: border-box;
  }
  .layout-xl-row > .flex {
    min-width: 0;
  }

  .layout-xl-column > .flex-xl-33 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex-xl-66 {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    box-sizing: border-box;
  }
  .layout-xl-column > .flex {
    min-height: 0;
  }

  .layout-xl, .layout-xl-column, .layout-xl-row {
    box-sizing: border-box;
    display: flex;
  }

  .layout-xl-column {
    flex-direction: column;
  }

  .layout-xl-row {
    flex-direction: row;
  }

  .hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show), .hide-gt-lg:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show) {
    display: none;
  }

  .hide-xl:not(.show-xl):not(.show-gt-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show) {
    display: none;
  }
}
@media print {
  .hide-print:not(.show-print):not(.show) {
    display: none !important;
  }
}
:root {
  /* COLORS ***************************/
  --color-white: #ffffff;
  --color-gray-200: #d3d6d9;

  --color-gray1: #d4d4d4;
  --color-gray2: #aeaeae;
  --color-gray-light: #606060;
  --color-gray-semi: #404040;
  --color-gray-mid: #4f5459;
  --color-gray-dark: #3e444b;
  --color-gray-xdark: #32373e;
  --color-gray-600: #5d656f;
  --color-gray-650: #464b53;
  --color-gray-700: #383c42;
  --color-gray-725: #363a40;
  --color-gray-750: #2f3237;
  --color-gray-800: #25282c;
  --color-gray-dark-800: #484e55;
  --color-gray-xxdark: #1e2125;
  --color-black: #000;

  --color-red: #eb1833;
  --color-red-dark: #ea1732;

  --color-scw-orange-dark: #f38b00;
  --color-scw-orange-light: #ffb700;
  --color-scw-orange-yellow: #fed18f;
  --color-scw-dark-yellow: #ffc012;
  --color-scw-teal-dark: #19bdc8;
  --color-scw-teal: #1ad9e5;
  --color-scw-teal-light: #a0f3f3;
  --color-scw-success: #95bf40;
  --color-scw-green-darkest: #4a592c;
  --color-scw-green-dark-lightest: #cbe891;

  --color-scw-red: #FF5C7C;
  --color-scw-gray-2: #CCC;
  --color-scw-gray-light: #D2D3D5;
  --color-scw-gray: #BABCC0;
  --color-scw-green: #96E577;
  --color-scw-orange: #FFB700;
  --color-scw-black: #25282C;

  /* BACKGROUND COLORS ***************************/
  --bg-blue-dark: #333e48;
  --bg-gray-light: #3c4147;
  --bg-gray-mid: #313539;
  --bg-gray-dark: #303235;
  --bg-gray-xdark: #25292e;
  --bg-gray-xxdark: #1f2226;
  --bg-gray-850: #1c1e21;
  --bg-gray-900: #131416;
  --bg-black-mid: #1b1e21;
  --bg-black-venta: #1c1f23;
  --bg-black-xventa: #14171a;
  --bg-blackest: #000000;
  --bg-transparent-white-150: rgba(255, 255, 255, 0.06);

  /* TEXT COLORS ***************************/
  --text-white: #ffffff;
  --text-black: #000000;
  --text-link: #ffc131;
  --text-muted-dark: #aaaaaa;
  --text-muted-dark-light: #cccccc;
  --text-muted-light: #444444;
  --text-gray-dark: #c0c0c0;

  /* BORDER COLORS ***************************/
  --border-width1: 1px;
  --border-width2: 2px;
  --border-width3: 4px;
  --border-gray0: #aaaaaa;
  --border-gray1: #454545;
  --border-gray2: #606060;
  --border-gray3: #3c4147;
  --border-gray4: #707070;
  --border-gray5: #303030;
  --border-gray6: #464b53;
  --border-blue1: #050505;
  --border-yellow: #ffb700;
  --border-video-dark: #f27ce2;
  --border-challenge-dark: #59fabf;
  --border-checkpoint-dark: #f3fa59;
  --border-custom-dark: #469dff;
  --border-mission-dark: #745df6;
  /* FONT SIZES ***************************/
  --font-size1: 10px;
  --font-size2: 11px;
  --font-size3: 12px;
  --font-size4: 13px;
  --font-size5: 14px;
  --font-size6: 16px;
  --font-size7: 18px;
  --font-size8: 20px;
  --font-size9: 24px;

  --font-family: 'Open Sans', Helvetica, Arial, sans-serif;

  /* FONT STYLES ***************************/
  --font-weight-xlight: 100;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-semibold: 500;
  --font-weight-bold: 700;

  /* RADIUS ***************************/
  --radius-light: 1px;
  --radius-mid: 2px;
  --radius-semi: 4px;
  --radius-heavy: 50%;

  /* OPACITY ***************************/
  --opacity-30: 0.3;
  --opacity-50: 0.5;
  --opacity-80: 0.8;
  --opacity-90: 0.9;

  /* Line Heights ***************************/
  --line-height-reset: 1em;
  --line-height-headers: 1.2em;
  --line-height-text: 1.3em;
  --line-height-text-loose: 1.35em;

  /* SIZING ***************************/
  --size-header-height: 60px;
  --size-footer-height: 60px;
  --size-modal-min-height: 200px;
  --size-button-height-default: 34px;
  --size-button-height-variant: 44px;
  --size-number-size: 28px;
  --size-general-page-padding: 28px;
  --size-elem-xxs: 12px;
  --size-elem-xs: 16px;
  --size-elem-sm: 24px;
  --size-elem-md: 32px;
  --size-elem-lg: 48px;
  --size-elem-xl: 64px;
  --size-elem-xxl: 80px;
  --size-elem-width1: 320px;
  --size-elem-width2: 480px;
  --size-elem-width3: 610px;

  /* SHADOW ********************************/
  --shadow-fields-inner: inset 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  --shadow-container-float: 0 2px 20px 0 rgba(0, 0, 0, 0.16);
  --shadow-container-float-dark: 0 2px 40px 10px rgba(0, 0, 0, 0.3);
  --shadow-tile: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
  --shadow-nav-outer: 0 2px 10px 0 rgba(0, 0, 0, 0.4);

  /* SPACING ********************************/
  --spacing-s1: 4px;
  --spacing-s2: 8px;
  --spacing-s3: 10px;
  --spacing-s4: 12px;
  --spacing-s: 14px;
  --spacing-2s: 28px;
  --spacing-xs: 16px;
  --spacing-xs2: 18px;
  --spacing-m: 20px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 40px;
  --spacing-3xl: 80px;
  --spacing-ender: 120px;

  /* BADGES ********************************/
  --badge-dimensions-w: 65px;
  --badge-dimensions-h: 65px;

}

/* Removed due to the new Design System changes */
/* body, html {
  overflow: auto;
} */

.button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.button-wrapper button {
  min-width: max-content;
}

.outline-important {
  outline: auto!important;
}

.md-button {
  text-shadow: none;
  font-weight: bold;
  text-transform: lowercase;
  border: none;
  border-radius: 4px;
  min-width: 44px;
  padding: 0 15px;
  margin: 6px 4px;
  font-family: Open Sans, sans-serif;
}

.md-button .glyphicon {
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: middle;
  padding-bottom: 4px;
}

.md-button md-icon {
  vertical-align: middle;
}

.md-button.md-default-theme.md-accent:not([disabled]) md-icon, .md-button.md-accent:not([disabled]) md-icon {
  color: inherit;
}

.md-button span {
  display: inline-block;
}

.md-button::first-letter, .md-button span::first-letter {
  text-transform: uppercase !important;
}

.md-min {
  min-width: min-content;
}

.md-button.md-primary:hover, .md-button.md-primary:focus, .md-button.md-primary:disabled {
  background-color: var(--color-scw-orange) !important;
}

.md-button:disabled, .md-button.md-primary.md-raised:disabled {
  cursor: not-allowed !important;
  color: black;
  opacity: 0.5;
}


.md-button.md-lg {
  transform: scale(1.1);
}

.md-button.md-sm {
  transform: scale(0.9);
}

.md-button.md-xs {
  transform: scale(0.8);
}

.md-button:hover {
  opacity: 0.8;
}

.md-button.md-accent, .md-button.md-secondary, .md-button.md-accent:hover, .md-button.md-accent:focus, .md-button.md-accent:disabled {
  color: var(--color-scw-orange);
  background-color: rgba(96, 96, 96, 0.3);
}

.md-button.md-info .md-button.md-info:hover, .md-button.md-info:disabled, .md-button.md-info:focus{
  background-color: var(--color-scw-teal) !important;
  color: black;
}

.md-button.md-light, .md-button.md-light:focus, .md-button.md-light:hover, .md-button.md-light:disabled {
  background-color: rgba(158, 158, 158, 0.2);
}

.md-button.md-raised, .md-button.md-raised:not([disabled]) {
  box-shadow: none;
}

.md-button.md-success, .md-button.md-success:hover, .md-button.md-success:focus, .md-button.md-success:disabled{
  background-color: var(--color-scw-green) !important;
  color: black;
}

.md-button.md-danger, .md-button.md-danger:hover, .md-button.md-danger:focus, .md-button.md-danger:disabled {
  background-color: var(--color-scw-red) !important;
  color: black;
}

.md-button:disabled, .md-button.md-danger.md-raised:disabled {
  cursor: not-allowed !important;
  color: black;
  opacity: 0.5;
}

.btn-group {
  display: flex;
}

.btn-group > .md-button {
  margin-left: 0;
  margin-right: 0;
}

.btn-group-spaced > .md-button {
  margin-left: 2px;
  margin-right: 2px;
}

.md-nav-item .md-button {
  background: transparent;
  border-bottom: var(--color-scw-orange);
  color: black;
}

.material-icons {
  color: inherit;
}

md-icon {
  color: inherit;
}

.md-big-icon {
  width: min-content;
  height: min-content;
  font-size: 45px;
}

body {
  height: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

h5 {
  font-weight: bold;
  color: #ffb700;
  margin-top: 14px;
}

.table-auto {
  table-layout: auto;
}

.small-text {
  font-size: 0.75em;
}

.cursor-pointer {
  cursor: pointer;
}

.single-liner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

::-webkit-scrollbar {
  width: 8px; /* for vertical scrollbars */
  height: 8px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
}

.ui-view-container {
  position: relative;
}

[ui-view].ng-enter,
[ui-view].ng-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

[ui-view].ng-enter {
  /*
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
	*/
  opacity: 0;
  transition-delay: 0.1s;
}

[ui-view].ng-enter-active {
  /*
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
	*/
  opacity: 1;
}

[ui-view].ng-leave {
  opacity: 1;
}

[ui-view].ng-leave-active {
  /*
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	*/
  opacity: 0;
}

.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}

.navbar {
  border: 1px solid rgba(0, 0, 0, 0.6);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  box-shadow: 0 4px 8px 0 black;
}

.navbar li a.keyboard-selected,
.navbar li a:focus,
.navbar li.mainnav-item-active a {
  /*transform: scale(1.03);*/
  /*outline: none;*/
  /*transition: all 0.2s ease-in;*/
}

.navbar li a.keyboard-selected,
.navbar li a:focus {
  text-shadow: none;
}

.dropdown-menu li a.keyboard-selected {
  color: #fff;
  border-radius: 3px;
}

.missions-debug-bar {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #14171a;
  border-top: solid 1px #3e444b;
  padding-top: 8px;
}

.missions-debug-bar:hover {
  opacity: 0.9;
}

.missions-debug-bar a {
  border: solid 1px #777;
  margin-left: 15px;
}

.missions-debug-bar-hintsText {
  margin-left: 15px;
}

.navbar-brand {
  padding: 8px 20px;
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(#333e48, #333e48, #333e48);
  background-image: -o-linear-gradient(#333e48, #333e48, #333e48);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333e48), color-stop(#333e48), to(#333e48));
  background-image: linear-gradient(#333e48, #333e48, #333e48);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
  -webkit-filter: none;
  filter: none;
}

.navbar-nav.navbar-with-normal-text {
  line-height: 50px;
  margin-left: 15px;
}

.navbar-nav .challenge-language-text {
  cursor: default;
  padding-top: 14px;
  margin-right: 15px;
}

.navbar-nav .challenge-language-text.new-simple-flow-challenge-language-text {
  margin-right: 35px;
}

.navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a {
  border-right: 0;
  border-left: 0;
  margin: 0 3px;
}

.navbar-nav .mainnav-item {
  min-width: 92px;
  height: 50px;
}

.navbar-nav .mainnav-item:hover,
.navbar-nav .mainnav-item-active {
  background-color: #232e38 !important;
}

.navbar-nav .mainnav-item-active {
  border-bottom: 2px solid var(--color-scw-orange);
}

.navbar-nav > li > a .glyphicon,
.navbar-nav > li > a .fa,
.navbar-nav > li > a img.icon,
.navbar-nav > li.mainnav-item-active > a .glyphicon,
.navbar-nav > li.mainnav-item-active > a .fa,
.navbar-nav > li.mainnav-item-active > a img.icon {
  font-size: 16px;
  display: block;
  text-align: center;
  color: var(--color-scw-gray-2);
}

.navbar-nav > li > a img.icon {
  height: 16px;
  margin: 0 auto;
}

.navbar-nav > li > a:hover .glyphicon,
.navbar-nav > li > a:hover .fa,
.navbar-nav > li > a:hover img.icon {
  color: white;
}

.dropdown-navitem .navitem-text::after {
  content: ' \0025BE';
}

.navbar-nav > li > a .navitem-text,
.navbar-nav > li.mainnav-item-active > a .navitem-text {
  display: block;
  text-align: center;
  opacity: 1;
  font-size: 13px;
  line-height: 13px;
  margin-top: 5px;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: var(--color-white);
  border-bottom: 2px solid var(--color-scw-orange);
  background-image: none;
  outline-color: unset;
}

.navbar-fixed-top {
  background-color: #333e48;
}

.navbar-fixed-top .navbar-header {
  border-right: 1px solid #777;
}

.navbar-fixed-top .navbar-brand {
  padding: 8px 32px;
}

.navbar-fixed-top .navbar-nav.navbar-right > li {
  /*border-left: 1px solid #777;*/
  border-right: 0;
}

.navbar-fixed-top .navbar-nav > li > a {
  color: var(--color-scw-gray-2);
  font-size: 13px;
  height: 50px;
  transition: none;
  margin-right: 0;
  margin-left: 0;
}

.navbar-fixed-top .navbar-nav > li.mainnav-item-active > a {
  color: #fff;
}

.navbar-fixed-top .navbar-nav > li > a:hover {
  border-bottom: 2px solid var(--color-scw-orange);
  color: #fff !important;
  background-color: #232e38;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #232e38;
}

.navbar .nav > li > a,
.navbar .nav > li.mainnav-item-active > a {
  padding: 8px 0 0 0;
}

.navbar-login-item {
  min-width: 50px;
  margin-right: 20px;
}

.navbar .btn {
  font-size: 14px;
  color: #ddd;
  font-weight: normal;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  border-bottom: 2px solid var(--color-scw-orange);
}

.navbar-nav > li > .dropdown-menu {
  margin: 0;
  padding: 0;
}

.dropdown-menu > li > a {
  padding: 10px 20px 10px 10px;
}

.dropdown-menu .user-name {
  margin: 10px 20px;
}

.dropdown-menu .divider {
  margin: 3px 0 0;
}

.sub-menu-icon {
  font-size: 200%;
  display: block;
  float: left;
  margin-top: 5px;
  margin-right: 12px;
}

.border-bottom-menu {
  border-bottom: 0.55px solid #999999;
}

.help-menu {
  min-width: 300px !important;
}

.dropdown-menu.help-menu .navitem-text {
  margin-right: 44px;
}

.dropdown-menu.help-menu > li:first-child .navitem-text {
  margin-right: 58px;
}

.dropdown-menu.help-menu .navitem-text.small-text-slim {
  margin-right: 30px !important;
}

/*hide churnzero button*/
#czChatButtonWrapper,
.cz-chat-button-2-wrapper {
  display: none !important;
}

.churnzero-badge {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 0 8px;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: red;
}

.churnzero-alert {
  position: absolute;
  right: 30px;
  top: 5px;
  width: 12px;
  border-radius: 5px;
  height: 12px;
  background-color: red;
  border: 1px solid #333f48;
}

.dropdown-navitem:hover .churnzero-alert {
  display: none;
}

#cz_success_center_container {
  display: none !important;
}

.help-menu-new-tab-icon {
  position: absolute;
  font-size: 18px;
  top: 12px;
  right: 12px;
}

.small-text-slim {
  font-size: 80%;
  font-weight: 200;
  letter-spacing: 1px;
}

.btn {
  border: 0px;
  border-radius: 6px;
  font-size: 13px;
}

.btn,
.btn:hover {
  text-shadow: none;
}

.btn-xs {
  border-radius: 2px;
}

.btn.big-text {
  font-size: 18px;
}

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

.login-container {
  width: 400px;
  box-shadow: 0px 0px 52px 22px #444;
  border-radius: 5px;
  margin-bottom: 60px !important;
  margin-top: 60px !important;
  background-size: auto 250px;
  background-color: rgba(40, 40, 40, 0.7);
}

.login-container form {
  padding: 10px 30px 30px 30px;
  border-radius: 5px;
}

.login-container form button {
  margin-bottom: 15px;
}

.login-container .login-logo {
  width: 340px;
  margin: 0 auto;
  padding-top: 15px;
  display: block;
}

.centred {
  float: none;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.floating-box {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  background-color: #fff;
  width: 200px;
  height: 300px;
  padding: 15px;
}

.merge-button {
  display: none;
}

.question-progress {
  font-size: xx-large;
}

.answer-modal-glyph {
  font-size: xx-large;
}

.modal-open {
  overflow-y: scroll;
}

div.modal[uib-modal-window] {
  z-index: 1151 !important;
}

.incomplete {
  color: #3d3a39;
}

.incorrect {
  color: #c9493a;
}

.correct {
  color: #657d19;
}

.wandering-cubes-spinner:before {
  background-color: #f38b00;
}

.wandering-cubes-spinner:after {
  background-color: #ffb700;
}

.wandering-cubes-spinner {
  margin: 0;
}

.wave-spinner {
  margin: 0;
  height: 30px;
  text-align: center;
  font-size: 10px;
  width: 50px;
}

.wave-spinner > div {
  background-color: #f38b00;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

@-webkit-keyframes stretchdelay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    background-color: #ffb700;
  }
}

@keyframes stretchdelay {
  0%,
  100%,
  40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    background-color: #ffb700;
  }
}

.loading {
  position: relative;
  top: 10px;
  width: 50px;
  height: 30px;
  z-index: 100;
  margin-right: 15px;
  cursor: default;
}

.loading-text {
  margin-top: 18px;
  margin-right: 10px;
  font-size: 11px;
  cursor: default;
}

.glyphicon-user {
  position: relative;
  top: 4px;
  font-size: 46px;
  margin-left: 15px;
}

.glyphicon-user.reset-glyphicon-user-size-to-normal {
  font-size: 13px;
  margin-left: 0;
  top: 2px;
}

.user-menu-dropdown {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 5px !important;
  padding-right: 15px !important;
}

.user-menu-dropdown img {
  margin: 5px 9px;
  border-radius: 9px;
  height: 40px;
  width: 40px;
}

#tourButton {
  font-size: large;
}

body {
  overflow-x: hidden;
}
body.new-simple-flow-state {
  padding-top: 0;
}

.leaflet-container {
  background: #111;
}

.terminal-box {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-top: 1px solid #ffb700;
  z-index: 2000;
}

.terminal-close {
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.terminal {
  background-color: rgba(0, 0, 0, 0.8);
}

.cmd {
  background-color: transparent;
}

@-webkit-keyframes slideInTop {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes slideInTop {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes slideOutTop {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}

@keyframes slideOutTop {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}

.fade-out.on-remove.ng-hide-add {
  opacity: 0;
  transition: opacity 0.5s ease-in-out !important;
}

.fade-in.on-add.ng-enter,
.fade-in.on-add.ng-hide-remove {
  opacity: 1;
  transition: opacity 1s ease-in-out !important;
}

.slide-left.on-add.ng-enter {
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-name: slideInright;
}

.slide-right.on-add {
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-name: slideInRight;
}

.slide-left.on-remove.ng-hide-add {
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-name: slideInLeft;
}

.slide-right.on-remove.ng-hide-add {
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-name: slideOutRight;
}

.slide-up.on-add {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInTop;
  animation-name: slideInTop;
}

.slide-up.on-remove {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideOutTop;
  animation-name: slideOutTop;
}

.round-timer-wrapper {
  height: 42px;
  width: 150px;
  background-color: #32383e;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  z-index: 1035;
  position: absolute;
  left: 0;
  right: 0;
  top: -65px;
  margin-left: auto;
  margin-right: auto;
}

.round-progress-wrapper {
  position: relative;
  margin: 0 auto;
}

.round-progress-text {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 76px;
  font-size: 14px;
  color: #bbb;
  text-align: center;
}

.round-progress {
  margin-left: auto;
  margin-right: auto;
}

.timer-text-upper {
  width: 100%;
  padding-top: 2px;
  font-size: 10px;
  text-align: center;
}

.timer-text-lower {
  width: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
}

.nv-axis text {
  fill: #bbb;
}

.nv-legend text {
  fill: #bbb;
}

.visibility-hidden {
  visibility: hidden;
}

.not-displayed {
  display: none;
}

.uncloak-alert {
  display: block !important;
}

.textarea-noresize {
  resize: none;
}

.progressbar1 {
  width: 50%;
}

.progressbar2 {
  width: 33.33%;
}

.progressbar3 {
  width: 25%;
}

.progressbar-text {
  white-space: nowrap;
}

/*.nested-drawer {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #111;
}

.nested-drawer.drawn {
	width: 300px;
}*/

.in.collapse + a.btn.showdetails:before {
  content: 'Hide details';
}

.collapse + a.btn.showdetails:before {
  content: 'Show details';
}

/*.ng-pageslide {
	background: #2e3338;
}

.ng-pageslide-content {
	padding: 12px;
}*/

.drawer-toggle-button,
.expand-code-toggle-button {
  position: absolute;
  left: 15px;
  top: -30px;
}

.view-diff-tutorial-button {
  position: absolute;
  right: 60px;
  bottom: 74px;
  z-index: 100;
}

.view-diff-tutorial-button > .glyphicon {
  font-size: 18px;
  opacity: 0.9;
}

.solution-button {
  margin-left: 5px;
}

header {
  margin-bottom: 10px;
}

footer {
  margin-top: 10px;
  /*position: absolute;
	bottom: 0;*/
  text-align: center;
  width: 100%;
}

body > footer {
  width: 100%;
  z-index: 0 !important;
}

.inline-header {
  display: inline;
}

.orange-text {
  color: #f38b00;
}

.yellow-text {
  color: #ffb700;
}

.dull-yellow-text {
  color: #dd9935;
}

.black-text {
  color: #000;
}

.red-text {
  color: #c9493a;
}

.green-text {
  color: #657d19;
}

.completed-text {
  color: #757575;
}

.blue-text {
  color: #006b94;
}

.white-text {
  color: #fff;
}

.gold-text {
  color: #ffa008;
}

.silver-text {
  color: #c4c7ce;
}

.bronze-text {
  color: #ad6b2a;
}

.country-header {
  line-height: 30px;
}

.worldmap-terminal {
  font-size: 16px;
  position: absolute;
  left: 24px;
  top: 82px;
  z-index: 100;
  cursor: pointer;
}

.worldmap-home {
  font-size: 16px;
  position: absolute;
  left: 23px;
  top: 108px;
  z-index: 100;
  cursor: pointer;
}

.worldmap-mute {
  font-size: 16px;
  position: absolute;
  left: 25px;
  top: 132px;
  z-index: 100;
  cursor: pointer;
}

.worldmap-attribution {
  font-size: 8px;
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: 100;
  max-width: 40%;
  text-align: right;
  padding-right: 10px;
}

.navigate-back-control-page {
  position: relative;
  top: 9px;
  left: 9px;
  z-index: 1;
  margin-bottom: 10px;
}

.ui-select-container {
  height: auto;
  padding: 0;
}

.form-control.ui-select-container.ui-select-multiple {
  height: auto;
}

.select2-results .select2-highlighted ul {
  background: inherit;
  color: inherit;
}

/* start - from animate.css */
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  25% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  50% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  75% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  25% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  50% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  75% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-o-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  25% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  50% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  75% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  25% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  50% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  75% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate(-150%, 0);
    transform: translate(-150%, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate(-150%, 0);
    transform: translate(-150%, 0);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

/* end - from animate.css */

.arc {
  stroke-dasharray: 3;
  animation: dash 2s linear forwards infinite;
  -webkit-animation: dash 2s linear forwards infinite;
}

@keyframes dash {
  from {
    stroke-dashoffset: 30;
  }
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 30;
  }
}

th.tablesort-sortable,
.non-sortable-header {
  background-color: rgba(0, 0, 0, 0.6);
  text-align: left;
}

.sortable-header {
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  color: #dd9935;
  text-align: left;
}

.third-width-cell {
  width: 33%;
}

table .tablesort-asc,
table .tablesort-desc {
  background-color: rgba(0, 0, 0, 0.8);
}

.class-limited {
  background-color: rgba(97, 78, 102, 0.4);
}

.class-aware {
  background-color: rgba(0, 107, 148, 0.4);
}

.class-skilled {
  background-color: rgba(101, 125, 26, 0.4);
}

.class-champion {
  background-color: rgba(255, 183, 0, 0.4);
}

.shift-up {
  margin-top: -5px;
  margin-bottom: 2px;
}

.slide-left {
  z-index: 50;
  display: block;
}

.slide-left-remove {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #272b30;
  z-index: 20;
  display: block;
}

.slide-left-add {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #272b30;
  z-index: 20;
  display: block;
}

@-webkit-keyframes slideCodeOut {
  0% {
    left: 0%;
  }

  100% {
    left: 42%;
  }
}

@keyframes slideCodeOut {
  0% {
    left: 0%;
  }

  100% {
    left: 42%;
  }
}

.content-container {
  position: absolute;
  height: 100%;
  width: 42%;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 15px;
}

.introjs-tooltip {
  background-color: #e4e5e6;
  color: #333e48;
}

.introjs-helperLayer {
  background-color: rgba(255, 255, 255, 0.4);
}

.introjs-tooltip {
  min-width: 300px;
  /*max-width: 500px;*/
}

.cursor-pointer,
.cursor-pointer:hover {
  cursor: pointer;
}

.cursor-help,
.cursor-help:hover {
  cursor: help;
}

.not-allowed {
  cursor: not-allowed !important;
}

image[pointer] {
  cursor: pointer;
}

.colour-box-red {
  background-color: #f44336;
}

.colour-box-green {
  background-color: #4caf50;
}

.colour-box-orange {
  background-color: #ff9800;
}

.colour-box-scwred {
  background-color: #c9493a;
}

.colour-box-scworange {
  background-color: #f38b00;
}

.colour-box-scwyellow {
  background-color: #ffb700;
}

.colour-box-blue {
  background-color: #2196f3;
}

.colour-box-scwgreen {
  background-color: #657d19;
}

.colour-box-scwblue {
  background-color: #006b94;
}

.colour-box-scwpurple {
  background-color: #614d65;
}

.colour-box-darkpurple {
  background-color: #282040;
}

.colour-box-cyan {
  background-color: #00bcd4;
}

.colour-box-scwdarkgrey {
  background-color: #333e48;
}

.colour-box-scwgrey {
  background-color: #61666b;
}

.colour-box-scwlightgrey {
  background-color: #dce0e5;
}

.colour-box-bluegrey {
  background-color: #607d8b;
}

.colour-box-darkgreen {
  background-color: #3c9f40;
}

.colour-box-scwdullyellow {
  background-color: #dd9935;
}

.colour-box-teal {
  background-color: #009688;
}

.colour-box-purple {
  background-color: #9c27b0;
}

.colour-box-black {
  background-color: #161616;
}

.multicolour-bar-box {
  width: 20%;
  height: 15px;
  display: inline-block;
}

.intro-splash {
  width: 60%;
  margin-bottom: 50px;
}

.intro-splash-img {
  max-width: 100%;
  max-height: 400px;
}

.intro-splash-img-3 {
  max-width: 50%;
  font-size: 100px;
}

.intro-splash-pull-right {
  float: right;
}

.intro-splash-centred,
.text-centred {
  text-align: center;
}

.embedded-video {
  margin: 5px 0 0 10px;
  display: block;
}

.embedded-video-intro {
  margin: 0 auto;
  display: block;
}

.embedded-video-container {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  margin: 20px 0;
}

.embedded-video-error-text {
  margin-top: 0px;
  text-align: center;
}

.mission-video-close {
  position: absolute;
  top: 4px;
  right: 6px;
}

.bg-worldmap {
  position: fixed;
  top: 60px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0.15;
  z-index: -50;
}

.bg-worldmap .jvectormap-zoomin {
  display: none;
}

.bg-worldmap .jvectormap-zoomout {
  display: none;
}

.waiting-assignment .waiting-for-assignment {
  padding: 50px 0px 65px 0px;
  margin: 60px 0px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 100 !important;
}

.waiting-assignment .waiting-for-assignment img {
  float: right;
  max-height: 200px;
}

.waiting-assignment .waiting-for-assignment h2 {
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffb700;
}

.introjs-tooltipbuttons > a:hover {
  color: #666;
}

.active-mission-table {
  background-color: transparent;
}

.active-mission-table tr[ng-click]:hover,
.active-mission-table tr.keyboard-selected {
  background-color: var(--color-scw-orange);
  color: black;
  box-shadow: none !important;
}

.active-mission-table tr[ng-click]:hover span,
.active-mission-table tr.keyboard-selected span {
  color: black !important;
}

.active-mission-table tr:hover button,
.active-mission-table tr.keyboard-selected button {
  background: white;
  color: black !important;
  font-weight: bold;
}

.active-mission-table tr:hover button:hover,
.active-mission-table tr.keyboard-selected button:hover {
  background: white;
}

.active-mission-table td {
  padding: 2px 6px 0px 0px;
}

.active-mission-item {
  margin: 0 -15px 10px -15px;
  padding: 0 15px 0 15px;
}

.active-mission-item:hover {
  background-color: rgba(192, 192, 255, 0.1);
}

.collapse-text-toggle {
  color: #999;
}

.collapse-text-toggle:hover {
  color: #eee;
}

.chart-legend {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.chart-legend .legend-controls {
  margin-top: 16px;
  width: 100%;
}

.chart-legend .legend-control {
  box-sizing: content-box;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: normal;
  padding: 3px 2%;
  color: #fff;
  margin-left: 0.5%;
  float: left;
  min-height: 70px;
  position: relative;
}

.chart-legend .legend-control-game {
  background-color: #000;
}

.chart-legend .donut-legend-control {
  width: 20.625%;
}

.chart-legend .spider-legend-control {
  width: 15.6%;
}

.chart-legend .maturity-legend-control-game {
  width: 45.75%;
}

.legend-control-beginner {
  border-top: 5px solid rgba(255, 255, 255, 0.2);
}

.legend-control-aware {
  border-top: 5px solid rgba(255, 255, 255, 0.5);
}

.legend-control-skilled {
  border-top: 5px solid rgba(255, 255, 255, 0.8);
}

.legend-control-champion {
  border-top: 5px solid rgba(255, 183, 0, 1);
}

.chart-legend .legend-control:first-child {
  border-bottom-left-radius: 3px;
  margin-left: 0px;
}

.chart-legend .legend-control:last-child {
  border-bottom-right-radius: 3px;
}

.legend-text-upper {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 5px;
  word-break: break-word;
}

.donut-legend-text-upper {
  font-size: 13px;
}

.spider-legend-text-upper {
  font-size: 10px;
  height: 32px;
}

.spider-legend-text-upper-game {
  font-size: 12px;
  margin-top: 10px;
}

.maturity-legend-text-upper {
  font-size: 14px;
  height: 25px;
}

.legend-text-under {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-top: 0;
}

.donut-legend-text-under {
  font-size: 26px;
}

.spider-legend-text-under {
  font-size: 16px;
  /*position: absolute;*/
  /*bottom: 8px;*/
  /*left: 50%;*/
}

.maturity-legend-text-under {
  font-size: 20px;
  color: #ffb700;
}

.swtime-slider-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  height: 81px;
  padding-top: 15px;
  border-top: 5px solid rgba(255, 255, 255, 0.5);
}

.sw-time-current {
  color: #fff;
}

.colour-box-innertext {
  margin-left: 15px;
  color: #fff;
}

.nvd3 text {
  fill: #fff;
}

.easy-pie {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 130px;
  height: 130px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}

.easy-pie-game {
  background-color: #000;
}

.easy-pie.easy-pie-time canvas {
  position: absolute;
  top: 13px;
  left: 13px;
}

.easy-pie canvas {
  position: absolute;
  top: 20px;
  left: 20px;
}

.easy-pie-text {
  line-height: 130px;
  z-index: 2;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Roboto', sans-serif;
}

.easy-pie-text sup {
  font-size: 12px;
}

.donut-text {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -54px;
  margin-left: -100px;
  z-index: 2;
  width: 200px;
}

.donut-text-upper {
  font-weight: 300;
  font-size: 60px;
  font-family: 'Roboto', sans-serif;
  line-height: 66px;
  color: rgba(255, 183, 0, 1);
}

.donut-text-under {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.8);
}

.donut-label-web {
  font-weight: 300;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  line-height: 46px;
  color: rgba(255, 183, 0, 1);
  margin-left: 75px;
}

.donut-label-mobile {
  font-weight: 300;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  line-height: 46px;
  color: rgba(255, 183, 0, 1);
  margin-left: 70px;
}

.colour-box {
  width: 49.5%;
  padding: 0 0 100px 0;
  margin: 5px 0.5% 5px 0.5%;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
  Adapted from .colour-box-small but with width/padding/margin removed so
  that these can be controlled by bootstrap and container classes
 */
.colour-box-small-bootstrap {
  min-height: 130px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.colour-box:first-child {
  margin-left: 0;
}

.colour-box:last-child {
  margin-right: 0;
}

.colour-box-fullwidth {
  margin: 5px 0;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  /*position: relative;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.colour-box-small {
  min-height: 130px;
  width: 24%;
  margin: 5px 0.5%;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 993px) {
  .colour-box-container {
    padding: 0.5%;
  }
  .colour-box-container:first-child {
    padding-left: 0px;
  }
  .colour-box-container:last-child {
    padding-right: 0px;
  }
}

@media (max-width: 992px) {
  .colour-box-container {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.simple-flow .colour-box-black {
  margin: 0 !important;
}

.simple-flow .colour-box-small:first-child {
  margin-left: 0;
}

.simple-flow .colour-box-small:last-child {
  margin-right: 0;
}

.colour-box-small-qtr {
  width: 24.25% !important;
}

.colour-box-small-third {
  width: 32.666%;
}

.colour-box-small-half {
  width: 49.5% !important;
}

.colour-box-small-full {
  width: 100%;
}

.colour-box-text-v {
  color: #fff;
  padding: 12px 20px;
  margin: 0px 0px 12px 0px;
  background-color: rgba(0, 0, 0, 0.1);
}

.colour-box-text-v-dark {
  /* color: #FFF; */
  padding: 12px 20px;
  margin: 0px 0px 12px 0px;
  background-color: rgba(0, 0, 0, 0.1);
}

.colour-box-text-v-game {
  color: #fff;
  padding: 12px 20px;
  margin: 0px 0px 20px 0px;
  background-color: #000;
}

.colour-box-text-h {
  margin-top: 40px;
  padding-left: 150px;
  color: #fff;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5em;
  margin-bottom: 0;
}

.colour-box-text-h-accuracy {
  margin-top: 29px;
  padding-left: 150px;
  color: #fff;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5em;
  margin-bottom: 0;
}

.colour-box-text-h2 {
  padding-left: 150px;
  color: #fff;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-top: 0;
}

.colour-box-text-h3 {
  padding-left: 150px;
  color: #fff;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-top: 0;
}

.colour-box-text-h5 {
  padding-left: 150px;
  color: #fff;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-top: 0;
}

.colour-box-text-note {
  padding-left: 150px;
  color: #fff;
  font-size: 9px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-top: 0;
}

.slate-padding-fixup {
  padding-left: 0;
  padding-right: 0;
}

.assessment-challenge-row {
  padding: 15px;
  margin: 15px 0px;
  border-width: 1px 1px 1px 5px;
  border-style: solid;
  border-color: #666;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-radius: 4px;
}

.incomplete-challenge {
  border-color: #ffb700;
}

.invalid-challenge {
  border-color: #ef5f5b;
}

.valid-challenge {
  border-color: #3b9a3a;
}

.deprecated-challenge {
  border-color: #33ebff;
}

.alert-info-custom {
  background-color: #33ebff;
  color: #000;
}

.alert-warning-custom {
  background-color: #f89406;
  color: #000;
}

.inactive-challenge {
  border-color: #666;
}

.invalid-previously-added-challenge {
  border-color: #e96506;
}

.abandon-assessment-container {
  width: 80%;
  padding-top: 18px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  font-size: 12px;
}

.abandon-assessment-container > a {
  color: #fcb702;
  text-decoration: underline !important;
}

.table-cell {
  vertical-align: middle !important;
}

.action-cell {
  cursor: default !important;
}

.avatar-header {
  width: 100px;
  text-align: center;
}

.action-header {
  min-width: 200px;
  text-align: center;
}

.rank-header {
  width: 70px;
}

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

.hotkey-table {
  margin: 0 auto;
  background-color: transparent;
  width: 70%;
}

.hotkey-table td {
  padding: 6px;
  text-align: left;
}

.profile-avatar {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}

.answer-correct-modal-header {
  border-bottom: 2px solid #657d19;
}

.answer-incorrect-modal-header {
  border-bottom: 2px solid #c9493a;
}

.answer-modal-time {
  position: absolute;
  right: 25pt;
  top: 25pt;
  font-weight: bold;
  font-family: sans !important;
}

.answer-modal-time .glyphicon {
  position: relative;
  top: 1pt;
}

/*.modal-content {
	background-color: rgba(0,30,50,0.9);
	border: 1px solid rgba(0,50,80,1);
	border-radius: 0px;
}*/

.feedback-panel.feedback-panel-slide {
  max-height: 400px;
}

.feedback-panel {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-height: 0px;
  overflow: hidden;
}

a:hover,
a:focus {
  color: #dd9935;
}

a {
  color: #dd9935;
}

a.disabled {
  color: #dd993588;
  cursor: not-allowed;
}

.security-maturity-box {
  height: 460px;
}

.security-maturity-box-metrics {
  height: 452px;
}

.security-maturity-box-metrics > .relative.zoomable {
  height: 287px;
}

.rank-change-arrow {
  font-size: 12px;
}

.rank-change-text {
  font-size: 16px;
}

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

.leaderboard-rank-change-arrow {
  font-size: 11px;
}

.leaderboard-table {
  color: #fff;
}

.leaderboard-me {
  background-color: rgba(255, 255, 255, 0.12);
}

.sw-column-correct {
  background-color: #657d19;
  height: 0;
  position: absolute;
  bottom: 38px;
  right: 0;
  width: 5px;
}

.sw-column-correct-left {
  background-color: #305500;
  right: 5px;
}

.sw-column-incorrect {
  background-color: #c9493a;
  height: 0;
  position: absolute;
  top: 38px;
  right: 0;
  width: 5px;
}

.sw-column-incorrect-left {
  background-color: #993000;
  right: 5px;
}

.side-panel-div {
  width: 29.55%;
  margin-left: 0.3%;
  margin-right: 0.3%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

#newsfeed-panel {
  background: #111;
  overflow: auto;
  /*border-top: 4px ridge #006b94;
	border-bottom: 4px groove #006b94;
	border-radius: 12px;*/
  padding: 0 15px;
  margin-top: 5px;
}

#newsfeed-panel p {
  margin: 0;
  line-height: 1.2;
  font-family: 'Inconsolata';
}

#leaderboard-panel {
  background: #111;
  overflow: auto;
  /*border-top: 4px ridge #006b94;
	border-bottom: 4px groove #006b94;
	border-radius: 12px;*/
  padding: 0 15px;
}

.worldmap-column {
  background-color: #111;
  /*border-top: 4px ridge #006b94;
	border-bottom: 4px groove #006b94;
	border-radius: 12px;*/
  width: 69.55%;
  margin-left: 0.3%;
  overflow: hidden;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.worldmap-column.worldmap-column-fullwidth {
  width: 100%;
}

.worldmap-row {
  width: 100%;
  margin: 0;
  padding: 0;
}

.worldmap-column-leaderboard-hidden {
  background-color: #111;
  /*border-top: 4px ridge #006b94;
	border-bottom: 4px groove #006b94;
	border-radius: 12px;*/
  width: 100%;
  margin-left: 0.3%;
  overflow: hidden;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

#worldmap {
}

.worldmap-overlay {
  font-family: 'Inconsolata', monospace;
  max-width: 70%;
  max-height: 40%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 30, 50, 0.9);
  border: 1px solid rgba(0, 50, 80, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 10px 5px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.worldmap-overlay-hidden {
  left: -70%;
}

.worldmap-overlay-text {
  margin: 0;
}

.active-mission-button {
  font-family: 'Inconsolata', monospace;
  font-size: 12px;
  padding: 0 10px;
  border: solid #1f628d 2px;
  background-color: transparent;
  margin-left: 8px;
  margin-bottom: 3px;
  width: 74px;
}

.active-mission-button:hover {
  background: rgba(0, 80, 120, 0.6);
}

.active-mission-button:disabled {
  opacity: 0.3;
}

.active-mission-button:disabled:hover {
  background: inherit;
  cursor: default !important;
}

.worldmap-dialog {
  width: 70%;
  height: 60%;
  background-color: rgba(0, 30, 50, 0.9);
  border: 1px solid rgba(0, 50, 80, 1);
  position: absolute;
  top: 20%;
  left: 15%;
  z-index: 100;
  font-family: 'Inconsolata', monospace;
  /*border-top: 4px ridge #006b94;
	border-bottom: 4px groove #006b94;
	border-radius: 12px;*/
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.worldmap-dialog h4 {
  font-family: 'Inconsolata', monospace;
}

/*.worldmap-dialog h4:after {
	content: "_";
}*/

.worldmap-dialog.ng-animate.ng-enter {
  left: -100%;
}

.worldmap-dialog.ng-animate.ng-enter.ng-enter-active {
  left: 15%;
}

.worldmap-dialog.ng-animate.ng-leave {
  left: 15%;
}

.worldmap-dialog.ng-animate.ng-leave.ng-leave-active {
  left: -100%;
}

.worldmap-dialog-content {
  height: 83%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 15px;
}

.worldmap-dialog-footer {
  padding: 8px 15px 0px 15px;
  border-top: 1px solid rgba(0, 50, 80, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
}

.worldmap-dialog-button {
  font-family: 'Inconsolata', monospace;
  font-size: 13px;
  padding: 0 10px;
  border: solid #1f628d 2px;
  background-color: transparent;
}

.worldmap-dialog-button-accept {
  border: 2px solid #c9493a;
  background-color: transparent;
}

.worldmap-dialog-button-accept:focus {
  outline: 1px solid #c9493a;
}

.worldmap-dialog-button-close {
  border: 2px solid #1f628d;
  background-color: transparent;
}

.worldmap-dialog-button:hover {
  background: rgba(0, 80, 120, 0.6);
}

.worldmap-dialog-briefing-icons {
  min-height: 80px;
  text-align: center;
  margin-bottom: 7px;
  padding: 0 15px;
}

.worldmap-dialog-briefing-icon-attacker {
  float: left;
  width: 150px;
}

.worldmap-dialog-briefing-icon-secure {
  float: left;
  width: 50px;
  font-size: 24px;
  padding-top: 32px;
}

.padlock-pulse {
  -webkit-animation: padlock-pulse-green 1.2s infinite ease-in-out;
  animation: padlock-pulse-green 1.2s infinite ease-in-out;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

@-webkit-keyframes padlock-pulse-green {
  0%,
  100% {
    color: #859d39;
  }
  50% {
    color: #657d19;
  }
}

@keyframes padlock-pulse-green {
  0%,
  100% {
    color: #859d39;
  }
  50% {
    color: #657d19;
  }
}

.worldmap-dialog-briefing-icon-target {
  float: left;
  width: 50px;
  font-size: 10px;
  padding-top: 40px;
}

/*
 *  Usage:
 *
 *    <div class="chevron-wave">
 *      <span class="glyphicon glyphicon-chevron-right chevron-chev1"></span>
 *      <span class="glyphicon glyphicon-chevron-right chevron-chev2"></span>
 *      <span class="glyphicon glyphicon-chevron-right chevron-chev3"></span>
 *      <span class="glyphicon glyphicon-chevron-right chevron-chev4"></span>
 *      <span class="glyphicon glyphicon-chevron-right chevron-chev5"></span>
 *    </div>
 *
 */
.chevron-wave .glyphicon {
  -webkit-animation: chevron-waveColour 1.2s infinite ease-in-out;
  animation: chevron-waveColour 1.2s infinite ease-in-out;
}

.chevron-wave .chevron-chev1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.chevron-wave .chevron-chev2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.chevron-wave .chevron-chev3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.chevron-wave .chevron-chev4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.chevron-wave .chevron-chev5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes chevron-waveColour {
  0%,
  40%,
  100% {
    color: #c9493a;
  }
  20% {
    color: #e9695a;
  }
}

@keyframes chevron-waveColour {
  0%,
  40%,
  100% {
    color: #c9493a;
  }
  20% {
    color: #e9695a;
  }
}

.worldmap-dialog-briefing-icon-system {
  float: left;
  width: 150px;
}

.worldmap-stats {
  width: 280px;
  min-height: 118px;
  max-height: 50%;
  background-color: rgba(0, 30, 50, 0.9);
  border: 1px solid rgba(0, 50, 80, 1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  font-family: 'Inconsolata', monospace;
  font-size: 13px;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.worldmap-stats-min {
  right: -210px;
}

.worldmap-stats-otherinfo {
  float: left;
  width: 207px;
  min-height: 116px;
  padding: 5px 5px 8px 5px;
}

.worldmap-stats-otherinfo .col-md-3 {
  padding: 0;
  text-align: center;
}

.worldmap-stats-otherinfo p:first-child {
  margin: 0;
}

.worldmap-stats-otherinfo p {
  margin: 4px 0 0 0;
}

.worldmap-stats-otherinfo .progress {
  height: 6px;
  margin: 0;
}

.worldmap-stats-level-desc {
  font-size: 16px;
  line-height: 14px;
}

.worldmap-stats-levelinfo {
  float: left;
  width: 70px;
  height: 112px;
  padding: 5px 0;
}

.worldmap-stats-level-text,
.worldmap-stats-maturity-text,
.worldmap-stats-points,
.worldmap-stats-points-text {
  line-height: 14px;
  text-align: center;
  font-size: 14px;
}

.worldmap-stats-maturity-icon-past {
  opacity: 0.2;
}

.worldmap-stats-maturity-icon-future {
  opacity: 0.2;
}

.worldmap-pie {
  position: relative;
  height: 60px;
  text-align: center;
  margin-bottom: 2px;
}

.worldmap-pie canvas {
  position: absolute;
  top: 5px;
  left: 10px;
  margin-bottom: 2px;
}

.worldmap-pie-text {
  line-height: 60px;
  z-index: 2;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}

.worldmap-maturity-shield {
  text-align: center;
}

.worldmap-maturity-shield img {
}

.row-no-margins {
  margin: 0;
}

.progress {
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
}

.progress > .progress-bar {
  overflow: visible;
  white-space: nowrap;
}

.progress > .progress-bar > span {
  position: absolute;
  display: block;
  width: 100%;
}

.progress-bar-info {
  background-color: #006b94;
}

.progress-shift-up {
  margin-top: -15px;
  margin-bottom: 0;
}

.progress-no-bottom-margin {
  margin-top: 5px;
  margin-bottom: 0;
}

.preset-link {
  padding: 5px;
}

.preset-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.mission-buttons {
  position: absolute;
  top: 0;
  right: 0;
}

.mission-button {
  width: 72px;
}

.panel {
  border: 1px solid #ddd;
  border-width: 0 1px 4px 1px;
}

.maturity-display-col {
  font-family: 'Roboto', sans-serif;
  width: 50%;
}

.maturity-display-col:first-child {
  float: left;
}

.maturity-display-col:last-child {
  float: right;
}

.maturity-display-next-glyphicon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #c9493a;
}

.maturity-display-nextimg {
  height: 100px;
  opacity: 0.7;
}

.maturity-display-progressbars {
  width: 80%;
  margin: 0 auto;
}

.maturity-display-progressbars .progress {
  margin-bottom: 8px;
}

.maturity-display {
  width: 50%;
  text-align: center;
  padding-left: 10px;
}

.maturity-display-leveltext {
  font-family: 'Roboto', sans-serif;
}

.maturity-display > h1 {
  cursor: help;
}

.maturity-display-prev {
  position: absolute;
  top: 52px;
  left: 18px;
}

.maturity-display-prev > .glyphicon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  color: #657d19;
}

.maturity-display-next {
  position: absolute;
  top: 52px;
  right: 18px;
}

.maturity-display-next > .glyphicon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  color: #c9493a;
}

.maturity-display-prev > img,
.maturity-display-next > img {
  opacity: 0.3;
}

.maturity-display-prev > h5,
.maturity-display-next > h5 {
  cursor: help;
}

.popover-content > ul {
  padding-left: 20px;
}

.security-maturity-box .popover-content {
  width: 250px;
}

/* #us_report_button {
	right: 140px !important;
	z-index: 10010 !important;
} */

.learning-header {
  margin-top: 0;
  margin-left: 10px;
}

.learning-header-search {
  font-size: 14px;
  margin-right: 10px;
}

.learning-resources-instructions {
  font-size: 18px;
  white-space: normal !important;
  width: 16%;
}

.learning-resources-content {
  margin-bottom: 2px;
}

.learning-resources-panel {
  background-color: rgba(0, 30, 50, 0.9);
  border: 1px solid rgba(0, 50, 80, 1);
  float: left;
  position: absolute;
  top: 0;
  height: 100%;
  white-space: nowrap;
  overflow: auto;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.learning-resources-panel-header {
  border-top: 1px solid rgba(0, 50, 80, 1);
  border-bottom: 1px solid rgba(0, 50, 80, 1);
}

.learning-resources-panel-header > span,
.learning-resources-panel-header > div {
  padding: 10px 15px;
}

.learning-resources-panel-header span.back-arrow {
  border-right: 1px solid rgba(0, 50, 80, 1);
}

.learning-resources-panel-content {
  padding: 5px 15px;
}

.learning-resources-panel-left-hidden {
  display: none;
}

.learning-resources-panel-left-hidden-add,
.learning-resources-panel-left-hidden-remove {
  display: initial;
  left: 25px;
  right: 120%;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.learning-resources-panel-right-hidden {
  display: none;
}

.learning-resources-panel-right-hidden-add,
.learning-resources-panel-right-hidden-remove {
  display: initial;
  left: 100%;
  right: 100%;
}

.learning-resources-panel-primary {
  z-index: 100;
  left: 25px;
  right: 25px;
}

.learning-resources-panel-primary-add,
.learning-resources-panel-primary-remove {
  right: 25px;
}

.learning-resources-list {
  list-style-type: none;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
  white-space: normal;
}

.learning-resources-tickmark {
  display: relative;
}

.learning-resources-tickmark .glyphicon {
  position: absolute;
  top: -20px;
  left: 100px;
}

.learning-resources-tickmark-sub-no-icon .glyphicon {
  position: absolute;
  left: 90px;
}

.learning-resources-list li {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: block;
  padding: 5px 20px 10px;
  -webkit-transition: opacity 0.4s, top 0.4s, max-height 0.4s;
  -moz-transition: opacity 0.4s, top 0.4s, max-height 0.4s;
  -o-transition: opacity 0.4s, top 0.4s, max-height 0.4s;
  -ms-transition: opacity 0.4s, top 0.4s, max-height 0.4s;
  transition: opacity 0.4s, top 0.4s, max-height 0.4s;
}

.learning-resources-list li.learning-resources-tile {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 0px;
  margin: 10px;
  -webkit-transition: opacity 0.4s, top 0.4s, max-height 0.4s;
  -moz-transition: opacity 0.4s, top 0.4s, max-height 0.4s;
  -o-transition: opacity 0.4s, top 0.4s, max-height 0.4s;
  -ms-transition: opacity 0.4s, top 0.4s, max-height 0.4s;
  transition: opacity 0.4s, top 0.4s, max-height 0.4s;
  position: relative;
  height: 200px;
  width: 125px;
}

.learning-resources-list li.learning-resources-tile > .lock-symbol {
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
  font-size: 18px;
  z-index: 1;
  height: 36px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #c9493a;
  border-bottom: 1px solid #c9493a;
  color: #c9493a;
  padding: 6px 0;
}

.learning-resources-list li.learning-resources-tile .learning-resources-list-text {
  position: absolute;
  top: 135px;
  left: 5px;
  right: 5px;
  white-space: normal;
}

.learning-resources-list li:hover .learning-resources-list-text-unlocked {
  color: #dd9935;
}

.learning-resources-list li:last-child {
  border: none;
}

.learning-resources-list > li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.learning-resources-list li.ng-enter {
  opacity: 0;
  /*top: -50px;*/
  max-height: 0px;
}

.learning-resources-list li.ng-enter-active {
  opacity: 1;
  /*top: 0;*/
  max-height: 50px;
}

.learning-resources-list li.ng-leave {
  opacity: 1;
  /*top: 0;*/
  max-height: 50px;
}

.learning-resources-list li.ng-leave-active {
  opacity: 0;
  /*top: -50px;*/
  max-height: 0px;
}

.learning-resource-item-highlight {
  background-color: rgba(255, 255, 255, 0.1);
}

.learning-resource-item-disabled {
  cursor: default !important;
  color: #888;
}

.learning-resources-h-separator {
  border-top: 1px solid rgba(0, 50, 80, 1);
  margin: 0 -15px;
  padding-bottom: 5px;
}

.learning-resources-h-separator-under {
  margin-top: -5px;
}

.learning-resources-list li.learning-resources-search-result {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 50, 80, 1);
}

.learning-resources-list li.learning-resources-search-result:last-child {
  border-bottom: none;
}

.learning-resources-search-breadcrumb {
  overflow: hidden;
  width: 100%;
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}

.learning-resources-search-breadcrumb li {
  float: left;
  padding: 0;
  margin: 0 0.5em 0 1em;
  font-size: 13px;
}

.learning-resources-search-breadcrumb li span {
  background: rgba(29, 54, 70, 1);
  padding: 0.35em 0.7em;
  float: left;
  text-decoration: none;
  color: #ccc;
  position: relative;
}

.learning-resources-search-breadcrumb li span::before,
.learning-resources-search-breadcrumb li span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1em;
  background: rgba(29, 54, 70, 1);
  transform: skew(-10deg);
}

.learning-resources-search-breadcrumb li:last-of-type span,
.learning-resources-search-breadcrumb li:last-of-type span::before,
.learning-resources-search-breadcrumb li:last-of-type span::after {
  font-weight: bold;
  color: #ffb700;
}

.learning-resources-search-breadcrumb li span::before {
  left: -0.5em;
  border-radius: 5px 0 0 5px;
}

.learning-resources-search-breadcrumb li span::after {
  right: -0.5em;
  border-radius: 0 5px 5px 0;
}

.learning-resources-list li:hover .learning-resources-search-breadcrumb li span,
.learning-resources-list li:hover .learning-resources-search-breadcrumb li span::before,
.learning-resources-list li:hover .learning-resources-search-breadcrumb li span::after {
  background: rgba(16, 30, 39, 1);
}

.select2-results {
  max-height: 400px;
}

.preloading-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: rgba(0,0,0,0.3);*/
  z-index: 5000;
}

.preloading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-width: 200px;
  min-height: 100%;
  /*	background-color: #222; */
  border-radius: 6px;
  -webkit-box-shadow: 20px 20px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 20px 20px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 20px 20px 20px -5px rgba(0, 0, 0, 0.75);
  background-image: linear-gradient(-45deg, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.05));
  background-size: 5px;
}

.preloading > .wave-spinner {
  margin: 0 auto;
}

.preloading .preloading-bg-left,
.preloading .preloading-bg-right {
  background: #333;
  width: 50%;
  height: 100%;
  opacity: 1;
  top: 0;
  left: 0px;
  position: fixed;
}

.preloading .preloading-bg-right {
  background: #222;
  left: 50%;
}

.preloading .preloading-bg-left,
.preloading .preloading-bg-right {
  background: #222;
  background-image: -webkit-repeating-linear-gradient(
      left,
      hsla(0, 0%, 100%, 0) 0%,
      hsla(0, 0%, 100%, 0) 6%,
      hsla(0, 0%, 10%, 0.1) 7.5%
    ),
    -webkit-repeating-linear-gradient(left, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0) 4%, hsla(0, 0%, 10%, 0.03) 4.5%),
    -webkit-repeating-linear-gradient(left, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) 1.2%, hsla(0, 0%, 10%, 0.15)
          2.2%),
    linear-gradient(180deg, hsl(0, 0%, 0%) 0%, hsl(0, 0%, 18%) 47%, hsl(0, 0%, 16%) 53%, hsl(0, 0%, 12%) 100%);
}

.preloading > h4 {
  margin-bottom: 50px;
  text-align: center;
}

.preloading-logo {
  left: 0%;
  position: fixed;
  margin-top: 10%;
  margin-left: 40%;
  width: 20%;
  text-align: center;
  border: 1px solid #e80;
  border-radius: 50%;
  padding: 2% 3%;
  background: #222;
  background: -webkit-linear-gradient(bottom right, #000, #444);
  background: -moz-linear-gradient(bottom right, #000, #444);
  background: -o-linear-gradient(bottom right, #000, #444);
  background: linear-gradient(bottom right, #000, #444);
  box-shadow: #e80 0px 0px 15px 1px;
  animation: loading-glow 0.9s infinite alternate;
}

@keyframes loading-glow {
  from {
    box-shadow: 1px 1px 10px 1px #d60;
  }
  to {
    box-shadow: 0px 0px 15px 3px #e80;
  }
}

.preloading-logo .wave-spinner {
  margin: auto;
}

.app-loaded .preloading-logo .wave-spinner {
  display: none;
}

.preloading-logo .unlocked-message {
  display: none;
}

.app-loaded .preloading-logo .unlocked-message {
  display: block;
  font-weight: bold;
  color: #e80;
  text-shadow: #e80 0px 0px 8px;
  font-size: 13pt;
}

.preloading-logo img {
  width: 100%;
  height: auto;
}

@media screen and (orientation: portrait) {
  .preloading-logo {
    width: 60%;
    margin-left: 20%;
    margin-top: 40%;
    padding: 5% 9%;
  }
}

.preloading-container.app-loaded {
  z-index: -999;
  transition: z-index 0s ease-out;
  transition-delay: 1.5s; /* This delay is crucial for the animation to look correct! PLAT-10868 */
}

.preloading-container.remove-preloading {
  display: none;
}

.preloading-container.app-loaded .preloading-bg-left {
  left: 0%;
  width: 0%;
}

.preloading-container.app-loaded .preloading-bg-right {
  left: 100%;
  width: 0%;
}

.preloading-container.app-loaded .preloading-bg-right,
.preloading-container.app-loaded .preloading-bg-left {
  transition: all 0.8s;
  transition-delay: 0.7s;
}

.preloading-container.app-loaded .preloading-logo {
  left: -50%;
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 0.7s;
}

.preloading .alert {
  border-radius: 0;
}

.btn-input-text {
  height: 36px;
}

.btn:hover {
  margin-top: 0;
}

/* from http://codepen.io/aundrekerr/pen/GtLul */
.shine-effect {
  /*   positioning */
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;

  /*   gradient   */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.6) 90%,
    rgba(255, 255, 255, 0) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(1%, rgba(255, 255, 255, 0.03)),
    color-stop(30%, rgba(255, 255, 255, 0.85)),
    color-stop(50%, rgba(255, 255, 255, 0.85)),
    color-stop(70%, rgba(255, 255, 255, 0.85)),
    color-stop(90%, rgba(255, 255, 255, 0.6)),
    color-stop(100%, rgba(255, 255, 255, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.6) 90%,
    rgba(255, 255, 255, 0) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.6) 90%,
    rgba(255, 255, 255, 0) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.6) 90%,
    rgba(255, 255, 255, 0) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.6) 90%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */

  /*  forming the shine element
play around with the width, skew and gradient to get different effects
*/
  width: 30%;
  height: 100%;
  transform: skew(-20deg, 0deg);
  -webkit-transform: skew(-20deg, 0deg);
  -moz-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  -o-transform: skew(-20deg, 0deg);

  /*  animating it  */
  animation: move-shine 6s ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation: move-shine 6s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-transform: skew(-20deg, 0deg);
  -moz-animation: move-shine 6s ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 1s;
  -ms-transform: skew(-20deg, 0deg);
  -ms-animation: move-shine 6s ease-in-out;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 1s;
  -o-transform: skew(-20deg, 0deg);
  -o-animation: move-shine 6s ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 1s;
}

@keyframes move-shine {
  0% {
    left: 0;
    opacity: 0;
    z-index: 0;
  }
  1% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.15;
  }
  4% {
    opacity: 0.2;
  }
  6% {
    opacity: 0.15;
  }
  7% {
    opacity: 0.1;
  }
  8% {
    left: 70%;
    opacity: 0;
    z-index: 0;
  }
  9% {
    z-index: -100;
  }
  100% {
    left: 70%;
    opacity: 0;
    z-index: 0;
  }
}

@-webkit-keyframes move-shine {
  0% {
    left: 0;
    opacity: 0;
    z-index: 10;
  }
  1% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.15;
  }
  4% {
    opacity: 0.2;
  }
  6% {
    opacity: 0.15;
  }
  7% {
    opacity: 0.1;
  }
  8% {
    left: 70%;
    opacity: 0;
    z-index: 10;
  }
  9% {
    z-index: -100;
  }
  100% {
    left: 70%;
    opacity: 0;
    z-index: -100;
  }
}

@-moz-keyframes move-shine {
  0% {
    left: 0;
    opacity: 0;
    z-index: 10;
  }
  1% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.15;
  }
  4% {
    opacity: 0.2;
  }
  6% {
    opacity: 0.15;
  }
  7% {
    opacity: 0.1;
  }
  8% {
    left: 70%;
    opacity: 0;
    z-index: 10;
  }
  9% {
    z-index: -100;
  }
  100% {
    left: 70%;
    opacity: 0;
    z-index: -100;
  }
}

@-ms-keyframes move-shine {
  0% {
    left: 0;
    opacity: 0;
    z-index: 10;
  }
  1% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.15;
  }
  4% {
    opacity: 0.2;
  }
  6% {
    opacity: 0.15;
  }
  7% {
    opacity: 0.1;
  }
  8% {
    left: 70%;
    opacity: 0;
    z-index: 10;
  }
  9% {
    z-index: -100;
  }
  100% {
    left: 70%;
    opacity: 0;
    z-index: -100;
  }
}

@-o-keyframes move-shine {
  0% {
    left: 0;
    opacity: 0;
    z-index: 10;
  }
  1% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.15;
  }
  4% {
    opacity: 0.2;
  }
  6% {
    opacity: 0.15;
  }
  7% {
    opacity: 0.1;
  }
  8% {
    left: 70%;
    opacity: 0;
    z-index: 10;
  }
  9% {
    z-index: -100;
  }
  100% {
    left: 70%;
    opacity: 0;
    z-index: -100;
  }
}

.shine-effect-marker {
  width: 20px;
  transform: skew(-20deg, 0deg);
  animation: move-shine-marker 6s ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation: move-shine-marker 6s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-transform: skew(-20deg, 0deg);
  -moz-animation: move-shine-marker 6s ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 1s;
  -ms-transform: skew(-20deg, 0deg);
  -ms-animation: move-shine-marker 6s ease-in-out;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 1s;
  -o-transform: skew(-20deg, 0deg);
  -o-animation: move-shine-marker 6s ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 1s;
}

@keyframes move-shine-marker {
  0% {
    left: 0;
    opacity: 0;
    z-index: 10;
  }
  1% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.15;
  }
  4% {
    opacity: 0.2;
  }
  6% {
    opacity: 0.15;
  }
  7% {
    opacity: 0.1;
  }
  8% {
    left: 25px;
    opacity: 0;
    z-index: 10;
  }
  100% {
    left: 25px;
    opacity: 0;
    z-index: 10;
  }
}

@-webkit-keyframes move-shine-marker {
  0% {
    left: 0;
    opacity: 0;
    z-index: 10;
  }
  1% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.15;
  }
  4% {
    opacity: 0.2;
  }
  6% {
    opacity: 0.15;
  }
  7% {
    opacity: 0.1;
  }
  8% {
    left: 25px;
    opacity: 0;
    z-index: 10;
  }
  100% {
    left: 25px;
    opacity: 0;
    z-index: 10;
  }
}

@-moz-keyframes move-shine-marker {
  0% {
    left: 0;
    opacity: 0;
    z-index: 10;
  }
  1% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.15;
  }
  4% {
    opacity: 0.2;
  }
  6% {
    opacity: 0.15;
  }
  7% {
    opacity: 0.1;
  }
  8% {
    left: 25px;
    opacity: 0;
    z-index: 10;
  }
  100% {
    left: 25px;
    opacity: 0;
    z-index: 10;
  }
}

@-ms-keyframes move-shine-marker {
  0% {
    left: 0;
    opacity: 0;
    z-index: 10;
  }
  1% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.15;
  }
  4% {
    opacity: 0.2;
  }
  6% {
    opacity: 0.15;
  }
  7% {
    opacity: 0.1;
  }
  8% {
    left: 25px;
    opacity: 0;
    z-index: 10;
  }
  100% {
    left: 25px;
    opacity: 0;
    z-index: 10;
  }
}

@-o-keyframes move-shine-marker {
  0% {
    left: 0;
    opacity: 0;
    z-index: 10;
  }
  1% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.15;
  }
  4% {
    opacity: 0.2;
  }
  6% {
    opacity: 0.15;
  }
  7% {
    opacity: 0.1;
  }
  8% {
    left: 25px;
    opacity: 0;
    z-index: 10;
  }
  100% {
    left: 25px;
    opacity: 0;
    z-index: 10;
  }
}

@keyframes sweetAlertIn {
  0% {
    top: -100%;
  }

  100% {
    top: 50%;
  }
}

.sweet-alert.showSweetAlert {
  animation-name: sweetAlertIn;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}

.sweet-alert {
  top: 50%;
  position: fixed;
  transform: translateY(-50%) translateX(-50%) !important;
  border-radius: 10px;
  overflow: auto;
  width: auto;
  max-height: calc(80%);
  margin: auto !important;
}

.linkedin-profile-section {
  position: absolute;
  top: 20px;
  right: 0;
}

.linkedin-profile-public {
  margin-right: 12px;
  margin-top: 1px;
}

.linkedin-profile-public .popover-inner {
  width: 250px;
}

.stats-public-url {
  text-align: right;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-height: 0px;
  overflow: hidden;
}

.stats-public-url.stats-public-url-slide {
  max-height: 30px;
}

.shield-container {
  position: relative;
  text-align: center;
}

.shield-img {
  opacity: 0.9;
}

.shield-text {
  position: absolute;
  width: 100%;
  top: 58px;
  font-family: 'Inconsolata', monospace;
  font-weight: bold;
  font-size: 25px;
}

.shield-text-correct {
  -webkit-animation: shield-pulse-correct 2s infinite ease-in-out;
  animation: shield-pulse-correct 2s infinite ease-in-out;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes shield-pulse-correct {
  0%,
  100% {
    color: #ffb700;
    text-shadow: 0 3px 5px #000, 0 -3px 5px #222, 3px 0 5px #000, -3px 0 5px #222;
  }
  50% {
    color: #ffd760;
    text-shadow: 0 3px 5px #550, 0 -3px 5px #552, 3px 0 5px #550, -3px 0 5px #552;
  }
}

@keyframes shield-pulse-correct {
  0%,
  100% {
    color: #ffb700;
    text-shadow: 0 3px 5px #000, 0 -3px 5px #222, 3px 0 5px #000, -3px 0 5px #222;
  }
  50% {
    color: #ffd760;
    text-shadow: 0 3px 5px #550, 0 -3px 5px #552, 3px 0 5px #550, -3px 0 5px #552;
  }
}

.shield-text-incorrect {
  -webkit-animation: shield-pulse-incorrect 2s infinite ease-in-out;
  animation: shield-pulse-incorrect 2s infinite ease-in-out;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes shield-pulse-incorrect {
  0%,
  100% {
    color: #f9493a;
    text-shadow: 0 3px 5px #000, 0 -3px 5px #222, 3px 0 5px #000, -3px 0 5px #222;
  }
  50% {
    color: #ff695a;
    text-shadow: 0 3px 5px #500, 0 -3px 5px #522, 3px 0 5px #500, -3px 0 5px #522;
  }
}

@keyframes shield-pulse-incorrect {
  0%,
  100% {
    color: #f9493a;
    text-shadow: 0 3px 5px #000, 0 -3px 5px #222, 3px 0 5px #000, -3px 0 5px #222;
  }
  50% {
    color: #ff695a;
    text-shadow: 0 3px 5px #500, 0 -3px 5px #522, 3px 0 5px #500, -3px 0 5px #522;
  }
}

.public-player-statistics-header {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 10px;
  margin-top: -15px;
  margin-bottom: 25px;
}

.public-player-registered {
  position: absolute;
  top: 8px;
  right: 0;
}

.tutorial-button {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;

  font-size: 14px;
  bottom: 0px;
  right: 178px;

  background-color: rgb(0, 94, 153);

  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid solid none;
  border-width: 1px;
  color: rgb(255, 255, 255);
  border-radius: 5px 5px 0px 0px;

  position: fixed;

  box-sizing: content-box;
  -moz-box-sizing: content-box;

  padding: 0;

  text-align: left;
  line-height: 32px;

  cursor: pointer;
  text-shadow: none;
  z-index: 100;

  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;

  height: 33px;
  width: 130px;
  margin: 0;

  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  justify-content: center;

  text-transform: uppercase;
  animation: 2s button-slide-up;

  right: 326px;
  display: none;
}

@keyframes button-slide-up {
  0% {
    height: 0px;
  }
  100% {
    height: 33px;
  }
}

.tutorial-button:hover {
  height: 42px !important;
  text-decoration: none;
  color: #fff;
  transition: height 0.5s ease;
}

.tutorial-icon {
  width: 2em;
  height: 2em;
  max-height: 100%;
  margin-top: 0.3em;
  display: block;
}

.tutorial-icon:before {
  font-size: 22px;
}

.swal-hint-pre {
  background: transparent;
  border: transparent;
  text-align: left;
  white-space: pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  word-break: break-word !important;
}

.modal-content {
  background-color: rgba(0, 30, 50, 0.9);
  border: 1px solid rgba(0, 50, 80, 1);
  font-family: 'Inconsolata', monospace;
  border-radius: 0;
  cursor: initial;
}

.course-filter .modal-content {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: rgba(0, 30, 50, 1);
}

.modal-content h4 {
  font-family: 'Inconsolata', monospace;
}

.modal-header {
  border-bottom: 1px solid rgba(0, 50, 80, 1);
}

.modal-footer {
  border-top: 1px solid rgba(0, 50, 80, 1);
}

.home-modal-home-icon {
  color: #ffb700;
  font-size: 20px;
}

.thumbnail {
  overflow-x: hidden;
  overflow-y: auto;
  transition: box-shadow 0.2s ease-in-out;
  /*margin-bottom: 0;*/
}

.thumbnail > img {
  height: 150px;
}

.thumbnail-active-text {
  position: absolute;
  top: 4px;
  right: 8px;
}

.thumbnail-updated-text {
  position: absolute;
  top: 4px;
  left: 6px;
  color: #657d19;
}

.caption-heading {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.picker-caption-heading {
  font-size: 21px;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  color: #0590c5;
}

.caption-subheading {
  font-size: 18px;
  margin: 0 0 10px 0;
}

.picker-caption-subheading {
  font-size: 18px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0 0 10px 0;
  color: #0590c5;
}

.thumbnail-simple-flow {
  height: 280px;
  padding-top: 20px;
  cursor: pointer;
  border: 1px solid rgba(0, 50, 80, 1);
  background-color: #001e32e6;
}

.thumbnail-language {
  height: 280px;
  padding-top: 20px;
  cursor: pointer;
  border: 1px solid #888;
}

.thumbnail-language:hover {
  border: 1px solid #888;
  box-shadow: #ccc 0px 0px 10px;
  outline-color: orange !important;
}

.thumbnail-simple-flow:hover {
  border: 1px solid #005587;
  box-shadow: #00a1ff 0px 0px 10px;
}

.thumbnail-language.language-deprecated,
.thumbnail-language.language-locked {
  cursor: inherit;
}

.language-active,
.language-selected {
  border: 1px solid #dd9935;
}

.thumbnail-language:hover,
.thumbnail-language:focus,
.thumbnail-language.keyboard-selected {
  border: 1px solid #ffb700;
  box-shadow: #e80 0px 7px;
  transform: scale(1.03);
  transition: all 0.2s ease-in;
}

.language-locked > .caption,
.language-complete > .caption,
.realm-locked > .caption,
.realm-complete > .caption,
.level-locked > .caption,
.level-complete > .caption {
  opacity: 0.5;
}

.language-deprecated > .deprecated-symbol {
  position: absolute;
  top: 32px;
  left: 0px;
  height: 115px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
  color: #aaaaaa;
  padding: 10px 10px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.deprecated-symbol > .deprecated-info-icon {
  left: 8.33%;
  right: 8.33%;
  top: 8.33%;
  bottom: 8.33%;
}

.deprecated-symbol > .deprecated-text {
  font-family: 'Open Sans';
  font-style: normal;
  font-size: 13px;
  line-height: 130%;
  color: #aaaaaa;
  margin: 0px 8px;
}

.deprecate-info > .tooltip-inner {
  background-color: #383c42;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  text-align: left;
}

.deprecate-info-text {
  font-family: 'Open Sans';
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
}

.language-locked > .lock-symbol,
.level-locked > .lock-symbol {
  position: absolute;
  top: 58px;
  left: 0px;
  right: 0px;
  font-size: 20px;
  z-index: 1;
  height: 42px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #c9493a;
  border-bottom: 1px solid #c9493a;
  color: #c9493a;
  padding: 6px 0;
}

.language-locked > .not-yet-supported,
.level-locked > .not-yet-supported {
  position: absolute;
  top: 58px;
  left: 0px;
  right: 0px;
  font-size: 20px;
  z-index: 1;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #ffb700;
  border-bottom: 1px solid #ffb700;
  color: #ffb700;
  padding: 6px 0;
}

.language-coming-soon > .coming-soon-symbol {
  position: absolute;
  top: 58px;
  left: 0px;
  right: 0px;
  font-size: 20px;
  z-index: 1;
  height: 42px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #f38b00;
  border-bottom: 1px solid #f38b00;
  color: #f38b00;
  padding: 6px 0;
}

.coming-soon-symbol-learning {
  position: absolute;
  top: 58px;
  left: 0px;
  right: 0px;
  font-size: 14px;
  z-index: 1;
  height: 32px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #f38b00;
  border-bottom: 1px solid #f38b00;
  color: #f38b00;
  padding: 6px 0;
}

.coming-soon-label-learning {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  height: 32px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #f38b00;
  padding: 6px 0;
}

.poc-symbol {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size: 14px;
  z-index: 1;
  height: 24px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #006b94;
  padding: 1px 0px;
}

.simple-flow-poc-symbol {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size: 14px;
  z-index: 1;
  height: 24px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1px 0px;
}

.thumbnail.thumbnail-language .caption {
  padding: 5px;
}

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

.bigletter {
  text-align: center;
  height: 100px;
  width: 100px;
  font-size: 66px;
  font-family: 'Roboto', sans-serif;
  background-color: #272b30;
  margin: 20px 0 0 10px;
  color: #1c1e22;
  text-shadow: #999 1px 1px 1px, #000 -1px -1px 2px;
  border: 1px outset #555;
  transition: all 0.2s ease-in-out;
}

.thumbnail-level:hover .bigletter,
.thumbnail-assessment:hover .bigletter,
.thumbnail-level:focus .bigletter,
.thumbnail-level.keyboard-selected .bigletter {
  text-shadow: #999 1px 1px 1px, #000 -1px -1px 2px, #ccc 0px 0px 50px;
  box-shadow: #ccc 0 0 10px;
  outline: none !important;
}

.level-active:hover .bigletter {
  text-shadow: #dd9935 1px 1px 1px, #000 -1px -1px 2px, #dd9935 0px 0px 50px;
  border: 1px outset #ad7925;
  box-shadow: #dd9935 0 0 10px;
}

.big-language-icon {
  text-align: center;
  height: 140px;
  width: 140px;
  font-size: 96px;
  padding-top: 8px;
  font-family: 'Roboto', sans-serif;
  background-color: #272b30;
  margin: 13px auto 0 auto;
  color: #1c1e22;
  text-shadow: #999 1px 1px 1px, #000 -1px -1px 2px;
  border: 1px outset #555;
  transition: all 0.2s ease-in-out;
}

.big-simple-flow-icon {
  text-align: center;
  height: 140px;
  width: 140px;
  font-size: 96px;
  padding-top: 8px;
  font-family: 'Roboto', sans-serif;
  margin: 13px auto 0 auto;
  border: 1px solid rgba(0, 50, 80, 1);
  color: #2a6ea1;
  text-shadow: #999 1px 1px 1px, #000 -1px -1px 2px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}

.thumbnail-language:hover .big-language-icon,
.thumbnail-language:focus .big-language-icon,
.thumbnail-language.keyboard-selected .big-language-icon {
  text-shadow: #999 1px 1px 1px, #000 -1px -1px 2px, #ccc 0px 0px 50px;
  box-shadow: #ccc 0 0 10px;
}

.thumbnail-simple-flow:hover .big-simple-flow-icon {
  text-shadow: #4683b2 1px 1px 1px, #084370 -1px -1px 2px, #6fa3cb 0px 0px 50px;
  box-shadow: #00a1ff 0px 0px 10px;
}

/*.language-active .big-language-icon {
	border: 1px outset #ad7925;
	text-shadow: #dd9935 1px 1px 1px, #000 -1px -1px 2px;
}*/

.language-active:hover .big-language-icon {
  text-shadow: #dd9935 1px 1px 1px, #000 -1px -1px 2px, #dd9935 0px 0px 50px;
  border: 1px outset #ad7925;
  box-shadow: #dd9935 0 0 10px;
}

.bigglyph {
  text-align: center;
  height: 120px;
  width: 120px;
  font-size: 72px;
  font-family: 'Roboto', sans-serif;
  background-color: #272b30;
  margin: 0 auto 0 auto;
  padding-top: 16px;
  color: #1c1e22;
  text-shadow: #999 1px 1px 1px, #000 -1px -1px 2px;
  border: 1px outset #555;
  transition: all 0.2s ease-in-out;
}

/*.language-active > .bigletter, .realm-active > .bigglyph, .level-active > .bigletter {
	background-color: rgba(222, 153, 54, 0.35);
}*/

.thumbnail-realm {
  padding: 15px;
}

.thumbnail-assessment-language {
  padding: 15px;
  overflow: visible;
}

.thumbnail-assessment-list-item {
  margin: 15px 0px;
  overflow: visible;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  padding-bottom: 10px;
}

.assessment-list-heading {
  padding: 10px 10px 0 10px;
  margin: 10px 0 0 0;
}

.assessment-list-heading h4 {
  width: 100%;
  margin-top: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.assessment-list-item {
  padding: 5px 12px;
  margin: 10px;
  background: #262a2f;
  font-weight: bold;
}

.thumbnail-no-assessment {
  background: #333e48;
}

.assessment-name-label {
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}

.level-grouping-label-container {
  margin-bottom: 10px;
}

.level-grouping-label {
  padding: 3px 8px;
  margin-left: 10px;
  height: 16px;
  font-size: 14px;
  font-weight: bold;
  background-color: #ccc;
  color: #000;
}

.font-weight-bold {
  font-weight: bold;
}

.realm-row {
  /*margin-bottom: 20px;*/
}

.realm-active {
  /*border: 1px solid #dd9935;*/
}

.realm-active .bigglyph {
  /*background-color: #5D4005;*/
  border: 1px outset #dd9935;
  text-shadow: #dd9935 1px 1px 1px, #000 -1px -1px 2px;
}

.realm-caption,
.assessment-language-caption {
  padding: 10px 15px !important;
}

.assessment-done-successstamp {
  font-size: 35px !important;
  width: 150px;
  text-align: center;
  position: absolute;
  right: 35px;
  top: 10px;
  color: #657d19;
  border-radius: 5px;
  padding: 0px 20px;
  text-transform: uppercase;
}

.assessment-done-successstamp small {
  font-size: 11px;
  z-index: 1;
  position: absolute;
  margin-top: -15px;
  right: -80px;
  width: 200%;
}

.assessment-done-successstamp-fail {
  color: #a00;
  border-color: #a00;
}

/*.realm-complete, .level-complete {
	border: 1px solid #657d19;
}*/

.edit-left {
  float: right;
  margin-left: 5px;
}

.thumbnail-level,
.thumbnail-assessment {
  height: 150px;
  cursor: pointer;
  border: 1px solid #888;
}

.thumbnail-assessment {
  float: left;
  width: 48%;
  margin: 1%;
}

.thumbnail-level.level-locked {
  cursor: inherit;
}

.thumbnail-level:hover,
.thumbnail-assessment:hover,
.thumbnail-level.keyboard-selected {
  border: 1px solid #e80;
  box-shadow: #e80 0px 7px;
  outline: none;
}

.level-active {
  border: 1px solid #dd9935;
}

.level-active:hover,
.thumbnail-level:focus,
.thumbnail-level.keyboard-selected {
  border: 1px solid #ffb700;
  border-radius: 5px;
  transform: scale(1.03);
}

.realm-heading,
.assessment-language-heading {
  margin-top: 0;
}

.realm-heading .glyphicon,
.reporting-title .glyphicon {
  font-size: 18px;
}

.realm-text,
.assessment-language-text {
  padding-left: 0;
  padding-right: 0;
}

.recent-actiity-title {
  display: flex;
  align-items: center;
  gap: 5px;
}

.timing-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}

.level-heading {
  margin-top: 12px;
}

.thumbnail-item-complete {
  position: absolute;
  top: 4px;
  right: 6px;
}

.thumbnail-item-active-complete {
  top: 22px;
}

.thumbnail-item-complete > img {
  height: 30px;
}

.thumbnail-assessment-language--emitsCertificate-checkbox {
  width: 12px;
  height: 12px !important;
  display: inline-block !important;
}

.active-pulse {
  -webkit-animation: padlock-pulse-yellow 1.2s infinite ease-in-out;
  animation: padlock-pulse-yellow 1.2s infinite ease-in-out;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.green-pulse {
  -webkit-animation: padlock-pulse-green 1.2s infinite ease-in-out;
  animation: padlock-pulse-green 1.2s infinite ease-in-out;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.red-pulse {
  -webkit-animation: padlock-pulse-red 1.2s infinite ease-in-out;
  animation: padlock-pulse-red 1.2s infinite ease-in-out;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

@-webkit-keyframes padlock-pulse-yellow {
  0%,
  100% {
    color: #ffb700;
  }
  50% {
    color: #ad6910;
  }
}

@keyframes padlock-pulse-yellow {
  0%,
  100% {
    color: #ffb700;
  }
  50% {
    color: #ad6910;
  }
}

@-webkit-keyframes padlock-pulse-red {
  0%,
  100% {
    color: #c9493a;
  }
  50% {
    color: #89392a;
  }
}

@keyframes padlock-pulse-red {
  0%,
  100% {
    color: #c9493a;
  }
  50% {
    color: #89392a;
  }
}

.thumbnail-assessment-info {
  padding: 10px 15px;
  overflow: visible;
}

.language-header-display {
  padding: 14px 0px 0 10px !important;
  margin: 0 !important;
}

.player-stats-language-select-form {
  padding: 5px 0;
}

.leaderboard-language-select-form {
  padding: 5px 15px !important;
}

.player-stats-language-select-form label {
  margin-bottom: 2px !important;
}

.player-stats-language-select-form .ui-select-container {
  border: 1px solid #666 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.player-stats-language-select-form .btn {
  border: 0 !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.my-stats-form .btn {
  /*padding-left: 0 !important;*/
}

.player-stats-language-select-form .btn-default-focus {
  color: inherit !important;
  background-color: transparent !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.player-stats-language-select-form .ui-select-choices {
  color: inherit !important;
  background-color: #272b30 !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.player-stats-language-select-form .ui-select-bootstrap .ui-select-choices-row {
  background-color: rgba(0, 0, 0, 0.3);
}

.player-stats-language-select-form .ui-select-bootstrap .ui-select-choices-row > a,
.player-stats-language-select-form .ui-select-bootstrap .ui-select-choices-row > span {
  color: #c8c8c8;
}

.player-stats-language-select-form .ui-select-bootstrap .ui-select-choices-row.active > a,
.player-stats-language-select-form .ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #fff;
}

.tournament-list .btn-default-focus {
  outline: none !important;
  box-shadow: none !important;
}

.tournament-list-item-header {
  display: flex;
}

.tournament-list-item-description {
  overflow-wrap: break-word;
  white-space: pre-line;
}

.tournament-list-item-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 8px;
}

.tournament-list-item-glyph {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.tournament-list .btn-default {
  background-image: none;
  background-color: #101d2b !important;
  color: #c8c8c8 !important;
  border: 1px solid #1f628d !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.tournament-list .btn-default .ui-select-placeholder {
  color: #c8c8c8 !important;
}

.tournament-list-filter {
  text-align: right;
  margin-bottom: -30px;
}

.tournament-list .tournament-list-filter input,
.game-input {
  background-color: #101d2b !important;
  color: #c8c8c8 !important;
  border: 1px solid #1f628d !important;
  vertical-align: middle;
  padding: 0 5px;
}

.tournament-li {
  border-bottom: 1px solid #1f628d;
  padding: 20px 25px;
  margin: 0 -15px;
  min-height: 400px;
}

.tournament-li-selected,
.tournament-li.keyboard-selected {
  background-color: #172a3e;
  border: 1px solid #ffb700;
}

.tournament-ui-select {
  border: none;
  width: 30%;
  margin-right: 14px;
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  border-radius: 0;
}

.tournament-list .ui-select-choices {
  color: inherit !important;
  background-color: rgba(0, 20, 40, 0.6) !important;
  border: 1px solid #1f628d !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0;
}

.tournament-list input[type='search'] {
  border-radius: 0;
  color: #101d2b;
}

.tournament-list .ui-select-bootstrap .ui-select-choices-row {
  background-color: rgba(0, 0, 0, 0.3);
  color: rgba(0, 20, 40, 0.6);
}

.tournament-list .btn-xs:hover {
  background-color: rgba(255, 183, 0, 0.6) !important;
  color: white !important;
}

.tournament-list .ui-select-bootstrap .ui-select-choices-row > a,
.tournament-list .ui-select-bootstrap .ui-select-choices-row > span {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

.tournament-list .ui-select-bootstrap .ui-select-choices-row > a:hover,
.tournament-list .ui-select-bootstrap .ui-select-choices-row > span:hover,
.tournament-list .ui-select-bootstrap .ui-select-choices-row.active > span {
  background-color: #1f628d;
}

.tournament-list .ui-select-bootstrap .ui-select-choices-row.active > a:hover,
.tournament-list .ui-select-bootstrap .ui-select-choices-row.active > span:hover {
  background-color: #1f628d;
}

.tournament-list .ui-select-bootstrap .ui-select-choices-row.active > a,
.tournament-list .ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #fff;
}

.alert-tournament {
  margin-top: 8px;
  padding: 4px;
  margin-bottom: -9px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.home-country-form label {
  margin-bottom: 2px !important;
}

.home-country-form .ui-select-container {
  border: 1px solid rgba(0, 50, 80, 1) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.home-country-form .btn {
  border: 0 !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.home-country-form .btn-default-focus {
  color: #c8c8c8 !important;
  background-color: transparent !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.home-country-form .ui-select-match-text,
.home-country-form .ui-select-placeholder {
}

.home-country-form .ui-select-choices {
  color: inherit !important;
  background-color: rgba(0, 30, 50, 0.9) !important;
  border: 1px solid rgba(0, 50, 80, 1) !important;
  outline: none !important;
  box-shadow: none !important;
}

.home-country-form .ui-select-bootstrap .ui-select-choices-row {
  background-color: rgba(0, 0, 0, 0.3);
}

.home-country-form .ui-select-bootstrap .ui-select-choices-row > a,
.home-country-form .ui-select-bootstrap .ui-select-choices-row > span {
  color: #c8c8c8;
}

.home-country-form .ui-select-bootstrap .ui-select-choices-row.active > a,
.home-country-form .ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #fff;
}

.set-home-button-div {
  text-align: right;
}

.player-stats-language-select-form > .form-group {
  margin-bottom: 0;
}

#full-width-language,
#full-width-name {
  width: 100%;
}

.advanced-options-accordion {
  background: #3a3f44;
  margin-top: 23px;
  margin-bottom: 23px;
  border-radius: 5px;
}

#formgroup-times {
  margin-top: 10px;
}

.formgroup-maxtime,
.formgroup-timezone {
  margin-top: 16px;
}

.show-advanced-options-accordion {
  border-bottom-style: solid;
  border-bottom-color: #3a3f44;
  margin-bottom: 20px;
}

.panel-title .icon-text,
.icon-content {
  display: inline;
}

.json-textarea {
  height: 300px !important;
}

.modal-dialog {
  margin-top: 60px !important;
}

.modal-link {
  margin: 10px 0;
  font-size: smaller;
}

.logo-img {
  max-width: 80px;
  max-height: 40px;
}

.users-list .user-pic {
  width: 32px;
  height: 32px;
}

.no-overflow {
  overflow: hidden;
}

.assessment-progress-glyph {
  margin: 0px 3px 0px 3px;
  font-size: 20px;
}

.title-language {
  text-align: center;
  margin-top: 43px;
  margin-bottom: 18px;
}

.show-language {
  text-align: center;
  margin-left: -19px;
  margin-top: -8px;
  font-size: 20px;
}

/* challenge history */
#challenge-results {
  overflow: hidden;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  -o-padding-start: 0px;
  -ms-padding-start: 0px;
  padding-start: 0px;
  padding: 5px 2%;
  margin: 0;
}

#challenge-results li {
  list-style-type: none;
  font-size: 14px;
  position: relative;
  padding-bottom: 78px;
}

#challenge-results li.challenge-result-incomplete {
  padding-bottom: 10px;
}

#challenge-results > li > .glyphicon {
  font-size: 24px;
}

/*challenge-results connectors*/
/*
#challenge-results li:before {
	content: '';
	width: 2px;
	height: 56px;
	background: #dd9935;
	position: absolute;
	left: 9px;
	top: -4px;
}
#challenge-results li.challenge-result-incorrect:before {
	background: #c9493a;
}
#challenge-results li.challenge-result-correct:before {
	background: #657d19;
}
*/

#challenge-results li:first-child:before {
  /*connector not needed before the first step*/
  content: none;
}

#challenge-results li:first-child {
  /*padding not needed before the first step*/
  padding-top: 1px;
}

#challenge-results li:last-child {
  /*space for absolute positioned text*/
  padding-bottom: 78px;
}

#challenge-results li .challenge-result-text {
  vertical-align: top;
  margin-left: 12px;
  margin-top: 3px;
  display: inline-block;
  position: absolute;
  font-size: 14px;
  width: 90%;
}

.challenge-result {
  position: relative;
}

.challenge-result-stage-breakdown {
  margin-left: 10px;
  font-size: 12px;
  color: #888;
}

.challenge-result-final {
  position: absolute;
  bottom: 0px;
  right: 30px;
}

.category-removed-by-hint {
  text-decoration: line-through;
  color: #666 !important;
}

.invite-participant-button {
  position: absolute;
  display: inline-block;
  text-align: right;
  right: 15px;
  z-index: 1;
}

.assessment-back {
  position: absolute;
  top: 30px;
  left: -35px;
  padding: 4px 8px 2px;
  font-size: 17px;
  color: #ffb700;
}

.assessment-recent-activity-table {
  border: 0;
  background-color: transparent;
  width: 100%;
}

.assessment-recent-activity-table td {
  padding: 1px;
}

.assessment-recent-activity-btn {
  width: 145px;
}

.assessment-recent-activity-timestamp {
  color: #777;
  font-size: 10px;
  margin-top: 2px;
}

.assessment-recent-activity-btn-cell {
  padding-top: 10px !important;
}

.show-description {
  margin-bottom: 10px;
}

@media (max-width: 1500px) {
  .colour-box-small {
    width: 32.6%;
  }

  .colour-box-small-full {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .intro-splash {
    width: 100%;
  }

  .security-maturity-box {
    height: 411px;
  }

  .security-maturity-box h1 {
    font-size: 32px;
    margin-top: 0px;
  }

  .security-maturity-box-metrics > .relative.zoomable {
    height: 237px;
  }

  .security-maturity-box-metrics h1 {
    font-size: 32px;
    margin-top: 0px;
  }

  .hide-for-small-columns {
    display: none;
  }
}

@media (min-width: 992px) {
  .learning-resources-container > scw-video-player {
    width: 858px;
    height: 512px;
  }

  .timepicker {
    margin-top: -34px;
  }

  .file-jumper {
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 9999999 !important;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .intro-splash-pull-right {
    float: none;
  }

  .colour-box {
    width: 100%;
    margin: 5px 0 5px 0;
  }

  .colour-box-small {
    width: 100%;
  }

  .colour-box-text-h {
    position: absolute;
  }

  .colour-box-text-h2 {
    position: absolute;
    top: 60px;
  }

  .security-maturity-box-metrics {
    height: 532px;
  }

  .security-maturity-box-metrics > .relative.zoomable {
    height: 365px;
  }

  .learning-resources-container > scw-video-player {
    width: 558px;
    height: 343px;
  }

  .hide-for-small-columns {
    display: initial;
  }

  .timepicker {
    margin-top: initial;
  }

  .file-jumper {
    position: absolute;
    top: 5px;
    right: 15px;
  }
}

@media (max-width: 768px) {
  body {
    margin-top: 0px;
    padding-top: 0px;
  }

  .navbar-fixed-top {
    position: relative;
  }

  .loading {
    position: absolute !important;
    top: 10px;
    right: 0px;
    width: 50px;
    height: 30px;
    z-index: 100;
    cursor: default;
  }

  .loading-text {
    position: absolute !important;
    top: 0px;
    right: 75px;
    margin-top: 18px;
    margin-right: 10px;
    font-size: 11px;
    text-align: right;
    cursor: default;
  }

  .security-maturity-box-metrics > .relative.zoomable {
    height: auto;
  }

  .learning-resources-container > scw-video-player {
    width: 100%;
    height: 343px;
  }
}

.padding-right-12 {
  padding-right: 12px !important;
}

.stage-points-table {
  background: rgba(0, 0, 0, 0.25) !important;
}

.stage-points-table td {
  border: 0 !important;
}

.stage-points-table th {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.4);
}

.add-assessment {
  margin-top: 15px !important;
}

.start-assessment {
  float: right;
}

.edit-assessment {
  position: relative;
}

.assessment-disabled {
  position: absolute;
  top: 40px;
  right: 15px;
}

.assessment-info-table {
  background-color: transparent;
}

.assessment-info-table > tbody > tr > th,
.assessment-info-table > tbody > tr > td {
  padding: 2px 20px 2px 0px;
}

.assessment-results-table th,
.assessment-results-table td {
  padding: 5px 20px 2px 0px;
  text-align: center;
}

.assessment-info-table > tbody > tr > th:last-child,
.assessment-info-table > tbody > tr > td:last-child {
  padding: 2px 0px 2px 0px;
}

.assessment-results-table td:last-child {
  padding: 5px 0px 2px 0px;
}

.assessment-results-table th:last-child {
  padding: 15px 0px 2px 0px;
}

.assessment-candidate-avatar {
  position: absolute;
  top: 25px;
  right: 14px;
}

.assessment-results-table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 30px;
}

.assessment-results-table > tbody > tr > th {
  padding-top: 15px;
  border-bottom: 1px solid #555;
}

.assessment-status-count {
  font-size: 18px;
}

#assessment-tabs {
  margin-top: 20px;
}

.view-language {
  margin-top: 20px;
  padding: 15px;
  overflow: visible;
  /*text-align: center;*/
}

#assessments-view-container .assessment-hr {
  margin-top: 0px;
  border: 1px solid #999;
  width: 100%;
}

#assessments-view-container h2.assessment-title {
  margin-right: 350px;
}

.title-name {
  display: inline;
  margin-right: 10px;
}

.languageName {
  display: inline;
  font-size: 20pt;
  font-weight: bold;
}

.challenge-explanation {
  background: rgba(0, 0, 0, 0.25);
  padding: 10px;
  margin-top: 10px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30pt;
}

.challenge-explanation-thumbs {
  position: absolute;
  right: 0px;
  bottom: -45px;
  padding: 5pt 12pt;
  /* 	background: rgba(255,255,255,0.2); */
  border-radius: 3pt 0 0 0;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
}

.challenge-explanation-thumbs.done {
  position: absolute;
  transform: scale(2);
  opacity: 0;
  transition: all 0.5s ease-out;
}

.challenge-explanation-thumbs .rating-label {
  font-size: 14px;
  color: lightgray;
  position: fixed;
  margin-left: -200px;
  margin-top: 6px;
  display: none;

  /* 	display: none; */
}

.points-earned-bar {
  margin-top: 10px !important;
  margin-bottom: 5px !important;
  position: relative;
}

.points-earned-bar span {
  position: absolute;
  top: 1px;
  left: 5px;
}

.points-penalty-list {
  color: #c9493a;
  font-size: 11px;
}

.full-points-list {
  color: #dd9935;
  font-size: 11px;
}

.save-assessment-btn {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.remove-assessment-challenge-btn {
  position: absolute;
  top: 8px;
  right: 15px;
}

.select2-container .select2-choice {
  height: 34px;
  line-height: 34px;
}

.select2-container-multi .select2-choices .select2-search-choice {
  line-height: 18px;
}

.select2-container-multi .select2-search-choice-close {
  top: 6px;
}

.select2-container .select2-choice abbr {
  top: 8px;
}

.select2-container .select2-choice .select2-arrow b {
  margin-top: 1px;
}

.apptype-language-list {
  margin-left: 10px;
  font-size: 10px;
}

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

.auth-wide-button {
  width: 100%;
  margin: 0 6px 0 0;
}

.auth-button {
  margin: 0;
}

.auth-button-group {
  margin-top: 30px;
}

.modal-section {
  margin: 10px 0 5px 0;
  padding: 20px;
  border-top: 1px solid #454545;
  clear: both;
}

.assessment-score-container {
  margin: 0px 0px 16px 0px;
  text-align: center;
  font-size: 48px;
}

.easy-pie-assessment-score {
  background-color: transparent;
  left: inherit;
  width: 150px;
  height: 110px;
}

.easy-pie-assessment-score-text {
  line-height: 110px;
}

.easy-pie.easy-pie-assessment-score canvas {
  top: 0px;
}

.easy-pie-assessment-score-text.dull-yellow-text {
  color: #dd9935;
}

.easy-pie-assessment-score-text.red-text {
  color: #c9493a;
}

.easy-pie-assessment-score-text.green-text {
  color: #657d19;
}

.yellow-text .unlimited-license {
  margin-right: 114px;
}

.unlimited-license {
  display: inline-block;
  margin-right: 5px;
}

/*** Start Angular CSP ***/

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

ng\:form {
  display: block;
}

.ng-animate-shim {
  visibility: hidden;
}

.ng-anchor {
  position: absolute;
}

/*** End Angular CSP ***/

.unassigned-user-box {
  background: #eee;
  padding: 15px 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.unassigned-user-box .img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-heading-subtext {
  font-weight: initial;
  font-size: smaller;
}

.progress-bar-success {
  background-color: #3c9f40;
}

.progress-bar-warning {
  background-color: #dd9935;
}

.progress-bar-danger {
  background-color: #c9493a;
}

.accuracy-summary-progressbar {
  opacity: 0.75;
}

table:not(.MuiTable-root) {
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
}

table tbody tr.keyboard-selected {
  background: #fff;
  color: #333 !important;
  outline: none;
}

table tbody tr.keyboard-selected a {
  color: inherit;
  text-decoration: underline;
}

table tbody tr.keyboard-selected td:first-of-type {
  border-left: 3px solid #e80 !important;
}

.nvtooltip {
  background-color: #111;
  color: #ddd;
}

.nvtooltip table {
  table-layout: auto;
}

.non-sortable-header.non-sortable-header-assessments {
  width: 110px;
}

.non-sortable-header.non-sortable-header-admin {
  width: 150px;
}

.non-sortable-header tr th {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.license-progressbar {
  height: 5px;
  margin-bottom: 5px;
  width: 90%;
}

.license-inherited-text {
  margin-left: 10px;
  font-size: 11px;
  text-transform: uppercase;
}

/* Apply different styling to nested legend to differentiate between headings */
.company_preferences fieldset fieldset legend {
  font-size: 18px;
  margin-bottom: 0;
  border-bottom: none;
}

.invite-selected-btn {
  text-align: right;
  margin-top: 6px;
  margin-bottom: 6px;
}

.assessment-template-section {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #0c0d0e;
}

.formgroup-selfAssess {
  top: -19px;
}

.admin-tutorial-button {
  position: absolute;
  top: 0;
  right: 0;
}

.ng-animate .tutorial-button {
  visibility: hidden !important;
}

/* https://stackoverflow.com/questions/826782/how-to-disable-text-selection-highlighting-using-css */
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome and Opera */
}

.license-expiration-warning {
  font-size: 16px;
  position: fixed;
  z-index: 999;
  background-color: #d00;
  color: white;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 5px #aaa;
  bottom: 15px;
  left: 30px;
}

.dev-leaderboard-switcher {
  font-weight: normal;
  font-size: 14px;
}

.dev-leaderboard-switcher-csv-download {
  border-radius: 4px 0 0 4px !important;
  text-decoration: initial !important;
}

.border-radius-left {
  border-radius: 4px 0 0 4px;
}

.border-radius-right {
  border-radius: 0 4px 4px 0;
}

.dev-leaderboard-switcher-csv-download-icon {
  border-radius: 0 4px 4px 0 !important;
}

.admin-csv-download {
  font-size: 24px;
}

.bold {
  font-weight: bold;
}

.inline-block-form {
  display: inline-block;
}

.metrics-recalc-stats {
  margin-top: 20px;
}

.metrics-recalc-stats:hover {
  margin-top: 20px;
}

select {
  color: #333;
}

.leaderboard-pagination {
  margin-bottom: 5px;
}

.leaderboard-items-per-page {
  margin-bottom: 20px;
}

.assessment-list-filter {
  margin: 5px 0 10px 0;
}

.assessment-list-filter input {
  border-radius: 5px !important;
  border: 0px !important;
  padding: 0px 7px;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.btn-container {
  padding-top: 15px;
}

.certificate-templates-list {
  padding: 25px 15px 25px 15px !important;
  background: #000;

  border-radius: 5px;
}

.certificate-template-boxed {
  background: #000;
  border: 2px solid #333;
  padding: 0px 25px 15px 25px;
  margin-bottom: 20px;
  height: 220px;
}

.certificate-template-boxed-options {
  margin-top: auto;
  display: flex;
}

.certificate-template-boxed:hover {
  background: #333;
  border-bottom: 2px solid #59f;
  transition: all 0.2s ease-in-out;
}

.certificate-template-boxed-options a {
  margin: 10px;
}

.certificate-template-boxed-options small > a:first-child {
  margin-left: 0px;
}

.btn-link {
  text-decoration: none !important;
}

.btn-link i.glyphicon {
  top: 3px;
}

.text-link {
  color: #1ad9e5;
  text-decoration: underline;
}

.select2-container-disabled {
  opacity: 0.8 !important;
}

small input[type='checkbox'] {
  position: relative;
  top: 3px !important;
}

small .glyphicon {
  top: 2px;
}

.bsod-backdrop {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
}

.bsod-overlay {
  font-family: 'Lucida Console', 'Consolas', 'Lucida Sans Typewriter', monospace;
  background-color: #0000aa;
  position: fixed;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  color: #cccccc;
  z-index: 2000;
  font-size: 16px;
  overflow: auto;
}

.bsod-overlay-fullscreen {
  margin: -30px;
}

.bsod-container {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 670px;
  transform: translateX(-50%) translateY(-50%);
}

.bsod-header {
  text-align: center;
  margin-bottom: 10px;
}

.bsod-h1 {
  background-color: #aaaaaa;
  color: #0000aa;
  margin: auto;
  font-weight: bold;
  padding: 5px;
}

.bsod-btn {
  background-color: #aaaaaa;
  color: #0000aa;
}

.bsod-table {
  border: 0;
  background-color: transparent;
}

.bsod-table td {
  padding: 3px;
}

.bsod-logo,
.bsod-logo-fullscreen {
  display: none;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-height: 700px) {
  .bsod-logo {
    display: block;
  }
}

@media (min-height: 650px) {
  .bsod-logo-fullscreen {
    display: block;
  }
}

.leaderboard-language {
  display: inline;
  font-size: 28px;
  width: 28px;
}

.leaderboard-language .leaderboard-language-tinyprogress {
  width: 28px;
  height: 7px;
}

.leaderboard-language-stacked {
  font-size: 28px;
}

.leaderboard-language-stacked .progress {
  margin: 8px 0 0 4px;
  background-color: #aaaaaa;
}

.leaderboard-language-stacked .progress > .progress-bar {
  white-space: nowrap;
}

.leaderboard-language-stacked .progress > .progress-bar > span {
  word-wrap: initial;
}

.leaderboard-language-icon-col {
  text-align: center;
}

.leaderboard-language > .progress,
.leaderboard-language-stacked > .progress {
  margin: 0;
}

.leaderboard-tag {
  margin-left: 5px;
  font-size: 100%;
}

.leaderboard-team {
  background-color: #20618d;
  font-size: 100%;
}

.metrics-questprogress-box {
  padding: 0 0 20px 0;
  margin-top: 5px;
}

.metrics-questprogress-h4 {
  color: #fff;
  font-size: 16px;
  padding: 12px 20px;
  margin: 0px 0px 20px 0px;
  background-color: #000;
}

.metrics-questprogress-list {
  color: #fff;
  font-size: 32px;
}

.metrics-questprogress-list .progress {
  border: 0;
  margin: 10px 0 0 0;
}

.metrics-questprogress-list .panel-group .panel {
  margin: 5px 20px 0 20px;
  background-color: inherit;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.metrics-questprogress-list .panel-group .panel .panel-heading {
  background-color: inherit;
  color: #fff;
}

.metrics-questprogress-thin-progress {
  height: 5px;
}

.metrics-questprogress-questlist {
  padding: 0px 35px;
}

.metrics-questprogress-quest:first-child {
  margin-top: 0px;
}

.metrics-questprogress-quest {
  font-size: 15px;
  margin-top: 15px;
}

.metrics-questprogress-list .accordion-toggle {
  outline: 0;
  color: inherit;
  text-decoration: inherit;
}

.metrics-questprogress-list .metrics-questprogress-devicon {
  font-size: 32px;
}

.metrics-questprogress-expandarrow {
  font-size: 11px;
}

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

.pickVulnOption {
  float: left;
  width: 49%;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #555;
  border-radius: 5px;
  margin: 0 2% 2% 0;
  cursor: pointer;
  position: relative;
}

.pickVulnOption:nth-child(2n + 2) {
  margin: 0 0% 2% 0;
}

#pickVulnAnswerFormInputs {
  margin: 0 0 5px !important;
}

.pickVulnOption:hover {
  background: #333;
  transition: all 0.2s ease-in-out;
}

.pickVulnOption.selected h5:after {
  content: '\2714';
  position: absolute;
  font-size: 20px;
  right: 10px;
  top: 10px;
}

.pickVulnOption.selected {
  background: #333;
  border: 1px solid orange;
  transition: all 0.2s ease-in-out;
}

.pickVulnOption.invalidated {
  display: inline-block !important;
  border: 1px solid #f22;
  transition: all 0.2s ease-in-out;
  cursor: not-allowed !important;
}

.pickVulnOption.invalidated h5,
.pickVulnOption.invalidated h6 {
  color: #f22;
}

.pickVulnOption.invalidated h5:after {
  content: '\2718';
  position: absolute;
  font-size: 20px;
  right: 10px;
  top: 10px;
}

.pickVulnOption .video-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 24px;
  z-index: 5;
}

.capitalize {
  text-transform: capitalize;
}

.assessments-credits-container {
  position: relative;
  top: 0px;
  color: #ffb700;
  background: #000;
  margin-top: 0px;
  box-shadow: 0px 0px 10px #ffb700;
  font-size: 11pt;
  padding: 5px 10px;
  border: 2px solid orange;
  border-radius: 5px;
  text-transform: uppercase;
}

.assessments-credits-unlimited {
  background: green;
  font-weight: bold;
  border: none;
}

.assessments-credits-critical {
  background: #e55;
  color: white;
  font-weight: bold;
  border: none;
}

.assessments-credits-critical span.glyphicon {
  font-weight: 300 !important;
  position: relative;
  left: -5px;
}

.progress-carousel-heading {
  padding: 0 20px;
}

.logo-cell {
  background-color: #333e48;
  width: 80px;
  height: 100%;
  display: inline-block;
  text-align: center;
  padding: 3px 0 !important;
}

ul[datepicker-popup-wrap] {
  width: 250px;
  left: initial !important;
}

.alert {
  margin-top: 8px;
}

.navbar-dropdown-email {
  line-height: 1.42857143;
  white-space: nowrap;
  cursor: initial;
}

.tournament-back {
  position: absolute;
  top: 24px;
  left: -50px;
  padding: 4px 8px 2px;
  font-size: 17px;
  color: #ffb700;
}

.tournament-list-empty {
  height: 440px;
  font-size: 28px;
  padding-top: 55px;
  text-align: center;
}

.tournament-list-empty-terminal {
  position: absolute;
  text-align: left;
  top: 0;
  right: 0;
  font-size: 6px;
  white-space: pre;
}

.tournament-list-empty-terminal-non-absolute {
  white-space: pre;
  font-size: 6px;
  margin: 0px auto 10px auto;
  width: 180px;
  text-align: left;
}

.tournament-list-empty-terminal-top {
  color: #c8c8c8;
  font-size: 12px;
}

.nav-tabs {
  border: 0;
  cursor: initial;
}

.nav-tabs > li.add-sso-group-tab > a {
  padding: 0;
}

.nav-tabs > li.add-sso-group-tab > a span {
  padding: 12px 15px 13px 15px;
  transition: padding 0.2s ease-in-out;
}

.nav-tabs > li.add-sso-group-tab > a:hover span {
  padding-bottom: 19px;
}

.tournament-tabs .nav-tabs > li.active > a,
.tournament-tabs .nav-tabs > li.active > a:hover,
.tournament-tabs .nav-tabs > li.active > a:focus,
.tournament-edit-tabs .nav-tabs > li.active > a,
.tournament-edit-tabs .nav-tabs > li.active > a:hover,
.tournament-edit-tabs .nav-tabs > li.active > a:focus {
  background-color: #101d2b;
  border: 1px solid #1f628d;
  border-bottom: 1px solid #101d2b;
  color: #ffb700;
  border-radius: 5px 5px 0px 0px;
  font-weight: bold;
}

.tournament-tabs .nav-tabs > li > a,
.tournament-edit-tabs .nav-tabs > li > a {
  border-radius: 0;
  border: 1px solid transparent;
  color: #c8c8c8;
}

.tournament-tabs .nav-tabs > li > a:hover,
.tournament-tabs .nav-tabs > li > a.keyboard-selected,
.tournament-edit-tabs .nav-tabs > li > a:hover {
  background-color: #101d2b;
  border: 1px solid #1f628d;
  border-bottom: 1px solid #101d2b;
  outline: none;
}

.tournament-tabs .tab-pane {
  min-height: 400px;
  margin: 0 auto;
  background-color: rgba(0, 20, 40, 0.6);
  padding: 0px 15px;
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  border: 1px solid #1f628d;
  border-radius: 0;
}

.tournament-tabs .tab-pane > .carousel,
.tournament-tabs .tab-pane > .carousel > .carousel-inner,
.tournament-tabs .tab-pane > .carousel > .carousel-inner > .item,
.tournament-tabs .tab-pane > .carousel > .carousel-inner > .item > .tournament-tabs-carousel-item-inner,
.tournament-tabs .tab-pane > .carousel > .carousel-inner > .item > .tournament-tabs-carousel-item-inner > .row,
.tournament-tabs .tab-pane > .carousel > .carousel-inner > .item > .tournament-tabs-carousel-item-inner > .row > div {
  min-height: 438px;
}

.tournament-edit-tabs .tab-pane {
  margin: 0 auto;
  background-color: rgba(0, 20, 40, 0.6);
  padding: 15px 0;
  font-size: 14px;
  border: 1px solid #1f628d;
  border-radius: 0px 5px 5px 5px;
}

.tournament-list .carousel-indicators {
  bottom: 0px;
}

.tournament-list .carousel-control {
  width: 5%;
  left: -6%;
}

.tournament-list .left.carousel-control {
  filter: inherit;
  background-repeat: no-repeat;
  background-image: inherit;
  cursor: pointer;
}

.tournament-list .right.carousel-control {
  left: auto;
  right: -6%;
  filter: inherit;
  background-repeat: no-repeat;
  background-image: inherit;
  cursor: pointer;
}

.tournament-list-info {
  text-align: left;
  padding: 40px 20px;
}

.tournament-list-info-inner {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  width: 100%;
}

.tournament-list-info-inner .feedback-panel > input,
.tournament-join-password-value > input {
  width: 80%;
  color: #c8c8c8;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px dotted #1f628d;
  box-shadow: none;
  margin-bottom: 20px;
}

.tournament-join-password-value > input {
  color: #ffb700;
}

.tournament-edit-form label {
  font-size: 16px;
}

.tournament-edit-form .form-control[disabled] {
  background-color: rgba(255, 255, 255, 0.1);
}

.tournament-edit-form .form-control,
.tournament-edit-form .select2-choice,
.tournament-edit-form .select2-choices {
  color: #c8c8c8;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background-image: none;
}

.tournament-edit-form .form-control {
  border-bottom: 1px solid #666;
}

.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: transparent;
  background-image: none;
  border: 0;
}

.tournament-edit-form .form-group-top-spaced {
  margin-top: 80px;
}

.tournament-edit-form .form-group-first-top-spaced {
  margin-top: 20px;
}

.tournament-edit-form .input-group-addon {
  padding: 0;
  background-color: initial !important;
  background-image: initial !important;
  border-bottom: 1px solid #666;
}

.tournament-edit-form .select2-arrow {
  background-color: initial !important;
  background-image: initial !important;
  border: 0 !important;
}

.tournament-edit-form .select2-search {
  margin-top: 5px;
}

.tournament-edit-form #challenge-results li .challenge-result-text {
  margin-top: 0;
}

.tournament-edit-form .challenge-result-stage-breakdown {
  margin-top: 2px;
}

.tournament-edit-form .tournament-quest-log-stage-info-container {
  margin: 1px 0;
}

.tournament-edit-form .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}

.scoring-config-raw-preview {
  border: 1px solid #1f628d;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 15px 0;
  padding: 15px;
}

.scoring-config-label {
  margin: 20px 0 0 0;
}

.config-explanation {
  margin-bottom: 10px;
  color: #999999;
}

.config-explanation-adversary {
  color: #999999;
  padding: 10px;
}

.scoring-example-table {
  border: 0;
  background: transparent;
}

.scoring-example-table td {
  padding: 5px;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}

.tournament-displayPic {
  padding: 20px;
  text-align: center;
}

.tournament-displayPic img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.tournament-displayPic-placeholder {
  font-size: 240px;
  vertical-align: middle;
  color: #ffb700;
}

.tournament-leaderboard-options p {
  margin: 8px 0 0 0;
}

.vertical-centred-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.drop-box {
  border: 2px dashed #cccccc;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}

.tournament-add-drop-box {
  width: 340px;
  height: 300px;
  margin: 8px auto;
}

.tournament-add-donut {
  height: 180px;
  top: -20px;
  float: left;
  margin-left: 30px;
}

.tournament-add-donut .donut-text {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 58%;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  -moz-transform: translateY(-75%);
  -o-transform: translateY(-75%);
  -webkit-transform: translateY(-75%);
}

.tournament-add-donut .donut-text-upper {
  font-weight: 300;
  font-size: 35px;
  font-family: 'Roboto', sans-serif;
  line-height: 35px;
  color: rgba(255, 183, 0, 1);
}

.tournament-add-donut .donut-text-under {
  font-size: 12px;
  line-height: 18px;
  font-family: 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.8);
}

.tournament-add-apptype {
  margin-left: 15px;
  color: #ffb700;
}

.drop-box.dragover-error {
  border: 2px dashed #c9493a;
}

.displayPic-preview {
  max-height: 300px;
  max-width: 300px;
}

.displayPic-preview-col {
  position: relative;
}

.displayPic-cell {
  display: inline-block;
  text-align: center;
  padding: 3px 0 !important;
  vertical-align: top;
  width: 100%;
}

.displayPic-remove-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.tournament-edit-form .timepicker {
  width: initial;
  background-color: transparent;
  margin-bottom: -36px;
  float: right;
}

.tournament-edit-form .timepicker button {
  font-size: 14px;
  padding: 1px 10px;
  border: 2px solid #1f628d;
  background-color: rgba(0, 20, 40, 0.6);
  border-radius: 0;
  background-image: initial;
}

.tournament-form-options {
  margin-bottom: 8px;
}

.assessment-edit-form .timepicker {
  width: initial;
  background-color: transparent;
  margin-bottom: -36px;
  float: right;
}

.assessment-edit-form .timepicker button {
  font-size: 14px;
  padding: 1px 10px;
  border: 2px solid #bcbcbc;
  background-color: #34383d;
  border-radius: 0px;
  background-image: initial;
  margin-left: 5px;
}

.thumbnail-tournament-join-password {
  margin: 0 auto;
  background-color: rgba(0, 20, 40, 0.6);
  font-size: 14px;
  border: 1px solid #1f628d;
  border-radius: 0;
  text-align: center;
  padding: 150px 0;
}

.tournament-join-password-text {
  font-size: 24px;
}

.tournament-join-password-value {
  font-family: 'Inconsolata', monospace;
  font-size: 48px;
}

.tournament-join-password-close {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 20px;
}

.tournament-join-password-hide {
  position: absolute;
  bottom: 60px;
  right: 15px;
}

.tournament-list-join-password-heading {
  font-size: 36px;
}

.tournament-list-join-password-text {
  padding-top: 65px;
}

.tournament-participants {
  padding: 15px 30px;
}

.tournament-view-status {
  position: absolute;
  top: 44px;
  right: 15px;
  font-weight: bold;
  font-size: 16px;
}

.tournament-advanced-settings-accordion > .panel-group > .panel {
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0;
  border-radius: 0;
}

.tournament-advanced-settings-accordion > .panel-group > .panel-open {
  border: 1px solid #1f628d;
}

.tournament-advanced-settings-accordion > .panel-group > .panel > .panel-heading {
  display: none;
}

.tournament-advanced-settings-accordion > .panel-group > .panel > .panel-heading a:hover {
  text-decoration: none;
  color: #dd9935 !important;
}

.tournament-advanced-settings-accordion > .panel-group > .panel > .panel-heading a:focus {
  text-decoration: none;
  color: #c8c8c8;
}

.tournament-advanced-settings-accordion > .panel-group > .panel > .panel-heading .glyphicon {
  font-size: 14px;
}

.tournament-advanced-settings-accordion > .panel-group > .panel > .panel-collapse > .panel-body {
  border: 0;
}

.tournament-leaderboard-options {
  border: 1px solid #666;
  border-radius: 6px;
  padding: 15px;
  margin-top: 30px;
}

.tournament-leaderboard-options-table {
  table-layout: initial;
  width: initial;
  margin: 0 auto;
  background-color: transparent;
}

.tournament-leaderboard-options-table td {
  padding: 5px 30px;
}

.tournament-leader-thumbnail {
  margin-right: 10px;
  object-fit: contain;
  -o-object-fit: contain;
}

.full-width-black .bg-worldmap {
  z-index: 0;
}

.clear-unclickable-layer {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.tournament-live-status-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.tournament-leaderboard-row {
  background-color: rgba(0, 20, 40, 0.6);
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  border-top: 1px solid #1f628d;
  border-bottom: 1px solid #1f628d;
  margin: 10px 0 10px 0;
  white-space: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tournament-leaderboard-row-me {
  border-top: 1px solid #ffb700;
  border-bottom: 1px solid #ffb700;
}

.tournament-leaderboard-row .progress {
  background-color: #001225;
  border-radius: 0;
  border: 1px solid #1f628d;
  overflow: visible;
  white-space: nowrap;
  padding: 3px;
  margin: 0 10px;
}

.tournament-leaderboard-row .progress-bar-info {
  background-color: #003050;
}

.tournament-leaderboard-row .progress-bar-success {
  background-color: #003010;
}

.tournament-leaderboard-row .progress-bar-warning {
  background-color: #564821;
}

.tournament-leaderboard-row .progress-bar-danger {
  background-color: #54170b;
}

.tournament-live-status-back {
  margin: auto;
  padding: 15px 15px 15px 0;
  font-size: 17px;
  color: #ffb700;
}

.tournament-live-status-back a {
  text-decoration: none;
}

#tournament-live-status-title {
  margin-bottom: 20px;
}

.tournament-leaderboard-languge-text {
  margin: 10px 0;
}

.tournament-leaderboard-language-icon {
  font-size: 16px;
}

.tournament-leaderboard-rank {
  font-size: 32px;
}

.tournament-leaderboard-name {
  font-size: 18px;
  font-weight: bold;
  word-break: break-all !important;
  white-space: normal !important;
}

.tournament-leaderboard-points {
  font-size: 32px;
  margin: 0px !important;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .tournament-leaderboard-points {
    text-align: center !important;
  }
}

.tournament-leaderboard-gears {
  display: flex;
  flex-flow: row;
}

.tournament-leaderboard-other {
  font-size: 30px;
}

.tournament-leaderboard-autoscroll {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  margin-left: 30px;
  margin-right: 30px;
}

.tournament-leaderboard-autoscroll label {
  margin-right: 20px;
  margin-top: 5px;
  white-space: nowrap;
}

.tournament-leaderboard-other-stat {
  -webkit-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.tournament-leaderboard-other-stat-active {
  opacity: 1;
}

.tournament-leaderboard-other-stats-text {
  font-size: 12px;
  position: relative;
  bottom: 10px;
}

.tournament-leaderboard-other-stats {
  font-size: 20px;
}

.tournament-leaderboard-superscript {
  font-size: 12px;
  vertical-align: top;
  line-height: 30px;
}

.tournament-leaderboard-avatar-column {
  padding-left: 30px;
}

.tournament-leaderboard-avatar {
  margin-right: 15px;
  margin-top: 2px;
}

.tournament-leaderboard-quest-progress {
  display: flex;
  justify-content: space-between;
}

.tournament-leaderboard-quest-progress .carousel {
  width: 90%;
}

.tournament-leaderboard-quest-progress .carousel {
  width: 90%;
}

.tournament-leaderboard-quest-progress .carousel > .carousel-indicators,
.tournament-leaderboard-quest-progress .carousel > .carousel-control {
  display: none;
}

.tournament-actions {
  text-align: right;
  z-index: 10;
  padding-top: 64px;
  padding-left: 0px;
}

.tournament-actions .form-control {
  width: 150px !important;
  height: 27px;
  margin-top: 10px;
  margin-right: 5px;
  color: #c8c8c8;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px dotted #888;
  box-shadow: none;
  background-image: initial;
  padding: 0 12px;
}

.tournament-actions .form-control[disabled] {
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-tournament {
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  padding: 1px 10px;
  border: 2px solid #1f628d;
  background-color: rgba(0, 20, 40, 0.6);
  border-radius: 0;
}

.btn-tournament > .glyphicon {
  font-size: 12px;
}

.tournament-participants .btn-tournament > .glyphicon {
  font-size: 11px;
}

.btn-tournament:focus,
.btn-tournament:hover,
.btn-tournament.active {
  border: 2px solid #1f628d;
  background: #1f628d;
}

.btn-tournament-action {
  width: 132px;
  margin-top: 10px !important;
  white-space: normal;
}

.btn-tournament-action-highlight,
.btn-tournament-action-highlight:focus,
.btn-tournament-action-highlight:hover {
  border: 2px solid #c9493a;
}

.btn-tournament-action-show {
  width: auto;
}

.btn-tournament-action-highlight:focus,
.btn-tournament-action-highlight:hover {
  background-color: #c9493a;
}

.btn-tournament-advanced-settings {
  margin-bottom: 10px;
}

.tournament-spots-remaining-joincode {
  right: 162px !important;
  bottom: 70px !important;
}

.tournament-spots-remaining {
  position: absolute;
  right: 162px;
  bottom: 33px;
  text-align: right;
}

.tournament-big-countdown {
  color: #fff;
  background-color: rgba(86, 1, 1, 0.5);
  padding: 10px 25px 25px 25px;
  border-top: 1px solid #af0000;
  border-bottom: 1px solid #af0000;
}

.tournament-big-countdown-green {
  background-color: rgba(1, 86, 1, 0.4);
  border-top: 1px solid #00af00;
  border-bottom: 1px solid #00af00;
}

.tournament-small-countdown {
  position: absolute;
  top: 92px;
  right: 30px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid white !important;
  border-left: 2px;
  border-right: 2px;
  padding: 0px 10px;
  color: #fff;
}

.tournament-small-countdown-alt {
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid white !important;
  border-left: 2px;
  border-right: 2px;
  padding: 0px 10px;
  color: #fff;
  white-space: nowrap;
}

.tournament-status {
  position: absolute;
  top: 10px;
  right: 15px;
  font-weight: bold;
  font-size: 16px;
}

.tournament-leaderboard-header {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap-reverse;
}

.tournament-leaderboard-header-left {
  display: flex;
  justify-content: left;
}

.tournament-leaderboard-header-right {
  display: flex;
  flex-grow: 1;
  justify-content: right;
}

.tournament-leaderboard-countdown {
  display: flex;
  align-items: center;
}

.tournament-worldmap {
  overflow: hidden;
}

.tournament-worldmap-info {
  font-size: 16px;
  position: absolute;
  left: 10px;
  top: 64px;
  z-index: 100;
  cursor: pointer;
}

.tournament-worldmap .worldmap-mute {
  left: 10px;
  top: 90px;
}

.tournament-worldmap .worldmap-overlay {
  max-width: 60%;
}

.tournament-worldmap .worldmap-overlay-hidden {
  left: -60%;
}

.tournament-worldmap-displaypic {
  max-width: 60px;
  max-height: 68px;
  margin-bottom: 6px;
}

.tournament-worldmap-points-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
}

.tournament-worldmap-points-container .worldmap-stats-points {
  font-size: 18px;
  margin-bottom: 2px;
}

.tournament-worldmap-alt-pic {
  font-size: 56px !important;
  margin-top: 5px;
}

.tournament-worldmap-tabs {
  height: 100%;
  overflow: hidden;
}

.tournament-worldmap .worldmap-dialog {
  border: 0;
}

.tournament-worldmap-tabs > .nav-tabs {
  position: absolute;
  top: -41px;
  background: #101d2b;
}

.tournament-worldmap-tabs > .tab-content {
  height: 100%;
}

.tournament-worldmap-tabs .nav-tabs > li.active > a,
.tournament-worldmap-tabs .nav-tabs > li.active > a:hover,
.tournament-worldmap-tabs .nav-tabs > li.active > a:focus {
  background-color: #101d2b;
  border: 1px solid #1f628d;
  border-bottom: 1px solid #101d2b;
  color: #ffb700;
}

.tournament-worldmap-tabs .nav-tabs > li > a {
  border-radius: 0;
  border: 1px solid transparent;
  color: #c8c8c8;
}

.tournament-worldmap-tabs .nav-tabs > li > a:hover {
  background-color: #101d2b;
  border: 1px solid #1f628d;
  border-bottom: 1px solid #101d2b;
}

.tournament-worldmap-tabs .tab-pane {
  margin: 0 auto;
  background-color: rgba(0, 20, 40, 0.6);
  padding: 5px 15px;
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  border: 1px solid #1f628d;
  border-radius: 0;
  overflow-y: auto;
  height: 100%;
}

.tournament-worldmap-dialog-buttons .btn-tournament {
  font-size: 18px;
  font-weight: bold;
  padding: 3px 10px;
  background-color: #00385d;
  width: 100px;
  -webkit-animation: tournament-worldmap-button-pulse-blue 1.2s infinite ease-in-out;
  animation: tournament-worldmap-button-pulse-blue 1.2s infinite ease-in-out;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.tournament-worldmap-dialog-buttons .btn-tournament-action-highlight {
  background-color: #49190a;
  -webkit-animation: tournament-worldmap-button-pulse-red 1.2s infinite ease-in-out;
  animation: tournament-worldmap-button-pulse-red 1.2s infinite ease-in-out;
}

.tournament-worldmap-dialog-buttons .btn-tournament:hover {
  -webkit-animation: none;
  animation: none;
  background-color: #00487d;
}

.tournament-worldmap-dialog-buttons .btn-tournament-action-highlight:hover {
  background-color: #69291a;
}

@-webkit-keyframes tournament-worldmap-button-pulse-blue {
  0%,
  100% {
    background-color: #00385d;
  }
  50% {
    background-color: #00487d;
  }
}

@keyframes tournament-worldmap-button-pulse-blue {
  0%,
  100% {
    background-color: #00385d;
  }
  50% {
    background-color: #00487d;
  }
}

@-webkit-keyframes tournament-worldmap-button-pulse-red {
  0%,
  100% {
    background-color: #49190a;
  }
  50% {
    background-color: #69291a;
  }
}

@keyframes tournament-worldmap-button-pulse-red {
  0%,
  100% {
    background-color: #49190a;
  }
  50% {
    background-color: #69291a;
  }
}

.tournament-worldmap-dialog-close {
  font-size: 32px;
  position: absolute;
  right: 24px;
  top: 0;
  z-index: 10;
}

.tournament-worldmap-info-close {
  font-size: 32px;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 10;
}

.tournament-worldmap-info-pic {
  max-width: 100%;
  margin: 15px 0;
}

.tournament-worldmap-leaders {
  width: 280px;
  max-height: 50%;
  background-color: rgba(0, 30, 50, 0.9);
  border: 1px solid rgba(0, 50, 80, 1);
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 50;
  font-family: 'Inconsolata', monospace;
  font-size: 13px;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.tournament-worldmap-leaders-min {
  right: -210px;
}

.tournament-worldmap-leaders > table tr > td {
  padding: 2px 5px;
}

.tournament-worldmap-leaders > table,
.tournament-worldmap-leaders > table tr,
.tournament-worldmap-leaders > table tr > td {
  border: 0;
  background-color: transparent;
}

.tournament-worldmap-leaders .tournament-leader-pic {
  max-width: 58px;
  max-height: 58px;
}

.tournament-leader-info-column {
  padding: 0 10px;
}

.tournament-leader-name {
  font-size: 16px;
}

.tournament-worldmap-leaders-heading {
  font-size: 16px;
  padding-top: 5px;
  text-align: center;
}

.tournament-worldmap .challenge-result-stage-breakdown {
  color: #c8c8c8;
  font-size: inherit;
}

.tournament-worldmap #challenge-results {
  color: #fff;
}

.tournament-worldmap #challenge-results li .challenge-result-text {
  margin-top: 0;
}

.tournament-quest-log-stage-info-container {
  margin: 5px 0;
  display: inline-block;
}

.tournament-quest-log-stage-info {
  margin-left: 20px;
  font-size: 12px;
}

.tournament-worldmap .challenge-result-text {
  position: static !important;
}

.tournament-worldmap #challenge-results li {
  padding-bottom: 10px !important;
}

.tournament-worldmap-dialog-points {
  font-size: 32px;
}

.tournament-worldmap-quest-points-container {
  position: absolute;
  bottom: 0;
  right: 0;
}

.tournament-worldmap .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}

.tournament-download-csv {
  margin-left: 10px;
  color: #eee;
}

.live-stats-btn-container {
  position: absolute;
  right: 14px;
  top: 20px;
}

.tournament-worldmap .countdown-container {
  position: absolute;
  top: 20px;
  left: 25%;
  width: 50%;
  color: #ffb700;
  background-color: rgba(74, 0, 0, 0.9);
  border: 1px solid #700;
  padding: 10px;
}

.tournament-worldmap .countdown-container h5 {
  color: #fff;
}

.tournament-worldmap .worldmap-dialog-content {
  height: auto;
}

.scoring-info-panel.scoring-info-panel-slide {
  max-height: 1000px;
}

.scoring-info-panel {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-height: 0px;
  overflow: hidden;
  margin-top: 5px;
}

.scoring-info-heading {
  font-weight: bold;
  font-size: 15px;
}

.tournament-scoring-info-table {
  background: transparent;
  margin-bottom: 8px;
  width: auto;
}

.tournament-scoring-info-table td,
.tournament-scoring-info-table th {
  text-align: center;
  padding: 0 20px 0 0;
}

#live-stats-btn {
  font-family: 'Inconsolata', monospace;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 10px;
  border: solid #1f628d 2px;
  background-color: rgba(0, 30, 50, 0.9);
}

#live-stats-btn:hover {
  background: rgba(0, 80, 120, 0.6);
  text-decoration: initial;
}

.tournament-over-container {
  position: absolute;
  top: 20%;
  left: 25%;
  width: 50%;
  color: #ffb700;
  background-color: rgba(74, 0, 0, 0.9);
  border: 1px solid #700;
  padding: 10px;
  padding-bottom: 25px;
  z-index: 1050;
}

.tournament-over-container p {
  color: #fff;
}

.tournament-over-container .btn {
  padding: 8px 30px;
  border-radius: 0;
  margin-top: 8px;
}

.no-animate.ng-enter-active,
.no-animate.ng-leave-active {
  transition: 0s none !important;
  -webkit-transition: 0s none !important;
  animation: 0s none !important;
  -webkit-animation: 0s none !important;
}

/** Company audit log table **/
.table-company-audit {
  table-layout: initial;
  word-wrap: initial;
}

#assessments-invite-users fieldset {
  background: #111 !important;
  padding: 10px 30px !important;
  border-radius: 5px;
}

#assessments-invite-users h2,
h2.yellow-text {
  margin-bottom: 15px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold !important;
}

.yellow-shadow {
  text-shadow: #fa0 2px 0px 10px;
}

#assessments-invite-users h2 small {
  margin-left: 15px;
}

#assessments-invite-users .mid-band {
  position: absolute;
  top: 30%;
  left: 0px;
  right: 0px;
  font-size: 20px;
  z-index: 1;
  height: 42px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid lightblue;
  border-bottom: 1px solid lightblue;
  color: lightblue;
  padding: 6px 0;
}

.mid-band.invitee-external-developer {
  color: orange !important;
  border-color: orange !important;
}

.mid-band.invitee-remove-warning {
  color: orange !important;
  border-color: orange !important;
}

#assessments-invite-users .glyphicon {
  top: 1px;
  left: -2px;
}

#assessments-invite-users button .glyphicon {
  margin: 0px 5px;
  top: 2px;
}

#assessments-invite-users fieldset form {
  margin-top: 0;
}

.language-selected {
  border: 1px solid #ffb700 !important;
  box-shadow: #ffb700 0px 0px 10px !important;
  border: 1px solid #dd9935 !important;
}

.language-selected .big-language-icon {
  text-shadow: #dd9935 1px 1px 1px, #000 -1px -1px 2px, #dd9935 0px 0px 50px !important;
  border: 1px outset #ad7925 !important;
  box-shadow: #dd9935 0 0 10px !important;
}

#assessments-invite-users .small-language-icon {
  opacity: 0.8;
  font-size: 80%;
  margin-left: 10px;
}

#assessments-invite-users .assessment-list-filter {
  margin-top: 30px !important;
}

#assessments-invite-users .invitee-count {
  font-size: 11pt;
  padding: 10px;
  background: #333;
  margin-bottom: 15px;
}

#assessments-invite-users .users-grid > div {
  padding: 0px;
}

#assessments-invite-users .select-user-box {
  height: auto;
  background: #222;
  border: 2px solid #222;
  margin: 5px !important;
}

#assessments-invite-users .invitee-is-invited {
  height: auto;
  background: #222;
  border: 2px solid #f99b16;
  margin: 5px !important;
}

#assessments-invite-users .external-invitee-is-invited {
  height: auto;
  background: #222;
  border: 2px solid #f99b16;
  margin: 5px !important;
}

#assessments-invite-users .external-invitee-email {
  padding: 4px;
}

#assessments-invite-users .select-user-box .invitee-displaypic-container {
  float: left;
  width: 45px;
  height: 45px !important;
  overflow: hidden;
  padding: 0px !important;
  margin: 10px;
}

#assessments-invite-users .select-user-box .invitee-displaypic-container img {
  width: 100%;
  border-radius: 3px;
}

#assessments-invite-users .select-user-box .invitee-ext {
  position: absolute;
  bottom: 2px;
  right: 15px;
  font-size: 10px;
}

#assessments-invite-users .invite-indicator {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 16px;
  color: white;
}

#assessments-invite-users .invite-indicator.invitee-remove-warning {
  background: rgba(0, 0, 0, 0);
  font-weight: normal;
  color: red;
}

#assessments-invite-users .select-user-box .caption small {
  float: left;
  width: 100px;
}

.text-red {
  color: red;
}

#assessments-invite-users .search-help-box {
  border: 1px solid orange;
  padding: 15px;
  margin-bottom: 15px;
}

#assessments-invite-users .drop-box {
  text-align: left;
  margin: 15px 0;
}

.drop-box {
  background-color: #222;
  border: 2px dashed #cccccc;
  text-align: center;
  padding: 20px;
  cursor: pointer;
}

.drop-box.dragover,
.drop-box:hover {
  background-color: #111;
}

.drop-box.dragover-error {
  border: 2px dashed #c9493a;
}

.userlist-file-example {
  font-family: Consolas, monospace;
  font-weight: bold;
  padding: 10px 0 0 18px;
  text-align: left;
}

.onboarding-message-input-container {
  margin-right: 16px;
}

.onboarding-message-input {
  width: 100%;
  height: 150px;
}

.onboarding-message-admins-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.onboarding-message-admins-list li {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.onboarding-message-admins-list img {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0;
  padding: 0;
}

.intro-splash-welcome-heading {
  text-align: center;
  margin-bottom: 32px;
  color: #ffb700;
}

.intro-splash-onboarding-message-container {
  margin-bottom: 60px;
}

.intro-splash-onboarding-message {
  margin-top: 12px;
  margin-bottom: 32px;
}

.intro-splash-onboarding-message-heading {
  margin-top: 0;
  margin-bottom: 0;
  color: #ffb700;
  font-weight: 400;
}

.intro-splash-onboarding-message-heading-icon {
  width: 40px;
  vertical-align: top;
  padding-right: 12px;
}

.intro-splash-onboarding-message-body {
  padding-left: 50px;
  color: #fff;
}

*[ng-click]:enabled,
*[ui-sref]:enabled {
  cursor: pointer !important;
}

.pagination-hidden-margin {
  margin-top: 30px;
}

.pagination li a.keyboard-selected,
.pagination li.active a {
  transform: scale(1.1);
  border-radius: 3px;
  border: 1px solid white;
  outline: none;
  z-index: 9;
}

/*** Account owner ***/
.account-owner-displayPic {
  width: 20px;
  height: 20px;
  border-radius: 25px;
  vertical-align: text-top;
}

.assessment-actions-dropdown.dropdown {
  position: relative;
  padding: 5px;
  /* top: 16px; */
  font-size: 1.7em;
  vertical-align: middle;
}

.assessment-actions-dropdown .btn-xs {
  position: relative;
  top: -3px;
  padding: 2px 15px;
}

.assessment-actions-dropdown .dropdown-menu {
  left: auto;
  right: -10px;
  top: 30px;
}

/*
	lea - Padding for all drop down menu icons
	      to pull icon away from text.
		  Consider dropping the .assessment-actions-dropdown to apply globally
*/
.assessment-actions-dropdown .dropdown-menu .fa,
.assessment-actions-dropdown .dropdown-menu .glyphicon {
  padding-right: 10px;
}

.empty-state-h1 {
  padding-top: 40px;
  font-size: 28px;
}

.empty-state-p {
  font-size: 16px;
  width: 60%;
  margin: 0 auto;
}

.empty-state-btn {
  padding-bottom: 40px;
  margin-top: 15px;
}

.icon-circle .glyphicon {
  font-size: 16px;
  margin: 0px;
}

.icon-circle {
  font-size: 16px !important;
  margin-left: 10px !important;
  padding: 10px 5px;
  border-radius: 2px;
  border: 0px;
  background: transparent;
}

.icon-circle div {
  float: right;
  margin: 0px 10px;
  position: relative;
  font-size: 13px;
  font-weight: normal;
}

.icon-circle div.slide {
  /*width: 0px;
	overflow: hidden;*/
}

.icon-circle:hover div.slide {
  width: auto;
  min-width: 10px;
  transition: all 0.3s ease-in-out;
}

.icon-main {
  color: #c67605;
  border-color: #c67605;
}

.icon-danger {
  color: #e9322d;
  border-color: #e9322d;
}

.icon-highlight {
  color: #4ab9db;
  border-color: #4ab9db;
}

.icon-circle:hover {
  transform: scale(1.1);
  transition: all 0.1s ease-in-out;
}

.icon-bg-main {
  background: #c67605;
  color: white;
}

.icon-bg-danger {
  background: #e9322d;
  color: white;
}

.icon-bg-highlight {
  background: #4ab9db;
  color: white;
}

.icon-md {
  font-size: 20px;
  font-weight: 100;
}

.assessment-attempts-options {
  width: 50%;
  text-align: right;
}

.input-xs {
  height: 24px !important;
}

select.input-xs {
  padding: 0px 10px;
  background: white;
  border: none;
}

.assessment-attempts-search {
  position: relative;
  top: 10px;
  width: 100%;
  background: #1c1e22;
  border: 1px solid #111;
  border-radius: 3px;
  padding: 10px 10px 15px 0px;
  text-align: right !important;
  display: inline-block;
}

.assessment-attempts-search form {
  float: right;
}

.assessment-attempts-search form .form-control {
  margin-left: 10px;
  float: left;
  width: auto;
}

.assessment-list-filter form {
  float: right;
}

.assessment-list-filter select {
  padding: 0px 10px;
  height: 20px !important;
  border-radius: 5px;
  background: white !important;
}

.icon-md {
  font-size: 20px;
  font-weight: 100;
}

.assessment-attempts-options {
  width: 50%;
  text-align: right;
}

.input-xs {
  height: 24px !important;
}

select.input-xs {
  padding: 0px 10px;
  background: white;
  border: none;
}

#durationSlider {
  margin: 20px 0 10px 0;
}

#durationSlider #custom-handle {
  width: 3em;
  height: 1.6em;
  top: 50%;
  margin-top: -0.8em;
  text-align: center;
  line-height: 1.6em;
}

.tournament-edit-tabs .nvd3 .tick line {
  opacity: 0;
}

.tournament-edit-tabs .nvd3 .nv-axis path {
  opacity: 0;
}

.assessment-attempts-search {
  position: relative;
  top: 10px;
  width: 100%;
  background: #1c1e22;
  border: 1px solid #111;
  border-radius: 3px;
  padding: 10px 10px 15px 0px;
  text-align: right !important;
  display: inline-block;
}

.assessment-attempts-search form {
  float: right;
}

.assessment-attempts-search form .form-control {
  margin-left: 10px;
  float: left;
  width: auto;
}

.assessment-list-filter form {
  float: right;
}

.assessment-list-filter select {
  padding: 0px 10px;
  height: 20px !important;
  border-radius: 5px;
  background: white !important;
}

#compare.ng-hide {
  display: none !important;
}

.worldmap-dropdown-img {
  margin-bottom: 4px;
  margin-right: 10px;
}

.worldmap-dropdown-language-icon {
  vertical-align: super;
  margin-right: 10px;
}

.btn-success {
  background-image: -webkit-linear-gradient(#58ac58, #42a442 60%, #339e33);
  background-image: -o-linear-gradient(#58ac58, #42a442 60%, #339e33);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#58ac58),
    color-stop(60%, #42a442),
    to(#339e33)
  );
  background-image: linear-gradient(#58ac58, #42a442 60%, #339e33);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff58ac58', endColorstr='#ff339e33', GradientType=0);
}

.btn-success:hover {
  background-image: -webkit-linear-gradient(#1f6d1f, #278327 40%, #2d922d);
  background-image: -o-linear-gradient(#1f6d1f, #278327 40%, #2d922d);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1f6d1f),
    color-stop(40%, #278327),
    to(#2d922d)
  );
  background-image: linear-gradient(#1f6d1f, #278327 40%, #2d922d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f6d1f', endColorstr='#ff2d922d', GradientType=0);
}

.btn-info {
  background-image: -webkit-linear-gradient(#54aac3, #3ba0be 60%, #2a99bb);
  background-image: -o-linear-gradient(#54aac3, #3ba0be 60%, #2a99bb);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#54aac3),
    color-stop(60%, #3ba0be),
    to(#2a99bb)
  );
  background-image: linear-gradient(#54aac3, #3ba0be 60%, #2a99bb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54aac3', endColorstr='#ff2a99bb', GradientType=0);
}

.btn-info:hover {
  background-image: -webkit-linear-gradient(#10728f, #1586a8 40%, #1894b9);
  background-image: -o-linear-gradient(#10728f, #1586a8 40%, #1894b9);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#10728f),
    color-stop(40%, #1586a8),
    to(#1894b9)
  );
  background-image: linear-gradient(#10728f, #1586a8 40%, #1894b9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff10728f', endColorstr='#ff1894b9', GradientType=0);
}

.challenge-toolbar-dropdown {
  margin-left: 5px;
  font-size: 20px;
  vertical-align: top;
  margin-right: 0px;
}

.challenge-toolbar-dropdown .glyphicon {
  color: #c8c8c8;
}

.toolbar-error-messages {
  position: absolute;
  right: 40px;
  bottom: -96px;
  z-index: 40;
  top: 18px;
}

.toolbar-error-messages .cancel-button {
  width: 10px;
  float: right;
  margin-top: -15px;
  margin-right: -9px;
}

.toolbar-row {
  max-height: 28px;
}

h4 .glyphicon {
  top: 2px !important;
  margin-right: 2px;
}

.learning-resources-secondary {
  position: absolute;
  bottom: -24px;
  left: 0;
}

.learning-resources-container {
  margin-bottom: 50px;
}

.hint-modal-body .learning-resources-secondary {
  position: static;
  text-align: center;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 36px;
}

.input-group-addon {
  height: 36px;
  padding: 5px 12px;
}

input::-ms-clear {
  display: none;
}

.input-clear-text-icon {
  z-index: 3;
  float: left;
  display: table-cell;
  width: auto;
  color: rgba(25, 27, 29, 0.67);
  border-left: 0px;
  border-right: 0px;
  position: absolute;
  right: 0px;
  background-color: rgba(255, 255, 255, 0);
  vertical-align: middle;
  height: 34px;
  padding: 8px 12px 8px 0px;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: pointer;
}

body {
  display: inline-block;
  width: 100%;
  height: 100% !important;
}

body.assessment-in-progress {
  padding-top: 10px;
}

body.assessment-in-progress nav.navbar * {
  display: none;
}

body.assessment-in-progress nav.navbar {
  opacity: 0;
  position: fixed;
  min-height: 10px;
  height: 20px;
  padding: 0;
  margin: 0;
}

body.challenge-in-progress {
  overflow: hidden;
  overflow-y: auto;
}

body.scw-body-light-background {
  background-color: white;
}

.display-inline-block {
  display: inline-block;
}

.form-control-xs {
  height: 20px;
  padding: 0px 4px;
}

.form-control-xs.select2-container {
  padding: 0;
  border: 0;
  width: 140px;
}

.form-control-xs.select2-container .select2-choice {
  height: 20px;
  line-height: 20px;
  border: 0;
}

.form-control-xs.select2-container .select2-choice abbr {
  top: 8px;
}

.form-control-xs.select2-container .select2-choice .select2-arrow b {
  margin-top: 1px;
  background: url(static/2ca61b76e22053571dd8611e5aac4900.png) no-repeat 0 -3px;
}

.form-control-xs.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px -3px;
}

.form-control-xs.select2-dropdown-open .select2-drop {
  border: 0;
}

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

.full-height-ui-select {
  height: 100%;
}

/* .contextual-learning .simple-flow-bg {
  display: flex;
  flex: auto;
  position: relative;
  z-index: 0 !important;
} */

.simple-flow,
.simple-flow-view {
  position: fixed;
  top: 0;
  font-size: 12pt !important;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
}
.new-simple-flow-state.authed .simple-flow,
.new-simple-flow-state.authed .simple-flow-view {
  padding-top: 50px !important;
}

.simple-flow-links {
  padding-top: 15px;
  padding-left: 0.3%;
}

.simple-flow-bg {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background: #222;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: grayscale(100%);
  z-index: 9997;
}

.simple-flow-modal-z-index-hack {
  z-index: 1151 !important;
}
.new-simple-flow-state .modal-backdrop {
  z-index: 1150 !important;
}

body.simple-flow-signup-modal-open header,
body.simple-flow-signup-modal-open .simple-flow-view {
  transition: filter 500ms ease-in-out;
  filter: blur(3px);
}

.simple-flow-view,
header {
  transition: filter 250ms ease-in-out;
}

div.simpleflow-worldmap-container {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.12;
  width: 100%;
  z-index: 9998;
}

div.simpleflow-worldmap-container svg {
  width: 100%;
}
.backdrop {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
}
.backdrop-content {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
.container-abs-selection {
  position: absolute;
  z-index: 10000;
  width: 100vw;
  margin: 0;
  padding: 20px;
}
.container-abs-less {
  width: calc(100% - 415px);
  left: 75px;
}

#main-view.contextual-learning {
  display: flex;
  flex: auto;
}

#contextual-learning-view {
  position: relative !important;
  padding-top: 0 !important;
  display: flex;
  flex: auto;
}

.contextual-learning.simple-flow.new-simple-flow {
  padding-top: 0 !important;
  position: relative;
}

.contextual-learning.worldmap-column.worldmap-column-fullwidth {
  margin-left: 0 !important;
}

.container-flex-selection {
  width: 100%;
  display: flex;
  padding: 10px;
  flex-direction: row;
  justify-content: start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.select-picker {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  color: white;
  line-height: 14pt;
  padding: 10px;
  border-radius: 5px;
  min-height: 75px;
  max-width: 100%;
}
.select-picker-disabled {
  border: 3px solid #7b7b7b !important;
}

.picker-container {
  padding: 0;
  max-height: calc(100vh - 175px);
  white-space: nowrap;
  overflow: scroll;
  overflow-x: hidden;
}

.picker-search {
  width: 100%;
}

.picker-search-input {
  width: 100%;
  padding: 3px;
  margin: 5px 0;
}

.picker-list {
  width: 100%;
  padding: 5px;
}

.select-picker i {
  font-size: 14pt;
  color: white;
}
#languageChanger {
  position: absolute;
  color: white;
  width: 220px;
  line-height: 14pt;
  padding: 10px 5px;
  border-radius: 5px;
}
#languageChanger span.glyphicon {
  font-size: 8pt;
  font-weight: normal;
  margin-left: 5px;
  top: 1.5pt;
}
.select-picker img {
  width: 40px;
  height: 40px;
  filter: brightness(100);
}
.select-picker-header-icon {
  padding: 3px;
}
#languageChanger i {
  margin-left: 15px;
  font-size: 28pt;
  margin: -2pt 10px;
  float: left;
  color: white;
}
.simple-flow #languageChanger {
  margin-top: 15pt;
  position: absolute;
  color: white;
  width: 200pt;
  white-space: nowrap;
  line-height: 14pt;
  /*background: rgba(255,255,255,.03);*/
  padding: 10pt 5pt;
  z-index: 99999;
}
.simple-flow #flow-transitions {
  width: 60%;
  margin-left: 20%;
}

.simple-flow #flow-transitions > div {
  float: left;
  width: 33%;
  padding: 30px 0px;
  opacity: 0.2;
}

.simple-flow #flow-transitions > div:last-child {
  border-right: 0px;
}

.simple-flow #flow-transitions .icon {
  font-size: 30pt;
  font-weight: 100;
  font-style: normal;
  color: white;
  /* box-shadow: white 0px 0px 30px 2px; */
  padding: 20px;
  margin-bottom: 15px;
}

.simple-flow #flow-transitions .active {
  /*background: #e80;
	border-radius: 15px; */
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid #e80;
  opacity: 1;
}

.simple-flow #flow-transitions .transition-marker-tooltip {
  opacity: 1;
}

.simple-flow {
  color: white;
}

.simple-flow footer.learn-footer {
  font-size: 14pt;
  padding: 15px 0px;
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  left: 0px;
  z-index: 0;
  color: #f90;
  bottom: 0pt;
  width: 100%;
}

.simple-flow button.btn.btn-primary {
  margin-top: -2px;
  font-size: 14pt;
  padding: 5px 25px;
  border-radius: 0px;
  background: #f90;
  margin-left: 15pt;
}

.new-simple-flow button.btn.btn-primary {
  border-radius: 6px;
  padding: 6px 12px;
}

.simple-flow button.btn.btn-primary i.icon {
  font-size: 80%;
  top: 2px;
  left: 5px;
}

.simple-flow h2 {
  margin: 0px;
  font-size: 14pt;
}

.simple-flow header {
  margin-top: 0pt;
  margin-bottom: 0px;
}

.simple-flow header img {
  width: 185px;
}

.simple-flow h1 {
  font-size: 24pt;
}

.simple-flow #transition-explainer .transition-explainer-box,
.simple-flow #transition-explainer .transition-mission-box {
  margin-top: 30pt;
  margin-bottom: 30pt;
  padding: 30pt;
  background: rgba(30, 30, 30, 0.7);
  color: #e80;
  font-size: 14pt;
  left: 0px;
}

.simple-flow #transition-explainer .learning-resources-secondary {
  padding: 0;
  margin: 0;
  float: none;
  width: 100%;
  text-align: center;
  position: relative;
}

.simple-flow #transition-explainer .read-more {
  background: #e80;
  color: #eee;
  padding: 3px 8px;
  white-space: nowrap;
}

.simple-flow #transition-explainer h4 {
  text-transform: uppercase;
  text-align: center;
  font-size: 120%;
  margin: 0px 0px 20pt 0px;
  font-family: impact, Inconsolata;
  letter-spacing: 3px;
}

.simple-flow #guideline {
  color: white;
}

.simple-flow #guideline h3,
.simple-flow #guideline h2 {
  font-weight: bold;
  margin-top: 20px;
  color: #ee8800;
}

.simple-flow #guideline h4 {
  color: #ee8800;
  font-weight: bold;
}

.simple-flow #guideline code {
  padding: 2px 4px;
  font-size: 90%;
  color: #ff9200;
  border: 1px dashed #ee8800;
  background-color: #222325;
  border-radius: 4px;
  font-weight: bold;
}

.simple-flow #guideline pre {
  display: block;
  padding: 2px 4px;
  font-size: 90%;
  color: #ff9200;
  border: 1px dashed #ee8800;
  background-color: #222325;
  border-radius: 4px;
  margin: 0 0 10px;
  word-break: break-all;
  word-wrap: break-word;
}

.simple-flow #guideline .tile {
  text-align: center;
  border: 1px solid black;
  list-style: none;
  margin-left: 10px;
  background-color: #23262d;
  display: inline-block;
  height: 100%;
}

.simple-flow #guideline pre br {
  content: ' ';
  display: none;
}

.simple-flow #guideline li {
  margin-top: 10px;
}

.simple-flow footer a {
  text-decoration: underline;
  margin-right: 15px;
}

.simple-flow footer a:hover {
  text-shadow: #e80 0px 0px 1px;
}

.simple-flow.learn .transition-explainer-box {
  transition: 0.5s;
}

.simple-flow.play .transition-explainer-box,
.simple-flow.game .transition-explainer-box {
  position: absolute;
  transition: all 0.5s ease-out;
  opacity: 0;
  transform: scale(0.2);
}

.simple-flow #transition-explainer-in-worldmap {
  width: 100%;
  margin: 0;
  padding: 0;
}

.simple-transition-explainer-in-worldmapflow #transition-explainer .transition-mission-box {
  position: relative;
  left: 3000px;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.simple-flow.new-simple-flow.play {
  overflow: hidden;
}

.simple-flow.play #transition-explainer .transition-mission-box,
.simple-flow #transition-explainer-in-worldmap .transition-mission-box {
  position: relative;
  width: auto;
  height: auto;
  left: 0px;
  display: block;
  transition: left 0.5s ease-out;
  transition-delay: 0s;
  font-size: 14pt;
  padding: 20pt;
}

.simple-flow #transition-explainer-in-worldmap .transition-mission-box h5,
.simple-flow #transition-explainer .transition-mission-box h5 {
  color: #eee;
  text-transform: uppercase;
  font-family: Impact, Inconsolata;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 14pt;
}

.simple-flow #transition-explainer .transition-mission-box img,
.simple-flow #transition-explainer-in-worldmap .transition-mission-box img {
  float: left;
  width: 30%;
  margin-right: 15pt;
}

.new-simple-flow #transition-explainer .transition-mission-box img,
.new-simple-flow #transition-explainer-in-worldmap .transition-mission-box img {
  float: left;
  width: 15%;
  margin-right: 15pt;
}

.new-simple-flow .mission-briefing-title {
  text-align: center;
  text-transform: uppercase;
  color: rgb(238, 136, 0);
}

.simple-flow #transition-explainer .transition-mission-box > div.row:first-of-type > div:first-of-type,
.simple-flow #transition-explainer-in-worldmap .transition-mission-box > div.row:first-of-type > div:first-of-type {
  border-right: 2px dashed #666;
}

.simple-flow #transition-explainer .transition-mission-box .mission-briefing,
.simple-flow #transition-explainer-in-worldmap .transition-mission-box .mission-briefing {
  color: #fff;
  font-family: courier, arial;
  font-size: 11pt;
}

.new-simple-flow #transition-explainer .transition-mission-box .mission-briefing,
.new-simple-flow #transition-explainer-in-worldmap .transition-mission-box .mission-briefing {
  color: #fff;
  font-family: courier, arial;
  font-size: 8pt;
}

.simple-flow #transition-explainer .transition-mission-box > div.mission-cta,
.simple-flow #transition-explainer-in-worldmap .transition-mission-box > div.mission-cta {
  margin-top: 15pt;
  padding-top: 15pt;
  border-top: 1px solid;
}

.simple-flow.game #transition-explainer .transition-mission-box,
.simple-flow.game #transition-explainer-in-worldmap .transition-mission-box {
  position: absolute;
  display: block;
  opacity: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform: scale(0.2);
  transition: all 1s ease-out;
}

.simple-flow #transition-explainer-in-worldmap {
  position: absolute;
  left: 0;
  background-color: rgba(30, 30, 30, 0.7);
  bottom: 0;
}

.simple-flow.game #flow-transitions {
  width: 1000%;
  opacity: 0;
  transition: all 1s ease-out;
  transition-delay: 0.7s;
}

.simple-flow header {
  top: 0px;
}

.simple-flow.game header {
  transition: all 0.5s ease-out;
  position: relative;
  text-align: center;
  width: 100%;
  top: -400px;
  transition-delay: 1.2s;
}

.new-simple-flow-state.authed {
  padding-top: 0;
}
.new-simple-flow-state.authed header {
  min-height: 50px;
  z-index: 10000;
  position: relative;
}
.new-simple-flow-state.authed header nav {
  z-index: 10000;
}

.simple-flow #game-mode-loading h4 {
  text-transform: uppercase;
  text-align: center;
  font-size: 22pt;
  margin: 0px 0px 30px 0px;
  text-shadow: #e80 0px 0px 30px;
  font-family: impact, Inconsolata;
  letter-spacing: 3px;
  color: #e80;
}

.simple-flow #game-mode-loading {
  opacity: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  height: 100%;
  z-index: -99999;
  width: 100%;
  height: 100%;
  transform: translate3d(0%, 40%, 0);
}

.simple-flow #game-mode-loading .loader {
  margin: auto;
}

.simple-flow.game #game-mode-loading {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  transition-delay: 1.2s;
}

.simple-flow.game #languageChanger {
  display: none;
}

.new-simple-flow .select-picker {
  background-color: #1c1e22;
  border: 3px solid #ffb700;
}
.new-simple-flow #languageChanger {
  left: 66px;
  background-color: #1c1e22;
  border: 3px solid #ffb700;
}
.new-simple-flow .picker-container {
  background: #1c1e22;
  padding-top: 5px;
}
.new-simple-flow .select-picker-header {
  display: flex;
  flex-direction: row;
}
.new-simple-flow .language-picker-header {
  display: flex;
  flex-direction: row;
}
.select-picker-header .select-picker-header-title {
  flex-grow: 1;
  padding: 5px;
}
.language-picker-header .language-picker-header-title {
  flex-grow: 1;
}
.language-picker-header .language-picker-dd-icon {
  align-self: center;
  font-size: medium;
}
.select-picker-header .select-picker-dd-icon {
  align-self: center;
  font-size: medium;
}
.select-picker-icon {
  align-self: center;
  font-size: medium;
}
.new-simple-flow .language-picker-container {
  background: #1c1e22;
  padding-top: 5px;
}

.new-simple-flow .picker-container > div {
  padding: 3px;
}

.new-simple-flow #categoryChanger .picker-container > div {
  padding-right: 12px;
}

.new-simple-flow .language-picker-container > div {
  padding: 3px;
  padding-left: 12px;
}
.new-simple-flow button.btn.btn-primary {
  margin-left: 0;
}

.new-simple-flow button.btn.btn-primary > a {
  color: white;
}

.new-simple-flow button.btn.btn-primary > a:hover,
a:focus:not(.MuiLink-root):not(.MuiMenuItem-root) {
  color: rgb(0, 85, 128);
  text-decoration: underline;
}

.new-simple-flow #leaderboard-panel {
  overflow: hidden;
}

.new-simple-flow #leaderboard-panel .leaderboard-table-container {
  overflow: auto;
  height: calc(100% - 220px);
}

.new-simple-flow #leaderboard-panel .leaderboard-buttons-container {
  position: absolute;
  bottom: 0;
  max-height: 220px;
  width: calc(100% - 25px);
  padding-right: 5px;
  padding-top: 5px;
}

.new-simple-flow #leaderboard-panel .leaderboard-buttons-container button {
  width: 100%;
  margin-bottom: 15px;
}

.new-simple-flow-register-button-container .btn.btn-primary {
  background-image: none;
  background-color: #f90;
  margin-bottom: 4px;
  color: white;
}

.new-simple-flow .language-picker-container > div:hover {
  background: rgba(255, 255, 255, 0.8);
  color: black;
  max-height: calc(100vh - 125px);
  overflow-y: auto;
}

.section-challenge-details {
  margin-bottom: 20px;
}
.section-challenge-details .flex {
  flex-grow: 1;
}

.container-less {
  padding: 0 5px;
}

.triple-column-colour-box {
  margin-right: -5px;
  margin-left: -5px;
  display: flex;
  flex-wrap: wrap;
}

.triple-column-colour-box .colour-box-scwdarkgrey {
  background-color: #303030;
}

.thin-row {
  margin-bottom: 5px;
  margin-right: 0;
  margin-left: 0;
}

.thin-row .colour-box-small {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
}

.thin-row [class^='col-md'],
.thin-row #leaderboard-panel {
  padding: 0 5px;
  height: auto;
}

.thin-row-col .thin-row {
  margin: 0 0 10px 0px;
  height: auto !important;
}

.thin-row-col .thin-row:nth-child(3) {
  margin: 0;
}

.triple-column-colour-box .leaderboard-title {
  margin: 0;
}

.triple-column-colour-box [class^='col-md'] > div {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  background-color: #161616;
  height: 100%;
}

.triple-column-colour-box > div:nth-child(2) > div {
  position: relative;
  padding-bottom: 96px;
}

.triple-column-colour-box .maturity-display-col.right-box {
  width: 60%;
}

.triple-column-colour-box .maturity-display-col.left-box {
  width: 40%;
}

.triple-column-colour-box .maturity-display-col.left-box img {
  width: 100%;
}

.modal-content .simple-flow-modal-title {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Open Sans';
}

.modal-content .simple-flow-modal-subtitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  font-family: 'Open Sans';
}

.signup-modal-form {
  display: inline-block;
}

.simple-flow-modal-content {
  background-color: rgba(37, 41, 46, 0.94);
  border: 2px solid #454545;
  font-family: 'Open Sans';
}

.simple-flow-modal-header {
  border-bottom: 1px solid #454545;
}

.simple-flow-modal-footer {
  border-top: 1px solid #454545;
  display: flex;
  flex-direction: row;
  align-content: flex-end;
  justify-content: right;
}

.simple-flow-modal-footer-buttons {
  display: flex;
  flex: 1;
  align-content: flex-start;
  justify-content: left;
  flex-direction: row-reverse;
}

.simple-flow-modal-footer-links {
  display: flex;
  justify-content: center;
  align-self: center;
  font-size: small;
}

.simple-flow-modal-footer-links a {
  margin: 0;
  padding-left: 3px;
  font-size: small;
}

.signup-modal-inputs {
  border-bottom: 1px solid #454545;
}

.signup-modal-hr,
.stats-hr {
  border: 1px solid #454545;
  margin-left: 5px;
  margin-right: 5px;
}

.simple-flow-modal-required {
  font-size: 14px;
  color: inherit;
  font-weight: normal;
  font-family: 'Open Sans';
}

.simple-flow-modal-notification {
  font-size: 14px;
  color: inherit;
  font-weight: bold;
  font-family: 'Open Sans';
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  font-weight: bold;
}

.signup-btn {
  color: #000000;
  font-weight: bold;
}

.signup-modal-form .privacy-policy-optin {
  width: 100%;
  display: block;
}

.signup-modal-form .subscription-checkbox {
  float: left;
  height: 14px;
  width: 14px;
  background-color: initial;
  color: green;
}

.signup-modal-form .subscription-label {
  font-size: 14px;
  margin-left: 10px;
  float: left;
  width: 95%;
  font-weight: normal;
}

.signup-modal-form .purchasing-driver-dropdown {
  width: 60%;
}

.signup-modal-form .label-display {
  display: block;
  padding-top: 17px;
}

.signup-modal-form .input-display {
  width: 100%;
}

.signup-modal-form .ng-invalid-email {
  border-color: red;
}

.signup-modal-form .input-left-container {
  float: left;
  width: 50%;
  padding-right: 20px;
}

.signup-modal-form .input-left {
  float: left;
  width: 50%;
  line-height: 36px;
  margin-bottom: 0;
}

.signup-modal-form .input-right {
  float: right;
  width: 50%;
}

.signup-modal-form .input-required:after {
  content: ' *';
  color: #c9493a;
}

.simple-flow header h2 {
  color: #e80;
  font-size: 22pt;
  line-height: 40pt;
  font-weight: bold;
}

.simple-flow.capture .user-info {
  margin-top: 15px;
  margin-left: 30px;
  font-size: 12pt;
  line-height: 18pt;
  font-weight: bold;
}

.simple-flow.capture-updated .user-info {
  padding-left: 15px;
}
.simple-flow.capture header img {
  width: 100%;
}

.simple-flow .signup-button {
  margin-top: 0px !important;
  margin-left: 0px !important;
  font-size: 13pt !important;
  font-weight: bold;
  margin-right: 15px;
  border-radius: 0pt;
}

svg#new-simpleflow-worldmap path {
  fill: gray;
}

/** Fix for VERY small screens */
@media (max-height: 750px) {
  .simple-flow #flow-transitions,
  .simple-flow #transition-explainer {
    transform: scale(0.9);
    position: relative;
    top: -30pt;
  }
}

@media (max-height: 650px) {
  .simple-flow #flow-transitions,
  .simple-flow #transition-explainer {
    transform: scale(0.8);
    position: relative;
    top: -30pt;
  }

  .simple-flow #transition-explainer {
    top: -80pt;
  }

  .simple-flow footer,
  .simple-flow footer .btn {
    font-size: 11pt !important;
  }
}

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

.confidence-level-popover-paragraph {
  margin: 10px;
  color: black;
  text-decoration: none;
  font-weight: normal;
}

.confidence-level-popover-list {
  color: black;
  text-decoration: none;
  font-weight: normal;
  list-style: none;
}

.confidence-level-popover-list > li > i {
  margin-right: 5px;
}

.confidence-level-popover-menu {
  width: 300px;
  background-color: lightgrey;
  padding: 0;
}

.confidence-level-question-mark {
  position: absolute;
  margin-left: 5px;
  top: 2px;
}

.confidence-level-metrics-question-mark {
  position: absolute;
  margin-left: 5px;
  top: 2px;
  right: -18px;
}

.confidence-level-metrics-popover-menu {
  width: 300px;
  background-color: white;
}

.tournaments-join-languages-error-icon {
  color: #c9493a;
  position: relative;
  bottom: -8px;
}

.learning-progress-main-page {
  overflow: hidden;
  height: 5px;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #1c1e22;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.learning-progress {
  overflow: hidden;
  height: 5px;
  margin-top: 55px;
  margin-bottom: 20px;
  background-color: #1c1e22;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.learning-progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #7a8288;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.learning-progress-bar-success {
  background-color: #657d19;
}

.learning-progress-bar-danger {
  background-color: #c9493a;
}

.noclick {
  cursor: not-allowed;
}

#error-page {
  margin-top: 5%;
  margin-bottom: 5%;
}

#error-page h2 {
  color: #ffb700;
  font-size: 40pt;
  font-weight: bold;
}

#error-page h3 {
  margin-top: 25px;
}

#error-page .error-message {
  width: auto !important;
  margin: 50px 0 50px;
  font-size: 16pt;
  padding: 30px 30px;
  background: #333e48;
  color: white;
  border-radius: 4px;
  border: 2px #ffb700 solid;
}

#error-page .sso-error-message {
  padding: 1.5em 1em;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 1em 2em;
  border: solid #f5eddb 1px;
  border-radius: 3px;
}

#error-page .btn {
  font-size: 14pt;
}

#error-page .btn-demo {
  margin-top: 15px;
}

.custom-sweet-alert-button {
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0px 0px 2px rgba(243, 139, 0, 0.8), inset 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
  background-color: rgb(243, 139, 0);
}

.custom-sweet-alert-anchor > a {
  color: #575757;
  text-decoration: underline;
}

.custom-sweet-alert-anchor > a:hover {
  color: #575757;
}

.chart-container-doughnut {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.chart-container-doughnut .chart-container {
  height: 100%;
  width: 100%;
}

.chart-container-doughnut canvas {
  margin: auto;
  margin-top: 0%;
  text-align: center;
  width: 100%;
  height: 100%;
}

*[perfect-middle] {
  top: 0;
  position: absolute;
  color: white;
  width: 100%;
  font-weight: normal;
  height: 100%;
  display: table-cell;
}

.doughnut-text.doughnut-value {
  color: #eb0;
  font-weight: bold;
  margin-bottom: 1%;
}

.doughnut-text.doughnut-label {
  background: transparent;
  border: none;
  color: white;
  font-family: Roboto;
  font-size: 50%;
  padding: 0px;
  margin: 0px;
}

partial-doughnut {
  display: block;
  width: 100%;
  height: 100%;
}

.assessment-closed-label {
  background: #ddd;
  color: #333;
  padding: 6px 10px;
  border-radius: 5px;
  margin: 15px;
  position: relative;
  top: -3px;
  text-shadow: none;
  font-size: 11pt;
  display: inline-block;
}

.assessment-info-bar {
  margin-top: -8px;
  font-size: 12pt;
  font-family: Roboto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.assessment-info-bar > div {
  float: left;
  width: 16%;
  min-width: 4cm;
  text-align: center;
}

.assessment-info-bar.loading {
  margin-top: -8px;
  padding: 60px 0px;
  text-align: center;
  font-size: 12pt;
  font-family: Roboto;
  width: 100%;
}

.assessment-info-bar.loading > div {
  width: auto;
  text-align: center;
  margin: auto;
  float: none !important;
}

.assessment-language-select-bar {
  margin: 25pt auto 25pt auto;
  font-size: 15pt;
  font-family: Roboto;
  width: 50%;
}

.assessment-table-head {
  white-space: nowrap;
}

.assessment-language-selected {
  box-shadow: #ffb700 0px 0px 10px !important;
  color: #dd9935;
}

.assessment-create-edit-header {
  padding-left: 0px;
  padding-right: 0px;
}

.assessment-language-selected-category {
  font-style: italic;
  font-size: 12px;
}

.assessment-language-select-border {
  padding: 7px;
}

.assessment-language-container {
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: black 3px 3px 9px;
}

.languageSelect {
  color: white;
  line-height: 14pt;
  padding: 10px 25px;
  border-radius: 5px;
  font-size: 16px;
  text-align: left;
}

.languageSelect i {
  margin-left: 15px;
  font-size: 28pt;
  margin: -2pt 10px;
  float: left;
  color: white;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .assessment-language-select-bar {
    width: 65%;
  }
}

@media (min-width: 767px) and (max-width: 999px) {
  .assessment-language-select-bar {
    width: 80%;
  }
}

#assessment-attempt-view hr {
  margin-top: 0px;
  border: 1px solid #999;
  width: 100%;
}

.assessment-info-bar .dev-icon,
.assessment-info-bar .fa,
.assessment-info-bar .glyphicon {
  font-size: 20pt;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  top: 7px;
}

.assessment-info-bar .dev-icon {
  top: 3px;
  /*font-weight: bold;*/
}

.assessment-attempt-view h2 small.attempt-status {
  margin-left: 15px;
  background: #ddd;
  color: #333;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 100;
  font-size: 11pt;
  text-shadow: none;
  text-transform: capitalize;
  position: relative;
  top: -4px;
}

#languages-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

#each-languages-container {
  width: 232px;
  float: left;
  display: table-cell;
}

#one-language {
  width: 315px;
  margin-left: 137px;
}

.assessment-language {
  background-color: rgba(0, 0, 0, 0.15);
}

.attempt-status.attempt-status-failed {
  display: inline-block;
  margin: 15px;
  color: #fff !important;
  background: #d00 !important;
}

.attempt-status.attempt-status-succeeded {
  display: inline-block;
  margin: 15px;
  color: #fff !important;
  background: #090 !important;
}

.attempt-status.attempt-status-completed {
  display: inline-block;
  margin: 15px;
}

.attempt-status.attempt-status-pending {
  display: inline-block;
  margin: 15px;
}

.attempt-status.attempt-status-in-progress {
  display: inline-block;
  margin: 15px;
}

.attempt-status.attempt-is-retry {
  display: inline-block;
  margin: 15px;
}

#attempt-score-container {
  margin-top: 90px;
}

#attempt-score-container #userScore {
  height: 350px;
}

#attempt-score-container #groupScore {
  width: 60%;
  height: 60%;
  position: absolute;
  bottom: -22%;
  right: -15%;
}

#attempt-score-container #groupScore partial-doughnut {
  border-radius: 100%;
}

#attempt-score-container #levelsScore > div {
  height: 180px;
}

#attempt-score-container {
  margin-bottom: 120px;
}

#assessment-attempt-view .attempt-status {
  text-shadow: none;
  font-size: 11pt;
  padding: 6px 10px;
  background: #ddd;
  border-radius: 5px;
  color: #333;
  top: -3px;
  position: relative;
  text-transform: uppercase;
  font-family: Roboto;
  margin-left: 15px;
}

#assessment-attempt-view #subcategories-performance {
  padding: 30px 0px;
  overflow: hidden;
  float: none;
  background: rgba(255, 255, 255, 0.025);
}

#assessment-attempt-view #subcategories-performance canvas {
  cursor: pointer;
}

#assessment-attempt-view #attempt-categories-details {
  margin: 0 auto 60px;
  padding: 60px 0 30px;
  background: rgba(255, 255, 255, 0.025);
}

#assessment-attempt-view .attempt-categories-detail-row partial-doughnut {
  height: 200px;
}

#assessment-attempt-view .attempt-categories-detail-row h2 {
  padding-top: 5%;
  line-height: 40px;
}

#assessment-attempt-view #attempt-challenges-performance table thead tr {
  font-size: 115%;
  font-weight: bold;
  border-bottom: 2px solid #e80 !important;
}

#assessment-attempt-view #attempt-challenges-performance table td {
  text-align: center;
  vertical-align: middle;
  padding: 15px 0px;
}

#assessment-attempt-view #attempt-challenges-performance table td .glyphicon {
  font-size: 150%;
}

#assessment-attempt-view #attempt-challenges-performance table td .glyphicon-ok-sign {
  color: #090;
}

#assessment-attempt-view #attempt-challenges-performance table td .glyphicon-remove-sign {
  color: #c00;
}

#assessment-attempt-view #attempt-challenges-performance table td .glyphicon-hourglass {
  color: #f92;
  font-size: 15px;
}

#assessment-attempt-view .assessment-target-label {
  font-size: 11pt;
  text-transform: uppercase;
  padding: 0px;
  margin-top: 2px;
}

#assessment-attempt-view .assessment-target-label .glyphicon-user {
  font-size: 110%;
  background: #ddd;
  color: #333;
  padding: 10px;
  margin-top: 0px;
  top: 0px;
  border-radius: 50%;
}

#assessment-attempt-view .assessment-target-label .glyphicon-chevron-down {
  font-weight: lighter;
  margin-left: 10px;
  top: 2px;
}

#assessment-attempt-view .assessment-target-label span {
  line-height: 15pt;
  float: left;
  text-transform: none;
  text-align: right;
}

#assessment-attempt-view #attempt-categories-performance .explainer {
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
}

#assessment-attempt-view #attempt-categories-performance .explainer span {
  color: #c8c8c8;
  padding: 5px 10px;
  padding-left: 0;
  border-radius: 5px;
}

#assessment-attempt-view .attempt-complete-block {
  font-size: 11pt;
  padding: 15px 0 0 0;
}

#assessment-attempt-view .attempt-notice-block {
  background: rgba(255, 255, 255, 0.05);
  padding: 50px;
  text-align: center;
  margin-top: 30px;
  font-size: 12pt;
}

#assessment-attempt-view .attempt-notice-block h3 {
  font-size: 17pt;
  font-weight: bold;
  line-height: 200%;
}

#assessment-attempt-view .attempt-notice-block p {
  margin-bottom: 15px;
  font-size: 15pt;
}

#assessment-attempt-view .attempt-notice-block button {
  font-weight: bold;
  padding-right: 18px;
}

#assessment-attempt-view .attempt-notice-block button i.glyphicon {
  margin: 0px 5px;
  font-size: 110%;
  top: 1.5pt;
}

#assessment-attempt-view .retake-course-text {
  font-size: 20px !important;
  font-weight: 500;
  max-width: 660px;
  text-align: center;
  margin: 24px auto !important;
}

#assessment-attempt-view .retake-course-text a {
  color: #ffb700;
}

#assessment-attempt-view .assessment-target-label .tooltip-inner {
  max-width: inherit;
}

.assessment-challenge-number {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  position: relative;
  top: 20px;
  left: 8px;
}

.assessment-challenge-number.keyboard-selected {
  border-radius: 3px;
  background: #e80;
  color: white;
}

#activeUsers {
  padding: 0px;
}

#activeUsers .chart-legend .donut-legend-control {
  width: 45.75%;
}

#activeUsers .donut-text {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -54px;
  margin-left: -100px;
  z-index: 2;
  width: 200px;
}

.sensei-pluginURL {
  background: #eee !important;
  margin-top: 24px;
}

.senseiadmin.aliases {
  margin-left: 10%;
}

.senseiadmin.languages {
  margin-left: 10%;
}

.sensei-repo-container .sensei-repo {
  color: #fff;
  padding: 15px 0;
  height: 80px;
  margin: 0px 0px;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid #555;
  border-left: 3px solid transparent;
  transition: all 0.5s ease-in-out;
}

.sensei-repo-container .sensei-repo .repo-languages {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.sensei-repo-container .sensei-repo .download-button-container {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.sensei-repo-container .sensei-repo:hover {
  /*border-left: 3px solid #eee;*/
}

.sensei-repo-container .coming-soon {
  line-height: 30px;
}

.sensei-ui-select {
  border: none;
  margin-bottom: 14px;
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  border-radius: 0;
}

.sensei-ui-select-choices {
  background-color: white;
}

.team-ui-select {
  border: none;
  width: 30%;
  margin-right: 14px;
  font-family: 'Inconsolata', monospace;
  font-size: 14px;
  border-radius: 0;
}

.ui-select-choices-btn {
  background: #f5f5f5;
  margin: 10px 0px 0px 0px;
  border-radius: 5px;
  color: #333 !important;
}

.team-ui-select-choices {
  background-color: white;
}

.repo-alias {
  margin-bottom: 10px;
}

.repo-language {
  margin-bottom: 10px;
}

.build-box {
  padding: 20px;
  border: 1px solid black;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.build-box label {
  margin-top: 0px;
}

.build-box .form-control {
  font-size: 15px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.build-box pre {
  font-size: 15px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.build-box textarea {
  min-height: 100px;
}

.build-box .description {
  border: none;
  background-color: #fafafa;
}

.upload-build {
  background-color: #fff;
  border: 2px dashed #cccccc;
  text-align: center;
  padding: 20px;
  cursor: pointer;
}

.upload-build:hover {
  border: 2px dashed #657d19;
  background-color: #eaeaea;
}

.upload-rule {
  background-color: #fff;
  border: 2px dashed #cccccc;
  text-align: center;
  padding: 20px;
  cursor: pointer;
}

.upload-rule:hover {
  border: 2px dashed #657d19;
  background-color: #eaeaea;
}

.large-icon {
  font-size: 75px;
}

#uploadBuild .larger-text {
  font-size: 30px;
}

.ide-banner {
  cursor: pointer;
  margin-bottom: 24px;
}

.ide-banner img {
  width: 100%;
  border-radius: 5px;
}

#copyDownloadURL {
  width: 200px;
}

.installation-text {
  width: 65%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 24px;
  margin-top: 24px;
  border-radius: 3px;
}

#timeserieschart .chart-container {
  height: 355px;
  padding-top: 12px;
}

/* since UI bootstrap 2.5.0 popovers don't seem to actually work... */
[uib-popover-popup].popover,
[uib-popover-html-popup].popover,
[uib-popover-template-popup].popover,
[uib-datepicker-popup-wrap] > .uib-datepicker-popup.dropdown-menu {
  display: block !important;
}

[uib-datepicker-popup-wrap] [uib-datepicker] {
  width: 240px;
  overflow: hidden;
}

[uib-datepicker-popup-wrap] .btn.btn-default {
  background: 0;
  padding: 2px 5px;
}

[uib-datepicker-popup-wrap] .btn.btn-default.active {
  border: 1px solid #58ac58;
}

table.uib-timepicker {
  background-color: transparent;
  width: auto;
}

.uib-daypicker .uib-day .btn-info span {
  color: #222;
}

canvas.chart.non-responsive {
  margin: 0 auto;
}

.wider-filter-bar-for-level-grouping {
  margin-left: -72px;
  margin-right: -72px;
}

.disabled-clear-filter-button {
  cursor: default !important;
}

.notice-block {
  background: rgba(255, 255, 255, 0.05);
  padding: 60px 0px 90px 0px;
  text-align: center;
  margin-top: 30px;
  font-size: 12pt;
}

.notice-block h3 {
  text-transform: uppercase;
  line-height: 200%;
}

.notice-block p {
  margin-bottom: 30px;
}

.notice-block button {
  font-size: 100%;
  padding: 10px 18px;
}

.notice-block button i.glyphicon {
  margin: 0px 5px;
  font-size: 110%;
  top: 1.5pt;
}

#user-dashboard {
  margin-bottom: 60px;
}

#user-dashboard .container header {
  margin-top: 20px;
}

#user-dashboard .module-block .entry {
  padding-top: 22px;
}

#user-dashboard .entry .btn-link {
  border: 1px solid #777;
  padding: 5px 10px;
}

#user-dashboard .btn {
  text-transform: uppercase;
}

#user-search-section input {
  width: 400px;
}

#update-profile-view section {
  margin-bottom: 60pt;
}

#update-profile-view h3 .alert-success {
  position: relative;
  top: -2px;
  margin-left: 15px;
  border-radius: 5px;
}

#update-profile-view section hr {
  width: 100%;
  margin: 10px 0px;
  padding: 0px;
}

#update-profile-view .has-error .form-control {
  border-radius: 5px 5px 0px 0px;
}

#update-profile-view .alert-error {
  position: absolute;
  width: 89.5%;
  padding: 5px 10px;
  z-index: 9999;
  margin-top: 0px;
  border-radius: 0px 0px 5px 5px;
}

#update-profile-view .alert-success.ng-hide {
  transform: rotateX(90deg);
}

#update-profile-view .alert-success {
  overflow: hidden;
  opacity: 1;
  z-index: 9999;
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 10px;
  height: 30px;
  transition: all 0.5s ease-in-out;
}

.container.thumbnail {
  padding: inherit;
}

.bootstrap-switch {
  border-width: 0px;
}

#update-profile-view .btn {
  padding: 5px 10px;
}

#update-profile-view .btn-link {
  border: 1px solid #777;
}

#update-profile-view .thumbnail {
  border: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-3 {
  margin-left: 15px;
}

.mr-3 {
  margin-right: 15px;
}

#user-dashboard #active-language {
  width: auto !important;
  max-width: none;
  position: relative;
  top: 0px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  float: left;
}

#user-dashboard #active-language .glyphicon-chevron-down {
  font-size: 80% !important;
  margin-left: 5px;
}

#user-dashboard #active-language:hover {
  color: white;
  transition: 0.2s all ease-in-out;
}

#user-dashboard #active-language .dev-icon {
  font-size: 38px;
  float: left;
  margin-right: 10px;
}

#user-dashboard #active-language .glyphicon-chevron-down {
  font-size: 80% !important;
  margin-left: 5px;
  top: 2px;
}

#user-dashboard header .dev-icon {
  float: left;
  font-size: 37px;
  margin-right: 15px;
}

#user-dashboard section h2 .heading-icon {
  font-size: 20pt !important;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

#user-dashboard section h2 .heading-icon.glyphicon {
  top: 5px;
}

#user-dashboard section h2 .heading-icon.glyphicon-file {
  font-size: 96% !important;
  top: 2px;
}

#user-dashboard section#training {
  margin-top: 0px;
}

#user-dashboard section {
  margin-top: 30px;
}

#user-dashboard h2:first-of-type {
  font-size: 18pt;
  line-height: 23pt;
}

#user-dashboard header h2:first-of-type {
  font-size: 24pt;
  line-height: 24pt;
}

#user-dashboard #training h2 .pull-right {
  margin-top: 3pt;
}

#user-dashboard h2:first-of-type img {
  height: 60px;
  top: -10px;
  position: relative;
  width: 60px;
  border-radius: 50%;
  border: 2px solid #777;
  padding: 5px;
  margin-right: 15px;
}

#user-dashboard hr {
  color: white;
  border: 1px solid #777;
}

#user-dashboard .training-indicators {
  padding: 15px;
}

#user-dashboard .indicator #security-maturity {
  margin-left: -12px;
}

#user-dashboard section#training .indicator {
  font-size: 12pt;
  line-height: 15pt;
  margin-bottom: 0px;
  padding: 30px 30px;
  height: 105px;
}

#user-dashboard section#training .indicator:hover,
#user-dashboard section#training .indicator.keyboard-selected {
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 2px solid white;
}

#user-dashboard section#training .indicator img {
  width: 60px;
  float: left;
  margin-right: 15px;
  position: relative;
  top: -10px;
}

#user-dashboard section#training .indicator strong {
  color: #ffb700;
}

#user-dashboard section#training .indicator .icon {
  font-size: 28pt;
  margin-right: 15px;
  margin-bottom: 15pt;
}

#user-dashboard section#training .indicator:hover .icon {
  color: white;
}

#user-dashboard section hr {
  margin-bottom: 0px;
}

/* @keyframes placeholder {
	0%{
		background-position: -100px 0
	}
	100%{
		background-position: 800px 0
	}
} */

#user-dashboard .module-block .entry.placeholder {
  padding: 15px 10px;
}

#user-dashboard .module-block .entry.placeholder > * > * {
  animation-duration: 10s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: placeholder;
  animation-timing-function: linear;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.1) 18%,
    rgba(255, 255, 255, 0.2) 48%,
    rgba(255, 255, 255, 0.15) 80%
  ) !important;
  background-size: 800px 104px;
  position: relative;
}

#user-dashboard .module-block .entry.placeholder .status-placeholder {
  width: 56px !important;
  height: 56px !important;
  background: rgba(255, 255, 255, 0.1);
}

@keyframes spinwait {
  50% {
    transform: rotateZ(360deg) scale(1.1);
    opacity: 0.5;
  }
  100% {
    transform: rotateZ(720deg) scale(1);
    opacity: 1;
  }
}

#user-dashboard #training .placeholder .icon {
  animation: spinwait;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}

#user-dashboard #training .placeholder strong,
#user-dashboard #training .placeholder span.detail {
  animation-duration: 10s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: placeholder;
  animation-timing-function: linear;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.1) 18%,
    rgba(255, 255, 255, 0.2) 48%,
    rgba(255, 255, 255, 0.15) 80%
  ) !important;
  background-size: 800px 104px;
  position: relative;
  color: transparent !important;
  border-radius: 5px;
}

#user-dashboard .module-block .entry.placeholder strong:before,
#user-dashboard .module-block .entry.placeholder span:before {
  content: 'THIS IS JUST A PLACEHOLDER';
  background: rgba(255, 255, 255, 0.1);
  width: 100% !important;
  color: transparent;
  border-radius: 5px;
}

#user-dashboard .module-block .entry.placeholder button {
  background: rgba(255, 255, 255, 0.1);
  color: transparent !important;
  text-shadow: none;
}

#user-dashboard .module-block .entry {
  color: #fff;
  padding: 22px 5px 15px;
  margin: 0px 0px;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid #555;
  border-left: 3px solid transparent;
}

#user-dashboard .module-block .dual-size-entry {
  padding-top: 46px;
  padding-bottom: 38px;
}

#user-dashboard .module-block .entry strong {
  color: #ccc;
  text-decoration: none;
}

#user-dashboard .module-block .entry:hover strong,
#user-dashboard .module-block .entry.keyboard-selected strong {
  transition: all 0.2s ease-in-out;
  color: white;
}

#user-dashboard .module-block .entry:hover,
#user-dashboard .module-block .entry.keyboard-selected {
  border-left: 3px solid #eee;
  transition: all 0.5s ease-in-out;
  outline: none;
}

*:focus {
  outline: none;
}

#user-dashboard .module-block strong {
  text-transform: capitalize;
  font-size: 130%;
}

#user-dashboard .module-block .entry .btn {
  position: relative;
  top: 0px;
}

#user-dashboard .module-block .entry .icon {
  font-size: 20pt;
  float: left;
  margin-left: 0px;
  margin-right: 20px;
  padding: 15px 15px 15px 15px;
  border-radius: 50%;
  font-weight: 100 !important;
  position: relative;
  top: -5px;
}

#user-dashboard .module-block .icon.status-upcoming,
#user-dashboard .module-block .icon.status-not.started {
  font-size: 26pt;
  padding: 10px 13px !important;
}

#user-dashboard .module-block .entry .icon.status-pending,
#user-dashboard .module-block .entry .icon.status-in_progress,
#user-dashboard .module-block .entry .icon.status-active,
#user-dashboard .module-block .entry .icon.status-enabled {
  background: #e80;
  color: white;
}

#user-dashboard .nav-tabs .active a {
  background: #1c1c1c;
  border-radius: 3px 3px 0px 0px !important;
  outline: none;
}

#user-dashboard .module-block .entry .icon.status-upcoming,
#user-dashboard .module-block .entry .icon.status-not.started {
  background: #e80;
  color: #fff;
}

#user-dashboard .module-block .entry .icon.status-failed {
  background: #b33;
  color: #fff;
  width: 56.65px;
  text-align: center;
}

#user-dashboard .module-block .entry .icon.status-failed_no_retries {
  background: #b33;
  color: #fff;
  width: 56.65px;
  text-align: center;
}

#user-dashboard .module-block .entry .icon.status-expired {
  background: #a00;
}

#user-dashboard .module-block .entry .icon.status-done,
#user-dashboard .module-block .entry .icon.status-finished,
#user-dashboard .module-block .entry .icon.status-closed {
  background: #5a0;
  color: white;
}

#user-dashboard .module-block .entry .icon.status-disabled {
  background: #ddd;
  color: #333;
  padding-left: 13pt;
  padding-right: 13pt;
}

#user-dashboard .module-block .notice-block {
  display: inline-block;
  text-align: left;
  padding: 5%;
  margin: 0px !important;
  min-height: 212pt;
  position: relative;
  color: white;
  border-bottom: 1px solid #555;
  width: 100%;
}

#user-dashboard .module-block .notice-block .btn-link {
  padding: 0px;
}

#user-dashboard .module-block .status-label {
  font-size: 9pt;
  border-radius: 5px;
  padding: 3px 5px 3px 0px;
  position: relative;
  margin-right: 10px;
  text-transform: uppercase;
  color: #e80;
  float: left;
}

#user-dashboard .module-block .status-label.pending,
#user-dashboard .module-block .status-label.in_progress,
#user-dashboard .module-block .status-label.fail {
  color: #c00;
}

#user-dashboard .module-block .status-label.disabled {
  color: #ddd;
}

#user-dashboard .module-block .status-label.completed,
#user-dashboard .module-block .status-label.done,
#user-dashboard .module-block .status-label.closed,
#user-dashboard .module-block .status-label.finished,
#user-dashboard .module-block .status-label.success {
  color: #5a0;
}

#user-dashboard .module-block .notice-block .entry-info {
  margin: 15px 0px;
}

#user-dashboard .module-block .notice-block .entry-info-item {
  padding: 2pt 0px;
}

#user-dashboard .module-block .notice-block .entry-info-item .fa,
#user-dashboard .module-block .notice-block .entry-info-item .glyphicon {
  margin-right: 10px;
}

#user-dashboard .module-block .notice-block h3 {
  text-transform: none;
}

#user-dashboard .module-block .notice-block .pulse {
  animation-iteration-count: 3 !important;
  animation: pulse;
  animation-duration: 1s;
  animation-delay: 4s;
}

#user-dashboard .module-block .notice-block div.pull-left {
  width: 70%;
}

#user-dashboard .module-block .notice-block .icon {
  font-size: 64pt;
  color: white;
  margin: 0px;
  margin-right: 15px;
  border-radius: 50%;
  border: 2px solid transparent;
  padding: 15px 18px;
  margin-left: 0px;
  width: 25%;
}

#user-dashboard .module-block .notice-block h3 {
  line-height: 18pt;
}

#user-dashboard .module-block .notice-block button {
  font-size: 90%;
}

.vertical-flip {
  transform: rotateZ(180deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-45 {
  transform: rotate(45deg);
}

.topbar-user-label {
  font-size: 11pt;
  text-transform: uppercase;
  padding: 0px;
  margin-top: 2px;
}

.topbar-user-label .showprofile {
  font-size: 110%;
  color: #333;
  margin-top: 0px;
  top: -7px;
  border-radius: 50%;
  width: 55px;
  height: 51px;
  right: -6px;
  background: gray;
}

.topbar-user-label .glyphicon-chevron-down {
  font-weight: lighter;
  margin-left: 10px;
  top: 2px;
}

.topbar-user-label span {
  line-height: 15pt;
  float: left;
  text-transform: none;
  text-align: right;
}

#user-dashboard .btn-link {
  text-transform: uppercase;
}

.vertical-space {
  height: 60px;
}

.vertical-space-half {
  height: 30px;
}

#user-dashboard .dashboard-management {
  background: rgba(0, 0, 0, 0.3);
  padding: 5pt 20pt 20pt;
  width: 100%;
  display: inline-block;
  border-radius: 5px;
}

#user-dashboard .dashboard-management .user-onboarding-msg h1 {
  color: #ffb700;
  font-size: 36px;
}

#user-dashboard .dashboard-management .user-onboarding-msg h2 {
  color: #ffb700;
  font-size: 30px;
}

#user-dashboard .dashboard-management .user-onboarding-msg h3 {
  color: #ffb700;
  font-size: 24px;
  text-transform: none;
  line-height: normal;
}

#user-dashboard .dashboard-management .user-onboarding-msg h4 {
  color: #ffb700;
  font-size: 18px;
}

#user-dashboard .dashboard-management .user-onboarding-msg h5 {
  color: #ffb700;
  font-size: 14px;
  font-weight: normal;
  margin: none;
}

#user-dashboard .dashboard-management .user-onboarding-msg h6 {
  color: #ffb700;
  font-size: 12px;
}

@media screen and (max-width: 15cm) {
  #user-dashboard h2:first-of-type {
    font-size: 15pt;
    line-height: 23pt;
  }

  #user-dashboard section *[ng-repeat] .btn {
    margin-left: 3pt;
  }

  #user-dashboard .dashboard-management {
    width: 106% !important;
    position: relative;
    left: -3% !important;
    margin: 0px !important;
    padding: 0px;
  }

  #user-dashboard .dashboard-management h2 {
    padding: 0pt 12pt;
  }
}

#user-dashboard #onboarding .enabled,
#user-dashboard #onboarding .pending,
#user-dashboard #onboarding .recently-onboarded,
#user-dashboard #onboarding .recently-active {
  padding: 20pt 0pt 15pt;
  font-size: 30pt;
  line-height: 30pt;
  text-align: center;
  color: white;
}

#user-dashboard .company-overview {
  margin-left: 0;
  margin-right: 0;
}

#user-dashboard #onboarding small {
  line-height: 0pt !important;
  font-size: 11pt;
}

#user-dashboard h2:first-child .pull-right .btn {
  text-transform: uppercase;
  margin-top: 0px;
}

#user-dashboard h2:first-child .pull-right .btn-link {
  border: 1px solid #777;
  padding: 5px 10px;
}

#assessment-tabs .nav-tabs {
  font-size: 16px;
}

#assessment-tabs .nav-tabs > li > a {
  color: #c8c8c8;
}

#assessment-tabs .nav-tabs > li.active > a {
  color: #dd9935;
  background-color: #1c1e22;
  border: 1px solid #0c0d0e;
}

#invite-tabs .nav-tabs > li > a {
  color: #c8c8c8;
  border-radius: 4px;
}

#invite-tabs .nav-tabs > li.active > a {
  color: #dd9935;
}

.assessment-tab-pane {
  padding: 15px 15px;
}

.show-each-language {
  margin-top: 12px;
}

.tab-pane-summary {
  margin-top: 5px;
  margin-bottom: 20px;
}

.sa-button-container {
  margin-top: 20px;
}

.sa-confirm-button-container button.confirm {
  background-color: var(--color-scw-orange) !important;
  color: black;
}

.sa-button-container button.cancel {
  background-color: rgba(158, 158, 158, 0.2) !important;
  color: black;
}

.sweet-alert button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  min-height: 36px;
  min-width: 88px;
  line-height: 36px;
  vertical-align: middle;
  align-items: center;
  text-align: center;
  border-radius: 2px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  border: 0;
  padding: 0 8px;
  margin: 6px 8px;
  background: transparent;
  color: currentColor;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.sweet-alert button {
  text-shadow: none;
  font-weight: bold;
  text-transform: lowercase;
  border: none;
  border-radius: 4px;
  min-width: 44px;
  padding: 0 15px;
  margin: 6px 4px;
  font-family: Open Sans, sans-serif;
  box-shadow: none;
}

.sweet-alert button:hover {
  opacity: 0.8;
}

.sweet-alert button span {
  display: inline-block;
}

.sweet-alert button::first-letter,
.sweet-alert button span::first-letter {
  text-transform: uppercase !important;
}

.bootstrap-switch-small.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch-small.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch-small.bootstrap-switch .bootstrap-switch-label {
  vertical-align: middle;
}

/* Internet Explorer CSS */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tournament-edit-form .bootstrap-switch-small.bootstrap-switch .bootstrap-switch-handle-off,
  .tournament-edit-form .bootstrap-switch-small.bootstrap-switch .bootstrap-switch-handle-on,
  .tournament-edit-form .bootstrap-switch-small.bootstrap-switch .bootstrap-switch-label {
    line-height: 0.1;
  }

  table.leaderboard-table {
    table-layout: auto;
  }
}

.intro-walkthrough {
  background: rgba(0, 30, 50, 0.9);
  padding: 15px 25px;
  border-radius: 5px;
  color: #fff;
  font-size: 12pt;
}

.intro-walkthrough .introjs-prevbutton,
.intro-walkthrough .introjs-skipbutton,
.intro-walkthrough .introjs-disabled {
  display: none;
}

.new-simple-flow-quest .intro-walkthrough .introjs-skipbutton {
  display: inline-block;
}

.new-simple-flow-done-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.intro-walkthrough .introjs-donebutton {
  display: inline-block;
}

.intro-walkthrough .introjs-button,
.intro-walkthrough .introjs-button:hover {
  background: transparent;
  font-size: 10pt;
  text-shadow: none;
  color: white;
  padding: 5px 15px;
  border-radius: 5px;
  box-shadow: none;
}

.intro-walkthrough .introjs-button:hover {
  background: #e80;
  border: 1px solid #e80;
  color: white;
}

.intro-walkthrough.force-interaction .introjs-button,
.intro-walkthrough.force-interaction .introjs-donebutton {
  display: none !important;
}

#user-dashboard #completed-attempts {
  margin-top: 30px;
}

#user-dashboard .completed-attempts {
  display: inline-block;
  padding-top: 15px;
  width: 100%;
}

#user-dashboard .completed-attempts .attempt {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid transparent;
  border-radius: 3px;
  height: 85pt;
  margin-top: 15px;
}

#user-dashboard .attempt .attempt--view {
  display: block;
  position: relative;
  height: 100%;
}

#user-dashboard .completed-attempts .attempt:hover {
  border-bottom: 1px solid white;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.5s ease-in-out;
}

#user-dashboard .completed-attempts .attempt .user-pic {
  display: inline-block;
}

#user-dashboard .completed-attempts .attempt img {
  width: 38pt;
  height: 38pt;
  padding: 3px;
  position: relative;
  float: none;
  border-radius: 50%;
  border: 1px solid #555;
}

#user-dashboard .completed-attempts .attempt .attempt-info {
  padding-left: 20pt;
}

#user-dashboard .module-block .attempt .user-info {
  overflow: hidden;
}

#user-dashboard .module-block .attempt .user-info span {
  break-word: nowrap;
  white-space: nowrap;
}

#user-dashboard .notice-block button {
  padding: 10px 15px;
  font-size: 11pt;
}

#user-dashboard .notice-block form .input-group {
  width: 100%;
}

#user-dashboard .notice-block form input,
#user-dashboard .notice-block form .input-group input:focus {
  background: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid white;
  border-radius: 0px;
  width: 100% !important;
  color: #ddd;
  padding: 3px;
}

#user-dashboard .notice-block form .input-group label {
  position: absolute;
  top: 8px;
  left: 2px;
  font-weight: normal;
  width: 100%;
  text-transform: uppercase;
  font-size: 10pt;
  transition: all 0.2s ease-in-out;
}

#user-dashboard .notice-block form .input-group input:focus + label,
#user-dashboard .notice-block form .input-group input:valid + label {
  color: #e80;
  top: -15px;
  text-transform: uppercase;
  font-size: 80%;
  transition: all 0.2s ease-in-out;
}

#senseiToastyContainer h3 {
  margin: 0px;
  font-size: 16pt;
  line-height: 24pt !important;
}

#senseiToastyContainer {
  transition: all 0.5s ease-in-out;
  position: fixed;
  background: #f38b00;
  color: white;
  bottom: -50px;
  left: 50px;
  width: 450px;
  border-radius: 15px;
  padding: 15px 30px 15px 15px;
  opacity: 0;
  z-index: 9999999;
}

#senseiToastyContainer.active:hover {
  transition: all 0.2s ease-in;
  opacity: 0.5;
}

#senseiToastyContainer.active {
  transition: all 0.5s ease-in-out;
  bottom: 50px;
  opacity: 1;
}

#senseiToastyImage {
  float: left;
  width: 110px;
  border-radius: 50%;
  background-color: #272b30 !important;
  background: url(static/4b453db64a22a6661d09bf941f029c69.png);
  background-size: 162px;
  background-position: -27px -24px;
  background-repeat: no-repeat;
  height: 100px;
  margin-right: 30px;
}

#senseiToastyMessage {
  font-size: 11pt;
}

#trainingChallenge-button-back {
  top: -2px;
  position: relative;
}

#trainingChallenge-button-back .fa {
  padding: 1px 2px;
  top: 0px;
  font-size: 90%;
  position: relative;
}

.tournament-edit-form {
  padding: 45px;
}

.tournament-edit-form .picPicker .glyphicon {
  font-size: 60pt;
  font-weight: 100;
  margin-bottom: 30px;
}

.tournament-edit-form .picPicker:hover .glyphicon {
  text-shadow: 0px 0px 25px #e80;
}

.tournament-edit-form .picPicker:hover {
  transition: all 0.5s ease-in-out;
  opacity: 1;
  color: #eee;
}

.tournament-edit-form .picPicker {
  opacity: 0.7;
  top: -8px;
  position: relative;
  padding: 0px;
  color: #eee;
  font-family: Verdana;
  text-align: center;
  margin-bottom: 10px;
}

.tournament-edit-form .picPicker .drop-box {
  padding: 70px 50px;
  border-radius: 10px;
}

.tournament-edit-form .form-group {
  margin-bottom: 45px;
}

.float-right {
  float: right;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.align-items-end {
  align-items: end;
}

.align-items-start {
  align-items: start;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.float-right-margin {
  float: right;
  margin: 5px;
}

.float-left-margin {
  float: left;
  margin: 5px;
}

.tournament-edit-form .form-group label {
  font-size: 100%;
}

.tournament-edit-form .bootstrap-switch-small.bootstrap-switch {
  border-radius: 0px;
}

.tournament-edit-form .bootstrap-switch-small.bootstrap-switch * {
  border-radius: 0px;
  margin: 0px;
}

.tournament-edit-adv-options {
  padding-right: 30px;
  padding-bottom: 15px;
}

.tournament-edit-form .form-control.ui-select-container.ui-select-multiple {
  height: auto;
}

.tournament-edit-action-buttons {
  position: absolute;
  right: 15px;
  top: 60px;
}

.tournament-edit-action-buttons div .md-button {
  text-transform: capitalize;
  margin-left: 0;
  margin-right: 0;
}

.tournament-edit-form .form-group .btn-tournament {
  top: -3px;
  position: relative;
}

.tournament-edit-form .has-error textarea,
.tournament-edit-form .has-error input {
  box-shadow: none !important;
  border-color: #e40;
}

.tournament-edit-form .error-messages .alert {
  position: absolute;
  padding: 2px 10px;
  font-size: 90%;
  font-weight: bold;
  left: 45px;
  opacity: 0;
}

.tournament-edit-form .has-error .error-messages .alert {
  left: 15px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.tournament-edit-form .input-group {
  width: 100%;
}

.tournament-edit-form .panel {
  border-radius: 5px;
  border: 1px solid #333;
  background: transparent;
}

.tournament-edit-form .panel-default .panel-heading h4 {
  font-size: 100% !important;
  font-weight: bold;
}

.panel-default .panel-heading {
  border-radius: 5px 5px 0px 0px;
  font-size: 100% !important;
  background: transparent;
  border: 0px !important;
  margin: 0px;
  padding: 0px 5px;
  background: #333;
  color: #fff;
  padding: 10px 15px;
}

.panel-default .panel-heading .icon {
  font-size: 110%;
  padding: 10px 10px 10px;
  margin-right: 5px;
  position: relative;
  top: 0px;
  border-right: 1px solid #777;
}

.tournament-edit-form .panel-default .panel-heading a:hover,
.tournament-edit-form .panel-default .panel-heading a:focus {
  color: inherit;
  text-decoration: none;
}

.tournament-edit-form .panel-default .panel-body {
  padding: 30px 15px 0px 30px;
}

.tournament-edit-form #rulesText {
  height: 150px;
  background: rgba(255, 255, 255, 0.05);
}

#platform-user-search .input-group-addon,
#company-user-search .input-group-addon {
  width: 36px;
}

.input-group-addon.cancel-button,
#company-user-search .cancel-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-scw-gray-light);
  width: 36px;
}

#user-search-section input {
  width: 400px;
}

.uib-timepicker .form-control {
  padding: 8px;
}

.tab-content .action-header {
  padding: 8px 8px 8px 2px;
}

.active-mission-table .active-mission-button {
  padding: 0px 8px 0px 8px;
}

.span-normal-white-spacing {
  white-space: normal;
}

/* Hack for in-between small and medium bootstrap containers */
@media (min-width: 700px) and (max-width: 1200px) {
  #user-dashboard #training .container {
    width: 98%;
  }

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

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

.assessment-edit-form .assessment-accordion .panel-group {
  margin-top: -15px;
  margin-bottom: 0px;
}

.advanced-options-accordion-panel {
  border: 2px solid #484e55;
  background: #1c1f22;
}

.assessment-edit-form .advanced-options-accordion-panel .panel-heading {
  background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
}

.assessment-edit-form .advanced-options-accordion-panel .panel-heading .icon {
  color: #ffb700;
  padding-right: 5px;
  border-right: 2px solid #777;
}

.full-width {
  width: 100%;
}

.bulk-invite-error-row {
  margin-top: 15px;
}

#assessment-actions {
  word-wrap: normal;
  direction: rtl;
}

#leaderboard-panel-points {
  word-wrap: normal;
  direction: rtl;
}

#repo-general .input-group,
#repo-general .input-group .form-control {
  z-index: auto;
}

.inline-label {
  line-height: 24pt;
}

.modal-scw .modal-content {
  background: #111;
  border-radius: 3pt;
  font-size: 11pt;
  font-family: inherit;
  border-color: #444;
}

.modal-scw .modal-header {
  font-size: 12pt;
  border-color: #444;
  color: #f38b00;
  text-transform: capitalize;
  font-weight: bold;
}

.modal-scw .modal-footer {
  border-color: #444;
}

.modal-scw {
  background: rgba(0, 0, 0, 0.5);
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.border-0 {
  border: none;
}

.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
}

.mb-1 {
  margin-bottom: 5px;
}

.mt-1 {
  margin-top: 5px;
}

.ml-1 {
  margin-left: 5px;
}

.mr-1 {
  margin-right: 5px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mt-2 {
  margin-top: 10px;
}

.ml-2 {
  margin-left: 10px;
}

.mr-2 {
  margin-right: 10px;
}

.mb-3 {
  margin-bottom: 15px;
}

.mt-3 {
  margin-top: 15px;
}

.ml-3 {
  margin-left: 15px;
}

.mr-3 {
  margin-right: 15px;
}

.mb-4 {
  margin-bottom: 15px;
}

.mt-4 {
  margin-top: 15px;
}

.ml-4 {
  margin-left: 15px;
}

.mr-4 {
  margin-right: 15px;
}

.team-selector {
  max-width: 200px;
}

.team-selector > .ui-select-dropdown {
  display: flex;
  flex-direction: column;
}

.team-selector > .ui-select-dropdown > .search-container {
  display: flex;
}

.developer-summary-container {
  background-color: #1c1e22;
  border: 1px solid #0c0d0e;
  padding: 0;
  border-radius: 4px;
  margin-top: 10px;
}

.developer-summary-header {
  padding: 16px 16px 0 16px;
}

.developer-summary-block {
  padding: 0 16px 16px 16px;
}

.developer-summary-block .item {
  font-size: 18px;
  padding: 5px 10px;
  margin: 3px;
  background: #262a2f;
  height: 35px;
}

.developer-summary-block .item button {
  padding: 3px 5px;
  border-radius: 0;
}

.assessment-info {
  background-color: #1c1e22;
  border: 1px solid #0c0d0e;
  padding: 16px;
  margin: 25px;
  display: table-cell;
  width: 50%;
}

.assessment-info:first-child {
  border-right: 0;
  border-radius: 4px 0px 0px 4px;
}

.assessment-info:last-child {
  border-left: 0;
  border-radius: 0px 4px 4px 0px;
}

.assessment-attempt-info {
  background-color: #1c1e22;
  border: 1px solid #0c0d0e;
  border-radius: 4px;
  padding: 5px;
}

.assessment-attempt-info .item,
.assessment-info .item {
  white-space: nowrap;
  font-size: 18px;
  padding: 5px;
  margin: 3px;
  background: #262a2f;
  height: 35px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.assessment-attempt-info .item i,
.assessment-info .item i,
.assessment-info .item .ScwIcon {
  font-size: 15px;
  height: 21px;
  width: 21px;
  text-align: center;
}

.assessment-attempt-info .item span,
.assessment-info .item span {
  font-size: 18px;
}

.assessments-view-container .table-sorter,
.assessments-invite-container .table-sorter {
  display: inline-block;
  position: relative;
  top: 2px;
}

.col-container {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.col-assessment-attempt-info {
  display: table-cell;
  width: 33%;
}

.col-assessment-attempt-info .item .label {
  background-color: #5a5d61;
  font-size: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 10px;
  padding-left: 0px;
  display: inline;
  margin-left: 5px;
}

.col-assessment-attempt-info .item .label span {
  font-size: 14px;
  text-transform: uppercase;
}

.col-assessment-attempt-info .item .label i {
  font-size: 12px;
  height: auto;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/*IE pagination bug fix (affects all occurences of pagination)*/
.pagination > .disabled > a {
  pointer-events: none;
}

.edit-user-sso-notice {
  font-style: italic;
  float: right;
}

@keyframes placeholder {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 800px 0;
  }
}

.custom-checkbox input[type='checkbox'] {
  opacity: 0;
}

.custom-checkbox label {
  position: relative;
  display: inline-block;

  /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
  padding-left: 22px;
  right: 4px;
  bottom: 9px;
}

.custom-checkbox label::before,
.custom-checkbox label::after {
  position: absolute;
  content: '';

  /*Needed for the line-height to take effect*/
  display: inline-block;
}

/*Outer box of the fake checkbox*/
.custom-checkbox label::before {
  height: 16px;
  width: 16px;

  border: 1px solid;
  left: 0px;

  /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
	*to vertically center it.
	*/
  top: 3px;
}

/*Checkmark of the fake checkbox*/
.custom-checkbox label::after {
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;

  transform: rotate(-45deg);

  left: 4px;
  top: 7px;
}

/*Hide the checkmark by default*/
.custom-checkbox input[type='checkbox'] + label::after {
  content: none;
}

/*Unhide on the checked state*/
.custom-checkbox input[type='checkbox']:checked + label::after {
  content: '';
}

/*Adding focus styles on the outer-box of the fake checkbox*/
.custom-checkbox input[type='checkbox']:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}

.quests-active {
  font-family: monospace;
  font-size: 12px;
}

.quests-readonly {
  font-family: monospace;
  font-size: 12px;
  background-color: #d3d3d3;
  color: #696969;
}

.tournament-autohide-mins {
  max-width: 50%;
}

.tournament-increment-picker {
  background-color: transparent;
  width: auto;
}

.no-increment-buttons::-webkit-outer-spin-button,
.no-increment-buttons::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-increment-buttons {
  -moz-appearance: textfield;
}

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

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

.max-width-75 {
  max-width: 75px;
}

.max-width-200 {
  max-width: 200px;
}

.ml-1 {
  margin-left: ($ spacer * 0.25) !important;
}

.ml-2 {
  margin-left: ($ spacer * 0.5) !important;
}

.mr-1 {
  margin-right: ($ spacer * 0.25) !important;
}

.mr-2 {
  margin-right: ($ spacer * 0.5) !important;
}

.sample-show-hide {
  max-height: 100px;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.sample-show-hide.ng-hide {
  max-height: 0px;
  overflow: hidden;
}

.tournament-edit-sm-mb {
  margin-bottom: 15px !important;
}

.text-muted-important {
  color: #7a8288 !important;
}

.outerBox {
  width: 100%;
  height: 50%;
  display: inline-block;
  padding: 10px;
  text-align: center;
}

.sweet-alert,
.sweet-overlay {
  z-index: 9999999;
}

.disable-element {
  pointer-events: none;
  opacity: 0.5;
}

.assessment-template-heading {
  color: #ffffff;
  background: #3f444a;
  padding: 15px 5px;
  text-align: center;
}

.quest-progress-bar {
  margin-top: 15px;
}

.colour-box-text-v-game-custom {
  color: #fff;
  padding: 12px 20px;
  margin: 0px 0px 0px 0px;
  background-color: #000;
}

.colour-box-text-v-custom {
  color: #fff;
  padding: 12px 20px;
  margin: 0px 0px 0px 0px;
  background-color: rgba(0, 0, 0, 0.1);
}

.rankTest {
  font-size: 30px;
  font-weight: 500;
}

.rankTestDev {
  font-size: 30px;
  font-weight: 500;
  color: white;
}

.pointsText {
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  margin: 40px 5px 40px 5px;
}

.pointsTextDev {
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  margin: 40px 5px 40px 5px;
  color: white;
}

#circle {
  width: 150px;
  height: 150px;
  background-color: rgba(204, 0, 102, 0);
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  border-radius: 75px;
  display: inline-block;
  border: 10px solid #ffb700;
}

.symbolCustom {
  font-size: 20px;
  color: #ffb700;
}

.colour-box-dev {
  width: 99%;
  padding: 0 0 100px 0;
  margin: 5px 0.5% 5px 0.5%;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.security-maturity-box-metrics-dev {
  height: 600px;
}

.relative-dev {
  height: 450px;
  position: relative;
}

tournaments-stats-mini .worldmap-stats {
  top: 80%;
  transform: translateX(210px);
  background-color: rgba(0, 30, 50, 0.5);
  cursor: pointer;
}

tournaments-stats-mini .worldmap-stats.partial {
  right: -210px;
  opacity: 1;
}

tournaments-stats-mini .worldmap-stats.active,
tournaments-stats-mini .worldmap-stats:hover {
  right: 0px;
  opacity: 1;
  transform: none;
  background-color: rgba(0, 30, 50, 0.9);
}

assessment-header {
  display: inline-block;
  width: 100%;
}

assessment-header .progress {
  height: 25px;
  vertical-align: middle;
}

assessment-header .progress .progress-bar-text {
  font-size: 11pt !important;
  font-weight: bold;
  color: #eee;
  padding: 3px;
}

assessment-header .assessment-progress {
  padding: 10px;
}

.ui-select-container[theme='selectize'] {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 30px;
}

.ui-select-container[theme='selectize'] .ui-select-match {
  top: 3px;
  left: 2px;
  position: relative;
  border-bottom: 1px solid;
}

/* Handle up direction Selectize */
.ui-select-container[theme='selectize'].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: 30px;
  background-color: #1c1c1c;
  padding: 5px;
}

.ui-select-container[theme='selectize'].selectize-control > .selectize-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  background-color: #1c1c1c;
  color: #c8c8c8;
  z-index: 10;
  padding: 5px;
}

/* .keyboard-group-selected {
	outline: none !Important;
	border: none !important;
	box-shadow: 0px 0px 10px 3px orange !important;
	-webkit-appearance:none;
} */

.container-fluid--link:focus {
  color: var(--color-scw-orange-light);
}

.clear {
  clear: both;
}

.checkbox-inline {
  padding: 0px;
  margin-left: 15px;
  border-radius: 5px;
}

.checkbox-inline.keyboard-selected,
.checkbox-inline:focus,
input.keyboard-selected,
input:focus:not([class*='MuiInputBase']),
.select2-choice.keyboard-selected,
.select2-choice:focus,
textarea.keyboard-selected,
textarea:focus:not(.MuiInputBase-input),
.btn.keyboard-selected,
.btn:focus,
.sweet-alert .btn.keyboard-selected,
.sweet-alert .btn:focus,
.select2-choices input.keyboard-selected {
  outline: none !important;
  border: none !important;
  box-shadow: 0px 0px 0px 3px #e80 !important;
}

.sweet-alert .btn {
  margin: auto;
}

.activity-slider-container {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.activity-slider.rzslider .rz-bar {
  background: #757575;
  height: 2px;
}

.activity-slider.rzslider .rz-selection {
  background: #a57e1a;
}

.activity-slider.rzslider .rz-pointer {
  width: 8px;
  height: 16px;
  top: auto; /* to remove the default positioning */
  bottom: 0;
  background-color: #ffb700;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.activity-slider.rzslider .rz-pointer:after {
  display: none;
}

.activity-slider.rzslider .rz-bubble {
  bottom: 14px;
  color: white;
}

.activity-slider.rzslider .rz-limit {
  /* font-weight: bold; */
  color: lightgrey;
}

.activity-slider.rzslider .rz-tick {
  width: 1px;
  height: 10px;
  margin-left: 4px;
  border-radius: 0;
  background: #ffe4d1;
  top: -1px;
}

.activity-slider.rzslider .rz-tick.rz-selected {
  background: orange;
}

.activity-total {
  color: white;
  min-height: 3em;
  margin-bottom: auto;
  text-align: right;
  font-size: medium;
  margin-right: 2em;
}

.select2 .disabled {
  opacity: 0.5;
}

search-widget .form-group {
  margin: 0px;
}

#ng-swal_content section {
  margin: 0;
  padding: 10px 0 10px 0;
}

.repo-general--coming-soon {
  width: 16px !important;
  height: 16px !important;
}

.keyboard-selected {
  box-shadow: 0px 0px 0px 3px #e80 !important;
  transition: box-shadow 0.3s linear;
  outline: 0px !important;
  border-left: 2px solid #e80;
}

table tbody tr.keyboard-selected {
  box-shadow: none;
}

button.keyboard-selected {
  background: #e80;
  border: #e80;
}

challenge {
  width: 100%;
  overflow: hidden;
  margin: auto;
}

.management-keyboard-navigation-help {
  margin-bottom: 20px !important;
}

.management-keyboard-navigation-help--shortcut {
  margin-bottom: 5px !important;
}

.uppercase {
  text-transform: uppercase;
}

.tournament-edit-quest-level.keyboard-selected,
.tournament-edit .challenge-result.keyboard-selected {
  padding: 5px;
  background: #e80;
  color: white;
}

.tournament-edit .challenge-result.keyboard-selected .tournament-quest-log-stage-info-container {
  color: white;
}

.tournament-edit-quest-level.keyboard-selected .icon {
  color: white;
}

#company-admin-actions-bar .metrics {
  margin-right: 10px;
}

#company-admin-actions-bar .more {
  margin-top: 10px;
}

.admin-advance-options {
  padding: 20px !important;
}

.admin-advance-options--intro {
  margin-bottom: 10px !important;
  font-size: 18px !important;
  color: #5bc0de !important;
}

.admin-other-options-dialog .option-container {
  margin-top: 2em;
}

.admin-other-options-dialog .option {
  display: block;
  background: #eee;
  padding: 1em;
  height: calc(100%);
  border-radius: 0.5em;
  /* height: 120px; */
}

.admin-other-options-dialog .option .icon {
  font-size: 2em;
  margin-bottom: 0.4em;
}

.admin-other-options-dialog .option.keyboard-selected,
.admin-other-options-dialog .option:hover {
  background: var(--color-scw-orange);
  color: black;
  box-shadow: none;
  transform: scale(1.05);
}

.bootstrap-switch-label.keyboard-selected {
  background: #e80;
}

.keyboard-navigation-help {
  font-size: 12px;
  font-family: verdana, sans-serif;
  padding: 0.5em;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px 5px 0px 0px;
  position: fixed;
  background: #fff;
  bottom: 0px;
  z-index: 10999;
  transform: translateX(-50%);
  left: 50%;
  opacity: 0;
  bottom: -100px;
  width: 90%;
  transition: 0.5s all ease-in-out;
  box-shadow: 0px 0px 3px 2px #ccc;
  border-bottom: none;
}

.keyboard-navigation-help-enabled .keyboard-navigation-help {
  opacity: 1;
  bottom: 0px;
  transition: 0.5 all ease-in-out;
  font-family: verdana;
}

.keyboard-navigation-help-entry {
  background: white;
  color: #333;
  padding: 5px;
  float: left;
  margin-right: 1em;
}

.keyboard-navigation-help-entry kbd {
  position: relative;
  padding: 2px 5px 2px 5px;
}

kbd {
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 1em;
}

.only-when-focused {
  display: none;
}

:focus .only-when-focused {
  display: block;
}

/* .keyboard-navigation-help-enabled #us_report_button,
.keyboard-navigation-help-enabled #Support,
.keyboard-navigation-help-enabled .tutorial-button {
	display: none !important;
} */

.sweet-alert button.keyboard-selected {
  background: #e80 !important;
  box-shadow: 0px 0px 0px 5px #e80 !important;
}

@media (max-width: 1199px) {
  .assessments-list_items-per-page {
    visibility: hidden;
  }
}

.leaderboard-slider-buttons {
  border: none;
  color: #dd9935;
  font-size: 12px;
  background: transparent;
  padding: 0;
  position: relative;
  top: 10px;
}

.leaderboard-slider-buttons:hover {
  color: white;
}

.autoscrollBtn {
  position: relative;
  top: 22px;
  right: -138px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 0px 10px;
  color: #fff;
  white-space: nowrap;
  margin-left: 30px;
  height: 25px;
}

.wave-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.wave-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.wave-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.wave-spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.navbar-nav > li > a .glyphicon .subscript {
  position: absolute;
  top: 10px;
  right: 7px;
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px #000;
  color: #fff;

  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.container.manager-metrics-courses {
  width: 100% !important;
  padding: 0 10%;
  margin: 0;
}

.badge-no-text {
  position: absolute;
  top: 5px;
  right: 18px;
  border-radius: 25px;
  background: #ec5252;
  color: white;
  width: 12px;
  height: 12px;
}

.navbar-right-override {
  margin-right: 0px !important;
}

.modal-level-group > .modal-dialog > .modal-content {
  background-color: #25292e;
  border: none;
}

.modal-new-features {
  z-index: 5000 !important;
}

.modal-new-features > .modal-dialog {
  height: 600px;
}

.modal-new-features > .modal-dialog > .modal-content {
  background-color: white;
  border: none;
}

.iframe-container-assessments {
  position: relative;
  height: 480px;
  width: 100%;
  overflow: hidden;
  background: transparent;
}

.iframe-container-new-features {
  position: relative;
  min-height: 585px;
  width: 100%;
  overflow: hidden;
  background: transparent;
}

.iframe-container-new-features > iframe {
  visibility: hidden;
}

.iframe-container-courses,
.iframe-container-adv,
.iframe-container-tournaments {
  position: absolute;
  top: 64px;
  height: calc(100vh - 64px);
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.iframe-container-product-trial iframe {
  position: absolute;
  top: 0;
  overflow: hidden;
  border: 0;
  height: 100%;
  width: 100%;
}

.iframe-container-challenge-player {
  position: absolute;
  top: 116px;
  left: 0;
  right: 0;
  /*
  The bottom most row of pixels is missing when bottom is set to 0.
  I have no fucking clue why, but setting bottom to 1px fixes it.
   */
  bottom: 1px;
  overflow: hidden;
}

.challenge-breadcrumb-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #15141e;
  height: 52px;
  padding: 22px 20px 20px 20px;
}

.challenge-breadcrumb-item {
  font-weight: bold;
  color: #ccc;
  font-size: 13px;
  font-family: 'Red Hat Display', sans-serif;
}

.challenge-breadcrumb-item a {
  text-decoration: none;
  color: #ccc;
  transition: none;
  font-size: 13px;
}

.challenge-breadcrumb-item .fa {
  font-size: 10px;
}

.challenge-breadcrumb-item:nth-child(1) a:hover {
  text-decoration: underline !important;
}

.challenge-breadcrumb-last-item a {
  text-decoration: none;
  color: #fff;
  cursor: default;
  transition: none;
}

.challenge-breadcrumb-item span {
  color: #8a8a8a;
  padding-left: 8px;
  padding-right: 8px;
}

.breadcrumb-stats-container {
  height: 100%;
}

.breadcrumb-stats-title-container {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  cursor: pointer;
}

.breadcrumb-stats-content-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  z-index: 99999;
  background-color: #2f3237;
  border: 1px solid #3e444b;
  padding: 10px;
  width: 210px;
  right: -300px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.breadcrumb-stats-content-container.active {
  right: 0;
}

.breadcrumb-stats-content-item p {
  margin: 0;
}

.breadcrumb-stats-content-item .progress {
  height: 14px;
  margin: 0;
}

.breadcrumb-stats-assessment-progressbar .progress {
  margin: 0;
}

.iframe-container-reporting {
  border: 1px solid #d5d5d5;
  overflow: hidden;
  padding-top: calc(100vh - 180px);
  position: relative;
  margin: 20px 40px 10px 40px;
  border-radius: 2px;
}

.iframe-container-reporting .spinner-container {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
}

.iframe-container-reporting iframe,
.iframe-container-adv iframe,
.iframe-container-challenge-player iframe,
.iframe-container-courses iframe,
.iframe-container-assessments iframe,
.iframe-container-new-features iframe,
.iframe-container-tournaments iframe {
  overflow: hidden;
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.reporting-title {
  margin: 0px 0px 0px 40px;
}

.level-grouping-tooltip .tooltip-inner {
  max-width: 250px !important;
  padding: 10px;
}

.level-group-disabled input {
  display: none !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.flex-right {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}

.assessment-description {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.assessment-wrapper-pagination {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.assessment-page-options {
  position: absolute;
  right: 0;
}

.assessment-page-options .form-inline {
  margin: 5px 5px 0 0;
}

.group-select {
  padding: 0;
  margin-left: 0;
  margin-right: 5px;
  font-weight: normal !important;
}

.reporting-modal .modal-content {
  background-color: #ffffff;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  border: none;
}

.reporting-modal h5,
.reporting-modal h1,
.reporting-modal .modal-body .ui-select-container .select2-drop .select2-results {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.reporting-modal .modal-header {
  background-color: #fafafa;
  max-height: 56px;
  padding: 16px;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  border-bottom: 1px solid #454545;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  border-radius: 4px 4px 0 0;
}

.reporting-modal .modal-title {
  color: #555555;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: 700;
}

.reporting-modal .modal-body {
  min-height: 35px;
  padding: 16px;
}

.reporting-modal .modal-body p {
  color: #9ea2ab;
  margin: 10px 0;
  font-weight: 700;
  line-height: 1.35em;
  font-size: 14px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.reporting-modal .md-button.md-primary.md-raised,
.reporting-modal .md-button.md-primary:hover,
.reporting-modal .md-button.md-primary:focus,
.reporting-modal .md-button.md-primary:disabled {
  background-color: #15bbb9 !important;
  color: white;
}

.reporting-modal a {
  color: #15bbb9;
}

.reporting-modal .md-button.md-accent {
  background-color: #9e9e9e;
  color: white;
}

.reporting-modal .select2-highlighted {
  background-color: #15bbb9 !important;
}

.reporting-modal .select2-choices {
  border-radius: 4px;
  border: none !important;
  box-shadow: none !important;
  background: white;
}

.reporting-modal .select2-choices input:focus {
  box-shadow: none !important;
  border: none !important;
}

.reporting-modal .select2-drop {
  margin-top: 0;
  box-shadow: none;
  border: 1px solid #d9d9d9;
}

.reporting-modal .select2-choices .select2-search-choice {
  box-shadow: none;
  background: #fafafa;
  color: #555555;
  border: 1px solid #9e9e9e;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  padding: 6px;
}

.reporting-modal .select2-choices .select2-search-choice:hover {
  background: #ececec;
}

.reporting-modal .modal-header {
  border-bottom: 1px solid #9e9e9e;
}

.reporting-modal .modal-footer {
  border-top: 1px solid #9e9e9e;
  padding: 4px 16px;
}

.reporting-modal {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.reporting-modal .select2-results .select2-highlighted {
  background-color: white !important;
  color: inherit;
}

.reporting-modal .select2-results .select2-highlighted:hover {
  background-color: #f5f5f5 !important;
}

.reporting-modal .select2-search-choice-close {
  transition: none;
}

.reporting-modal .select2-results .select2-result-label {
  padding: 8px;
}

.reporting-modal .select2-results {
  padding: 0;
  margin: 0;
}

.reporting-modal .form-control {
  border: 1px solid #9e9e9e;
}

.reporting-modal .select2-container-multi .select2-search-choice-close {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#maturity-badge {
  position: relative;
  margin: 0 auto;
}

#maturity-badge div {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#maturity-badge {
  transition: -webkit-transform 0s ease-in;
  -webkit-transform-style: preserve-3d;
}

#maturity-badge div {
  position: absolute;
  -webkit-backface-visibility: hidden;
}

.badge-front {
  z-index: 100;
}
.badge-back {
  -webkit-transform: rotateY(-180deg);
}

#maturity-badge {
  -webkit-animation: rotateBadge 16s 8s ease-out forwards infinite;
  -moz-animation: rotateBadge 16s 8s ease-out forwards infinite;
  -o-animation: rotateBadge 16s 8s ease-out forwards infinite;
  animation: rotateBadge 16s 8s ease-out forwards infinite;
}

@-webkit-keyframes rotateBadge {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0);
  }
  20%,
  100% {
    -webkit-transform: rotateY(1800deg);
    -moz-transform: rotateY(1800deg);
    transform: rotateY(1800deg);
  }
}

.activities-security-maturity {
  display: inline-flex;
  justify-content: space-between;
}

.activities-security-maturity-text {
  margin-left: 15px;
}

.custom-swal-self-adjust {
  width: 35%;
}

@media only screen and (max-width: 1920px) {
  .custom-swal-self-adjust {
    width: 45%;
  }
}

@media only screen and (max-width: 1200px) {
  .custom-swal-self-adjust {
    width: 50%;
  }
}

.userflowjs-launcher {
  z-index: 999 !important;
}

.learning-hub-icon {
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background-color: var(--color-scw-gray-2);
  -webkit-mask-image: url(static/12ba6ab75e82384da5afff80371f4dd1.svg);
  mask-image: url(static/12ba6ab75e82384da5afff80371f4dd1.svg);
}

.navbar-nav .mainnav-item:hover > a > .learning-hub-icon {
  background-color: #fff;
}

.assessments-list-csv-export .option-container {
  margin: 2em auto 0 auto;
}

.scw-body {
  align-content: stretch;
  display: flex;
  flex-direction: column;
}

.scw-body .scw-main {
  flex: auto;
  padding-top: 64px;
}

/* Light theme baseline */
.reporting-app {
  background-color: #f5f5f5;
  color: #000000de;
  min-height: 100%;
  overflow: auto;
}

.leaderboard-table .label {
  text-transform: uppercase !important;
}

.breadcrumb-badge {
  font-weight: bold;
  display: inline-flex;
  font-size: 12px;
  border-radius: 8px;
  padding: 4px 8px;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
  margin: 6px 0 8px 12px;
  color: #fbfbfd;
  background: #494b5f;
}

.osano-cm-widget {
  display: none;
}

.tournament-modal-timer-container {
  display: flex;
  justify-content: space-evenly;
}

.tournament-modal-timer-items {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tournament-modal-footer-items {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.tournament-modal-checkbox-label {
  display: flex;
  gap: 5px;
  align-items: baseline;
}

.tournament-global-leaderboard-stats {
  position: absolute;
  font-size: 20px;
}

.tournament-global-company-rank {
  display: flex;
  gap: 20px;
}

.mct-banner {
  margin-bottom: 40px;
}

#ScwCertificatePreview .MuiButtonBase-root {
  margin-top: 5px;
}

.ds-tooltip-fix {
  display: inline-block;
  gap: 5px;
}

/**
 * Generates a map containing keys {100, 200, .., 800} and corresponding
 * color values.
 *
 * e.g.
 * Value for 500 will be the passed color;
 * each increment will add an opaque layer of black to the color with increasing
 * percentage;
 * each decrement will add an opaque layer of white to the color with increasing
 * percentage;
 *
 * @requires color-level
 * @param  color $color1
 * @return map - a map containing keys {100, 200, .., 800} and corresponding
 *               color values
*/
/**
    Global colors
    Accessible (WCAG 2.1 AA ) Color Palette
*/
.scw-theme--accessible {
  --scw-coolgrey-100: #f7f7f9;
  --scw-coolgrey-200: #d7d9e2;
  --scw-coolgrey-300: #b2b5c7;
  --scw-coolgrey-400: #8d92ad;
  --scw-coolgrey-500: #575f86;
  --scw-coolgrey-600: #424866;
  --scw-coolgrey-700: #343950;
  --scw-coolgrey-800: #232636;
  --scw-grey-100: #f5f6f6;
  --scw-grey-200: #d1d1d5;
  --scw-grey-300: #a6a8af;
  --scw-grey-400: #7c7e89;
  --scw-grey-500: #3e4151;
  --scw-grey-600: #2f313e;
  --scw-grey-700: #252731;
  --scw-grey-800: #191a20;
  --scw-yellow-100: #fffcf3;
  --scw-yellow-200: #ffefc6;
  --scw-yellow-300: #ffe192;
  --scw-yellow-400: #ffd35e;
  --scw-yellow-500: #ffbe12;
  --scw-yellow-600: #c2900e;
  --scw-yellow-700: #99720b;
  --scw-yellow-800: #664c07;
  --scw-orange-100: #fffaf2;
  --scw-orange-200: #fde5c2;
  --scw-orange-300: #fbcd8a;
  --scw-orange-400: #fab552;
  --scw-orange-500: #f79200;
  --scw-orange-600: #bc6f00;
  --scw-orange-700: #945800;
  --scw-orange-800: #633a00;
  --scw-red-100: #fef4f2;
  --scw-red-200: #f9c8c2;
  --scw-red-300: #f4968a;
  --scw-red-400: #ee6452;
  --scw-red-500: #e61b00;
  --scw-red-600: #af1500;
  --scw-red-700: #8a1000;
  --scw-red-800: #5c0b00;
  --scw-pink-100: #fff5f7;
  --scw-pink-200: #ffd0d8;
  --scw-pink-300: #ffa4b5;
  --scw-pink-400: #ff7992;
  --scw-pink-500: #ff3a5e;
  --scw-pink-600: #c22c47;
  --scw-pink-700: #992338;
  --scw-pink-800: #661726;
  --scw-lavendar-100: #fbf5ff;
  --scw-lavendar-200: #ebceff;
  --scw-lavendar-300: #d8a1ff;
  --scw-lavendar-400: #c574ff;
  --scw-lavendar-500: #aa33ff;
  --scw-lavendar-600: #8127c2;
  --scw-lavendar-700: #661f99;
  --scw-lavendar-800: #441466;
  --scw-navy-100: #f4f3f9;
  --scw-navy-200: #cac8e1;
  --scw-navy-300: #9995c5;
  --scw-navy-400: #6862a9;
  --scw-navy-500: #211881;
  --scw-navy-600: #191262;
  --scw-navy-700: #140e4d;
  --scw-navy-800: #0d0a34;
  --scw-violet-100: #f6f5fe;
  --scw-violet-200: #d4d0fc;
  --scw-violet-300: #aca5f9;
  --scw-violet-400: #847af6;
  --scw-violet-500: #4a3cf2;
  --scw-violet-600: #382eb8;
  --scw-violet-700: #2c2491;
  --scw-violet-800: #1e1861;
  --scw-teal-100: #f3f8fa;
  --scw-teal-200: #c4e0e6;
  --scw-teal-300: #8fc3ce;
  --scw-teal-400: #59a6b7;
  --scw-teal-500: #0b7c95;
  --scw-teal-600: #085e71;
  --scw-teal-700: #074a59;
  --scw-teal-800: #04323c;
  --scw-green-100: #f3fcf3;
  --scw-green-200: #c8efc5;
  --scw-green-300: #95e08f;
  --scw-green-400: #62d15a;
  --scw-green-500: #18bb0c;
  --scw-green-600: #128e09;
  --scw-green-700: #0e7007;
  --scw-green-800: #0a4b05;
}

/**
    Colors - Light theme
*/
.scw-theme--light {
  --scw-grayscale-header: #fcfcfd;
  --scw-grayscale-card: #ffffff;
  --scw-grayscale-header-text: #171820;
  --scw-grayscale-body-text: #42455d;
  --scw-grayscale-line: #dfe0e7;
  --scw-grayscale-input: #eeeff3;
  --scw-grayscale-bg-weak: #f6f6f8;
  --scw-grayscale-body-bg: #f7f7f9;
  --scw-primary-default: #2b3ed8;
  --scw-primary-dark: #112178;
  --scw-primary-bright: #2814ff;
  --scw-primary-pale: #3d6bf5;
  --scw-primary-lighter: #bbcaff;
  --scw-primary-lightest: #f3f2ff;
  --scw-secondary-default: #6f4ce2;
  --scw-secondary-dark: #4e359e;
  --scw-secondary-bright: #7000ff;
  --scw-secondary-pale: #b476ff;
  --scw-secondary-lighter: #d7b9ff;
  --scw-secondary-lightest: #f2e8ff;
  --scw-tertiary-default: #077aa0;
  --scw-tertiary-dark: #055570;
  --scw-tertiary-bright: #00e6f4;
  --scw-tertiary-pale: #3bb4d6;
  --scw-tertiary-lighter: #8cd6eb;
  --scw-tertiary-lightest: #d9feff;
  --scw-warning-default: #ec682c;
  --scw-warning-dark: #d04505;
  --scw-warning-bright: #ff5c00;
  --scw-warning-pale: #ff854d;
  --scw-warning-lighter: #ffbd97;
  --scw-warning-lightest: #fff8f4;
  --scw-success-default: #27a872;
  --scw-success-dark: #0b8350;
  --scw-success-bright: #00ff94;
  --scw-success-pale: #5ceeba;
  --scw-success-lighter: #d0ffe0;
  --scw-success-lightest: #ecfff2;
  --scw-danger-default: #e32130;
  --scw-danger-dark: #bd1521;
  --scw-danger-bright: #ff0013;
  --scw-danger-pale: #ed5158;
  --scw-danger-lighter: #ffb4b8;
  --scw-danger-lightest: #fff1f4;
}

/**
    Colors - Dark theme
*/
.scw-theme--dark {
  --scw-grayscale-header: #181b26;
  --scw-grayscale-card: #2f3042;
  --scw-grayscale-header-text: #f2f2f5;
  --scw-grayscale-body-text: #dfe0e7;
  --scw-grayscale-line: #383b50;
  --scw-grayscale-input: #232636;
  --scw-grayscale-bg-weak: #272835;
  --scw-grayscale-body-bg: #1c1d28;
  --scw-primary-default: #ffc62e;
  --scw-primary-dark: #e3a500;
  --scw-primary-bright: #fff70a;
  --scw-primary-pale: #ffd463;
  --scw-primary-lighter: #ffe39a;
  --scw-primary-lightest: #fff8e7;
  --scw-secondary-default: #85f5ff;
  --scw-secondary-dark: #3bb4d6;
  --scw-secondary-bright: #00f0ff;
  --scw-secondary-pale: #8cebeb;
  --scw-secondary-lighter: #bcfbff;
  --scw-secondary-lightest: #dbfeff;
  --scw-tertiary-default: #b476ff;
  --scw-tertiary-dark: #6f4ce2;
  --scw-tertiary-bright: #952bff;
  --scw-tertiary-pale: #cba4ff;
  --scw-tertiary-lighter: #e9d3ff;
  --scw-tertiary-lightest: #f7f0ff;
  --scw-warning-default: #ffa561;
  --scw-warning-dark: #f76f40;
  --scw-warning-bright: #ff844f;
  --scw-warning-pale: #ffb278;
  --scw-warning-lighter: #ffd3b2;
  --scw-warning-lightest: #fff1e7;
  --scw-success-default: #5ceeba;
  --scw-success-dark: #19ae70;
  --scw-success-bright: #2bff80;
  --scw-success-pale: #68ffc9;
  --scw-success-lighter: #a0ffd1;
  --scw-success-lightest: #e6ffef;
  --scw-danger-default: #ff968f;
  --scw-danger-dark: #eb4545;
  --scw-danger-bright: #ff3225;
  --scw-danger-pale: #ffb2ad;
  --scw-danger-lighter: #ffd7d7;
  --scw-danger-lightest: #ffedec;
}

/**
    Typhography
*/
.scw-theme--dark,
.scw-theme--light {
  --scw-font-primary: "Red Hat Display", Tahoma, Verdana, sans-serif;
  --scw-font-secondary: "Poppins", Tahoma, Verdana, sans-serif;
  --scw-font-monospace: Courier, monospace;
  --scw-color-body: var(--scw-grayscale-body-text);
  --scw-font-family-body: var(--scw-font-secondary);
  --scw-font-size-body: 1.3rem;
  --scw-line-height-body: 1.3;
  --scw-font-weight-body: 400;
  /**
      Typography - Base Body styles
  */
}
body.scw-theme--dark, .scw-theme--light {
  color: var(--scw-color-body);
  font-family: var(--scw-font-family-body);
  font-size: var(--scw-font-size-body);
  font-weight: var(--scw-font-weight-body);
  line-height: var(--scw-line-height-body);
  background: var(--scw-grayscale-body-bg);
}

/**
    Typography - Header styles
*/
.h1 {
  font-family: var(--scw-font-primary);
  font-size: 3.2rem;
  line-height: 6.4rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.h2 {
  font-family: var(--scw-font-primary);
  font-size: 2.8rem;
  line-height: 5.6rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.h3 {
  font-family: var(--scw-font-primary);
  font-size: 2.4rem;
  line-height: 4.8rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.h4 {
  font-family: var(--scw-font-primary);
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 0.05rem;
  font-weight: 700;
}

.h5 {
  font-family: var(--scw-font-primary);
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.05rem;
  font-weight: 500;
}

.h6 {
  font-family: var(--scw-font-primary);
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  font-weight: 700;
}

/**
    Typography - Body font styles
*/
.text-large {
  font-family: var(--scw-font-secondary);
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: 0.05rem;
  font-weight: 400;
}

.text-medium {
  font-family: var(--scw-font-secondary);
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  font-weight: 400;
}

.scw-theme--accessible .modal-content .modal-body, .text-small {
  font-family: var(--scw-font-secondary);
  font-size: 1.3rem;
  line-height: 2.2rem;
  letter-spacing: 0.025rem;
  font-weight: 400;
}

.text-xsmall {
  font-family: var(--scw-font-secondary);
  font-size: 1.1rem;
  line-height: 1.8rem;
  letter-spacing: 0.025rem;
  font-weight: 500;
}

.text-large-tight {
  font-family: var(--scw-font-secondary);
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  font-weight: 400;
}

.text-medium-tight {
  font-family: var(--scw-font-secondary);
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  font-weight: 400;
}

.text-small-tight {
  font-family: var(--scw-font-secondary);
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 0.025rem;
  font-weight: 400;
}

.text-xsmall-tight {
  font-family: var(--scw-font-secondary);
  font-size: 1.1rem;
  line-height: 1.6rem;
  letter-spacing: 0.025rem;
  font-weight: 500;
}

.link-large {
  text-decoration: none;
  font-family: var(--scw-font-secondary);
  font-size: 2rem;
  line-height: 3.8rem;
  letter-spacing: 0.075rem;
  font-weight: 600;
}
.link-large:hover, .link-large:focus, .active.link-large {
  text-decoration: none;
}

.link-medium {
  text-decoration: none;
  font-family: var(--scw-font-secondary);
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 0.075rem;
  font-weight: 600;
}
.link-medium:hover, .link-medium:focus, .active.link-medium {
  text-decoration: none;
}

.link-small {
  text-decoration: none;
  font-family: var(--scw-font-secondary);
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0.075rem;
  font-weight: 600;
}
.link-small:hover, .link-small:focus, .active.link-small {
  text-decoration: none;
}

.link-xsmall {
  text-decoration: none;
  font-family: var(--scw-font-secondary);
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 0.025rem;
  font-weight: 600;
}
.link-xsmall:hover, .link-xsmall:focus, .active.link-xsmall {
  text-decoration: none;
}

.link-large-tight {
  text-decoration: none;
  font-family: var(--scw-font-secondary);
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0.075rem;
  font-weight: 600;
}
.link-large-tight:hover, .link-large-tight:focus, .active.link-large-tight {
  text-decoration: none;
}

.link-medium-tight {
  text-decoration: none;
  font-family: var(--scw-font-secondary);
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0.075rem;
  font-weight: 600;
}
.link-medium-tight:hover, .link-medium-tight:focus, .active.link-medium-tight {
  text-decoration: none;
}

.link-small-tight {
  text-decoration: none;
  font-family: var(--scw-font-secondary);
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.075rem;
  font-weight: 600;
}
.link-small-tight:hover, .link-small-tight:focus, .active.link-small-tight {
  text-decoration: none;
}

.link-xsmall-tight {
  text-decoration: none;
  font-family: var(--scw-font-secondary);
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: 0.025rem;
  font-weight: 600;
}
.link-xsmall-tight:hover, .link-xsmall-tight:focus, .active.link-xsmall-tight {
  text-decoration: none;
}

/* stylelint-disable import-notation */
.scw-theme--accessible .alert-warning {
  background-color: transparent;
  border-color: var(--scw-warning-default);
  padding: 16px;
}
.scw-theme--accessible .alert-warning div {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.scw-theme--accessible .alert-warning span {
  color: var(--scw-grayscale-body-text);
}
.scw-theme--accessible .alert-warning .glyphicon {
  color: var(--scw-warning-default);
}
.scw-theme--accessible .alert-warning .scw-icon {
  --scw-icon-color: var(--scw-warning-default);
  margin-right: 16px;
}

.scw-theme--accessible .ScwAppBar-root {
  z-index: 999;
}

.scw-theme--accessible .card, .scw-theme--accessible .attempt-notice-block, .scw-theme--accessible .edit-assessments-header-block, .scw-theme--accessible .modal-content {
  background-color: var(--scw-grayscale-card);
  border: none;
  border-radius: 8px;
  padding: 2rem;
}
.scw-theme--accessible .card h4, .scw-theme--accessible .attempt-notice-block h4, .scw-theme--accessible .edit-assessments-header-block h4, .scw-theme--accessible .modal-content h4 {
  color: var(--scw-grayscale-header-text);
}

.scw-theme--accessible .status {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--scw-warning-lightest);
  border: none;
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
  color: var(--scw-grayscale-header);
  height: fit-content;
}
.scw-theme--accessible .status.status-active {
  background-color: var(--scw-success-lightest);
}
.scw-theme--accessible .status.status-closed {
  background-color: var(--scw-danger-lightest);
}
.scw-theme--accessible .status.status-superseded {
  background-color: var(--scw-warning-lightest);
}

.scw-theme--accessible .md-button {
  font-family: var(--scw-font-secondary);
  font-weight: 600;
  font-size: 1.31rem;
  text-transform: capitalize;
}
.scw-theme--accessible .md-raised.md-primary {
  background-color: var(--scw-primary-default);
}
.scw-theme--accessible .md-raised.md-primary:hover, .scw-theme--accessible .md-raised.md-primary:focus, .scw-theme--accessible .md-raised.md-primary.active {
  background-color: var(--scw-primary-pale) !important;
}
.scw-theme--accessible .button-with-right-icon.ScwButton-root {
  border-radius: 0.8rem 0 0 0.8rem;
}
.scw-theme--accessible .ScwButton-root {
  text-transform: capitalize;
}
.scw-theme--accessible .assessment-recent-activity-btn-cell .ScwButton-root {
  width: 100%;
}

.scw-theme--accessible .advanced-options-accordion-panel {
  border: 1px solid var(--scw-grayscale-header);
  background: transparent;
}
.scw-theme--accessible .advanced-options-accordion-panel .panel-heading {
  background-image: none;
  background-color: var(--scw-grayscale-header);
  border-bottom: none;
}
.scw-theme--accessible .advanced-options-accordion-panel .panel-heading .icon,
.scw-theme--accessible .advanced-options-accordion-panel .panel-heading .icon-content {
  color: var(--scw-grayscale-header-text);
}
.scw-theme--accessible .advanced-options-accordion-panel .panel-heading a:hover,
.scw-theme--accessible .advanced-options-accordion-panel .panel-heading a:focus {
  color: var(--scw-grayscale-header-text);
}

.scw-theme--accessible .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.scw-theme--accessible .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
  color: var(--scw-grayscale-header);
  background-color: var(--scw-danger-default);
}
.scw-theme--accessible .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,
.scw-theme--accessible .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
  color: var(--scw-grayscale-header);
  background-color: var(--scw-warning-default);
}
.scw-theme--accessible .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.scw-theme--accessible .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  color: var(--scw-grayscale-header);
  background-color: var(--scw-success-default);
}

.scw-theme--accessible .modal-content {
  border: 0.2rem solid var(--scw-secondary-lighter);
}
.scw-theme--accessible .modal-content .modal-header {
  border-bottom: 0;
}
.scw-theme--accessible .modal-content .footer {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
}
.scw-theme--accessible .modal-content .modal-footer {
  border: none;
}

.scw-theme--accessible .form-control:focus,
.scw-theme--accessible .detail-form .btn-default:focus, .scw-theme--accessible a:not(.form-control):not([class*=MuiButtonBase]):not([class*=MuiInputBase]):not(.MuiLink-root):not([tabindex="-1"]):focus,
.scw-theme--accessible [role=button]:not(.form-control):not([class*=MuiButtonBase]):not([class*=MuiInputBase]):not(.MuiLink-root):not([tabindex="-1"]):focus {
  box-shadow: none !important;
  outline: 0.125rem solid var(--scw-secondary-pale);
}
.scw-theme--accessible button:not(.form-control):not([class*=MuiButtonBase]):not([class*=MuiInputBase]):not([tabindex="-1"]):focus,
.scw-theme--accessible select:not(.form-control):not([class*=MuiButtonBase]):not([class*=MuiInputBase]):not([tabindex="-1"]):focus,
.scw-theme--accessible textarea:not(.form-control):not([class*=MuiButtonBase]):not([class*=MuiInputBase]):not([tabindex="-1"]):focus, .scw-theme--accessible select:focus, .scw-theme--accessible .sweet-alert .btn:focus,
.scw-theme--accessible .checkbox-inline:focus,
.scw-theme--accessible .select2-choice:focus,
.scw-theme--accessible .btn:focus, .scw-theme--accessible .checkbox-inline.keyboard-selected,
.scw-theme--accessible input.keyboard-selected,
.scw-theme--accessible .select2-choice.keyboard-selected,
.scw-theme--accessible textarea.keyboard-selected,
.scw-theme--accessible .btn.keyboard-selected,
.scw-theme--accessible .sweet-alert .btn.keyboard-selected,
.scw-theme--accessible .select2-choices input.keyboard-selected {
  box-shadow: none !important;
  outline: 0.125rem solid var(--scw-secondary-pale) !important;
}
.scw-theme--accessible .btn-default-focus {
  box-shadow: none !important;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
}
.scw-theme--accessible .ui-select-placeholder {
  font-size: 1.3rem;
  font-family: var(--scw-font-secondary);
}
.scw-theme--accessible .form-control,
.scw-theme--accessible .detail-form .btn-default {
  color: var(--scw-grayscale-body-text) !important;
  background-color: var(--scw-grayscale-input) !important;
  box-sizing: border-box;
  border: 2px solid transparent !important;
  font-size: 1.3rem;
  font-family: var(--scw-font-secondary);
}
.scw-theme--accessible .training .ui-select-bootstrap .ui-select-choices-row > span {
  color: var(--scw-grayscale-header-text);
}
.scw-theme--accessible .ui-select-bootstrap .ui-select-choices-row > span {
  padding: 0.8rem 1.2rem;
  color: var(--scw-grayscale-body-text);
}
.scw-theme--accessible .select2-results .select2-highlighted {
  background: var(--scw-grayscale-header) !important;
}
.scw-theme--accessible .ui-select-bootstrap .ui-select-choices-row > span:hover,
.scw-theme--accessible .ui-select-bootstrap .ui-select-choices-row > span:focus,
.scw-theme--accessible .ui-select-bootstrap .ui-select-choices-row.active > span,
.scw-theme--accessible .ui-select-choices-row:hover {
  background: var(--scw-grayscale-header) !important;
  color: var(--scw-grayscale-body-text);
}
.scw-theme--accessible .ui-select-bootstrap .ui-select-choices-row.active > span {
  font-weight: 700;
}
.scw-theme--accessible .ui-select-bootstrap > .ui-select-choices,
.scw-theme--accessible .ui-select-bootstrap > .ui-select-no-choice {
  margin-top: 0.2rem;
  border-radius: 0.4rem;
  padding: 0;
  border: none;
}
.scw-theme--accessible .select2-drop {
  background-color: var(--scw-grayscale-input) !important;
  color: var(--scw-grayscale-body-text);
}
.scw-theme--accessible .select2-container .select2-choice {
  background-image: unset;
  background-color: var(--scw-grayscale-input) !important;
  color: var(--scw-grayscale-body-text);
  border: none;
  box-shadow: none;
}
.scw-theme--accessible .select2-search input {
  background: unset;
  background-color: var(--scw-grayscale-input) !important;
  color: var(--scw-grayscale-body-text);
}
.scw-theme--accessible .bootstrap-switch.bootstrap-switch-focused {
  border: none;
  box-shadow: none;
}
.scw-theme--accessible .bootstrap-switch .bootstrap-switch-label {
  background-color: var(--scw-grayscale-input);
  color: var(--scw-grayscale-body-text);
}
.scw-theme--accessible .select2-container .select2-choice .select2-arrow {
  background: transparent;
  border: none;
}
.scw-theme--accessible .input-group-addon {
  background: var(--scw-primary-default);
  border: none;
  color: var(--scw-grayscale-header);
  text-shadow: none;
}
.scw-theme--accessible select.form-control {
  padding: 0.6rem 1.2rem;
  height: 3.7rem;
}
.scw-theme--accessible .input-group .glyphicon-remove {
  color: var(--scw-grayscale-body-text);
}

.scw-theme--accessible .admin-filter-bar .ScwSearchInput-root {
  width: 100%;
}

.scw-theme--accessible table.table {
  box-shadow: none;
  background-color: var(--scw-grayscale-card);
  border-radius: 8px;
}
.scw-theme--accessible table.table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #2a2b3b;
}
.scw-theme--accessible table.table.table-hover > tbody > tr:hover {
  background-color: #393b50;
}
.scw-theme--accessible table.table thead tr {
  padding: 8px 20px;
}
.scw-theme--accessible table.table .sortable-header,
.scw-theme--accessible table.table .non-sortable-header {
  background-color: inherit;
  border: none;
  color: var(--scw-grayscale-header-text);
  padding: 1.6rem 0.8rem 1.6rem;
}
.scw-theme--accessible table.table th {
  font-size: 13px;
  font-weight: 600;
}
.scw-theme--accessible table.table th:first-child {
  border-radius: 16px 0 0 0;
}
.scw-theme--accessible table.table th:last-child {
  border-radius: 0 16px 0 0;
}
.scw-theme--accessible table.table td {
  font-size: 12px;
  padding: 15px 8px !important;
}

.scw-theme--accessible {
  /* assessments list styles start*/
  /* assessments list style end*/
  /* assessment view styles start*/
  /* assessment view style end*/
  /* assessment edit style start*/
  /* assessment edit style end*/
  /* assessment attempt style start */
  /* assessment attempt style end */
  /* assessment banner styles start */
  /* assessment banner styles end */
  /* certificate templates style start */
  /* certificate templates style start */
}
.scw-theme--accessible .assessment-recent-activity-table a.cursor-pointer {
  color: #d9f7ff;
}
.scw-theme--accessible .assessments-list-container {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .scw-theme--accessible .assessments-list-container {
    width: 1200px;
  }
}
.scw-theme--accessible #assessments-view-container {
  margin-top: 20px;
}
.scw-theme--accessible #assessments-view-container select.form-control,
.scw-theme--accessible .assessments-list-container select.form-control,
.scw-theme--accessible .assessments-invite-container select.form-control {
  padding: 6px 12px;
  height: 37px;
}
.scw-theme--accessible #assessments-view-container select,
.scw-theme--accessible .assessments-list-container select,
.scw-theme--accessible .assessments-invite-container select {
  appearance: none;
}
.scw-theme--accessible #assessments-view-container a.accordion-toggle,
.scw-theme--accessible .assessments-list-container a.accordion-toggle,
.scw-theme--accessible .assessments-invite-container a.accordion-toggle {
  text-decoration: none;
}
.scw-theme--accessible #assessments-view-container a.dropdown-toggle,
.scw-theme--accessible .assessments-list-container a.dropdown-toggle,
.scw-theme--accessible .assessments-invite-container a.dropdown-toggle {
  color: var(--scw-primary-default);
}
.scw-theme--accessible #assessments-view-container a.dropdown-toggle:hover, .scw-theme--accessible #assessments-view-container a.dropdown-toggle:focus,
.scw-theme--accessible .assessments-list-container a.dropdown-toggle:hover,
.scw-theme--accessible .assessments-list-container a.dropdown-toggle:focus,
.scw-theme--accessible .assessments-invite-container a.dropdown-toggle:hover,
.scw-theme--accessible .assessments-invite-container a.dropdown-toggle:focus {
  color: var(--scw-primary-pale);
}
.scw-theme--accessible #assessments-view-container .dropdown-label select,
.scw-theme--accessible .assessments-list-container .dropdown-label select,
.scw-theme--accessible .assessments-invite-container .dropdown-label select {
  padding-right: 3rem;
}
.scw-theme--accessible #assessments-view-container .dropdown-label:after,
.scw-theme--accessible .assessments-list-container .dropdown-label:after,
.scw-theme--accessible .assessments-invite-container .dropdown-label:after {
  content: "\f078";
  font: normal normal normal 12px/1 FontAwesome;
  right: 12px;
  top: 12px;
  height: 20px;
  position: absolute;
  pointer-events: none;
}
.scw-theme--accessible .dropdown-select {
  position: relative;
  top: 8px;
}
.scw-theme--accessible .assessment-list-heading {
  padding: 0;
  margin: 0;
}
.scw-theme--accessible .display-name {
  margin-bottom: 0;
}
.scw-theme--accessible .assessment-list-container {
  padding: 0;
}
.scw-theme--accessible .assessment-list-container .col-lg-6,
.scw-theme--accessible .assessment-list-container .col-lg-4 {
  padding: 0;
}
.scw-theme--accessible .assessment-list-item {
  padding: 0;
  background: inherit;
}
.scw-theme--accessible .assessment-list-item .glyphicon {
  top: 4px;
}
.scw-theme--accessible .assessment-list-item .glyphicon.dull-yellow-text {
  color: var(--scw-warning-default);
}
.scw-theme--accessible .assessment-list-item .glyphicon.green-text {
  color: var(--scw-success-default);
}
.scw-theme--accessible .assessment-list-item .glyphicon.red-text {
  color: var(--scw-danger-default);
}
.scw-theme--accessible .description {
  padding: 1.25rem 0;
  margin: 0;
}
.scw-theme--accessible .timestamp {
  color: var(--scw-warning-pale);
}
.scw-theme--accessible .link {
  color: var(--scw-secondary-lighter);
  cursor: pointer;
  font-size: 1.3rem;
}
.scw-theme--accessible .text-white {
  color: #ffffff;
}
.scw-theme--accessible search-widget input {
  box-shadow: none !important;
  border-radius: 0.25rem 0px 0px 0.25rem !important;
}
.scw-theme--accessible search-widget input:focus {
  outline: 0.125rem solid var(--scw-secondary-pale) !important;
}
.scw-theme--accessible .assessment-back {
  color: var(--scw-grayscale-body-text);
}
.scw-theme--accessible .assessment-page-description {
  font-size: 1.3rem;
}
.scw-theme--accessible .assessment-actions-dropdown {
  margin-top: 8px;
}
.scw-theme--accessible .unlimited-license {
  margin-top: 6px;
}
.scw-theme--accessible .unlimited-license .assessments-credits-container {
  box-shadow: none;
  padding: 7px 10px;
}
.scw-theme--accessible .assessment-status {
  position: relative;
  color: var(--scw-grayscale-header);
  display: inline;
  top: -0.5rem;
  text-shadow: none;
  text-transform: capitalize;
}
.scw-theme--accessible .assessment-status.label-warning {
  background-color: var(--scw-warning-lighter);
}
.scw-theme--accessible .assessment-status.label-danger {
  background-color: var(--scw-danger-lighter);
}
.scw-theme--accessible .assessment-status.label-success {
  background-color: var(--scw-success-lighter);
}
.scw-theme--accessible .popover {
  min-width: 120px;
}
.scw-theme--accessible .assessment-card-wrapper {
  background: var(--scw-grayscale-card);
  border-radius: 8px;
  padding: 2rem;
  margin-top: 2rem;
  border: none;
}
.scw-theme--accessible .assessment-info {
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: none;
}
.scw-theme--accessible .assessment-info .h4 {
  color: var(--scw-grayscale-header-text);
  margin-left: 0;
  margin-top: 0;
}
.scw-theme--accessible .assessment-info .item {
  font-size: 13px;
  background: transparent;
  padding: 0;
  margin: 0;
}
.scw-theme--accessible .assessment-info .item i {
  font-size: 13px;
  margin-left: 0;
}
.scw-theme--accessible .assessment-info .item span {
  font-size: 13px;
}
.scw-theme--accessible .thumbnail {
  background: var(--scw-grayscale-card);
  border-radius: 8px;
  padding: 2rem;
  border: none;
}
.scw-theme--accessible .thumbnail.thumbnail-assessment-info .tab-pane-summary p {
  font-size: 13px;
}
.scw-theme--accessible .thumbnail.thumbnail-assessment-language {
  margin-top: 20px;
}
.scw-theme--accessible .thumbnail.thumbnail-assessment-language .h4 {
  margin-top: 0;
}
.scw-theme--accessible .thumbnail.thumbnail-assessment-language .save-assessment-btn {
  margin-bottom: 0;
}
.scw-theme--accessible .admin-filter-wrapper {
  margin-top: 6px;
}
.scw-theme--accessible .admin-filter-wrapper .admin-filter-search-wrapper {
  display: flex;
  flex-direction: row;
}
.scw-theme--accessible .admin-filter-wrapper .admin-filter-search-wrapper .ScwSearchInput-root {
  margin-left: 6px;
}
.scw-theme--accessible .dropdown-menu {
  background-color: var(--scw-grayscale-bg-weak);
}
.scw-theme--accessible #assessments-invite-users fieldset {
  background: var(--scw-grayscale-card) !important;
  border-radius: 8px;
  padding: 2rem;
}
.scw-theme--accessible #assessments-invite-users .invitee-is-invited {
  border-color: var(--scw-primary-default);
}
.scw-theme--accessible #assessments-invite-users .invite-indicator.invitee-remove-warning {
  color: var(--scw-danger-default);
}
.scw-theme--accessible #invite-tabs .nav-tabs > li > a {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid transparent;
}
.scw-theme--accessible #invite-tabs .nav-tabs > li.active > a {
  background-color: transparent;
  border: none;
  color: var(--scw-yellow-500);
  border-bottom: 2px solid var(--scw-yellow-500);
}
.scw-theme--accessible #invite-tabs .nav-tabs > li > a:hover {
  border: none;
  border-bottom: 2px solid var(--scw-yellow-500);
  color: var(--scw-yellow-500);
  background-color: transparent;
}
.scw-theme--accessible .search-help-box {
  font-size: 13px;
}
.scw-theme--accessible .search-container input[type=search] {
  box-sizing: border-box;
}
.scw-theme--accessible .search-container input[type=search]:focus {
  box-shadow: 0 0 0 2px var(--scw-secondary-lighter) !important;
}
.scw-theme--accessible .advanced-options-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 16px;
}
.scw-theme--accessible .advanced-options-wrapper .icon-content {
  margin-top: 10px;
}
.scw-theme--accessible .edit-assessments-actions {
  display: flex;
  gap: 10px;
}
.scw-theme--accessible .create-assessment-title {
  display: flex;
  align-items: center;
  gap: 5px;
}
.scw-theme--accessible .challenges-label {
  align-items: center;
  gap: 1rem;
}
.scw-theme--accessible .incomplete-challenge {
  border-color: var(--scw-warning-default);
}
.scw-theme--accessible .invalid-challenge {
  border-color: var(--scw-danger-default);
}
.scw-theme--accessible .valid-challenge {
  border-color: var(--scw-success-default);
}
.scw-theme--accessible .deprecated-challenge {
  border-color: var(--scw-success-pale);
}
.scw-theme--accessible .inactive-challenge {
  border-color: #666666;
}
.scw-theme--accessible .invalid-previously-added-challenge {
  border-color: var(--scw-danger-default);
}
.scw-theme--accessible .alert-info-custom {
  background: inherit;
  color: var(--scw-warning-default);
  border: none;
}
.scw-theme--accessible .feedback-panel {
  font-size: 1.3rem;
}
.scw-theme--accessible .edit-assessments-header-block {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.scw-theme--accessible .edit-assessments-header-block .assessment-title {
  margin-top: 0;
}
.scw-theme--accessible .assessment-accordion h5 {
  color: var(--scw-color-body);
}
.scw-theme--accessible .assessment-accordion svg path {
  fill: var(--scw-color-body);
}
.scw-theme--accessible #assessment-attempt-view small .glyphicon {
  top: 1px;
}
.scw-theme--accessible #assessment-attempt-view #attempt-challenges-performance table thead tr {
  border-bottom: 2px solid #565a77 !important;
}
.scw-theme--accessible #assessment-attempt-view #attempt-challenges-performance table td .glyphicon-ok-sign {
  color: var(--scw-success-default);
}
.scw-theme--accessible #assessment-attempt-view #attempt-challenges-performance table td .glyphicon-hourglass {
  color: var(--scw-warning-default);
}
.scw-theme--accessible #assessment-attempt-view #attempt-challenges-performance table td .glyphicon-remove-sign {
  color: #f4645b;
}
.scw-theme--accessible .doughnut-text.doughnut-value {
  color: var(--scw-warning-pale);
}
.scw-theme--accessible .attempt-notice-block {
  background: var(--scw-grayscale-card) !important;
}
.scw-theme--accessible .attempt-notice-block .assessment-language-container {
  box-shadow: none;
  border: 0.2rem solid transparent;
}
.scw-theme--accessible .attempt-notice-block .assessment-language-selected {
  box-shadow: none !important;
  border: 0.2rem solid var(--scw-secondary-lighter);
}
.scw-theme--accessible .assessment-card {
  margin-bottom: 2rem;
}
.scw-theme--accessible .assessment-card .h2 {
  margin-top: 0;
}
.scw-theme--accessible .assessment-attempt-info .item,
.scw-theme--accessible .assessment-info .item,
.scw-theme--accessible .assessment-attempt-info .item span,
.scw-theme--accessible .assessment-info .item span {
  font-size: 1.3rem;
  background: inherit;
}
.scw-theme--accessible .banner-description {
  font-size: 1.3rem;
  padding-top: 0.5rem;
}
.scw-theme--accessible .banner-description .banner-description-content {
  display: block;
}
.scw-theme--accessible .banner-description .banner-tooltip {
  padding-left: 0.5rem;
  position: relative;
  top: 0.1rem;
  display: inline-block;
}
.scw-theme--accessible .tooltip-content li {
  list-style: disc;
  margin-left: 2rem;
}
.scw-theme--accessible .assessment-back a {
  color: var(--scw-color-body);
}
.scw-theme--accessible .certificate-template-boxed:hover {
  background: var(--scw-grayscale-card);
  border: none;
  transition: none;
}

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

/* this sets up all the font faces withstyles normal and italics. */

/**
    Reset
*/

html {
  box-sizing: border-box;

  /* 62.5% is equal to 10px in most browsers, so it makes it easier to calculate REM units.
     The main reason we don't declare html { font-size: 10px; } is that if a visually impaired user has reset their base browser size (up or down).
     We want to respect that so the website's typography can scale proportionally to his default browser settings.
     By resetting the root (HTML) font to 62.5%, we can calculate all of my REM units with that magical 1rem = 10px formula.
     From there, all the units can be declared as em or REM units, proportional to the root font size. */
  font-size: 62.5%;
}

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


/*# sourceMappingURL=scw.fbdd99624574d3afc618.css.map*/