@charset "UTF-8";
@import "//fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap";
@import "//fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";
@import "//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import "//cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css";
.form-group {
  position: relative;
}

.better-placeholder {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.better-placeholder::-webkit-input-placeholder {
  opacity: 0;
}

.better-placeholder::-moz-placeholder {
  opacity: 0;
}

.better-placeholder:-ms-input-placeholder {
  opacity: 0;
}

.better-placeholder::placeholder {
  opacity: 0;
}

.better-placeholder::-webkit-datetime-edit {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}

.better-placeholder.fixed-height {
  padding-top: 18px;
  height: auto;
}

.better-placeholder.fixed-height:not(.better-placeholder-active) ~ .better-placeholder-text:not(.active) {
  top: 14px;
}

.better-placeholder-active, .ui-select-bootstrap.dropdown.open .better-placeholder {
  padding-top: 18px;
  height: auto;
}

.better-placeholder-active::-webkit-datetime-edit, .ui-select-bootstrap.dropdown.open .better-placeholder::-webkit-datetime-edit {
  opacity: 1;
}

.better-placeholder-active::-webkit-input-placeholder, .ui-select-bootstrap.dropdown.open .better-placeholder::-webkit-input-placeholder {
  opacity: 0;
}

.better-placeholder-active::-moz-placeholder, .ui-select-bootstrap.dropdown.open .better-placeholder::-moz-placeholder {
  opacity: 0;
}

.better-placeholder-active:-ms-input-placeholder, .ui-select-bootstrap.dropdown.open .better-placeholder:-ms-input-placeholder {
  opacity: 0;
}

.better-placeholder-active::placeholder, .ui-select-bootstrap.dropdown.open .better-placeholder::placeholder {
  opacity: 0;
}

.input-group .better-placeholder ~ .input-group-btn .btn, .better-placeholder-button .btn {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.input-group .better-placeholder-active ~ .input-group-btn .btn, .better-placeholder-button-active .btn {
  padding: 12px;
}

.dropdown-menu .better-placeholder-text {
  z-index: 1000;
}

.better-placeholder-text, .help-block.better-placeholder-text {
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 2px;
  margin-left: 12px;
  line-height: 20px;
  height: 20px;
  color: placeholder;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  max-width: 85%;
  margin-right: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.better-placeholder-text.active, .better-placeholder-active ~ .better-placeholder-text {
  max-width: 110%;
  visibility: visible;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  color: #428bca;
  top: -2px;
}

.better-placeholder.disabled, .better-placeholder.disabled ~ .better-placeholder-text {
  color: #999;
}

.fa-required {
  margin-left: 6px;
  font-size: 70%;
  vertical-align: super;
}

td.input-group .better-placeholder-text, td.input-group .help-block.better-placeholder-text {
  top: 11px;
}

td.input-group .better-placeholder-text.active, td.input-group .better-placeholder-active ~ .better-placeholder-text {
  top: 7px;
}

.ui-select-bootstrap.dropdown.open .better-placeholder.inverted, .better-placeholder-active.inverted {
  padding-bottom: 18px;
  padding-top: 6px;
}

.better-placeholder.inverted ~ .better-placeholder-text.inverted, .better-placeholder.inverted ~ .help-block.better-placeholder-text.inverted, .better-placeholder-text.inverted, .help-block.better-placeholder-text.inverte {
  bottom: 2px;
  top: auto;
}

.better-placeholder-text.inverted.active, .better-placeholder-active.inverted ~ .better-placeholder-text {
  max-width: 110%;
  visibility: visible;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  color: #428bca;
  bottom: -8px;
  top: auto;
}

td.input-group .better-placeholder.inverted ~ .better-placeholder-text.inverted, td.input-group .better-placeholder.inverted ~ .help-block.better-placeholder-text.inverted, td.input-group .better-placeholder-text.inverted, td.input-group .help-block.better-placeholder-text.inverte {
  top: auto;
  bottom: 11px;
}

td.input-group .better-placeholder-text.inverted.active, td.input-group .better-placeholder-active.inverted ~ .better-placeholder-text {
  top: auto;
  bottom: 1px;
} /*!
* AngularJS Material Design
* https://github.com/angular/material
* @license MIT
* v1.1.18
*/
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);
}

.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 {
  animation: md-remove-ripple 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@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: rgba(0, 0, 0, 0);
  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;
}

html, body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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;
}

.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;
}

button, select, html, textarea, input {
  font-family: "Inter", sans-serif;
}

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

.md-panel-outer-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

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

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

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

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

.md-panel {
  opacity: 0;
  position: fixed;
}

.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: absolute;
  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-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: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  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 li: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 li {
  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 li:focus {
  outline: none;
}

.md-autocomplete-suggestions li: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: rgba(0, 0, 0, 0);
  font-family: "Inter", 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;
}

@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 rgba(0, 0, 0, 0);
  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;
  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;
  user-select: none;
  outline: none;
  border: 0;
  padding: 0 6px;
  margin: 6px 8px;
  background: rgba(0, 0, 0, 0);
  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);
}

.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: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-actions, md-card md-card-actions {
  margin: 8px;
}

md-card .md-actions.layout-column .md-button:not(.md-icon-button), md-card md-card-actions.layout-column .md-button:not(.md-icon-button) {
  margin: 2px 0;
}

md-card .md-actions.layout-column .md-button:not(.md-icon-button):first-of-type, md-card md-card-actions.layout-column .md-button:not(.md-icon-button):first-of-type {
  margin-top: 0;
}

md-card .md-actions.layout-column .md-button:not(.md-icon-button):last-of-type, md-card md-card-actions.layout-column .md-button:not(.md-icon-button):last-of-type {
  margin-bottom: 0;
}

md-card .md-actions.layout-column .md-button.md-icon-button, md-card md-card-actions.layout-column .md-button.md-icon-button {
  margin-top: 6px;
  margin-bottom: 6px;
}

md-card .md-actions md-card-icon-actions, md-card md-card-actions md-card-icon-actions {
  flex: 1;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
}

md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button), md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button) {
  margin: 0 4px;
}

md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type, 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-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type, [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-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type, 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-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type, [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-actions:not(.layout-column) .md-button.md-icon-button, md-card md-card-actions:not(.layout-column) .md-button.md-icon-button {
  margin-left: 6px;
  margin-right: 6px;
}

md-card .md-actions:not(.layout-column) .md-button.md-icon-button:first-of-type, md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type {
  margin-left: 12px;
}

[dir=rtl] md-card .md-actions:not(.layout-column) .md-button.md-icon-button:first-of-type, [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-actions:not(.layout-column) .md-button.md-icon-button:last-of-type, md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type {
  margin-right: 12px;
}

[dir=rtl] md-card .md-actions:not(.layout-column) .md-button.md-icon-button:last-of-type, [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-actions:not(.layout-column) .md-button + md-card-icon-actions, 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: 19px 0 18px;
}

md-checkbox {
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 16px;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  user-select: none;
  position: relative;
  min-width: 20px;
  min-height: 20px;
  margin-left: 0;
  margin-right: 16px;
}

[dir=rtl] md-checkbox {
  margin-left: 16px;
}

[dir=rtl] md-checkbox {
  margin-right: 0;
}

md-checkbox:last-of-type {
  margin-left: 0;
  margin-right: 0;
}

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-align-top-left > div.md-container {
  top: 12px;
}

md-checkbox .md-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  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: rgba(0, 0, 0, 0);
  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: 20px;
  height: 20px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
}

md-checkbox.md-checked .md-icon {
  border-color: rgba(0, 0, 0, 0);
}

md-checkbox.md-checked .md-icon:after {
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  left: 4.6666666667px;
  top: 0.2222222222px;
  display: table;
  width: 6.6666666667px;
  height: 13.3333333333px;
  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: 12px;
  height: 2px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  content: "";
}

md-checkbox .md-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  user-select: text;
  margin-left: 30px;
  margin-right: 0;
}

[dir=rtl] md-checkbox .md-label {
  margin-left: 0;
}

[dir=rtl] md-checkbox .md-label {
  margin-right: 30px;
}

.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: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  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: 22px;
}

[dir=rtl] .md-chips.md-removable md-chip {
  padding-right: 0;
  padding-left: 22px;
}

.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;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.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: rgba(0, 0, 0, 0);
  border: none;
  box-shadow: none;
  margin: 0;
  position: relative;
}

.md-chips md-chip .md-chip-remove md-icon {
  height: 18px;
  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;
  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: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: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  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;
  }
}
md-calendar {
  font-size: 13px;
  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 rgba(0, 0, 0, 0);
}

.md-calendar tbody, .md-calendar td, .md-calendar tr {
  vertical-align: middle;
  box-sizing: content-box;
}

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: rgba(0, 0, 0, 0);
  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: -12px;
  top: 9.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: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  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 rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
}

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: rgba(0, 0, 0, 0);
}

.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-actions, 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-actions, [dir=rtl] md-dialog md-dialog-actions {
  padding-right: 16px;
}

[dir=rtl] md-dialog .md-actions, [dir=rtl] md-dialog md-dialog-actions {
  padding-left: 8px;
}

md-dialog .md-actions .md-button, md-dialog md-dialog-actions .md-button {
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 0;
  margin-top: 8px;
}

[dir=rtl] md-dialog .md-actions .md-button, [dir=rtl] md-dialog md-dialog-actions .md-button {
  margin-left: 0;
}

[dir=rtl] md-dialog .md-actions .md-button, [dir=rtl] md-dialog md-dialog-actions .md-button {
  margin-right: 8px;
}

md-dialog.md-content-overflow .md-actions, 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;
}

.layout-row > md-divider, .layout-xs-row > md-divider, .layout-gt-xs-row > md-divider, .layout-sm-row > md-divider, .layout-gt-sm-row > md-divider, .layout-md-row > md-divider, .layout-gt-md-row > md-divider, .layout-lg-row > md-divider, .layout-gt-lg-row > md-divider, .layout-xl-row > 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;
}

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;
}

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: rgba(0, 0, 0, 0) !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 0;
  vertical-align: middle;
}

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] {
  -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: 26px;
}

md-input-container textarea {
  resize: none;
  overflow: hidden;
}

md-input-container textarea.md-input {
  min-height: 26px;
  -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: 3px;
  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: 3px;
}

[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-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: rgba(0, 0, 0, 0);
}

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: rgba(0, 0, 0, 0);
}

md-input-container .md-input {
  order: 2;
  display: block;
  margin-top: 0;
  background: none;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 2px;
  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;
  width: 100%;
  box-sizing: border-box;
  float: left;
}

[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: 5px;
}

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 - 18px);
}

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% - 72px);
}

.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: rgba(0, 0, 0, 0);
  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 md-list-item, md-list.md-dense md-list-item .md-list-item-inner {
  min-height: 48px;
}

md-list.md-dense md-list-item::before, md-list.md-dense md-list-item .md-list-item-inner::before {
  content: "";
  min-height: 48px;
  visibility: hidden;
  display: inline-block;
}

md-list.md-dense md-list-item md-icon:first-child, md-list.md-dense md-list-item .md-list-item-inner md-icon:first-child {
  width: 20px;
  height: 20px;
}

md-list.md-dense md-list-item > md-icon:first-child:not(.md-avatar-icon), md-list.md-dense md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: 36px;
}

[dir=rtl] md-list.md-dense md-list-item > md-icon:first-child:not(.md-avatar-icon), [dir=rtl] md-list.md-dense 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 md-list-item .md-avatar, md-list.md-dense md-list-item .md-avatar-icon, md-list.md-dense md-list-item .md-list-item-inner .md-avatar, md-list.md-dense md-list-item .md-list-item-inner .md-avatar-icon {
  margin-right: 20px;
}

[dir=rtl] md-list.md-dense md-list-item .md-avatar, [dir=rtl] md-list.md-dense md-list-item .md-avatar-icon, [dir=rtl] md-list.md-dense md-list-item .md-list-item-inner .md-avatar, [dir=rtl] md-list.md-dense md-list-item .md-list-item-inner .md-avatar-icon {
  margin-right: auto;
  margin-left: 20px;
}

md-list.md-dense md-list-item .md-avatar, md-list.md-dense md-list-item .md-list-item-inner .md-avatar {
  flex: none;
  width: 36px;
  height: 36px;
}

md-list.md-dense md-list-item.md-2-line .md-list-item-text.md-offset, md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, md-list.md-dense md-list-item.md-3-line .md-list-item-text.md-offset, md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: 56px;
}

[dir=rtl] md-list.md-dense md-list-item.md-2-line .md-list-item-text.md-offset, [dir=rtl] md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset, [dir=rtl] md-list.md-dense md-list-item.md-3-line .md-list-item-text.md-offset, [dir=rtl] md-list.md-dense 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 md-list-item.md-2-line .md-list-item-text h3, md-list.md-dense md-list-item.md-2-line .md-list-item-text h4, md-list.md-dense md-list-item.md-2-line .md-list-item-text p, md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text h3, md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text h4, md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text p, md-list.md-dense md-list-item.md-3-line .md-list-item-text h3, md-list.md-dense md-list-item.md-3-line .md-list-item-text h4, md-list.md-dense md-list-item.md-3-line .md-list-item-text p, md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text h3, md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text h4, md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text p {
  line-height: 1.05;
  font-size: 12px;
}

md-list.md-dense md-list-item.md-2-line .md-list-item-text h3, md-list.md-dense md-list-item.md-2-line > .md-no-style .md-list-item-text h3, md-list.md-dense md-list-item.md-3-line .md-list-item-text h3, md-list.md-dense md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
  font-size: 13px;
}

md-list.md-dense md-list-item.md-2-line, md-list.md-dense md-list-item.md-2-line > .md-no-style {
  min-height: 60px;
}

md-list.md-dense md-list-item.md-2-line::before, md-list.md-dense md-list-item.md-2-line > .md-no-style::before {
  content: "";
  min-height: 60px;
  visibility: hidden;
  display: inline-block;
}

md-list.md-dense md-list-item.md-2-line > .md-avatar, md-list.md-dense md-list-item.md-2-line .md-avatar-icon, md-list.md-dense md-list-item.md-2-line > .md-no-style > .md-avatar, md-list.md-dense md-list-item.md-2-line > .md-no-style .md-avatar-icon {
  margin-top: 12px;
}

md-list.md-dense md-list-item.md-3-line, md-list.md-dense md-list-item.md-3-line > .md-no-style {
  min-height: 76px;
}

md-list.md-dense md-list-item.md-3-line::before, md-list.md-dense md-list-item.md-3-line > .md-no-style::before {
  content: "";
  min-height: 76px;
  visibility: hidden;
  display: inline-block;
}

md-list.md-dense md-list-item.md-3-line > md-icon:first-child, md-list.md-dense md-list-item.md-3-line > .md-avatar, md-list.md-dense md-list-item.md-3-line > .md-no-style > md-icon:first-child, md-list.md-dense md-list-item.md-3-line > .md-no-style > .md-avatar {
  margin-top: 16px;
}

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: 0 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;
  margin-left: 3px;
  margin-right: 29px;
  margin-top: 16px;
}

[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: 3px;
}

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-top: 0;
  margin-bottom: 0;
}

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: 24px;
  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 0px 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;
}

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: rgba(0, 0, 0, 0);
  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;
}

.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 {
  bottom: 0;
  height: 2px;
  left: auto;
  position: absolute;
  right: auto;
  background-color: #000;
}

md-nav-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-nav-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-nav-ink-bar.ng-animate {
  transition: none;
}

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

@keyframes indeterminate-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
md-progress-circular {
  position: relative;
  display: block;
}

md-progress-circular._md-progress-circular-disabled {
  visibility: hidden;
}

md-progress-circular.md-mode-indeterminate svg {
  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;
}

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: rgba(0, 0, 0, 0);
  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;
  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 {
  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 {
  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 {
  animation: none;
}

md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar1 {
  animation-name: none;
}

md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar2 {
  animation-name: none;
}

md-progress-linear .md-container.md-mode-buffer {
  background-color: rgba(0, 0, 0, 0) !important;
  transition: all 0.2s linear;
}

md-progress-linear .md-container.md-mode-buffer .md-dashed:before {
  display: block;
  animation: buffer 3s infinite linear;
}

@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}
@keyframes buffer {
  0% {
    opacity: 1;
    background-position: 0px -23px;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    background-position: -200px -23px;
  }
}
@keyframes md-progress-linear-indeterminate-scale-1 {
  0% {
    transform: scaleX(0.1);
    animation-timing-function: linear;
  }
  36.6% {
    transform: scaleX(0.1);
    animation-timing-function: cubic-bezier(0.334731432, 0.124819821, 0.785843996, 1);
  }
  69.15% {
    transform: scaleX(0.83);
    animation-timing-function: cubic-bezier(0.225732004, 0, 0.233648906, 1.3709798);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.1666666667%;
    animation-timing-function: linear;
  }
  20% {
    left: -105.1666666667%;
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495818703);
  }
  69.15% {
    left: 21.5%;
    animation-timing-function: cubic-bezier(0.302435, 0.38135197, 0.55, 0.956352125);
  }
  100% {
    left: 95.4444444444%;
  }
}
@keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    transform: scaleX(0.1);
    animation-timing-function: cubic-bezier(0.205028172, 0.057050836, 0.57660995, 0.453970841);
  }
  19.15% {
    transform: scaleX(0.57);
    animation-timing-function: cubic-bezier(0.152312994, 0.196431957, 0.648373778, 1.00431535);
  }
  44.15% {
    transform: scaleX(0.91);
    animation-timing-function: cubic-bezier(0.25775882, -0.003163357, 0.211761916, 1.38178961);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.8888888889%;
    animation-timing-function: cubic-bezier(0.15, 0, 0.5150584, 0.409684966);
  }
  25% {
    left: -17.25%;
    animation-timing-function: cubic-bezier(0.3103299, 0.284057684, 0.8, 0.733718979);
  }
  48.35% {
    left: 29.5%;
    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: rgba(0, 0, 0, 0);
  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.layout-column md-radio-button, md-radio-group.layout-xs-column md-radio-button, md-radio-group.layout-gt-xs-column md-radio-button, md-radio-group.layout-sm-column md-radio-button, md-radio-group.layout-gt-sm-column md-radio-button, md-radio-group.layout-md-column md-radio-button, md-radio-group.layout-gt-md-column md-radio-button, md-radio-group.layout-lg-column md-radio-button, md-radio-group.layout-gt-lg-column md-radio-button, md-radio-group.layout-xl-column md-radio-button {
  margin-bottom: 16px;
}

md-radio-group.layout-row md-radio-button, md-radio-group.layout-xs-row md-radio-button, md-radio-group.layout-gt-xs-row md-radio-button, md-radio-group.layout-sm-row md-radio-button, md-radio-group.layout-gt-sm-row md-radio-button, md-radio-group.layout-md-row md-radio-button, md-radio-group.layout-gt-md-row md-radio-button, md-radio-group.layout-lg-row md-radio-button, md-radio-group.layout-gt-lg-row md-radio-button, md-radio-group.layout-xl-row md-radio-button {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 16px;
}

[dir=rtl] md-radio-group.layout-row md-radio-button, [dir=rtl] md-radio-group.layout-xs-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-xs-row md-radio-button, [dir=rtl] md-radio-group.layout-sm-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-sm-row md-radio-button, [dir=rtl] md-radio-group.layout-md-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-md-row md-radio-button, [dir=rtl] md-radio-group.layout-lg-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-lg-row md-radio-button, [dir=rtl] md-radio-group.layout-xl-row md-radio-button {
  margin-left: 16px;
}

[dir=rtl] md-radio-group.layout-row md-radio-button, [dir=rtl] md-radio-group.layout-xs-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-xs-row md-radio-button, [dir=rtl] md-radio-group.layout-sm-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-sm-row md-radio-button, [dir=rtl] md-radio-group.layout-md-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-md-row md-radio-button, [dir=rtl] md-radio-group.layout-lg-row md-radio-button, [dir=rtl] md-radio-group.layout-gt-lg-row md-radio-button, [dir=rtl] md-radio-group.layout-xl-row md-radio-button {
  margin-right: 0;
}

md-radio-group.layout-row md-radio-button:last-of-type, md-radio-group.layout-xs-row md-radio-button:last-of-type, md-radio-group.layout-gt-xs-row md-radio-button:last-of-type, md-radio-group.layout-sm-row md-radio-button:last-of-type, md-radio-group.layout-gt-sm-row md-radio-button:last-of-type, md-radio-group.layout-md-row md-radio-button:last-of-type, md-radio-group.layout-gt-md-row md-radio-button:last-of-type, md-radio-group.layout-lg-row md-radio-button:last-of-type, md-radio-group.layout-gt-lg-row md-radio-button:last-of-type, md-radio-group.layout-xl-row md-radio-button:last-of-type {
  margin-left: 0;
  margin-right: 0;
}

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;
}

.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;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}

@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-placeholder span:first-child {
  transform: translateY(-22px) translateX(-2px) 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-input-container > md-select {
  margin: 0;
  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;
  margin: 20px 0 26px 0;
}

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: 0 bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  margin-bottom: -1px;
}

md-select:focus {
  outline: none;
}

md-select[disabled]:hover {
  cursor: default;
}

md-select:not([disabled]):hover {
  cursor: pointer;
}

md-select:not([disabled]).ng-invalid.ng-touched .md-select-value {
  border-bottom-style: solid;
  padding-bottom: 1px;
}

md-select:not([disabled]):focus .md-select-value {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 0;
}

md-select:not([disabled]):focus.ng-invalid.ng-touched .md-select-value {
  padding-bottom: 0;
}

md-input-container.md-input-has-value .md-select-value > span:not(.md-select-icon) {
  transform: translate3d(0, 1px, 0);
}

.md-select-value {
  display: flex;
  align-items: center;
  padding: 2px 2px 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  box-sizing: content-box;
  min-width: 64px;
  min-height: 26px;
  flex-grow: 1;
}

.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;
  margin: 0 4px;
  transform: translate3d(0, -2px, 0);
  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;
  speak: none;
  font-size: 13px;
  transform: scaleY(0.5) scaleX(1);
}

.md-select-value.md-select-placeholder {
  display: flex;
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 2px;
  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;
  -khtml-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: rgba(0, 0, 0, 0);
  }
  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: 20px;
  height: 20px;
  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: rgba(0, 0, 0, 0);
  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: 20px;
  height: 20px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
}

md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon {
  border-color: rgba(0, 0, 0, 0);
}

md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon:after {
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  left: 4.6666666667px;
  top: 0.2222222222px;
  display: table;
  width: 6.6666666667px;
  height: 13.3333333333px;
  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: 12px;
  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;
  }
}
@keyframes sliderFocusThumb {
  0% {
    transform: scale(0.7);
  }
  30% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes sliderDiscreteFocusThumb {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(0.8);
  }
  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;
}

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 {
  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);
}

md-slider .md-sign:after {
  position: absolute;
  content: "";
  left: 0px;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid rgba(0, 0, 0, 0);
  border-right: 14px solid rgba(0, 0, 0, 0);
  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]) .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 {
  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);
  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 {
  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% - 1px);
}

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);
}

md-slider[md-vertical][md-discrete] .md-sign:after {
  top: 9.5px;
  left: 19px;
  border-top: 14px solid rgba(0, 0, 0, 0);
  border-right: 0;
  border-bottom: 14px solid rgba(0, 0, 0, 0);
  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 {
  animation: subheaderStickyHoverIn 0.3s ease-out both;
}

@keyframes subheaderStickyHoverIn {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
}
@keyframes subheaderStickyHoverOut {
  0% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.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 {
  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;
  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: grab;
  width: 36px;
  height: 24px;
  position: relative;
  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: grabbing;
}

md-switch.md-focused .md-thumb:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}

md-switch .md-label {
  border-color: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  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;
  }
}
@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: rgba(0, 0, 0, 0) 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-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%);
  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%);
  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 {
  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 24px;
  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;
  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 6px;
}

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);
}

md-toast .md-toast-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-height: 168px;
  max-width: 100%;
  min-height: 48px;
  padding: 0 18px;
  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: 12px;
}

[dir=rtl] md-toast .md-button {
  margin-right: 12px;
}

[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;
  }
  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 {
  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: #fff;
  }
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

@-moz-document url-prefix() {
  .layout-fill {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%;
  }
}
.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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  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%;
}

@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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    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;
  }
} /*!
* ui-select
* http://github.com/angular-ui/ui-select
* Version: 0.19.7 - 2017-04-15T14:28:36.790Z
* License: MIT
*/
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #d44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close {
  display: none;
}

.select-locked > .ui-select-match-close {
  display: none;
}

body > .select2-container.open {
  z-index: 9999;
}

.ui-select-container[theme=select2].direction-up .ui-select-match, .ui-select-container.select2.direction-up .ui-select-match {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ui-select-container[theme=select2].direction-up .ui-select-dropdown, .ui-select-container.select2.direction-up .ui-select-dropdown {
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
}

.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search, .ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
}

.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match, .ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}

.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden, .ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.selectize-input.selectize-focus {
  border-color: #007fbb !important;
}

.selectize-control.single > .selectize-input > input {
  width: 100%;
}

.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}

.selectize-control > .selectize-dropdown {
  width: 100%;
}

.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #d44950;
}

.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
}

.ui-select-container[theme=selectize] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0;
}

.btn-default-focus {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

.input-group > .ui-select-bootstrap.dropdown {
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.ui-select-bootstrap > .ui-select-match > .btn {
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000;
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row > span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row > span:hover, .ui-select-bootstrap .ui-select-choices-row > span:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled > span, .ui-select-bootstrap .ui-select-choices-row.active.disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.ui-select-match.ng-hide-add, .ui-select-search.ng-hide-add {
  display: none !important;
}

.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #d44950;
}

.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em;
}

.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px;
}

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
} /*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/bootstrap/dist/fonts/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
  src: url(/assets/bootstrap/dist/fonts/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap/dist/fonts/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2) format("woff2"), url(/assets/bootstrap/dist/fonts/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"), url(/assets/bootstrap/dist/fonts/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"), url(/assets/bootstrap/dist/fonts/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small, .small {
  font-size: 85%;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover, a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover, a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-0 {
  right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-0 {
  left: auto;
}

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

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: rgba(0, 0, 0, 0);
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio].disabled, input[type=checkbox].disabled, fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: rgba(0, 0, 0, 0);
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: rgba(0, 0, 0, 0);
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-left: 4px solid rgba(0, 0, 0, 0);
}

.dropup, .dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0);
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1), 0 1px 0 hsla(0, 0%, 100%, 0.1);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1), 0 1px 0 hsla(0, 0%, 100%, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: rgba(0, 0, 0, 0);
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: rgba(0, 0, 0, 0);
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img, .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  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);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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;
}

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right, .media > .pull-right {
  padding-left: 10px;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item, button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
md-event-calendar:not(._md) md-event-calendar-header {
  color: #666;
  background: #fff;
  border-color: #ddd;
}

md-event-calendar:not(._md) md-event-calendar-header md-event-calendar-next .md-arrow svg, md-event-calendar:not(._md) md-event-calendar-header md-event-calendar-prev .md-arrow svg {
  fill: #666;
}

md-event-calendar:not(._md) .md-button:not([disabled]) {
  color: #333;
}

md-event-calendar:not(._md) .md-button:not([disabled]):hover {
  background: rgba(158, 158, 158, 0.2);
}

md-event-calendar:not(._md) .md-button[disabled] {
  color: #ccc;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row-header {
  color: #999;
  background: #fff;
  border-color: #ddd;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row {
  background: #fff;
  border-color: #ddd;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell-divider {
  border-color: #ddd;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell {
  border-color: #ddd;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-content .md-event-calendar-create-link {
  color: #4189b8;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-content .md-event-calendar-cell-data-label {
  color: #999;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-content .md-event-calendar-cell-event-show-more-link {
  color: #4189b8;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell.different-month {
  background: #f5f5f5;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell.today {
  box-shadow: inset 0px 0px 0px 1px #aaa;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell.today .md-event-calendar-month-cell-content .md-event-calendar-cell-data-label {
  color: #666;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell.today .md-event-calendar-month-cell-divider {
  border-color: #aaa;
}

md-event-calendar:not(._md) md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell:last-child {
  border-color: #ddd;
}

md-event-calendar:not(._md) .md-event-calendar-cell-event {
  background: #ddd;
  color: #666;
}

md-event-calendar:not(._md) .md-event-calendar-cell-event.md-selected {
  color: #eee;
  background: #888;
}

md-event-calendar:not(._md) .md-event-calendar-cell-event.md-continue-left:after, md-event-calendar:not(._md) .md-event-calendar-cell-event.md-end-left:after {
  border-right-color: #ddd;
}

md-event-calendar:not(._md) .md-event-calendar-cell-event.md-continue-right:after, md-event-calendar:not(._md) .md-event-calendar-cell-event.md-start-right:after {
  border-left-color: #ddd;
}

md-event-calendar:not(._md) .md-event-calendar-cell-event.md-selected.md-continue-left:after, md-event-calendar:not(._md) .md-event-calendar-cell-event.md-selected.md-end-left:after {
  border-right-color: #888;
}

md-event-calendar:not(._md) .md-event-calendar-cell-event.md-selected.md-continue-right:after, md-event-calendar:not(._md) .md-event-calendar-cell-event.md-selected.md-start-right:after {
  border-left-color: #888;
}

md-event-calendar:not(._md) .md-event-calendar-show-more-container .md-event-calendar-show-more-date-label {
  color: #999;
}

md-event-calendar:not(._md) .md-event-calendar-show-more-container .md-event-calendar-show-more-close svg {
  fill: #999;
}

md-event-calendar {
  display: block;
}

md-event-calendar md-event-calendar-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}

md-event-calendar md-event-calendar-header.md-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

md-event-calendar md-event-calendar-header md-event-calendar-title {
  display: block;
  min-width: 170px;
  text-align: center;
  font-size: 20px;
}

md-event-calendar md-event-calendar-header md-event-calendar-next, md-event-calendar md-event-calendar-header md-event-calendar-prev {
  display: block;
}

md-event-calendar md-event-calendar-header md-event-calendar-next .md-arrow, md-event-calendar md-event-calendar-header md-event-calendar-prev .md-arrow {
  cursor: pointer;
  height: 24px;
  width: 24px;
}

md-event-calendar md-event-calendar-header md-event-calendar-next .md-arrow.md-left-arrow, md-event-calendar md-event-calendar-header md-event-calendar-prev .md-arrow.md-left-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

md-event-calendar .md-event-calendar-month-cell-content .md-event-calendar-create-link {
  opacity: 0;
}

md-event-calendar .md-event-calendar-month-cell-content:hover .md-event-calendar-create-link {
  opacity: 1;
}

md-event-calendar md-event-calendar-month.md-event-hover .md-event-calendar-month-cell-content .md-event-calendar-create-link {
  opacity: 0;
}

md-event-calendar md-event-calendar-month.fitted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 36px;
  height: 36px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 0 1px 1px 1px;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row-header .md-event-calendar-month-cell-header {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 6px;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: solid;
  border-width: 0 0 1px 0;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-spacer {
  margin-top: 100%;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 0 1px 0 0;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-content .md-event-calendar-create-link {
  -ms-flex-item-align: center;
  align-self: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding-right: 12px;
  cursor: pointer;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-content .md-event-calendar-cell-data-label {
  font-size: 13px;
  padding: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-content .md-event-calendar-cell-event-spacer {
  margin: 4px 0 4px 0;
  height: 23px;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-content .md-event-calendar-cell-event-show-more-link {
  font-size: 13px;
  padding: 4px;
  padding-left: 8px;
  cursor: pointer;
}

md-event-calendar md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell:last-child {
  border-style: solid;
  border-width: 0 1px 0 0;
}

md-event-calendar .md-event-calendar-cell-event {
  font-size: 12px;
  min-height: 15px;
  padding: 4px;
  cursor: pointer;
}

md-event-calendar .md-event-calendar-cell-event.md-single {
  margin: 4px;
  border-radius: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

md-event-calendar .md-event-calendar-cell-event.md-start {
  margin: 4px 0 4px 4px;
  border-radius: 2px 0 0 2px;
  white-space: nowrap;
  z-index: 1;
  position: relative;
}

md-event-calendar .md-event-calendar-cell-event.md-start-right {
  margin: 4px 13px 4px 4px;
  border-radius: 2px 0 0 2px;
}

md-event-calendar .md-event-calendar-cell-event.md-end {
  margin: 4px 4px 4px 0;
  border-radius: 0 2px 2px 0;
}

md-event-calendar .md-event-calendar-cell-event.md-end-left {
  margin: 4px 4px 4px 13px;
  border-radius: 0 2px 2px 0;
}

md-event-calendar .md-event-calendar-cell-event.md-continue, md-event-calendar .md-event-calendar-cell-event.md-continue-both {
  margin: 4px 0 4px 0;
  border-radius: 0;
}

md-event-calendar .md-event-calendar-cell-event.md-continue-right {
  margin: 4px 13px 4px 0;
  border-radius: 0;
  white-space: nowrap;
}

md-event-calendar .md-event-calendar-cell-event.md-continue-left {
  margin: 4px 0 4px 13px;
  border-radius: 0;
  white-space: nowrap;
}

md-event-calendar .md-event-calendar-cell-event.md-continue-right:after, md-event-calendar .md-event-calendar-cell-event.md-start-right:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  right: 0;
  margin-top: -4px;
  border-top: 12px solid rgba(0, 0, 0, 0);
  border-bottom: 11.5px solid rgba(0, 0, 0, 0);
  border-left: 13px solid #eee;
}

md-event-calendar .md-event-calendar-cell-event.md-continue-left:after, md-event-calendar .md-event-calendar-cell-event.md-end-left:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  left: 0;
  margin-top: -4px;
  border-top: 12px solid rgba(0, 0, 0, 0);
  border-bottom: 11.5px solid rgba(0, 0, 0, 0);
  border-right: 13px solid #eee;
}

md-event-calendar .md-event-calendar-cell-event .md-event-calendar-cell-event-time {
  font-weight: 500;
  padding-right: 6px;
  pointer-events: none;
}

md-event-calendar .md-event-calendar-cell-event span {
  pointer-events: none;
}

md-event-calendar .md-event-calendar-show-more-content .md-event-calendar-cell-event.md-single, md-event-calendar .md-event-calendar-show-more-content .md-event-calendar-cell-event.md-end, md-event-calendar .md-event-calendar-show-more-content .md-event-calendar-cell-event.md-start-right {
  padding-left: 16px;
}

md-event-calendar .md-event-calendar-show-more-content .md-event-calendar-cell-event.md-single, md-event-calendar .md-event-calendar-show-more-content .md-event-calendar-cell-event.md-end, md-event-calendar .md-event-calendar-show-more-content .md-event-calendar-cell-event.md-start-right {
  margin-left: 0;
}

md-event-calendar .md-event-calendar-show-more-content .md-event-calendar-cell-event.md-single, md-event-calendar .md-event-calendar-show-more-content .md-event-calendar-cell-event.md-end, md-event-calendar .md-event-calendar-show-more-content .md-event-calendar-cell-event.md-end-left {
  margin-right: 0;
}

md-event-calendar .md-event-calendar-show-more-container {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 1px;
  width: 180px;
  background: #fff;
  padding: 12px;
  padding-top: 7px;
  border-radius: 2px;
  z-index: 9;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}

md-event-calendar .md-event-calendar-show-more-container .md-event-calendar-show-more-content {
  position: relative;
}

md-event-calendar .md-event-calendar-show-more-container.show {
  opacity: 1;
}

md-event-calendar .md-event-calendar-show-more-container.show:not(.no-transition) {
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

md-event-calendar .md-event-calendar-show-more-container .md-event-calendar-show-more-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 6px;
  right: 7px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

md-event-calendar .md-event-calendar-show-more-container .md-event-calendar-show-more-close svg {
  pointer-events: none;
}

md-event-calendar .md-event-calendar-show-more-container .md-event-calendar-show-more-date-label {
  font-size: 13px;
  padding: 6px;
  margin-left: -11px;
  margin-top: -5px;
}

md-event-calendar.md-create-disabled md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell .md-event-calendar-month-cell-content .md-event-calendar-create-link {
  display: none;
}

.dropdown-menu li a {
  line-height: 48px;
}

.dropdown-menu li a:hover {
  background-color: rgba(166, 52, 35, 0.2);
  color: #262626;
}

.dropdown-menu > .active > a {
  color: #212121;
  background-color: #eee;
}

.dropdown-menu > .active > a:hover {
  background-color: rgba(37, 112, 81, 0.2);
  color: #262626;
}

.expand-height-row {
  display: table;
  width: 100%;
}

.expand-height-row > [class*=col-] {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.expand-height-row > [class*=col-].valign-middle {
  vertical-align: middle;
}

.col-sm-20-percent, .col-sm-22-percent {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .col-sm-20-percent {
    float: left;
    width: 20%;
  }
  .col-sm-22-percent {
    float: left;
    width: 22%;
  }
  .row.same-height-panels {
    display: flex;
  }
  .row.same-height-panels > [class*=col-] {
    flex-direction: column;
  }
  .row.same-height-panels > [class*=col-] .panel {
    height: 100%;
  }
}
.accordion-wrapper .no-cursor {
  cursor: not-allowed !important;
}

.accordion-wrapper .no-cursor a {
  cursor: not-allowed;
}

.accordion-wrapper .no-cursor .preview-drawer {
  cursor: not-allowed;
}

.accordion-wrapper.pull-up .panel-group {
  margin-top: -20px;
}

.accordion-wrapper .panel-group .panel + .panel {
  margin-top: 0;
}

.accordion-wrapper a {
  text-decoration: none !important;
}

.accordion-wrapper a:focus {
  border: none;
}

.accordion-wrapper .accordion-heading {
  padding: 10px 0 10px 0;
}

.accordion-wrapper .panel-body {
  border-top: 0 !important;
  padding-top: 0px;
  padding-bottom: 5px;
}

.accordion-wrapper .panel-body .called-out-bg {
  background-color: #ededed;
}

.accordion-wrapper .panel-body .history-row {
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-wrapper .panel-body .accordion-row {
  padding-top: 18px;
  padding-bottom: 10px;
  margin: 0px;
}

.accordion-wrapper .preview-drawer i {
  line-height: 22px;
}

.panel-group .panel {
  border-radius: 4px;
  margin-bottom: 7px;
}

uib-accordion .panel-group .panel {
  padding-bottom: 0;
}

uib-accordion .panel-default > .panel-heading h1, uib-accordion .panel-default > .panel-heading h2, uib-accordion .panel-default > .panel-heading h3, uib-accordion .panel-default > .panel-heading h4, uib-accordion .panel-default > .panel-heading h5, uib-accordion .panel-default > .panel-heading h6 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

uib-accordion .panel {
  margin-bottom: 7px;
  border: 0;
}

uib-accordion .panel .panel-heading .zmdi-chevron-up {
  display: none;
}

uib-accordion .panel.panel-open .panel-heading .zmdi-chevron-down {
  display: none;
}

uib-accordion .panel.panel-open .panel-heading .zmdi-chevron-up {
  display: block;
}

uib-accordion .panel .panel-heading {
  background-color: #f8f8f8;
  border-radius: 3px 3px 0 0;
  padding: 0px;
}

uib-accordion .panel .panel-heading .panel-title a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding: 10px 20px;
  text-decoration: none;
  color: #257051;
}

uib-accordion .panel .panel-heading .panel-title a i.zmdi {
  color: #828282;
  float: right;
  font-size: 25px;
  font-weight: 700;
}

uib-accordion .panel .panel-body {
  border: 1px solid #ededed;
  padding: 10px;
}

uib-accordion .panel .preview-drawer {
  display: inline-block;
}

zip-accordion uib-accordion .main-header-title, zip-accordion uib-accordion .sub-header-title {
  display: inline-block;
}

zip-accordion uib-accordion .main-header-title p, zip-accordion uib-accordion .sub-header-title p {
  margin-bottom: 0;
}

zip-accordion uib-accordion .panel .panel-heading, zip-accordion uib-accordion .accordion-body {
  padding: 15px 20px;
}

zip-accordion uib-accordion .panel-heading h1, zip-accordion uib-accordion .panel-heading h2, zip-accordion uib-accordion .panel-heading h3, zip-accordion uib-accordion .panel-heading h4, zip-accordion uib-accordion .panel-heading h5, zip-accordion uib-accordion .panel-heading h6 {
  font-size: 22px;
  margin: 0;
  font-weight: 700;
}

zip-accordion uib-accordion .panel .panel-heading .panel-title a {
  color: #282828;
  padding: 0;
}

zip-accordion uib-accordion .panel .panel-body {
  padding: 0;
  border: 1px solid #b4b4b4;
}

zip-accordion uib-accordion .panel .panel-title .text-muted {
  color: #282828;
}

zip-accordion uib-accordion .vertical-scroll {
  overflow-x: hidden;
}

zip-accordion uib-accordion .zip-accordion-toggle {
  margin-left: 20px;
}

zip-accordion uib-accordion.main .main-header-title {
  font-size: 22px;
}

zip-accordion uib-accordion.main .panel-group, zip-accordion uib-accordion.main .panel-group .panel {
  margin-bottom: 0;
}

zip-accordion uib-accordion.main .panel-open .panel-heading {
  border-radius: 3px 3px 0 0;
}

zip-accordion uib-accordion.main .panel-heading {
  background-color: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
}

zip-accordion uib-accordion.main .panel-body {
  border: 1px solid #b4b4b4;
  border-radius: 0 0 3px 3px;
}

zip-accordion uib-accordion.sub .main-header-title {
  font-size: 22px;
}

zip-accordion uib-accordion.sub .panel-group {
  margin-top: -4px;
  margin-bottom: 0;
}

zip-accordion uib-accordion.sub .panel {
  border-radius: 0 0 4px 4px;
  border: 1px solid #b4b4b4;
  border-top: 0;
  margin-bottom: 0;
}

zip-accordion uib-accordion.sub .panel.panel-open {
  border-bottom: 1px solid #b4b4b4;
  border-radius: 0 0 4px 4px;
}

zip-accordion uib-accordion.sub .panel.panel-open .panel-heading {
  border-bottom: 1px solid #b4b4b4;
  border-radius: 0;
}

zip-accordion uib-accordion.sub .panel .panel-heading {
  border-radius: 0 0 4px 4px;
  background-color: #f8f8f8;
  border-top: 1px solid #b4b4b4;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}

zip-accordion uib-accordion.sub .panel .panel-heading .panel-title .zmdi {
  font-size: 22px;
}

zip-accordion uib-accordion.sub .panel .panel-heading h1, zip-accordion uib-accordion.sub .panel .panel-heading h2, zip-accordion uib-accordion.sub .panel .panel-heading h3, zip-accordion uib-accordion.sub .panel .panel-heading h4, zip-accordion uib-accordion.sub .panel .panel-heading h5, zip-accordion uib-accordion.sub .panel .panel-heading h6 {
  font-size: 18px;
  font-weight: 400;
}

zip-accordion uib-accordion.sub .panel-group .panel .panel-body {
  border: none;
  border-top: 0;
}

zip-accordion.no-side-border uib-accordion .panel {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

zip-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

@media screen and (min-width: 992px) {
  zip-accordion uib-accordion .panel .panel-heading, zip-accordion uib-accordion .accordion-body {
    padding: 15px 40px;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html, body {
  -moz-osx-font-smoothing: auto;
}

body {
  height: auto;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #282828;
  background: #fff;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  animation: fadein 1s;
  animation: fadein 1s;
  -webkit-font-smoothing: auto;
}

iframe {
  border: none;
}

@media screen and (min-width: 768px) {
  .flex-aic-desktop-only {
    display: flex;
    align-items: center;
  }
  .pull-right-desktop {
    float: right;
  }
}
.panel ::-webkit-scrollbar-track, .zip-select ::-webkit-scrollbar-track {
  border-radius: 0px;
}

.panel ::-webkit-scrollbar, .zip-select ::-webkit-scrollbar {
  width: 8px;
  background: hsla(0, 0%, 100%, 0);
}

.panel ::-webkit-scrollbar-thumb, .zip-select ::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: rgba(37, 112, 81, 0.6);
}

.text-left-xs {
  text-align: left;
}

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

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

.text-justify-xs {
  text-align: justify;
}

@media (min-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
@media (max-width: 768px) {
  .mb20-xs {
    margin-bottom: 20px;
  }
  .pt0-xs {
    padding-top: 0;
  }
  .pb0-xs {
    padding-bottom: 0;
  }
  .pt20-xs {
    padding-top: 20px;
  }
  .pb20-xs {
    padding-bottom: 20px;
  }
}
.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.p0 {
  padding: 0;
}

.pb0 {
  padding-bottom: 0;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.jc-c {
  justify-content: center;
}

.lc-r :last-child {
  margin-left: auto;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.ba--lighter-gray {
  border: 1px solid #ededed;
}

.bb--lighter-gray {
  border-bottom: 1px solid #ededed;
}

.ba--light-gray {
  border: 1px solid #b4b4b4;
}

.bb--light-gray {
  border-bottom: 1px solid #b4b4b4;
}

.br2 {
  border-radius: 2px;
}

.br4 {
  border-radius: 4px;
}

.br8 {
  border-radius: 8px;
}

.flex {
  display: flex;
}

.ai-c {
  align-items: center;
}

.jc-sb {
  justify-content: space-between;
}

.fw-w, .flex-wrap {
  flex-wrap: wrap;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.va-middle {
  vertical-align: middle;
}

.va-bottom {
  vertical-align: bottom;
}

.wb-bw {
  word-break: break-word;
}

.ws-nw {
  white-space: nowrap;
}

.flex-direction-toggle-480, .flex-direction-toggle-640, .flex-direction-toggle-768 {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 480px) {
  .flex-direction-toggle-480 {
    flex-direction: row;
  }
}
@media screen and (min-width: 640px) {
  .flex-direction-toggle-640 {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .flex-direction-toggle-768 {
    flex-direction: row;
  }
}
.color-white {
  color: #fff;
}

.color-success {
  color: #9bca3e;
}

.color-accent {
  color: #a63423;
}

.color-attention {
  color: #d50000;
}

.color-warning {
  color: #ffd200;
}

.color-primary-bg {
  background-color: #257051;
}

.color-secondary-bg {
  background-color: #a63423;
}

.color-tertiary-bg {
  background-color: #a63423;
}

.color-blue {
  color: #1492d2;
}

.color-red {
  color: #d50000;
}

.color-green {
  color: #9bca3e;
}

.color-orange {
  color: #ef5000;
}

.color-gold {
  color: #ffd200;
}

.color-gray-darkest {
  color: #282828;
}

.color-gray-lightest-bg {
  background-color: #f8f8f8;
}

.color-gray-lighter-bg {
  background-color: #ededed;
}

.color-gray-light-bg {
  background-color: #b4b4b4;
}

.color-gray-dark-bg {
  background-color: #828282;
}

.color-gray-darker-bg {
  background-color: #4b4b4b;
}

.color-gray-darkest-bg {
  background-color: #282828;
}

.color-blue-bg {
  background-color: #1492d2;
}

.color-blue-light-bg {
  background-color: rgb(69.1956521739, 180.6782608696, 237.3043478261);
}

.color-blue-lighter-bg {
  background-color: rgb(139.0434782609, 208.6173913043, 243.9565217391);
}

.color-blue-lightest-bg {
  background-color: rgb(208.8913043478, 236.5565217391, 250.6086956522);
}

.color-red-bg {
  background-color: #d50000;
}

.color-red-light-bg {
  background-color: rgb(255, 34.5, 34.5);
}

.color-red-lighter-bg {
  background-color: #ff6f6f;
}

.color-red-lightest-bg {
  background-color: rgb(255, 187.5, 187.5);
}

.color-green-bg {
  background-color: #9bca3e;
}

.color-green-light-bg {
  background-color: hsl(80.1428571429, 56.9105691057%, 66.7647058824%);
}

.color-green-lighter-bg {
  background-color: hsl(80.1428571429, 56.9105691056%, 81.7647058824%);
}

.color-green-lightest-bg {
  background-color: hsl(80.142857143, 56.9105691055%, 96.7647058824%);
}

.color-orange-bg {
  background-color: #ef5000;
}

.color-orange-light-bg {
  background-color: rgb(255, 125.6046025105, 60.5);
}

.color-orange-lighter-bg {
  background-color: rgb(255, 176.4979079498, 137);
}

.color-orange-lightest-bg {
  background-color: rgb(255, 227.3912133891, 213.5);
}

.color-gold-bg {
  background-color: #ffd200;
}

.color-gold-light-bg {
  background-color: rgb(255, 223.5, 76.5);
}

.color-gold-lighter-bg {
  background-color: #ffed99;
}

.color-gold-lightest-bg {
  background-color: rgb(255, 250.5, 229.5);
}

.button {
  background-color: #a63423;
  border: 0 none;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 11px 40px;
  border-radius: 100px;
  transition: all 0.1s ease-in-out;
}

.button:hover {
  background-color: hsl(7.786259542, 65.1741293533%, 51.4117647059%);
  color: #fff;
}

.button:focus, .button:active {
  background-color: hsl(7.786259542, 65.1741293532%, 27.4117647059%);
  color: #fff;
}

.button[disabled] {
  background-color: #b4b4b4;
  box-shadow: none;
  color: #fff;
  cursor: not-allowed;
}

.button .fa, .button .zmdi, .button .zipicon {
  font-size: 18px;
  vertical-align: baseline;
}

.button > span {
  pointer-events: none;
}

a.button, a.reverse {
  display: inline-block;
}

a.button:hover, a.button:focus, a.button:active, a.reverse:hover, a.reverse:focus, a.reverse:active {
  text-decoration: none;
}

.small .button {
  font-size: 15px;
  padding: 8px 20px;
}

.reverse .button {
  background-color: #fff;
  color: #a63423;
}

.reverse .button:hover {
  color: hsl(7.786259542, 65.1741293533%, 51.4117647059%);
}

.reverse .button:focus, .reverse .button:active {
  color: hsl(7.786259542, 65.1741293532%, 27.4117647059%);
}

.reverse .button[disabled] {
  background-color: #b4b4b4;
  color: #fff;
}

a:focus, button:focus {
  outline: 2px auto #000;
}

@-moz-document url-prefix() {
  a:focus, button:focus {
    outline: 1px dotted #000;
  }
}
a {
  color: #a63423;
  cursor: pointer;
}

a:hover {
  color: hsl(7.786259542, 65.1741293532%, 27.4117647059%);
  text-decoration: underline;
}

a[disabled] {
  color: #b4b4b4;
  cursor: not-allowed;
}

a[disabled]:hover:not(.button) {
  color: #b4b4b4;
}

a > .fa, a > .zmdi, a > .zipicon {
  font-size: 18px;
  vertical-align: baseline;
}

.button-circle .button {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  padding: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.button-circle .button i.zmdi {
  display: inline-block;
}

.floating-button-container {
  margin-bottom: 20px;
}

.button-sized-container {
  margin-top: 0;
  padding-left: 0;
  height: auto;
}

.button-small button {
  padding: 10px 40px;
}

.borderless-button {
  border: none;
  background: none;
}

.search-button-header {
  color: #257051;
  background: rgba(0, 0, 0, 0);
  border: 0;
  margin-top: 0px;
  position: relative;
}

.button-footer {
  opacity: 1;
  transition: all 0.1s ease-in-out;
  border-radius: 0;
  background: #fff;
}

.button-footer:hover {
  opacity: 0.9;
}

.popover {
  font-family: "Inter", sans-serif;
}

.tooltip {
  font-size: 15px;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #828282;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #828282;
}

.tooltip > .tooltip-inner {
  background-color: #828282;
}

.tooltip-content-wrap {
  max-width: 400px;
}

md-toast {
  padding-bottom: 76px;
}

md-toast.md-default-theme .md-toast-content {
  background-color: #9bca3e;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-header {
  color: #fff;
  background: #257051;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-header md-event-calendar-next .md-arrow svg, zip-calendar md-event-calendar.zip-default md-event-calendar-header md-event-calendar-prev .md-arrow svg {
  fill: #fff;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-month-row-header {
  color: #fff;
  background: #257051;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-month-row-header .md-event-calendar-month-cell-header {
  text-align: center;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell.today {
  box-shadow: inset 0px 0px 0px 1px #257051;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell.today .md-event-calendar-month-cell-content .md-event-calendar-cell-data-label {
  color: #257051;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-month-row .md-event-calendar-month-cell.today .md-event-calendar-month-cell-divider {
  border-color: #257051;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-cell-event.md-selected {
  color: #fff;
  background: #257051;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-cell-event.md-selected.md-continue-left:after, zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-cell-event.md-selected.md-end-left:after {
  border-right-color: #257051;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-cell-event.md-selected.md-continue-right:after, zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-cell-event.md-selected.md-start-right:after {
  border-left-color: #257051;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-cell-event.md-end {
  min-height: 25px;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-cell-event.md-single {
  white-space: normal;
}

zip-calendar md-event-calendar.zip-default md-event-calendar-month .md-event-calendar-cell-event .md-event-calendar-cell-event-time {
  display: none;
}

.carousel-indicators {
  bottom: 0;
  margin-bottom: -25px;
}

.carousel-caption-wrap {
  text-align: left;
  margin-top: 5px;
  margin-left: 4px;
}

.panel-body-full .carousel-indicators {
  margin-bottom: 0;
}

.panel-body-full .carousel-caption-wrap {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.carousel-caption {
  color: #a63423;
}

.carousel-indicators li {
  background: #ededed;
  border: 0;
  margin: 0;
  margin-left: 10px;
}

.carousel-indicators li:hover {
  background: #257051;
}

.carousel-indicators .active {
  background: #257051;
  border: 0;
  width: 10px;
  height: 10px;
  margin-left: 10px;
}

.carousel-control {
  background: rgba(0, 0, 0, 0) !important;
  opacity: 1 !important;
}

.carousel-control:hover {
  opacity: 0.8 !important;
}

.carousel-control .glyphicon {
  color: #257051;
}

.carousel-control .glyphicon-chevron-left {
  margin-top: -25px;
  margin-left: -13px;
}

.carousel-control .glyphicon-chevron-right {
  margin-top: -25px;
  margin-right: -13px;
}

@media screen and (min-width: 1000px) {
  .carousel-control .glyphicon-chevron-left {
    margin-left: -35px;
  }
  .carousel-control .glyphicon-chevron-right {
    margin-right: -35px;
  }
}
.date-picker-input-group {
  width: 100%;
  background: #fff;
}

.date-picker-input-group input {
  padding: 5px;
  padding-right: 38px;
  border: none;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #a63423;
  background: none;
}

.date-picker-input-group .input-group-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 38px;
  border: 1px solid #ededed;
  background: #f8f8f8;
  border-radius: 0px 8px 8px 0px;
}

.date-picker-input-group .input-group-btn:last-child > .btn {
  margin-left: 0;
}

.date-picker-input-group .input-group-btn button, .date-picker-input-group .input-group-btn button:hover {
  color: #a63423;
  padding: 0;
  background: none;
  width: 100%;
  height: 100%;
}

zip-datepicker .error-message {
  color: #950000;
  font-size: 10px;
  line-height: 10px;
  padding: 5px 5px 0 0;
}

.uib-datepicker-popup.dropdown-menu {
  margin-top: 12px;
  margin-left: 1px;
  padding: 5px;
}

.uib-datepicker-popup.dropdown-menu .btn {
  color: #282828;
}

.uib-datepicker-popup.dropdown-menu .btn.uib-title strong {
  font-weight: 700;
}

.uib-datepicker-popup.dropdown-menu .btn.uib-title[disabled] {
  cursor: default;
  opacity: 1;
}

.uib-datepicker-popup.dropdown-menu:focus, .uib-datepicker-popup.dropdown-menu li:focus, .uib-datepicker-popup.dropdown-menu .uib-daypicker {
  outline: none;
}

.date-picker-input-group th > .btn-default:hover, .date-picker-input-group th > .btn-default:active, .date-picker-input-group th > .btn-default:focus, .uib-datepicker-popup th > .btn-default:hover, .uib-datepicker-popup th > .btn-default:active, .uib-datepicker-popup th > .btn-default:focus {
  background: none;
}

.date-picker-input-group .btn-default, .uib-datepicker-popup .btn-default {
  border: none;
  font-weight: 400;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.date-picker-input-group .btn-default .text-info, .uib-datepicker-popup .btn-default .text-info {
  color: inherit;
}

.date-picker-input-group .btn-default .text-info::after, .uib-datepicker-popup .btn-default .text-info::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(0, 0, 0, 0);
  border-right-color: rgb(69.1956521739, 180.6782608696, 237.3043478261);
  border-bottom-color: rgb(69.1956521739, 180.6782608696, 237.3043478261);
  border-radius: 2px;
  margin-top: -6px;
  margin-left: auto;
  margin-bottom: -4px;
  margin-right: -9px;
}

.date-picker-input-group .btn-default .text-muted, .uib-datepicker-popup .btn-default .text-muted {
  color: #b4b4b4;
}

.date-picker-input-group .btn-info, .date-picker-input-group .btn-info.active, .uib-datepicker-popup .btn-info, .uib-datepicker-popup .btn-info.active {
  background-color: #257051;
  border-color: #257051;
  color: #fff;
}

.date-picker-input-group .btn-info > span, .date-picker-input-group .btn-info > .text-muted, .date-picker-input-group .btn-info.active > span, .date-picker-input-group .btn-info.active > .text-muted, .uib-datepicker-popup .btn-info > span, .uib-datepicker-popup .btn-info > .text-muted, .uib-datepicker-popup .btn-info.active > span, .uib-datepicker-popup .btn-info.active > .text-muted {
  color: #fff;
}

.uib-datepicker-popup::before, .uib-datepicker-popup::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.uib-datepicker-popup::before {
  border-bottom-color: #b4b4b4;
  border-width: 7px;
  top: -14px;
  right: 12px;
}

.uib-datepicker-popup::after {
  border-bottom-color: #fff;
  border-width: 6px;
  top: -12px;
  right: 13px;
}

.media-footer p {
  padding-right: 0;
  padding-top: 5px;
}

.media-footer span {
  vertical-align: middle;
}

footer a.footer-support-phone {
  color: #282828;
}

.md-default-theme .md-label:before {
  content: none;
}

.md-select-menu-container.md-active {
  opacity: 1;
}

.md-select-menu-container.md-active md-select-menu {
  transition: none;
  transition-duration: 0ms;
}

.md-select-menu-container.md-active md-select-menu > * {
  opacity: 1;
  transition: none;
  transition-duration: 0ms;
  transition-delay: 0ms;
}

.md-select-menu-container.md-leave {
  opacity: 0;
  transition-duration: 0ms;
  transition-delay: 0ms;
}

.ui-select-bootstrap.dropdown.question-select-ui {
  margin-top: 12px;
  padding-bottom: 6px;
}

zip-input-md label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

zip-input-md input, ng-message, zip-input-md .md-label span, zip-input-md p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

zip-input-md .zip-md-list-msg .model-validation {
  margin-left: 70px;
}

md-input-container {
  padding-bottom: 20px;
  margin: 0 0;
}

md-input-container label:not(.md-container-ignore) {
  position: relative;
}

md-input-container label:not(.md-container-ignore).md-required:after {
  content: "";
}

md-input-container .md-errors-spacer {
  min-height: 0;
}

md-input-container .ng-pristine, md-input-container .md-input-invalid .ng-pristine {
  border-color: #ededed;
}

md-input-container label:not(.md-no-float) {
  min-height: 18px;
}

md-input-container label:not(.md-no-float) a[href] {
  pointer-events: auto;
}

md-input-container textarea.md-input {
  min-height: 34px;
}

md-input-container .zip-char-counter {
  float: right;
  padding-top: 5px;
  line-height: 14px;
}

md-input-container.md-input-invalid {
  color: #950000;
}

.zip-input-pristine md-input-container.md-input-invalid .md-input-focused label {
  color: #257051;
}

.zip-input-dirty md-input-container.md-input-invalid, .ng-submitted md-input-container.md-input-invalid {
  padding-bottom: 2px;
}

.zip-input-dirty md-input-container.md-input-invalid .messages, .ng-submitted md-input-container.md-input-invalid .messages {
  display: block;
}

.zip-input-dirty md-input-container.md-input-invalid.md-input-focused label, .ng-submitted md-input-container.md-input-invalid.md-input-focused label {
  color: #ffd200;
}

.input-message {
  position: relative;
  top: -20px;
  color: #257051;
  font-size: 10px;
  display: block;
  height: 20px;
}

.input-message .success {
  -webkit-transition: opacity 400ms linear;
  -moz-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
  opacity: 1;
}

.input-message .success.ng-hide {
  opacity: 0;
}

zip-input-md, zip-input-md > div {
  position: relative;
}

label.zip-ui-select-label, label.zip-ui-select-placeholder {
  position: absolute;
  top: -18px;
  left: 3px;
  font-size: 18px;
  padding-left: 3px;
  color: #b4b4b4;
  -webkit-transform: translate3d(0, 26px, 0) scale(1);
  -moz-transform: translate3d(0, 26px, 0) scale(1);
  -ms-transform: translate3d(0, 26px, 0) scale(1);
  -o-transform: translate3d(0, 26px, 0) scale(1);
  transform: translate3d(0, 26px, 0) scale(1);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

label.zip-ui-select-label.has-value, label.zip-ui-select-label.isOpen, label.zip-ui-select-label.has-placeholder {
  -webkit-transform: translate3d(0, 0, 0) scale(0.75);
  -moz-transform: translate3d(0, 0, 0) scale(0.75);
  -ms-transform: translate3d(0, 0, 0) scale(0.75);
  -o-transform: translate3d(0, 0, 0) scale(0.75);
  transform: translate3d(0, 0, 0) scale(0.75);
}

label.zip-ui-select-placeholder.has-value, label.zip-ui-select-placeholder.isOpen {
  display: none;
}

label.zip-ui-select-label.has-value {
  color: rgba(0, 0, 0, 0.54);
}

label.zip-ui-select-label.has-focus, label.zip-ui-select-label.isOpen {
  color: #257051;
}

.ui-select-bootstrap.dropdown {
  margin-top: 30px;
  padding-bottom: 25px;
}

.ui-select-bootstrap.dropdown .ui-select-toggle {
  background-color: rgba(0, 0, 0, 0);
}

.ui-select-bootstrap.dropdown .ui-select-match .form-control {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px !important;
}

.ui-select-bootstrap.dropdown > input.form-control {
  height: 28px;
  line-height: 14px;
  transition: none;
}

.ui-select-bootstrap.dropdown > input.form-control:focus {
  line-height: 14px;
}

.ui-select-match-text {
  padding-left: 4px;
  padding-right: 3em;
  white-space: nowrap;
}

.ui-select-match.btn-default-focus {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border-width: 0;
  box-shadow: none;
}

.ui-select-match.btn-default-focus > span.form-control {
  border-color: #257051;
  border-width: 0 0 2px 0;
}

.ui-select-match > span.form-control {
  animation: none;
  border-color: #ededed;
  color: #282828;
  height: 28px;
  line-height: 20px;
}

.ui-select-match > span.form-control.btn-default:active {
  border-color: #257051;
}

zip-input-md .ui-select-bootstrap .ui-select-toggle > .caret {
  color: #b4b4b4;
  border-width: 6px;
  margin-top: -6px;
}

zip-input-md .ui-select-bootstrap > .ui-select-choices {
  top: 38px !important;
  border-radius: 0;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084) !important;
  border-width: 0;
}

zip-input-md .ui-select-bootstrap .ui-select-choices-row.active > a {
  background-color: #f8f8f8;
  color: #282828;
}

zip-input-md .ui-select-bootstrap .ui-select-choices-row.active > span {
  background-color: #257051;
}

zip-input-md .ui-select-bootstrap .ui-select-choices-row > span {
  padding: 10px 16px;
  height: 100%;
  line-height: 20px;
  white-space: normal;
}

zip-input-md .zip-select .model-validation {
  margin-top: -26px;
}

zip-input-md .model-validation {
  font-size: 10px;
  line-height: 10px;
  color: #950000;
}

md-input-container textarea.md-input {
  display: inline-block;
}

zip-input-md label {
  color: #4b4b4b !important;
}

md-list-item {
  min-height: 44px;
}

md-checkbox .md-label span {
  display: inline-block;
}

zip-input-md, zip-input, .no-outline, form div {
  outline: none;
}

md-checkbox .md-label {
  min-height: 20px;
  line-height: 19px;
}

.md-no-style.md-list-item-inner, .zip-list-item {
  transition: all 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.md-no-style.md-list-item-inner:hover, .zip-list-item:hover {
  background-color: rgb(206.5, 206.5, 206.5);
}

.zip-md-list-item-override .md-ripple {
  top: 50% !important;
}

md-list-item .md-no-style {
  padding-left: 0;
}

md-list-item .md-list-item-inner md-checkbox {
  margin-right: 14px;
}

.top-label-form .center-label zip-input-md .label-above-input {
  display: inline-block;
}

.status-message-small {
  font-size: 15px;
}

form {
  margin-bottom: 0;
}

.form-wrapper {
  margin-top: 25px;
}

zip-input-md .md-list-item-inner {
  min-height: 48px;
}

.form-group {
  margin: 10px 0;
}

.form-group:hover {
  cursor: text;
}

.form-group .md-list-item.md-clickable:hover {
  color: #282828;
}

.form-group label:hover {
  cursor: pointer;
}

.form-control {
  border-top: 0 solid;
  border-right: 0 solid;
  border-left: 0 solid;
  border-bottom: 1px solid #a63423;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  transition: none;
  -webkit-appearance: none;
}

.form-control:focus {
  border-top: 0 solid;
  border-right: 0 solid;
  border-left: 0 solid;
  border-bottom: 1px solid #257051;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  transition: none;
  cursor: pointer;
}

.form-detail-message {
  margin-top: 15px;
}

.form-register .row {
  margin-top: -20px;
}

.form-register .form-info-text {
  margin-top: 0;
  margin-bottom: 20px;
}

.form-register .form-group {
  margin: 23px 0;
}

label {
  max-width: 92%;
  vertical-align: top;
}

.label-dropdown {
  padding-left: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%22100%22%3E%3Cpath%20fill%3D%22%23949494%22%20d%3D%22M10%2C35%20L90%2035%20L50%2075%22%2F%3E%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat, repeat;
  background-position: right 0.6em top 50%, 0 0;
  background-size: 0.8em auto, 100%;
  width: 100%;
  border-radius: 0;
  background-color: #fff;
}

select::-ms-expand {
  display: none;
}

select[disabled] {
  border-color: #ededed;
  color: #b4b4b4;
}

option {
  color: #000;
}

.input-dropdown {
  background: url(/assets/icons/icon-dropdown-arrow1.svg);
  background-repeat: no-repeat;
  background-position: right;
}

.model-validation {
  font-size: 15px;
  padding-top: 5px;
  display: none;
  color: #d50000;
}

.ng-submitted .model-validation {
  display: block;
}

.ng-submitted .ng-invalid {
  border-bottom-color: #d50000;
  color: #d50000;
}

.zip-input-dirty .model-validation {
  display: block;
}

.zip-input-dirty .ng-invalid {
  border-bottom-color: #d50000;
  color: #d50000;
}

.better-placeholder {
  padding-top: 3px;
  transition: none;
}

.better-placeholder-active {
  padding-top: 0;
  font-size: 18px;
}

.better-placeholder-text, .help-block.better-placeholder-text {
  width: 100%;
  margin-left: 0 !important;
  color: #a63423;
}

.better-placeholder-text:hover, .help-block.better-placeholder-text:hover {
  color: #257051;
}

.better-placeholder-active, .ui-select-bootstrap.dropdown.open .better-placeholder {
  padding-top: 13px !important;
}

.better-placeholder-text, .help-block.better-placeholder-text {
  top: 15px !important;
}

.better-placeholder-text.active, .help-block.better-placeholder-text.active {
  top: 3px !important;
}

.help-block {
  margin-top: -5px;
}

.form-text-box, .form-text-box:focus {
  border: 1px solid #a63423;
  height: 200px;
  padding: 10px;
}

.char-count {
  font-size: 15px;
  margin-bottom: 20px;
  color: #ededed;
  text-align: right;
}

.input-group-indent {
  margin-left: 10px;
}

.input-checkbox {
  margin-right: -20px;
  float: left;
}

.checkbox {
  margin-left: 30px;
  margin-bottom: 20px;
}

.checkbox ul {
  margin-top: -10px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  margin-left: -30px;
  cursor: pointer;
}

.input-option-active span:hover, .input-option-inactive span:hover {
  font-weight: 400;
  color: #257051;
  cursor: pointer;
}

.input-option-active span {
  font-weight: 400;
  color: #257051;
  cursor: pointer;
}

.label-above-input {
  padding-left: 0;
  display: none;
}

.inline-form .row > * {
  display: flex;
  align-items: center;
  height: 80px;
}

.inline-form i {
  color: #ededed;
  margin-right: 10px;
}

.inline-form i.caret {
  margin-right: 0;
}

.inline-form zip-input-md {
  width: 100%;
}

.inline-form .search-label {
  color: #4b4b4b;
  font-size: 15px;
  width: 13%;
}

.inline-form .search-label i {
  color: #4b4b4b;
}

.inline-input-centered .fa {
  font-size: 18px;
}

.inline-input-centered .label {
  font-size: 15px;
  white-space: nowrap;
  color: #282828;
}

.inline-form {
  padding-top: 15px;
}

.inline-form i {
  margin-top: 8px;
}

.inline-form .label-above-input {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.5px;
}

.top-label-form .label-above-input {
  display: block;
  font-weight: 700;
  padding-left: 0;
}

.top-label-form zip-input-md > div {
  margin-bottom: 15px;
}

.md-input {
  padding-top: 0;
  padding-bottom: 0;
}

.login-container {
  max-width: 900px;
  margin: auto;
}

.md-secondary-container, .md-ripple-container {
  display: none;
}

.md-no-style.md-list-item-inner:hover, .zip-list-item:hover {
  background-color: rgba(0, 0, 0, 0);
}

zip-input-md .md-label span, zip-input-md label, zip-input-md input, zip-input-md p, .ui-select-bootstrap.dropdown .ui-select-match .form-control {
  font-family: "Inter", sans-serif;
}

.interview-question {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.interview-question:last-child {
  border-bottom: 0;
}

.interview-question .h3, .panel-interview h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.interview-question .h3.input-type-double-line, .interview-question .h3.input-type-single-line, .interview-question .h3.input-type-integer, .interview-question .h3.input-type-decimal, .panel-interview h3.input-type-double-line, .panel-interview h3.input-type-single-line, .panel-interview h3.input-type-integer, .panel-interview h3.input-type-decimal {
  padding-bottom: 15px;
}

.h3.horizontal-input-label, h3.horizontal-input-label {
  margin-top: 9px;
}

md-input-container label:not(.md-no-float):not(.md-container-ignore), md-input-container .md-placeholder {
  transform: translate3d(2px, 35px, 0) scale(1);
}

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);
}

md-input-container {
  padding: 0;
}

md-input-container .md-input, md-input-container textarea, select, .ui-select-bootstrap.dropdown, .question-typeahead-select input {
  border-color: #949494;
  border-radius: 8px;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px !important;
  height: 4rem;
  padding: 3px 8px 3px 8px;
  box-shadow: inset 1px 1px 1px #f8f8f8;
}

md-input-container .md-input, md-input-container textarea, select, .ui-select-bootstrap.dropdown, .ui-select-match-text, .ui-select-search, .ui-select-choices-row {
  font-size: 18px;
  font-weight: 400;
  color: #a63423;
}

md-input-container .md-input:disabled {
  border-bottom-color: #ededed;
}

md-input-container input.md-input:focus, md-input-container textarea.md-input:focus, select:focus, .ui-select-bootstrap.dropdown:focus, .question-typeahead-select input:focus {
  border-color: #282828;
  border-width: 2px 2px 4px;
  outline: 0;
}

md-input-container .md-input.ng-invalid.ng-dirty, md-input-container.md-input-focused .md-input, md-input-container.md-input-resized .md-input, md-input-container textarea {
  border-width: 2px 2px 4px;
  padding-bottom: 3px;
}

md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused .md-input, md-input-container.md-default-theme:not(.md-input-invalid).md-input-resized .md-input, md-input-container:not(.md-input-invalid).md-input-focused .md-input, md-input-container:not(.md-input-invalid).md-input-resized .md-input {
  border-color: #282828;
}

.md-input-invalid .model-validation {
  display: block;
}

md-input-container textarea {
  min-height: 64px;
}

md-input-container {
  padding-bottom: 2px;
}

md-input-container label {
  display: none;
}

.form-row {
  padding-bottom: 20px;
}

.hide-counter zip-input-md .md-char-counter {
  display: none;
}

.ui-select-bootstrap.dropdown {
  margin-top: 0;
}

.zip-ui-select-label {
  display: none;
}

.ui-select-bootstrap.dropdown .form-control, .ui-select-bootstrap.dropdown > input.form-control:focus {
  border: 0 none;
}

.ui-select-match > span.form-control {
  color: #a63423;
  height: 33px;
  line-height: 27px;
}

.zip-select .messages {
  position: absolute;
  top: 66px;
}

md-checkbox:not(.md-checked) .md-icon {
  border-color: #a63423;
  border-width: 1px;
}

md-list-item:hover .md-icon {
  border-width: 2px;
}

md-checkbox.md-checked .md-icon {
  background-color: #a63423;
  color: #fff;
}

.question-typeahead-select {
  position: relative;
}

.question-typeahead-select input {
  padding-left: 30px;
}

.question-typeahead-select .fa-search {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 15px;
}

.question-typeahead-select .dropdown-menu {
  width: 100%;
  max-height: 400px;
  overflow: scroll;
}

.question-typeahead-select input:disabled {
  background-color: #f8f8f8;
  cursor: not-allowed;
}

.question-typeahead-select .dropdown-menu li:nth-child(odd), .assessment-picker .dropdown-menu li:nth-child(odd) {
  background-color: #f8f8f8;
}

.question-typeahead-select .model-validation, .assessment-picker .model-validation {
  font-size: 10px;
  line-height: 10px;
}

@media screen and (min-width: 768px) {
  .interview-question .h3, .panel-interview .h3 {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.nav-options {
  margin-top: 6px;
  line-height: 20px;
}

.nav-options li {
  padding-left: 10px;
  padding-right: 10px;
}

.nav-options li:last-child {
  padding-right: 0;
}

.nav-options li a {
  font-weight: 400;
  color: #a63423;
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 0;
}

.nav-options li a:hover, .nav-options li a.active {
  color: #a63423;
  border-bottom: 3px solid #a63423;
  text-decoration: none;
}

.nav-options ul {
  margin-bottom: 0px;
}

.ul-nav {
  line-height: 20px;
  margin-bottom: 0;
}

.global-nav .list-inline > li {
  vertical-align: middle;
}

.global-nav .button-menu {
  color: #257051;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  border: 0;
  position: relative;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
}

.global-nav .button-menu:hover {
  text-decoration: none;
}

.global-nav .button-menu .fa-bars {
  font-size: 24px;
}

.global-nav .slide-menu {
  height: 100%;
  background: rgba(63, 82, 91, 0.9);
}

.global-nav .slide-menu ul {
  list-style: none;
  text-decoration: none;
  text-align: left;
  margin-right: 30px;
  padding-left: 10px;
}

.global-nav .slide-menu li {
  padding-left: 10px;
  padding-right: 10px;
}

.global-nav .slide-menu li:last-child {
  padding-right: 0;
}

.global-nav .slide-menu li a {
  font-weight: 400;
  color: #fff;
}

.global-nav .slide-menu li a:hover, .global-nav .slide-menu li a:active {
  color: #ededed;
  text-decoration: none;
}

.global-nav .slide-menu .main-nav {
  margin-top: 40px;
  font-size: 25px;
  font-weight: 400;
}

.global-nav .slide-menu .main-nav li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.global-nav .slide-menu .secondary-nav {
  font-weight: 400;
}

@-webkit-keyframes slideMenu {
  100% {
    -webkit-transform: translateY(-300px);
  }
}
.page-content.open {
  -webkit-animation: slideMenu 1s;
  animation-iteration-count: 1;
}

.body-content-wrapper {
  width: 100%;
  position: relative;
}

.page-content {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  position: relative;
  left: 0;
}

.page-content.open {
  position: fixed;
  overflow: hidden;
  left: -300px;
  width: 100%;
}

.page-content.open .inline-form-section {
  display: none !important;
}

.slide-menu {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  opacity: 0;
  padding: 10px;
  right: -100%;
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 280px;
}

.slide-menu.open {
  right: -20px;
  opacity: 1;
  padding: 0 10px;
}

.org-logo, .nav-options ul {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  left: 0;
}

.button-menu.open {
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  z-index: 1000;
}

.header-wrap.open .org-logo {
  position: relative;
  left: -300px;
}

.header-wrap.open .nav-options ul {
  position: relative;
  left: -250px;
}

.header-wrap.open .search-button-header {
  display: none !important;
}

.env-type-label, .env-type-label-xs {
  font-size: 95%;
  background-color: #e17572;
  opacity: 1;
  visibility: visible;
  margin-top: 18px;
  float: left;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.env-type-label .fa, .env-type-label-xs .fa {
  font-size: 15px;
  color: #fff;
  padding-left: 5px;
}

.env-type-label.hideLabel, .env-type-label.hideLabel + .tooltip, .env-type-label-xs.hideLabel, .env-type-label-xs.hideLabel + .tooltip {
  opacity: 0;
  visibility: hidden;
}

.env-type-label-xs {
  position: fixed;
  top: 50%;
  left: 0px;
  margin-top: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  z-index: 999999;
}

@media screen and (min-width: 768px) {
  .global-nav .nav-options {
    margin-top: 18px;
    height: 100%;
  }
  .header-wrap.open .org-logo {
    position: relative;
    left: 0px;
  }
  .header-wrap.open .nav-options ul {
    left: -300px;
  }
  .env-type-label {
    margin-top: 18px;
  }
}
@media screen and (min-width: 850px) {
  .slide-menu {
    width: 360px;
  }
}
@media screen and (min-width: 960px) {
  .container {
    min-width: 930px;
  }
  .slide-menu {
    width: 345px;
  }
}
@media screen and (max-width: 768px) {
  .zui-header {
    min-height: 106px;
  }
}
.col-less-padding {
  padding: 0 5px;
}

.col-fit-2 {
  width: 50%;
}

.col-fit-3 {
  width: 33.3333%;
}

.col-fit-4 {
  width: 25%;
}

.col-fit-5 {
  width: 20%;
}

.col-fit-6 {
  width: 16.6667%;
}

.col-fit-7 {
  width: 14.2857%;
}

.col-fit-8 {
  width: 12.5%;
}

.col-10pct {
  width: 10%;
}

.col-90pct {
  width: 90%;
}

.global-nav .nav-options {
  margin-top: 0;
}

.slide-menu .smaller-main-nav li a {
  font-size: 22px;
  display: block;
}

.env-type-label {
  margin-top: 0;
}

.header-flex-logo {
  flex-grow: 0.1;
}

.header-flex-logo h3 {
  margin: 0;
}

.header-flex-nav {
  flex-grow: 1;
  text-align: right;
}

.nav-options li a {
  color: #a63423;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding-top: 8px;
}

.nav-options li a:focus {
  text-decoration: none;
}

.nav-options li a:hover, .nav-options li a.active {
  border-bottom-color: #a63423;
}

.clinic-hours-header {
  background: #257051;
  color: #fff;
  padding: 4px;
  text-align: right;
}

.clinic-hours-header .inline-block {
  display: inline-block;
}

.nav-options .button {
  padding: 4px 15px;
  animation: none;
}

.header-search-button {
  position: fixed;
  font-size: 22px;
  padding: 10px;
  top: 0;
  right: 16%;
  z-index: 1000;
  margin-top: 6px;
  color: #a63423;
}

@media (min-width: 768px) {
  .clinic-hours-header {
    padding: 5px;
  }
  .nav-options .button {
    padding: 6px 18px;
  }
  .header-search-button {
    display: none;
  }
}
hr {
  border: 0;
  border-top: 1px solid #ededed;
}

.hr-panel-details {
  margin-top: 5px;
  margin-bottom: 15px;
}

.hr-bottom-15 {
  margin-bottom: 15px;
}

.hr-dark {
  border-top: 1px solid #a63423;
}

.hr-modal {
  margin-top: 4px;
  margin-bottom: 15px;
}

.hr-less-space {
  margin-top: 4px;
  margin-bottom: 4px;
}

@font-face {
  font-family: "zipnosis-icon-font";
  src: url(/assets/zipnosis-icon-font-aa53fa5c14ce15615862a647c60a62daac10d69f95bd9824d1c2c74be95d6ab0.ttf) format("truetype"), url(/assets/zipnosis-icon-font-ea7da15e862dd11fb3bb8a6fd63b6b5b3e2f0b312b78600697bbb6d5594597d6.woff) format("woff"), url(/assets/zipnosis-icon-font-8fd912441a8645774548fbc3b29ac5971426b1b5464b9f79417b65f4b0fd747c.svg#zipnosis-icon-font) format("svg");
  font-weight: normal;
  font-style: normal;
}
.zipicon {
  font-family: "zipnosis-icon-font" !important;
  speak: none;
  font-size: 42px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bladder:before {
  content: "\e900";
}

.icon-blood-vessels:before {
  content: "\e901";
}

.icon-brain:before {
  content: "\e902";
}

.icon-chat-queue:before {
  content: "\e903";
}

.icon-chat:before {
  content: "\e904";
}

.icon-checkin:before {
  content: "\e905";
}

.icon-clipboard:before {
  content: "\e906";
}

.icon-clock:before {
  content: "\e907";
}

.icon-cold-sore:before {
  content: "\e908";
}

.icon-credit-cards:before {
  content: "\e909";
}

.icon-devices:before {
  content: "\e90a";
}

.icon-doc-interview:before {
  content: "\e90b";
}

.icon-doctor:before {
  content: "\e90c";
}

.icon-ear:before {
  content: "\e90d";
}

.icon-erlenmeyer-flask:before {
  content: "\e90e";
}

.icon-eye:before {
  content: "\e90f";
}

.icon-face-acne:before {
  content: "\e910";
}

.icon-female:before {
  content: "\e911";
}

.icon-foot:before {
  content: "\e912";
}

.icon-forehead:before {
  content: "\e913";
}

.icon-gear:before {
  content: "\e914";
}

.icon-hand:before {
  content: "\e915";
}

.icon-heart:before {
  content: "\e916";
}

.icon-hospital:before {
  content: "\e917";
}

.icon-info-balloon:before {
  content: "\e918";
}

.icon-intestines:before {
  content: "\e919";
}

.icon-joint:before {
  content: "\e91a";
}

.icon-kidneys:before {
  content: "\e91b";
}

.icon-lips:before {
  content: "\e91c";
}

.icon-liver:before {
  content: "\e91d";
}

.icon-lock:before {
  content: "\e91e";
}

.icon-lower-face:before {
  content: "\e91f";
}

.icon-lungs:before {
  content: "\e920";
}

.icon-med-phone:before {
  content: "\e921";
}

.icon-pancreas:before {
  content: "\e922";
}

.icon-people-chat:before {
  content: "\e923";
}

.icon-phone:before {
  content: "\e924";
}

.icon-prescription-balloon:before {
  content: "\e925";
}

.icon-receipt:before {
  content: "\e926";
}

.icon-stomach:before {
  content: "\e927";
}

.icon-tech-arrow:before {
  content: "\e928";
}

.icon-user:before {
  content: "\e929";
}

.icon-video-balloon:before {
  content: "\e92a";
}

.icon-word-balloon:before {
  content: "\e92b";
}

.zmdi {
  line-height: 1;
  font-size: 25px;
}

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

.triage {
  float: left;
  padding-right: 10px;
}

.fa {
  font-size: 25px;
}

.fa.inline-icon {
  font-size: inherit;
}

.fa.inline-icon.small-icon {
  font-size: 15px;
}

.icon-inline-form {
  position: relative;
  bottom: -18px;
}

.icon-lg {
  stroke: #257051;
}

.icon-lg.with-fill {
  fill: #257051;
}

.icon-left {
  margin-right: 5px;
}

.icon-right {
  margin-left: 5px;
}

.icon-vertical-center {
  padding-top: 10px;
}

.icon-attention {
  color: #d50000;
}

.icon-button-right, .icon-button-left {
  font-size: 25px;
}

.icon-button-right {
  float: right;
}

.icon-button-left {
  float: left;
}

.typeahead-spinner {
  color: #257051;
  font-size: 18px;
  margin-left: 5px;
}

i.loading-effect {
  -webkit-animation: spin 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: spin 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  animation: spin 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
.icon-md {
  font-size: 22px;
}

@-moz-document url-prefix() {
  .icon-button-left {
    margin-top: -20px;
  }
  .icon-button-right.no-ff {
    margin-top: 0px;
  }
  .icon-button-right.icon-vertical-center {
    margin-top: 0px;
  }
}
.svg-pre-auth {
  margin-bottom: 20px;
}

.org-logo {
  width: 140px;
  height: 33px;
  background: url(/assets/themes/zipnosis/logo-f30f0c9de3d68cc7e5fd8718fbe47289752e507427a150fdc405cf7e566fecef.png) no-repeat left center;
  background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  display: block;
}

.org-logo h1, .org-logo .h1 {
  font-size: 41px;
  text-indent: -9999px;
}

.img-100 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .svg-pre-auth {
    margin-bottom: 8px;
  }
  .org-logo {
    width: 300px;
    height: 60px;
  }
  .org-logo h1, .org-logo .h1 {
    font-size: 41px;
  }
  .zipnosis-logo-footer {
    width: 250px;
    height: 90px;
  }
}
.mobile-steps-wrapper {
  background: none;
  margin-top: -20px;
  margin-bottom: 15px;
}

.mobile-steps-wrapper .h2 {
  color: #fff;
  font-weight: 400;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .steps-container {
    position: relative;
  }
  .steps-container .steps-wrapper {
    text-align: center;
  }
  .steps-container .steps-wrapper .steps {
    overflow: auto;
    height: 100%;
  }
  .steps-container .steps-wrapper ul {
    position: relative;
  }
  .steps-container .steps-wrapper p {
    padding-top: 4px;
  }
  .steps-container .steps-wrapper .step-title {
    position: relative;
    color: #a63423;
    display: block;
  }
  .steps-container .steps-wrapper span {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    background: #ededed;
    color: #fff;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 100;
    line-height: 30px;
  }
  .steps-container .steps-wrapper li {
    width: 140px;
    display: inline-block;
  }
  .steps-container .steps-wrapper li:after {
    content: "";
    background: #ededed;
    display: inline-block;
    height: 1px;
    left: -71px;
    position: relative;
    top: -67px;
    width: 100%;
  }
  .steps-container .steps-wrapper li:first-child:after {
    background: none;
  }
  .steps-container .steps-wrapper li:first-child::before {
    display: none;
  }
  .steps-container .steps-wrapper .active span {
    background: #257051;
  }
  .steps-container .steps-wrapper .active ~ li span {
    background: #fff;
    color: #a63423;
  }
  .steps-container .steps-wrapper .active ~ li::before {
    background: #a63423;
  }
}
.label.label-unselected {
  background-color: #ededed;
}

.label.label-locked {
  background-color: #257051;
}

.label a {
  color: #fff;
}

.label a:hover {
  color: #fff;
}

.social-icon-list a {
  padding-right: 10px;
  color: #a63423;
  vertical-align: top;
}

ul.no-bullets li {
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  .display-inline-desktop {
    display: inline-block;
  }
}
.loader-wrapper {
  background: rgba(63, 82, 91, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

.loader-wrapper .loader-main {
  width: 200px;
  height: auto;
  margin: 15% auto;
}

.spinner-main {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  position: relative;
  -webkit-animation: wash 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: wash 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  animation: wash 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  border-left: 4px solid hsla(0, 0%, 100%, 0.9);
  border-right: 4px solid hsla(0, 0%, 100%, 0.9);
  border-bottom: 4px solid hsla(0, 0%, 100%, 0.9);
  border-top: 4px solid rgba(28, 146, 208, 0);
  border-radius: 100%;
}

.secondary-loader-wrap {
  margin: 30px 0;
}

.spinner-secondary {
  height: 40px;
  width: 40px;
  margin: 20px auto;
  position: relative;
  -webkit-animation: wash 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: wash 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  animation: wash 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  border-left: 3px solid #828282;
  border-right: 3px solid #828282;
  border-bottom: 3px solid #828282;
  border-top: 3px solid hsla(0, 0%, 100%, 0);
  border-radius: 100%;
}

.spinner-submitting {
  -webkit-animation: wash 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: wash 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  animation: wash 2s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
  border: 2px solid #fff;
  border-top-color: hsla(0, 0%, 100%, 0);
  border-radius: 100%;
  display: inline-block;
  height: 0.9em;
  margin: 0 3px;
  position: relative;
  width: 0.9em;
}

.spinner-submitting-primary-color {
  border-color: #257051;
  border-top-color: hsla(0, 0%, 100%, 0);
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes wash {
  100% {
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-moz-keyframes wash {
  100% {
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@keyframes wash {
  100% {
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
.modal-dialog {
  position: relative;
  top: 20px;
}

.modal-header {
  padding: 12px 20px;
  border-bottom: 1px solid #a63423;
}

.modal-header p {
  margin-bottom: 0;
}

.modal-header-text {
  font-size: 15px;
}

.modal-title {
  margin-bottom: 15px;
}

.modal-body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal-body .status-info {
  font-weight: 400;
}

.modal-body .content-wrap {
  padding-top: 8px;
  padding-bottom: 8px;
}

.modal-body .link-button {
  margin-bottom: 0;
  padding-bottom: 0;
}

.modal-body .bold-modal-only {
  font-weight: 400;
}

.modal-body img {
  max-width: 100%;
  display: inline-block;
}

.modal-content {
  border: 1px solid #ededed;
  border-radius: 6px;
  background-clip: padding-box;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-content .modal-body {
  padding: 20px;
}

.modal-content .modal-body.p0 {
  padding: 0;
}

.modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #ededed;
}

.modal-content .modal-header:before, .modal-content .modal-header:after {
  display: none;
}

.modal-content .modal-header h1, .modal-content .modal-header h2, .modal-content .modal-header h3, .modal-content .modal-header h4, .modal-content .modal-header h5, .modal-content .modal-header h6 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}

.modal-content .modal-header button.modal-close {
  width: 30px;
  height: 30px;
  border: none;
  background: none;
}

.modal-content .modal-header button.modal-close:hover {
  background: #ededed;
}

.modal-content .modal-header button.modal-close i {
  color: hsl(0, 0%, 58%);
  margin-left: -1px;
}

.modal-content .modal-header .button-modal-close {
  display: table-cell;
  padding-left: 10px;
  float: right;
  color: #ededed;
  min-width: 12px;
  min-height: 12px;
}

.modal-content .modal-header .button-modal-close:hover {
  color: #828282;
}

.modal-content .modal-footer {
  text-align: left;
  border-top: 1px solid #ededed;
  border-radius: 0 0 6px 6px;
  background: #f8f8f8;
}

.modal-content .modal-footer button {
  margin: 7px;
}

.has-form-footer .modal-body {
  padding-bottom: 0;
}

.modal-info-title, .info-title {
  font-weight: 400;
  margin-bottom: 0;
}

.modal-text-right span {
  padding-right: 3px;
  padding-left: 3px;
}

.modal-text-right span:last-child {
  padding-right: 0;
}

.modal-text-left span {
  padding-right: 3px;
  padding-left: 3px;
}

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

.button-modal-close:hover {
  color: #257051;
  cursor: pointer;
}

.modal-border-top {
  border-top: 1px solid #a63423;
}

.modal-full-width .modal-dialog {
  width: 95%;
}

.form-footer {
  margin: 20px -20px 0 -20px;
  padding: 20px 5px;
  border-top: 1px solid #ededed;
  border-radius: 0 0 6px 6px;
  background: #f8f8f8;
}

.modal.fade .modal-dialog, .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  .modal-text-right span {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.pagination > .active > button, .pagination > .active > button:hover, .pagination > .active > button:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  background: #257051;
  color: #fff;
  box-shadow: 0 3px 4px #ededed;
}

.pagination-sm > ul > li > button, .pagination-sm > ul > li > span {
  padding: 10px 20px;
  margin: 0 2px;
  border: 0;
  box-shadow: 0 2px 4px #ededed;
}

.pagination {
  font-weight: 400;
}

.pagination li > button {
  color: #257051;
}

.pagination li > button:active {
  color: #fff;
}

.pagination li button:hover {
  background: #257051;
  color: #fff;
  box-shadow: 0 3px 4px #ededed;
}

.pagination li button:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #257051;
}

.pagination li > button {
  background-color: #fff;
  display: block;
  float: left;
}

.pagination-sm > ul > li > button, .pagination-sm > ul > li > span {
  font-size: 15px;
  line-height: 1.5;
}

.pagination > .disabled > button, .pagination > .disabled > button:hover, .pagination > .disabled > button:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-sm > ul > li:first-child > button, .pagination-sm > ul > li:last-child > button {
  font-size: 25px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  .pagination-sm > ul > li > button, .pagination-sm > li > span {
    padding: 10px 20px;
    margin: 0 5px;
  }
}
body .notification-link {
  margin-bottom: 10px;
}

.doctor-diagnose .panel, .doctor-review .panel, .technician-review .panel {
  cursor: auto;
}

.panel {
  border: 1px solid #b4b4b4;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-radius: 8px;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  animation: fadein 1s;
  -webkit-transition: border-width 0.5s ease;
  -moz-transition: border-width 0.5s ease;
  transition: border-width 0.5s ease;
}

.panel.sliding-panel {
  width: 100%;
  position: relative;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}

.panel.clickable-panel.unlocked-visit:hover {
  cursor: pointer;
  box-shadow: 0 5px 10px #ededed;
  border-left-width: 16px;
}

.panel.clickable-panel.unlocked-visit:active {
  box-shadow: 0 10px 20px #ededed;
}

.panel.locked-visit {
  background-color: #fff;
  cursor: not-allowed !important;
}

.panel.slide-next {
  -webkit-animation: slide-next 0.7s ease forwards;
  -moz-animation: slide-next 0.7s ease forwards;
  animation: slide-next 0.7s ease forwards;
}

.panel.slide-previous {
  -webkit-animation: slide-previous 0.7s ease backwards;
  -moz-animation: slide-previous 0.7s ease backwards;
  animation: slide-previous 0.7s ease backwards;
}

.panel.panel-invisible {
  border: none;
  width: 100%;
  box-shadow: none;
}

.panel > .panel-footer {
  background: #fff;
  border-radius: 0 0 8px 8px;
  border-top: 0;
}

.panel > .panel-footer.p0 {
  padding: 0;
}

.panel > .panel-heading {
  border-color: rgba(0, 0, 0, 0);
  border-radius: 8px 8px 0 0;
  padding: 20px 20px 0;
}

.panel > .panel-heading.p0 {
  padding: 0;
}

.panel > .panel-body {
  padding: 20px;
}

.panel > .panel-body.p0 {
  padding: 0;
}

.panel.panel-cta-sidebar-primary {
  border-left: 10px solid #257051;
}

.panel.panel-cta-sidebar-accent {
  border-left: 10px solid #a63423;
}

.panel.panel-cta-sidebar-caution {
  border-left: 10px solid #ef5000;
}

.panel.panel-cta-sidebar-warning {
  border-left: 10px solid #ffd200;
}

.panel.panel-cta-sidebar-attention {
  border-left: 10px solid #d50000;
}

.panel.panel-cta-sidebar-inactive {
  border-left: 10px solid #ededed;
}

.panel.panel-cta-sidebar-none {
  border-left: 0 !important;
}

@-webkit-keyframes slide-next {
  0% {
    right: -70%;
  }
  70% {
    right: 0;
  }
}
@-moz-keyframes slide-next {
  0% {
    right: -70%;
  }
  70% {
    right: 0;
  }
}
@keyframes slide-next {
  0% {
    right: -70%;
  }
  70% {
    right: 0;
  }
}
@-webkit-keyframes slide-previous {
  0% {
    left: -70%;
  }
  70% {
    left: 0;
  }
}
@-moz-keyframes slide-previous {
  0% {
    left: -70%;
  }
  70% {
    left: 0;
  }
}
@keyframes slide-previous {
  0% {
    left: -70%;
  }
  70% {
    left: 0;
  }
}
.panel-default > .panel-heading {
  background: rgba(0, 0, 0, 0);
  border-bottom: rgba(0, 0, 0, 0);
}

.panel-default > .panel-heading h1, .panel-default > .panel-heading h2, .panel-default > .panel-heading h3, .panel-default > .panel-heading h4, .panel-default > .panel-heading h5, .panel-default > .panel-heading h6 {
  font-size: 25px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
}

.panel-header-text {
  font-size: 15px;
}

.panel-header-text p {
  margin-bottom: 0;
}

.panel-header-text .visitId {
  font-size: 22px;
}

.panel-header-text .label {
  vertical-align: middle;
  padding-top: 4px;
  margin-left: 3%;
}

.panel-header-text .locked-attention {
  color: #d50000;
}

.panel-header-text-right span {
  padding-right: 15px;
  padding-left: 0;
}

.panel-header-text-right span:last-child {
  padding-right: 0;
}

.panel-header-text-right {
  text-align: left;
  margin-top: 10px;
}

.panel-title-no-bg {
  padding: 18px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #a63423;
}

.panel-body {
  padding: 10px 20px;
}

.panel-body.p0 {
  padding: 0;
}

.panel-body .status-info {
  font-weight: 400;
}

.panel-body .status-info .info-title {
  font-weight: 400;
}

.panel-body .status-info .fa-lock, .panel-body .status-info .fa-unlock {
  font-size: 18px;
}

.panel-body .carousel-wrap {
  padding-bottom: 30px;
}

.panel-body .text-block-padding-left {
  padding-left: 30px;
}

.list-group-item {
  padding: 0;
  border-width: 0;
  margin: 1px;
}

.list-group-item.list-group-item-normal {
  padding: 10px 15px;
  border-width: 1px;
}

.list-group-item .primary-triage {
  font-weight: 700;
  text-align: center;
}

.list-group-item .primary-triage a {
  color: #fff;
}

.primary-icon {
  text-align: left;
}

.panel-interview img {
  max-width: 100%;
}

.panel-interview .form-group:hover {
  color: #a63423;
}

.panel-borders-padding {
  padding: 0 20px;
}

.panel-borders-add-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.panel-borders-add-padding img {
  max-width: 100%;
}

.panel-border-top {
  border-top: 1px solid #a63423;
}

.panel > .panel-body.short-panel {
  padding-top: 15px;
  padding-bottom: 20px;
}

.panel > .panel-body.short-panel h3 {
  margin-top: 0;
}

.panel.visit-panel .panel-heading {
  background-color: #f8f8f8;
  border-bottom: 1px solid #ededed;
}

.panel-cta-sidebar-primary {
  border-left: 10px solid #257051;
}

.panel-cta-sidebar-accent {
  border-left: 10px solid #a63423;
}

.panel-cta-sidebar-caution {
  border-left: 10px solid #ef5000;
}

.panel-cta-sidebar-warning {
  border-left: 10px solid #ffd200;
}

.panel-cta-sidebar-attention {
  border-left: 10px solid #d50000;
}

.panel-cta-sidebar-inactive {
  border-left: 10px solid #ededed;
}

.panel-cta-sidebar-none {
  border-left: 0 !important;
}

.panel-call-patient-wrapper button {
  margin-top: 25px;
}

.panel-video .panel-footer p {
  padding-top: 10px;
}

.active-video .panel-footer {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-top: 0;
}

.panel-call-patient-notes .form-text-box, .panel-call-patient-notes .form-text-box:focus {
  height: 56px;
  margin-top: -20px;
}

.panel-call-patient-notes .char-count {
  margin-bottom: 0;
  margin-top: -10px;
}

.panel-video-patient-wrapper {
  background: #000;
  min-height: 350px;
  position: relative;
  padding: 0;
}

.panel-video-patient-wrapper .video-info {
  margin-top: 100px;
}

.panel-video-patient-wrapper.video-text {
  text-align: center;
  color: #fff;
  font-size: 22px;
}

.panel-video-patient-wrapper .wait-time {
  font-size: 25px;
}

.additional-notes-wrapper .form-group {
  margin: 20px 0 10px 0;
}

.account-information h3, .account-information .h3 {
  color: #a63423;
}

.account-information h3:first-child, .account-information > .h3:first-child {
  margin-top: 0;
}

.account-information .fa-question-circle {
  font-size: 18px;
  margin-left: 3px;
  color: #a63423;
}

.account-information .account-info-section {
  margin-bottom: 20px;
}

.account-information .account-info-section p {
  margin: 0;
  padding: 5px 4px;
}

.account-information .account-info-section .called-out-bg {
  background-color: #ededed;
}

.panel-video-patient-notes input {
  min-height: 235px;
}

.panel-video-patient-notes .form-group {
  margin: 12px 0;
}

.panel-footer {
  background: #fff;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  animation: fadein 1s;
  animation: fadein 1s;
}

.panel-footer-alert p {
  margin-bottom: 5px;
}

.panel-footer-connected {
  margin-bottom: 0;
}

.footer-connected {
  margin-bottom: 20px;
  box-shadow: 0 2px 4px #ededed;
  padding: 5px 30px;
}

.footer-connected .zmdi-chevron-down {
  color: #257051;
  font-size: 31px;
}

.panel .panel-heading:empty, .panel .panel-body:empty, .panel .panel-footer:empty, .panel p-heading:empty, .panel p-body:empty, .panel p-footer:empty {
  display: none;
}

.panel p-body .panel-body-text {
  padding-bottom: 20px;
}

content-panel footer {
  border-radius: 0 0 8px 8px;
}

borderless-panel .panel-heading:empty, borderless-panel .panel-body:empty, borderless-panel .panel-footer:empty, borderless-panel p-heading:empty, borderless-panel p-body:empty, borderless-panel p-footer:empty {
  display: none;
}

borderless-panel .panel-heading {
  padding-left: 0;
  padding-right: 0;
}

borderless-panel .panel-heading h1, borderless-panel .panel-heading h2, borderless-panel .panel-heading h3, borderless-panel .panel-heading h4, borderless-panel .panel-heading h5, borderless-panel .panel-heading h6 {
  font-size: 25px;
  line-height: 24px;
  font-weight: 400;
  margin: 8px 0;
}

borderless-panel .panel-body {
  padding: 10px 0;
}

borderless-panel .panel-footer {
  padding-left: 0;
  border: none;
}

borderless-panel .pbody-pt0 .panel-body {
  padding-top: 0;
}

borderless-panel .title-icon {
  font-size: 66px;
  display: inline-block;
}

.bordered-panel {
  border: 1px solid #ededed;
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  padding: 20px;
  margin: 10px 0;
}

panel-container.bordered-heading .panel .panel-heading {
  border-bottom: 1px solid #ededed;
  background-color: #f8f8f8;
}

.colorband {
  background: #257051;
  padding: 30px 0;
}

.colorband h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 50px 0 0;
}

.panel-padding {
  padding: 15px;
}

@media screen and (min-width: 992px) {
  .colorband h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .panel {
    padding-bottom: 32px;
  }
  .panel > .panel-heading, .panel > .panel-body, .panel > .panel-footer {
    padding: 32px 32px 0;
  }
  .panel.less-padding > .panel-heading, .panel.less-padding > .panel-body, .panel.less-padding > .panel-footer {
    padding: 20px;
  }
  .panel.visit-panel > .panel-heading {
    padding: 2px 40px;
  }
  .panel-padding {
    padding: 20px 40px;
  }
  .panel-padding :last-child {
    margin-left: auto;
  }
  .panel-header-text-right span {
    padding-right: 10px;
    padding-left: 10px;
  }
  .panel-header-text-right {
    text-align: right;
    margin-top: 0;
  }
  .panel-body .vertical-scroll {
    max-height: 60vh;
    overflow-y: auto;
  }
  .bordered-panel {
    padding: 20px 40px;
  }
}
.simple-card {
  display: block;
  padding: 20px;
  border: 1px solid #f8f8f8;
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}

.simple-card h3:first-child {
  margin-top: 0;
}

.simple-card a .fa, .simple-card a .zmdi {
  margin-right: 5px;
  font-size: 15px;
}

.border-card, .dashed-border-card {
  padding: 20px;
  border: 1px solid #b4b4b4;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
}

.border-card.dashed-border-card, .dashed-border-card.dashed-border-card {
  border-style: dashed;
}

.border-card.dashed-border-card .button, .dashed-border-card.dashed-border-card .button {
  line-height: 1;
  padding: 12px 17px;
}

.border-card.dashed-border-card .button i, .dashed-border-card.dashed-border-card .button i {
  font-size: 25px;
  line-height: 1;
}

.border-card.with-footer, .dashed-border-card.with-footer {
  padding: 0;
  position: relative;
}

.border-card.with-footer h2, .dashed-border-card.with-footer h2 {
  margin: 10px 0 20px;
}

.border-card.with-footer .card-body, .dashed-border-card.with-footer .card-body {
  padding: 20px 40px;
}

.border-card.with-footer .button, .dashed-border-card.with-footer .button {
  margin-bottom: 10px;
  width: 75%;
}

.border-card.with-footer .card-footer, .dashed-border-card.with-footer .card-footer {
  background: #f8f8f8;
  padding: 15px 20px;
  border-radius: 0px 0px 8px 8px;
}

.border-card.with-footer .card-count, .dashed-border-card.with-footer .card-count {
  background: #fff;
  position: absolute;
  top: -1px;
  right: -1px;
}

.border-card.with-footer .card-count .number, .dashed-border-card.with-footer .card-count .number {
  border-radius: 50%;
  font-size: 22px;
  font-weight: 700;
  padding: 7px 0 0;
  width: 40px;
  height: 40px;
}

.border-card.with-footer .card-count .number.success, .dashed-border-card.with-footer .card-count .number.success {
  background: #9bca3e;
  color: #282828;
}

.border-card.with-footer.disabled, .dashed-border-card.with-footer.disabled {
  color: #828282;
}

.border-card.with-footer.disabled .number, .dashed-border-card.with-footer.disabled .number {
  color: #b4b4b4;
  padding: 4px;
}

.border-card.with-footer.disabled .number .fa, .dashed-border-card.with-footer.disabled .number .fa {
  font-size: 31px;
}

panel-container.panel-gray .panel {
  background-color: #f8f8f8;
}

panel-container.panel-gray input {
  background-color: #fff;
}

.single-row-card {
  background-color: #f8f8f8;
  border-radius: 8px 0 0 8px;
  padding: 10px 16px;
}

.single-row-card.highlighted {
  padding: 10px 16px 10px 10px;
  border-left: 6px solid #9bca3e;
}

@media print {
  .panel-cta-sidebar-primary, .panel-cta-sidebar-accent, .panel-cta-sidebar-warning, .panel-cta-sidebar-attention, .panel-cta-sidebar-inactive {
    border-left: none;
  }
}
@media (min-width: 768px) {
  .panel {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
  }
  .panel-default > .panel-heading {
    background: none;
    border-bottom: none;
  }
}
.panel-borders-add-padding p {
  margin: 0 0 18px;
}

strong {
  font-weight: 400;
}

.attention-color {
  color: #d50000;
}

.accent-color {
  color: #a63423;
}

.success-color {
  color: #9bca3e;
}

.warning-color {
  color: #ffd200;
}

.disabled-color {
  color: hsl(0, 0%, 90.6862745098%);
}

.primary-color {
  color: #257051;
}

.secondary-color {
  color: #a63423;
}

.small, .small p {
  line-height: 18px;
}

.faq-single-wrap {
  margin-bottom: 30px;
}

.error-message {
  padding-bottom: 20px;
}

.truncate-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.font-small {
  font-size: 15px;
  line-height: 18px;
}

.font-italic {
  font-style: italic;
}

@media screen and (min-width: 768px) {
  p.signature-second {
    margin-bottom: 40px;
  }
}
.zip-radio-option {
  display: inline-block;
  position: relative;
  margin: 0;
  margin-right: 40px;
}

.zip-radio-option .radio-label {
  display: inline-block;
  padding: 10px;
  padding-left: 34px;
  color: #a63423;
  font-weight: 400;
}

.zip-radio-option .radio-visual-button {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 11px;
  left: 2px;
}

.zip-radio-option .radio-focus, .zip-radio-option .radio-outline {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
}

.zip-radio-option .radio-focus {
  display: none;
  box-shadow: 0 0 0 8px #a63423;
  opacity: 0.3;
}

.zip-radio-option .radio-outline {
  border: 1px solid #a63423;
  background: #fff;
}

.zip-radio-option .radio-checkmark {
  display: none;
  transform: rotate(45deg);
  border-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  position: absolute;
  top: 4px;
  left: 7.5px;
  width: 5px;
  height: 10px;
}

.zip-radio-option input {
  position: absolute;
  opacity: 0.00001;
  z-index: 1;
}

.zip-radio-option input:focus ~ .radio-visual-button .radio-focus {
  display: block;
}

.zip-radio-option input:checked ~ .radio-visual-button .radio-outline {
  background: #a63423;
}

.zip-radio-option input:checked ~ .radio-visual-button .radio-checkmark {
  display: block;
}

.zip-radio-option input:disabled ~ .radio-label {
  color: #b4b4b4;
}

.zip-radio-option input:disabled ~ .radio-visual-button .radio-outline {
  border-color: #b4b4b4;
}

.zip-radio-option input:disabled:checked ~ .radio-visual-button .radio-outline {
  background: #b4b4b4;
}

.vertical-radio .zip-radio-option {
  display: block;
}

.header-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0px 0px 4px #ededed;
}

.header-wrap .header-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-wrap {
  background: #fff;
  padding: 20px 0;
  margin-top: 0;
  text-align: center;
}

.footer-wrap ul {
  line-height: 60px;
}

.inline-form-section {
  background: #fff;
  padding-bottom: 0;
  margin-bottom: 20px;
  margin-top: -15px;
  border-bottom: 1px solid #ededed;
}

.inline-form-section.inline-form-pharmacy {
  margin-bottom: 15px;
}

.map-section {
  margin-top: -15px;
}

.map-section .angular-google-map .map-controls-container {
  margin-left: 15px;
  margin-top: 15px;
  width: 70px;
  height: 70px;
}

.map-bg, .angular-google-map-container {
  background: #257051;
  height: 500px;
}

.doctor-review .history-row .age-label {
  display: none;
}

.doctor-diagnose .history-row .age-label {
  font-size: 10px;
  font-weight: 700;
}

.proxy-visits-list {
  margin-top: 20px;
}

select::-ms-expand {
  display: none;
}

@media screen and (min-width: 768px) {
  .inline-form-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .app-container {
    min-height: 600px;
  }
  .map-section .angular-google-map .map-controls-container {
    position: relative !important;
  }
}
zip-tabs .tab {
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
}

zip-tabs .tab .tab-count:before {
  content: "(";
}

zip-tabs .tab .tab-count:after {
  content: ")";
}

zip-tabs .default-view .tab-container {
  display: inline-block;
  margin: 10px;
}

zip-tabs .default-view .tab-container.active .tab, zip-tabs .default-view .tab-container:hover .tab {
  color: #257051;
  border-bottom: 2px solid #257051;
}

zip-tabs .default-view .tab {
  margin: 0 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding-bottom: 3px;
}

zip-tabs .default-view .tab:first-child {
  margin-left: 0;
}

zip-tabs .default-view .tab:last-child {
  margin-right: 0;
}

zip-tabs .tabbed-view {
  position: relative;
  bottom: -1px;
}

zip-tabs .tabbed-view .tab-container {
  display: inline-block;
  border-top: 5px solid #b4b4b4;
  border-radius: 2px 2px 0 0;
  background-color: #fff;
  z-index: 0;
  width: 50%;
}

zip-tabs .tabbed-view .tab-container.active {
  border-top: 5px solid #257051;
}

zip-tabs .tabbed-view .tab-container:first-child .tab {
  border-left: none;
}

zip-tabs .tabbed-view .tab-container:last-child .tab {
  border-right: none;
}

zip-tabs .tabbed-view .tab {
  position: relative;
  padding: 12px 5px;
  border-left: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  width: 100%;
}

zip-tabs .tabbed-view .tab .tab-count:before {
  content: "";
}

zip-tabs .tabbed-view .tab .tab-count:after {
  content: "";
}

zip-tabs .tabbed-view .tab .tab-count {
  display: inline-block;
  font-size: 15px;
  color: #282828;
  height: 20px;
  width: 20px;
  background-color: #9bca3e;
  border-radius: 50%;
  margin-left: 2px;
}

zip-tabs .tabbed-view:before {
  z-index: 1;
}

zip-tabs .tabbed-view .tab-name {
  display: inline-block;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  vertical-align: middle;
}

zip-tabs .tabbed-view .tab-container.active .tab {
  border-bottom: 1px solid #fff;
  z-index: 2;
}

zip-tabs .tabbed-view .tab-container.active :after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #fff;
  z-index: 1;
}

.container-gray-inset .container {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  zip-tabs.no-bottom-margin .row {
    margin-bottom: 0;
  }
  zip-tabs .tabbed-view .tab-container {
    margin-right: 10px;
    width: auto;
  }
  zip-tabs .tabbed-view .tab-container:first-child .tab {
    border-left: 1px solid #b4b4b4;
  }
  zip-tabs .tabbed-view .tab-container:last-child .tab {
    border-right: 1px solid #b4b4b4;
  }
  zip-tabs .tabbed-view .tab {
    width: auto;
    padding: 12px 30px;
  }
  zip-tabs .tabbed-view .tab-name {
    max-width: 600px;
  }
  .container-gray-inset {
    position: relative;
    background-color: #f8f8f8;
    padding-top: 20px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    background-color: #f8f8f8;
    width: 100%;
    border-bottom: 1px solid #b4b4b4;
  }
  .container-gray-inset .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
table.zip-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}

table.zip-table tr {
  padding: 15px;
}

table.zip-table tr th, table.zip-table tr td {
  padding: 15px;
}

table.zip-table thead th {
  font-weight: 700;
}

table.zip-table tbody tr {
  background-color: #f8f8f8;
  margin-bottom: 8px;
}

table.zip-table tbody th {
  font-weight: 400;
}

table.zip-table td, table.zip-table th {
  vertical-align: middle;
}

table.zip-table td:first-child, table.zip-table th:first-child {
  border-radius: 2px 0 0 2px;
}

table.zip-table td:last-child, table.zip-table th:last-child {
  border-radius: 0 2px 2px 0;
}

table.zip-table.responsive {
  display: block;
}

table.zip-table.responsive tbody, table.zip-table.responsive tr, table.zip-table.responsive td {
  display: block;
}

table.zip-table.responsive thead {
  display: none;
}

table.zip-table.responsive tr {
  text-align: left;
}

table.zip-table.responsive tr.highlighted {
  border-left: solid 6px #9bca3e;
}

table.zip-table.responsive tbody tr.left-label-xs td, table.zip-table.responsive tbody tr.left-label-xs th {
  font-weight: 400;
  text-align: right;
}

table.zip-table.responsive tbody tr.left-label-xs td:before, table.zip-table.responsive tbody tr.left-label-xs th:before {
  float: left;
  font-weight: 700;
}

table.zip-table.responsive tbody tr.left-label-xs td.text-center {
  text-align: center;
}

table.zip-table.responsive tbody tr.outline {
  border-width: 1px;
  border-style: solid;
  border-left-width: 6px;
}

table.zip-table.responsive tbody tr.outline.green {
  border-color: #9bca3e;
}

table.zip-table.responsive tbody tr.outline.gold {
  border-color: #ffd200;
}

table.zip-table.responsive th, table.zip-table.responsive td {
  padding: 0;
  margin-bottom: 10px;
  display: block;
}

table.zip-table.responsive th:before, table.zip-table.responsive td:before {
  display: block;
  content: attr(data-label);
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  table.zip-table, table.zip-table.responsive {
    display: table;
  }
  table.zip-table thead, table.zip-table.responsive thead {
    display: table-header-group;
  }
  table.zip-table tbody, table.zip-table.responsive tbody {
    display: table-row-group;
  }
  table.zip-table tr, table.zip-table.responsive tr {
    display: table-row;
  }
  table.zip-table th, table.zip-table td, table.zip-table.responsive th, table.zip-table.responsive td {
    display: table-cell;
    padding: 15px;
  }
  table.zip-table tbody th, table.zip-table tbody td, table.zip-table.responsive tbody th, table.zip-table.responsive tbody td {
    background-color: #f8f8f8;
    vertical-align: middle;
    text-align: left;
  }
  table.zip-table tbody th:before, table.zip-table tbody td:before, table.zip-table.responsive tbody th:before, table.zip-table.responsive tbody td:before {
    float: none;
    display: none;
  }
  table.zip-table tbody tr.left-label-xs td, table.zip-table tbody tr.left-label-xs th, table.zip-table.responsive tbody tr.left-label-xs td, table.zip-table.responsive tbody tr.left-label-xs th {
    text-align: left;
  }
  table.zip-table tbody tr td.text-center, table.zip-table.responsive tbody tr td.text-center {
    text-align: center;
  }
  table.zip-table tbody tr.highlighted th:first-child, table.zip-table tbody tr.highlighted td:first-child, table.zip-table.responsive tbody tr.highlighted th:first-child, table.zip-table.responsive tbody tr.highlighted td:first-child {
    border-left: solid 6px #9bca3e;
  }
  table.zip-table tbody tr.outline th, table.zip-table tbody tr.outline td, table.zip-table.responsive tbody tr.outline th, table.zip-table.responsive tbody tr.outline td {
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
  }
  table.zip-table tbody tr.outline th:first-child, table.zip-table tbody tr.outline td:first-child, table.zip-table.responsive tbody tr.outline th:first-child, table.zip-table.responsive tbody tr.outline td:first-child {
    border-left: 6px solid #f8f8f8;
  }
  table.zip-table tbody tr.outline th:last-child, table.zip-table tbody tr.outline td:last-child, table.zip-table.responsive tbody tr.outline th:last-child, table.zip-table.responsive tbody tr.outline td:last-child {
    border-right: 1px solid #f8f8f8;
  }
  table.zip-table tbody tr.outline.green th, table.zip-table tbody tr.outline.green td, table.zip-table.responsive tbody tr.outline.green th, table.zip-table.responsive tbody tr.outline.green td {
    border-color: #9bca3e;
  }
  table.zip-table tbody tr.outline.gold th, table.zip-table tbody tr.outline.gold td, table.zip-table.responsive tbody tr.outline.gold th, table.zip-table.responsive tbody tr.outline.gold td {
    border-color: #ffd200;
  }
}
.ta-hidden-input {
  width: 1px;
  height: 1px;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -10000px;
  left: -10000px;
  opacity: 0;
  overflow: hidden;
}

.ta-root.focussed > .ta-scroll-window.form-control {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}

.ta-scroll-window.form-control {
  position: relative;
  padding: 0;
}

.ta-scroll-window > .ta-bind {
  height: auto;
  min-height: 300px;
  padding: 6px 12px;
}

.ta-editor:focus {
  user-select: text;
}

.ta-resizer-handle-overlay {
  z-index: 100;
  position: absolute;
  display: none;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-info {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border: 1px solid #000;
  background-color: #fff;
  padding: 0 4px;
  opacity: 0.7;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-background {
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
  top: 5px;
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
  width: 10px;
  height: 10px;
  position: absolute;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl {
  top: 0;
  left: 0;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr {
  top: 0;
  right: 0;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl {
  bottom: 0;
  left: 0;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br {
  bottom: 0;
  right: 0;
  border: 1px solid #000;
  cursor: se-resize;
  background-color: #fff;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.ta-toolbar .btn {
  color: #a63423;
  padding: 6px 0px;
  width: 40px;
}

.ta-toolbar .btn .fa {
  font-size: 10px;
}

.ta-editor.ta-html, .ta-scroll-window.form-control, .ta-scroll-window > .ta-bind {
  border-color: #949494;
  border-radius: 8px;
  border-width: 1px !important;
}

.ta-root.ng-invalid > .ta-scroll-window.form-control {
  box-shadow: none;
  border-color: #950000;
  border-width: 2px;
}

.ta-root.focussed > .ta-scroll-window.form-control {
  box-shadow: none;
  border-color: #282828;
  border-width: 2px;
}

form:not(.ng-submitted) .ta-root.ng-pristine > .ta-scroll-window.form-control {
  border-color: #949494 #949494;
  border-width: 1px !important;
}

.title-bar {
  background: #f8f8f8;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  margin-top: -1px;
  margin-bottom: -1px;
  padding-left: 20px;
  padding-right: 20px;
}

.title-bar h1, .title-bar h2, .title-bar h3, .title-bar h4, .title-bar h5, .title-bar h6, .title-bar .h7 {
  margin: 10px 0;
}

@media screen and (min-width: 992px) {
  .title-bar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.heading-large {
  font-size: 31px;
  font-weight: 700;
}

.heading-medium {
  font-size: 25px;
  font-weight: 700;
}

.heading-small {
  font-size: 22px;
  font-weight: 700;
}

.body-bold {
  font-size: 18px;
  font-weight: 700;
}

.body-base {
  font-size: 18px;
  font-weight: 400;
}

.body-small {
  font-size: 15px;
  font-weight: 400;
}

.body-extra-small {
  font-size: 10px;
  font-weight: 400;
}

.heading-large, .heading-medium, .heading-small, .body-bold, .body-base, .body-small, .body-extra-small {
  font-family: "Inter", sans-serif;
  line-height: 1.1;
  margin: 0.5em 0;
}

.heading-large .fa, .heading-medium .fa, .heading-small .fa, .body-bold .fa, .body-base .fa, .body-small .fa, .body-extra-small .fa {
  font-size: inherit;
}

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

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

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

h4, .h4 {
  font-size: 18px;
  font-weight: 700;
}

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

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0.5em 0;
}

.heavy {
  font-weight: 600;
}

b {
  font-weight: 700;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.body-base > .fa, > .zmdi, > .zipicon {
  font-size: 18px;
  vertical-align: baseline;
}

.small {
  font-size: 87.5%;
  line-height: 1.1;
}

.small > .fa, .small > .zmdi, .small > .zipicon {
  font-size: 87.5%;
  line-height: 1;
  vertical-align: baseline;
}

.error-msg {
  color: #d50000;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.1;
}

h6, .h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}

h6.heavy, .h6.heavy {
  font-weight: 700;
}

h6 > .fa, h6 > .zmdi, h6 > .zipicon, .h6 > .fa, .h6 > .zmdi, .h6 > .zipicon {
  font-size: 18px;
  vertical-align: baseline;
}

.video-controls {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 20px;
  right: 25px;
  padding: 10px;
  text-align: center;
}

.video-controls .zmdi {
  vertical-align: baseline;
}

.video-controls .zmdi-call-end {
  color: #d50000;
}

.video-controls a {
  color: #fff;
  display: inline-block;
  font-size: 25px;
  margin: 0 5px;
  width: 24px;
  height: 24px;
}

.video-controls a:hover {
  text-decoration: none;
}

.mini-video {
  min-height: 110px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 20px;
  right: 25px;
  border: solid 1px #ededed;
}

.video-container {
  position: absolute;
  min-height: 350px;
  top: 0;
  left: 0;
  width: 100%;
}

.video-container.top {
  z-index: 1;
}

.fullscreen {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  background-color: #000;
}

.fullscreen .video-subscriber {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1002;
}

.fullscreen .mini-video {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1003;
  width: 20%;
  height: 20%;
}

.fullscreen .video-controls {
  z-index: 1003;
}

.drop-box {
  height: 100px;
  border: 2px dashed #ededed;
  text-align: center;
  vertical-align: middle;
  line-height: 90px;
  cursor: pointer;
}

.drop-box.dragover {
  background-color: #f8f8f8;
}

.md-card-image {
  margin: 0;
}

.interview-upload-list li {
  vertical-align: top;
  width: 150px;
}

.interview-upload-list img {
  height: 120px;
}

.interview-upload-list md-progress-linear .md-container {
  top: 0;
}

.screen-reader-only {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden !important;
}

#ng-webcam-container {
  margin: 0 auto;
}

#zip-webcam-photos {
  margin-top: 20px;
  text-align: center;
}

#zip-webcam-photos img {
  margin-right: 12px;
  margin-bottom: 12px;
}

#ng-webcam-container {
  position: relative;
  display: inline-block;
}

#ng-webcam-container:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}

#ng-webcam-container video {
  height: 100%;
  width: 100%;
}

.ng-webcam {
  position: relative;
  display: inline-block;
}

.ng-webcam #counter {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -8px;
  color: #fff;
  z-index: 2;
}

.ng-webcam.no-overlay #ng-webcam-container:after, .ng-webcam.no-overlay #counter {
  display: none;
}

.webcam-button {
  margin-bottom: 15px;
}

zip-webcam .button-circle .button {
  height: 75px;
  width: 75px;
}

zip-webcam .submitting-text {
  display: none;
}

zip-webcam .ng-webcam {
  height: 100%;
  width: 100%;
}

zip-webcam .ng-webcam #ng-webcam-container {
  height: 100%;
  width: 100%;
}

zip-webcam .ng-webcam #ng-webcam-container video {
  height: auto !important;
  width: 100% !important;
}

.webcam-button .button-circle .button .zmdi {
  font-size: 22px;
}

search-select-list {
  display: block;
}

search-select-list .question-typeahead-select {
  margin: 5px 0 20px;
}

search-select-list .question-typeahead-select input {
  width: 100%;
}

search-select-list .question-typeahead-select ul.dropdown-menu {
  max-height: 330px !important;
}

.search-list {
  padding: 20px 0;
}

.search-list .zmdi-close-circle {
  display: block;
  font-size: 18px;
}

.search-list .zmdi-close-circle.disabled {
  color: #ededed;
}

.search-list .search-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f8;
  border: 1px solid #b4b4b4;
  margin-bottom: 5px;
  font-size: 16px;
  padding: 12px;
}

.search-list .search-item-empty {
  border: 1px dashed #b4b4b4;
  padding: 12px;
}

.medication-delete-modal label {
  font-weight: normal;
}

.medication-delete-modal md-radio-button .md-label {
  padding-left: 15px;
  color: #a63423;
  font-weight: 600;
}

.sig-warning {
  display: block;
  background-color: #f8f8f8;
  margin: 20px -20px;
  padding: 20px;
  box-shadow: 0 1px 1px 0 #b4b4b4;
}

.sig-warning .warning-message p {
  margin: 0;
}

.sig-warning .warning-message i {
  display: none;
}

.sig-warning .warning-message.color-attention i, .sig-warning .warning-message.color-warning i {
  display: inline-block;
  margin-right: 20px;
}

.sig-warning .model-validation {
  padding-bottom: 10px;
}

.sig-warning uib-accordion .panel-group .panel a {
  color: #282828;
  padding: 0;
  border-bottom: 1px solid #b4b4b4;
  text-decoration: none;
}

.sig-warning uib-accordion .panel-group .panel .panel-title a i.zmdi {
  color: #282828;
  font-size: 34px;
  font-weight: 400;
  line-height: 0.75;
}

.sig-warning uib-accordion .panel-group .panel .panel-body {
  border: none;
  background-color: #f8f8f8;
}

.container-white-bordered {
  margin: 20px 0;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #828282;
}

@keyframes flickerAnimation {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
@-o-keyframes flickerAnimation {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
@-moz-keyframes flickerAnimation {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
@-webkit-keyframes flickerAnimation {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
.coverage-link {
  color: #282828;
}

.coverage-link:hover {
  text-decoration: none;
  color: #282828;
}

.formulary-buttons .button:first-child {
  margin-left: 0;
  margin-right: 0;
}

.formulary-buttons a.button {
  -webkit-animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  animation: fadein 0.5s;
  font-size: 10px;
  font-weight: 400;
  min-width: 36px;
  height: 26px;
  line-height: 15px;
  padding: 6px 8px;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  border: none;
  color: #4b4b4b;
  margin: 5px;
  outline: none;
}

.formulary-buttons a.button.pink {
  background-color: #f4c7c7;
}

.formulary-buttons a.button.peach {
  background-color: #fbdbce;
}

.formulary-buttons a.button.green {
  background-color: #e9f3d6;
}

.formulary-buttons a.button.blue {
  background-color: #cce8f5;
}

.formulary-buttons a.button.white {
  background-color: #fff;
}

.formulary-buttons a.button.gray {
  background-color: #ededed;
}

.formulary-buttons a.button.gray.loading-gray {
  -webkit-animation: flickerAnimation 2s infinite ease;
  -moz-animation: flickerAnimation 2s infinite ease;
  -o-animation: flickerAnimation 2s infinite ease;
  animation: flickerAnimation 2s infinite ease;
}

.formulary-buttons a {
  margin: 5px;
}

.formulary-buttons a .fa-flag {
  color: #4770a6;
}

.formulary-buttons .popover-title {
  font-size: 16px;
  font-weight: 400;
}

.popover-formulary.popover {
  max-width: 300px;
}

.formulary-modal .modal-body {
  max-height: 60vh;
  overflow-y: auto;
}

.formulary-modal .modal-body::-webkit-scrollbar-track {
  border-radius: 0px;
}

.formulary-modal .modal-body::-webkit-scrollbar {
  width: 8px;
  background: hsla(0, 0%, 100%, 0);
}

.formulary-modal .modal-body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: rgba(37, 112, 81, 0.6);
}

ul.popover-select-list {
  padding: 0;
  margin: -9px -14px;
}

ul.popover-select-list > li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: solid 1px #ededed;
}

ul.popover-select-list > li:last-child {
  border-bottom: none;
}

ul.popover-select-list > li > a {
  padding: 3px 6px;
  text-decoration: none;
  display: block;
  color: #282828;
}

ul.popover-select-list > li > a:hover {
  background-color: #ededed;
}

ul.popover-select-list > li > a .small {
  line-height: inherit;
}

ul.popover-select-list > li.selected > a {
  background-color: rgba(37, 112, 81, 0.25);
}

.borderless-button {
  border: none;
  background: none;
}

form .ng-force-invalid-input {
  border-color: #950000;
}

.map-controls-container .map-controls {
  width: 70px;
  height: 70px;
}

.map-controls-container .map-controls button {
  margin: 0;
  padding: 0;
}

.map-controls-container .map-controls button .zmdi {
  font-size: 40px;
  vertical-align: middle;
}

zip-interview-follow-up-care zip-button {
  display: block;
}

zip-interview-follow-up-care .opt-out-checkbox zip-input-md {
  display: inline-block;
}

.photo-button button {
  line-height: 94px;
  padding: 0;
}

.photo-button button, .drop-box {
  height: 100px;
  width: 100%;
  text-align: center;
}

.photo-button button > .zmdi-upload, .photo-button button > .zmdi-camera, .drop-box > .zmdi-upload, .drop-box > .zmdi-camera {
  font-size: 54px;
  margin-right: 15px;
  vertical-align: middle;
}

.photo-button button .button-label, .drop-box .button-label {
  font-size: 20px;
  vertical-align: middle;
}

.drop-box button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

.drop-box button i {
  display: inline-block;
  vertical-align: middle;
}

.full-width-button .button {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

.full-width-centered-button .button {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  text-align: center;
}

.interview-action-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.interview-action-buttons zip-button {
  margin: 10px;
}

button.button-no-styles {
  background: none;
  border: none;
}

@media screen and (min-width: 768px) {
  .interview-action-buttons {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .interview-action-buttons zip-button:last-child {
    margin-left: 0;
  }
  .follow-up-care-footer zip-cancel-visit {
    margin-left: auto;
  }
}
.chat-window {
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0px 4px 8px #ededed;
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 1000;
}

.chat-window .camera-container {
  display: block;
}

.chat-window.large {
  width: 740px;
  height: 650px;
}

.chat-window.large .expand {
  display: none;
}

.chat-window.small {
  width: 325px;
  height: 545px;
}

.chat-window.small .visible-xs {
  display: block !important;
}

.chat-window.small .hidden-xs {
  display: none !important;
}

.chat-window.small img {
  max-width: 263px;
}

.chat-window.minimized {
  height: 41px;
}

.chat-window.minimized .minimize, .chat-window.minimized form {
  display: none;
}

.chat-window.minimized zip-chat-conversation {
  visibility: hidden;
}

.chat-window.small .compress {
  display: none;
}

.chat-window .window-header {
  background: #257051;
  color: #fff;
  padding: 0 11px 0 15px;
  position: relative;
  z-index: 1;
}

.chat-window .window-header p {
  font-size: 16px;
  line-height: 19px;
  margin: 10px 0 11px;
}

.chat-window .window-header a {
  color: #fff;
  display: inline-block;
  padding: 4px;
  text-decoration: none;
}

.chat-window .window-header a:hover {
  background: rgba(100, 100, 100, 0.4);
  border-radius: 3px;
}

.chat-errors {
  padding: 10px 15px;
  position: relative;
  background: rgb(255, 187.5, 187.5);
  z-index: 1;
}

.chat-errors .error-message {
  padding-bottom: 0;
}

.chat-user-status {
  margin-right: 10px;
  font-size: 18px;
}

.chat-user-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.chat-user-online .chat-user-status {
  color: #9bca3e;
}

.unread-chat-messages-count {
  padding-left: 20px;
  color: #9bca3e;
}

.chat-user-offline .chat-user-status {
  color: #ededed;
}

.chat-user-offline .chat-user-name {
  color: #b4b4b4;
}

.doctor-chat .doctor-chat-header {
  background: #f8f8f8;
  border-bottom: 1px solid #ededed;
  min-height: 48px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.doctor-chat .doctor-chat-header a {
  font-size: 14px;
  line-height: 18px;
}

.doctor-chat .doctor-chat-header .chat-user-name {
  flex-grow: 1;
  text-align: left;
}

.doctor-chat .conversation-container {
  margin: 48px 0 0;
}

.doctor-chat .conversation-content {
  padding: 15px;
}

.doctor-chat .dr-icon {
  margin-left: 15px;
}

.doctor-chat .footer-content .photo-actions {
  display: none;
}

.doctor-chat .chat-container .conversation-container .message .message-content {
  font-size: 14px;
  padding: 10px 15px;
}

.doctor-chat .chat-complete-dialog {
  display: none;
}

.patient-chat .patient-chat-header {
  background: #f8f8f8;
  box-shadow: inset 0 0 4px 0 #ededed;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  position: fixed;
  top: 88px;
  width: 100%;
  padding: 0 15px;
  z-index: 100;
}

.patient-chat .patient-chat-header.chat-user-offline .chat-user-name.waiting-for-doc {
  border: 1px dashed #ededed;
  padding: 5px 25px 5px 10px;
}

.patient-chat .conversation-container {
  margin-top: 132px;
}

.patient-chat .conversation-content {
  padding: 15px;
}

.patient-chat .footer-content {
  padding: 10px 25px;
}

.patient-chat .message img {
  max-width: 250px;
}

.patient-chat .dr-icon {
  margin-right: 15px;
}

.chat-complete-dialog {
  max-width: 700px;
  margin: auto;
  margin-bottom: 25px;
  border: 1px solid #ededed;
  border-radius: 2px;
  text-align: center;
  padding: 25px;
  padding-bottom: 30px;
}

.chat-complete-dialog h4 {
  font-size: 20px;
  font-weight: 400;
}

.chat-complete-dialog p {
  margin-bottom: 25px;
}

.chat-container .flex-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.chat-container .message-failed {
  text-align: right;
  font-size: 16px;
  margin: 15px 0 10px;
}

.chat-container .message-failed .fa {
  font-size: 16px;
}

.chat-container .message-failed .failed-warning {
  color: #d50000;
  margin-right: 10px;
}

.chat-container .message-failed .retry-message {
  color: #ef5000;
}

.chat-container .conversation-container {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.chat-container .conversation-container .message-content {
  border-radius: 3px;
  display: inline-block;
  margin-right: 20px;
  text-align: left;
}

.chat-container .conversation-container .message {
  display: flex;
  line-height: 24px;
  margin-bottom: 20px;
}

.chat-container .conversation-container .message:last-child {
  margin-bottom: 0;
}

.chat-container .conversation-container .message .chat-gray-label {
  color: #828282;
  font-size: 12px;
  line-height: 15px;
}

.chat-container .conversation-container .notification {
  display: block;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

.chat-container .conversation-container .notification .message-content {
  margin: 0;
}

.chat-container .conversation-container .notification .text i {
  background: #9bca3e;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
}

.chat-container .conversation-container .doctor .message-content, .chat-container .conversation-container .patient .message-content, .chat-container .conversation-container .recipient .message-content, .chat-container .conversation-container .sender .message-content, .chat-container .conversation-container .system .message-content {
  background: rgba(225, 225, 225, 0.55);
  padding: 20px;
}

.chat-container .conversation-container .system {
  text-align: center;
}

.chat-container .conversation-container .doctor + .doctor, .chat-container .conversation-container .patient + .patient {
  margin-top: -15px;
}

.chat-container .conversation-container .sender {
  flex-direction: row-reverse;
}

.chat-container .conversation-container .sender .chat-gray-label {
  text-align: right;
}

.chat-container .conversation-container .sender .message-content {
  background: rgba(37, 112, 81, 0.15);
  margin-right: 0;
  margin-left: 20px;
}

.chat-container .doctor .message-content-wrap, .chat-container .patient .message-content-wrap, .chat-container .system .message-content-wrap {
  text-align: right;
}

.chat-container .recipient .message-content-wrap {
  text-align: left;
}

.chat-container .sender .message-content-wrap {
  text-align: right;
}

.chat-container .message img {
  max-width: 250px;
}

.chat-container .footer-container {
  background: #f8f8f8;
  border-top: 1px solid #ededed;
}

.chat-container .footer-container .camera-container {
  margin-right: 20px;
}

.chat-container .footer-container .send-btn-container {
  margin-left: 10px;
}

.chat-container .footer-container .error-message {
  padding-bottom: 0;
}

.chat-container .footer-container input, .chat-container .footer-container textarea {
  background: #fff;
}

.chat-container .footer-container textarea {
  padding: 3px;
  overflow-y: scroll;
  max-height: 200px;
}

.chat-container .footer-content {
  align-items: flex-end;
  margin: 0 auto;
  padding: 10px 15px;
}

.chat-container .photo-actions {
  margin: 0;
  padding: 10px 0;
}

.chat-container .photo-actions li {
  float: left;
  list-style: none;
  margin: 0 30px 0 0;
  padding: 0;
}

.chat-container .photo-actions li a {
  font-size: 14px;
  line-height: 18px;
}

.chat-container .photo-actions li a:hover {
  text-decoration: none;
}

.chat-container .photo-actions li i {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: bottom;
}

.chat-history-container {
  position: relative;
}

.chat-history-container .chat-container .flex-container {
  position: static;
}

.chat-footer-disabled a, .chat-footer-disabled a:hover {
  color: #ededed;
  cursor: default;
}

.mobile-tab-chat-unread-indicator {
  font-weight: 600;
  color: #9bca3e;
}

.fg2 {
  flex-grow: 2;
}

.addenda_and_comments .message-content-wrap {
  display: flex;
  align-items: center;
}

.addenda_and_comments .message-content-wrap .message-content {
  margin-bottom: 10px;
}

.addenda_and_comments .message-content-wrap .message-content .m0 {
  margin: 0;
}

.addenda_and_comments .message-container {
  margin-bottom: 10px;
}

.addenda_and_comments .message-type {
  color: #828282;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 2px;
}

.addenda_and_comments .message-type.left {
  text-align: left;
  margin-left: 52px;
}

.addenda_and_comments .message-type.right {
  text-align: right;
  margin-right: 52px;
}

.addenda_and_comments .recipient .user-icon {
  margin-right: 10px;
}

.addenda_and_comments .sender .message-content-wrap {
  flex-direction: row-reverse;
  text-align: right;
}

.addenda_and_comments .sender .user-icon {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .camera-container {
    display: none;
  }
  .patient-chat .patient-chat-header {
    height: 68px;
    top: 117px;
    padding: 0 25px;
  }
  .patient-chat .conversation-container {
    margin: 185px 0 0;
  }
  .patient-chat .conversation-content {
    padding: 25px;
  }
  .patient-chat .footer-content {
    padding: 10px 25px;
  }
  .patient-chat .message img {
    max-width: unset;
  }
  .small .chat-container .conversation-container .sender {
    margin-left: 0;
  }
  .small .chat-container .conversation-container .message-content {
    margin-right: 0;
  }
  .doctor-chat .conversation-container {
    margin: 88px 0 0;
  }
  .chat-container .conversation-container .message-content {
    margin-left: 0;
    margin-right: 120px;
  }
  .chat-container .conversation-container .notification {
    margin: 0 0 20px;
  }
  .chat-container .conversation-container .sender {
    margin-right: 0;
    margin-left: 120px;
  }
  .chat-container .footer-container .input-container {
    margin-bottom: -2px;
  }
  .chat-container .footer-container textarea {
    font-size: 16px;
  }
  .chat-history-container {
    height: 60vh;
    position: relative;
  }
  .chat-history-container .chat-container .flex-container {
    position: absolute;
  }
}
zip-conditions-we-treat zip-accordion uib-accordion.main .panel-group {
  margin-bottom: 10px;
}

zip-conditions-we-treat .conditions-name {
  line-height: 1.6;
  font-weight: 500;
}

zip-conditions-we-treat .featured-conditions {
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
  padding-bottom: 60px;
}

zip-conditions-we-treat .featured-conditions h2 {
  margin-bottom: 1.5em;
}

zip-conditions-we-treat .featured-conditions .condition {
  border: 1px solid #ededed;
  border-radius: 3px;
}

zip-conditions-we-treat .featured-conditions .condition .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}

zip-conditions-we-treat .featured-conditions .condition .icon-wrap i {
  color: #a63423;
  font-size: 95px;
}

zip-conditions-we-treat .featured-conditions .condition .text-wrap {
  background: #f8f8f8;
  border-top: 1px solid #ededed;
  min-height: 70px;
  padding: 10px;
}

zip-conditions-we-treat .featured-conditions .condition .text-wrap h4 {
  font-weight: 600;
  line-height: 1.5em;
  margin: 0;
}

zip-conditions-we-treat .all-conditions .intro {
  margin-bottom: 40px;
}

zip-conditions-we-treat .all-conditions .intro h2 {
  margin-top: 0;
}

zip-conditions-we-treat .conditions-accordion .row {
  margin-bottom: 20px;
}

zip-conditions-we-treat .conditions-accordion .row:last-child {
  margin-bottom: 0;
}

zip-conditions-we-treat .conditions-accordion .condition {
  background: #f8f8f8;
  min-height: 200px;
  padding: 20px 20px 10px;
}

zip-conditions-we-treat .conditions-accordion .condition h4, zip-conditions-we-treat .conditions-accordion .condition p, zip-conditions-we-treat .conditions-accordion .condition h6 {
  line-height: 1.25em;
}

zip-conditions-we-treat .conditions-accordion .condition h4, zip-conditions-we-treat .conditions-accordion .condition p {
  margin-top: 0;
}

zip-conditions-we-treat .conditions-accordion .condition p {
  font-size: 15px;
}

zip-conditions-we-treat .conditions-accordion .condition .restrictions {
  color: #828282;
  font-size: 15px;
}

zip-conditions-we-treat .conditions-accordion .condition .restrictions ul {
  padding-left: 20px;
}

zip-conditions-we-treat .outro {
  margin: 30px 0 40px;
}

.mobile-diagnosis md-tabs {
  position: absolute;
  top: 53px;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
}

.mobile-diagnosis md-ink-bar {
  color: #257051;
  background: #257051;
  top: 0;
  height: 6px;
}

.mobile-diagnosis .md-tab {
  background: #f8f8f8;
  border: 1px solid #ededed;
  border-width: 0 0 1px 1px;
}

.mobile-diagnosis .md-tab:first-child {
  border-left-width: 0;
}

.mobile-diagnosis .md-tab.md-active {
  background: #fff;
  border-bottom: 0px;
}

.mobile-diagnosis .doctor-diagnose .panel .panel-body.p0 {
  padding: 0;
}

.mobile-diagnosis .doctor-chat .doctor-chat-header {
  background: #fff;
}

.table-icons {
  color: #b4b4b4;
  font-size: 20px;
}

zip-clinician-visits-list .zip-table {
  border-collapse: separate;
}

zip-clinician-visits-list .zip-table tbody tr.panel-cta-sidebar-primary td:first-child {
  border-color: #257051;
}

zip-clinician-visits-list .zip-table tbody tr.panel-cta-sidebar-primary .fa-clock-o {
  color: #257051;
}

zip-clinician-visits-list .zip-table tbody tr.panel-cta-sidebar-attention td:first-child {
  border-color: #d50000;
}

zip-clinician-visits-list .zip-table tbody tr.panel-cta-sidebar-attention .fa-clock-o {
  color: #d50000;
}

zip-clinician-visits-list .zip-table tbody tr.panel-cta-sidebar-caution td:first-child {
  border-color: #ef5000;
}

zip-clinician-visits-list .zip-table tbody tr.panel-cta-sidebar-caution .fa-clock-o {
  color: #ef5000;
}

zip-clinician-visits-list .zip-table tbody tr.panel-cta-sidebar-warning td:first-child {
  border-color: #ffd200;
}

zip-clinician-visits-list .zip-table tbody tr.panel-cta-sidebar-warning .fa-clock-o {
  color: #ffd200;
}

online-status-indicator .offline {
  color: #b4b4b4;
}

.doctor-diagnose .accordion-heading-icon, .doctor-review .accordion-heading-icon {
  color: #b4b4b4;
  font-size: 14px;
}

.doctor-diagnose zip-accordion .sub-header-title, .doctor-review zip-accordion .sub-header-title {
  width: 100%;
}

.doctor-diagnose review-footer-buttons .button, .doctor-review review-footer-buttons .button {
  margin-top: 20px;
}

.doctor-diagnose review-footer-buttons .center-horizontally, .doctor-review review-footer-buttons .center-horizontally {
  display: flex;
  justify-content: center;
}

.doctor-diagnose .pick-list .formulary-buttons, .doctor-review .pick-list .formulary-buttons {
  margin-left: 70px;
  margin-bottom: 20px;
}

.doctor-diagnose .top-label-form zip-input-md > div, .doctor-review .top-label-form zip-input-md > div {
  margin-bottom: 0;
}

.doctor-diagnose .simple-card .body-bold, .doctor-review .simple-card .body-bold {
  margin: 0;
}

ccda-link {
  font-size: 15px;
}

.doctor-diagnose .disabled-color [md-ink-ripple-checkbox], .mobile-diagnosis .disabled-color [md-ink-ripple-checkbox] {
  opacity: 0.3;
}

.doctor-diagnose #visit-history .zip-td.wd100, .mobile-diagnosis #visit-history .zip-td.wd100 {
  width: 100px;
}

.doctor-diagnose #visit-history .zip-td.wd175, .mobile-diagnosis #visit-history .zip-td.wd175 {
  width: 175px;
}

zip-accordion uib-accordion.sub .panel .panel-heading .ss-disclaimer .fa-info-circle {
  font-size: 16px;
  color: #a63423;
  margin-left: 10px;
}

.border-right {
  border-right: 0px;
}

.border-left {
  border-left: 0px;
}

.left-col-wrap {
  padding: 10px 20px;
}

.right-col-wrap {
  padding: 10px 20px;
}

.ccda table {
  width: 100%;
}

.ccda table td, .ccda table th {
  border: solid 1px #ccc;
  padding: 10px 20px;
}

.ccda table.header_table {
  margin-bottom: 10px;
}

.ccda table.header_table td.td_header_role_name {
  width: 30%;
  font-weight: bold;
}

.ccda table td.td_header_role_name, .ccda table th {
  background-color: #f8f8f8;
}

.ccda table ul {
  padding-left: 20px;
}

.ccda .Bold {
  font-weight: bold;
}

.ccda .Italics {
  font-style: italic;
}

.ccda .Underline {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .label .fa {
    display: inline;
  }
  #visit-history .text-left-mobile {
    text-align: left;
  }
  .ccda {
    overflow-x: scroll;
  }
  .ccda table td, .ccda table th {
    padding: 5px 10px;
  }
}
@media (min-width: 768px) {
  .mobile-diagnosis md-tabs {
    top: 80px;
  }
  .doctor-diagnose zip-accordion.assessment .panel {
    margin-right: -15px;
  }
  .doctor-review .right-side-accordion zip-accordion .panel {
    margin-left: -15px;
  }
  .ss-disclaimer {
    margin-left: 24px;
  }
  .border-right {
    border-right: 1px solid #a63423;
  }
  .border-left {
    border-left: 1px solid #a63423;
  }
  .border-left.border-collapsed {
    margin-left: -1px;
  }
  .left-col-wrap {
    padding: 10px 5px 10px 40px;
  }
  .right-col-wrap {
    padding: 10px 40px 10px 5px;
  }
  .text-right-sm {
    text-align: right;
  }
  .flex-ai-c-sm {
    display: flex;
    align-items: center;
  }
  zip-clinician-visits-list .zip-table {
    border-collapse: separate;
  }
  zip-clinician-visits-list .zip-table tbody tr.visit-single-row td {
    padding: 5px 10px;
    border-left: 8px solid #f8f8f8;
  }
  zip-clinician-visits-list .zip-table tbody tr.visit-single-row td.panel-cta-sidebar-primary {
    border-color: #257051;
  }
  zip-clinician-visits-list .zip-table tbody tr.visit-single-row td.panel-cta-sidebar-attention {
    border-color: #d50000;
  }
  zip-clinician-visits-list .zip-table tbody tr.visit-single-row td.panel-cta-sidebar-caution {
    border-color: #ef5000;
  }
  zip-clinician-visits-list .zip-table tbody tr.visit-single-row td.panel-cta-sidebar-warning {
    border-color: #ffd200;
  }
}
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 3s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.faq-section h3 {
  color: #257051;
  border-bottom: 1px solid #257051;
}

.faq-section h4 {
  margin-top: 0;
}

.faq-section a {
  font-weight: 400;
  text-decoration: underline;
}

.faq-section .zipicon {
  font-size: 30px;
}

.faq-section .question {
  margin-bottom: 40px;
}

.faq-section .icon-wrap {
  text-align: center;
  width: 50px;
}

.faq-section .category-title {
  padding-right: 18px;
}

.faq-section uib-accordion .panel-heading .panel-title a {
  padding-left: 0;
  padding-right: 10px;
}

.faq-section uib-accordion .panel-body {
  padding-top: 25px;
}

@media (min-width: 768px) {
  .faq-section .zipicon {
    font-size: 42px;
  }
  .faq-section .icon-wrap {
    width: 70px;
  }
  .faq-section uib-accordion .panel-heading .panel-title a {
    padding-left: 10px;
    padding-right: 20px;
  }
}
.guest-visit-start h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}

.guest-visit-start .two-column-separator {
  border-bottom: solid 1px #ededed;
  margin-bottom: 30px;
}

.guest-visit-start .login-form-container {
  max-width: 90%;
}

.guest-visit-start .login-form-container .panel {
  border: none;
  box-shadow: none;
}

.guest-visit-start .login-form-container .panel .panel-body {
  padding: 0;
}

.guest-visit-start .login-form-container .panel .panel-footer {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  background: none;
}

.guest-visit-start .login-form-container .form-detail-message {
  font-size: 12px;
  line-height: 16px;
  margin-top: -10px;
  margin-bottom: 15px;
}

.guest-visit-start .login-form-container .error-message {
  padding-bottom: 0px;
}

@media (max-width: 1199px) {
  .guest-visit-start .login-form-container .panel .panel-footer .flex {
    display: block;
    text-align: center;
  }
  .guest-visit-start .login-form-container .panel .panel-footer .flex .link-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .guest-visit-start .container-full, .registration-options-form .container-full {
    padding-top: 50px;
  }
  .guest-visit-start .two-column-separator {
    border-bottom: 0;
    border-right: 1px solid #ededed;
  }
}
.alert-banner-container {
  max-width: 1140px;
  margin: auto;
}

.alert-banner-container > * {
  padding: 15px;
}

.welcome-section {
  padding: 30px 15px;
  font-size: 18px;
  font-weight: 400;
}

.welcome-section h1 {
  margin: 0 0 10px;
  color: #257051;
  font-size: 22px;
  font-weight: 600;
}

.welcome-section h2 {
  margin: 0 0 20px;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.welcome-section h5 {
  margin: 10px 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.welcome-section strong, .welcome-section b {
  font-weight: 600;
}

.center-content {
  display: inline-block;
  margin: auto;
}

.welcome-texture-center-axis {
  position: absolute;
  left: 50%;
  top: 0%;
}

.welcome-texture-relative-frame {
  position: relative;
}

.welcome-texture-area {
  position: relative;
  overflow: hidden;
}

.welcome-texture-area .hospital {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 400px;
  margin-left: -200px;
  background-size: 400px;
  height: 208px;
  margin-top: -104px;
}

.welcome-texture-area .hospital:nth-child(1) {
  left: -104px;
  top: 150px;
  opacity: 0.6;
  background-size: 30%;
}

.welcome-texture-area .hospital:nth-child(2) {
  left: -215px;
  top: 70px;
  opacity: 0.4;
  background-size: 20%;
}

.welcome-texture-area .hospital:nth-child(3) {
  left: -405px;
  top: 120px;
  opacity: 0.5;
  background-size: 80%;
}

.welcome-texture-area .hospital:nth-child(4) {
  left: -550px;
  top: 40px;
  opacity: 0.3;
  background-size: 30%;
}

.welcome-texture-area .hospital:nth-child(5) {
  left: -750px;
  top: 90px;
  opacity: 0.6;
  background-size: 40%;
}

.welcome-texture-area .hospital:nth-child(6) {
  left: 170px;
  top: 76px;
  opacity: 0.5;
  background-size: 60%;
}

.welcome-texture-area .hospital:nth-child(7) {
  left: 350px;
  top: 70px;
  opacity: 0.3;
  background-size: 30%;
}

.welcome-texture-area .hospital:nth-child(8) {
  left: 570px;
  top: 42px;
  opacity: 0.4;
  background-size: 70%;
}

.welcome-texture-area .hospital:nth-child(9) {
  left: 790px;
  top: 120px;
  opacity: 0.3;
  background-size: 25%;
}

.welcome-texture-area .hospital:nth-child(10) {
  left: 950px;
  top: 40px;
  opacity: 0.6;
  background-size: 30%;
}

.welcome-texture-area.welcome-texture-lite .hospital {
  background-image: url(/assets/hospital_lite.png);
}

.welcome-texture-area.welcome-texture-dark .hospital {
  background-image: url(/assets/hospital_dark.png);
}

.welcome-actions-color {
  background-color: #257051;
}

.welcome-actions-color h2 {
  color: #fff;
}

.welcome-actions-color .button {
  background-color: #fff;
  border: 0;
  color: #a63423;
}

.welcome-actions-color .button:hover {
  background-color: #eee;
}

.welcome-action-buttons {
  margin-bottom: -20px;
  position: relative;
}

.welcome-action-buttons .button, .welcome-action-buttons .button:hover {
  font-size: 20px;
  margin: 0 10px 30px;
}

.overview-subsection {
  margin-bottom: 25px;
  text-align: left;
  display: flex;
  align-items: center;
}

.overview-subsection:last-child {
  margin-bottom: 0;
}

.overview-subsection i {
  color: #a63423;
  float: left;
  font-size: 60px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  text-align: center;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .welcome-action-buttons .button, .welcome-action-buttons .button:hover {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .overview-subsection i {
    text-align: right;
  }
  .welcome-section h1, .welcome-section h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .responsive-wrapper {
    margin: auto;
    width: 50%;
  }
}
.vidscrip-background {
  background: #f8f8f8;
  padding-bottom: 50px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.clinic-hours-header {
  margin-bottom: 0;
  text-align: center;
}

.clinic-hours-header a {
  color: #fff;
}

.clinic-hours-header a:hover {
  color: #fff;
  text-decoration: underline;
}

.clinic-hours-header a i {
  font-size: 18px;
  margin-left: 5px;
}

.clinic-hours-header.reverse i, .clinic-hours-header.reverse a, .clinic-hours-header.reverse:hover {
  color: #282828;
}

.clinic-hours-header i.fa-clock-o, .clinic-hours-header i.fa-globe {
  margin-right: 5px;
  margin-left: 0;
}

.clinic-hours-header zip-header-hours a:hover {
  text-decoration: none;
}

.clinic-hours-header #language-link {
  display: none;
  margin-left: 30px;
}

@media (min-width: 992px) {
  .clinic-hours-header #language-link {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .clinic-hours-header #language-link.is-patient {
    display: inline-block;
  }
}
ul.hours-modal {
  font-weight: 300;
  margin-bottom: 0;
  padding: 0;
}

ul.hours-modal li {
  color: #282828;
  list-style-type: none;
  margin: 0 0 4px;
}

ul.hours-modal li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .clinic-hours-header {
    text-align: right;
  }
}
.hr-with-words {
  width: 100%;
  border-bottom: 1px solid #b4b4b4;
  line-height: 0.1em;
  margin: 30px 0;
  text-align: center;
}

.hr-with-words span {
  background: #fff;
  padding: 0 10px;
}

zip-interview-question .container {
  padding: 0;
}

zip-interview-question .panel {
  border: none;
  box-shadow: none;
}

zip-interview-question .interview-question-custom-container .container {
  padding-left: 15px;
  padding-right: 15px;
}

zip-interview-question zip-input-md.input-type-label {
  display: none;
}

.interview-question {
  padding: 0;
}

.interview-question .zip-radio-option {
  display: block;
}

.interview-question .input-type-yes-no md-list-item .md-no-style, .interview-question .input-type-checkbox md-list-item .md-no-style {
  padding: 0;
}

.interview-question legend {
  margin-bottom: 10px;
}

.radio-group-with-secondary-label fieldset.question-label, .radio-group-with-secondary-label .input-type-label {
  margin-bottom: 30px;
}

.tagging-question-options ~ .radio-label {
  word-break: break-word;
  overflow-wrap: anywhere;
}

@media (min-width: 768px) {
  zip-interview-question .container {
    padding: 0 15px;
  }
  zip-interview-question .panel {
    box-shadow: 0px 4px 5px rgba(23, 23, 23, 0.14), 0px 1px 10px rgba(23, 23, 23, 0.12), 0px 2px 4px rgba(23, 23, 23, 0.2);
  }
  .interview-question-input-wrapper {
    padding-left: 88px;
  }
  .interview-question legend {
    margin-bottom: 20px;
  }
  .radio-group-with-secondary-label fieldset legend {
    padding-left: 88px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .borderless-panel-xs .panel {
    border: none;
  }
}
.learn-more-page section {
  border-bottom: 1px solid #ededed;
  margin-bottom: 25px;
}

.learn-more-page section:last-child {
  border-bottom: 0;
}

.learn-more-page .section-list h4 {
  min-height: 2.7em;
}

.learn-more-page section.intro h2, .learn-more-page section.intro h3 {
  margin-bottom: 30px;
}

.learn-more-page section.intro h3 {
  font-size: 22px;
  font-weight: 300;
}

.learn-more-page section .zipicon {
  font-size: 80px;
}

.learn-more-page section h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 0px;
}

.learn-more-page section ul {
  margin-bottom: 40px;
  padding-left: 30px;
}

.learn-more-page section ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

.learn-more-page section p {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .learn-more-page section {
    margin-bottom: 50px;
  }
  .learn-more-page section.intro h2, .learn-more-page section.intro h3 {
    margin-bottom: 40px;
  }
  .learn-more-page section h4 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .learn-more-page section ul {
    margin-bottom: 20px;
  }
  .learn-more-page section ul li {
    margin-bottom: 25px;
  }
}
.legal-doc h2 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
}

.legal-doc h3 {
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
}

.map-controls .button {
  margin-left: 15px;
  margin-top: 15px;
}

address {
  margin-bottom: 1em;
}

address h6 {
  margin-top: 0;
}

.tooltip-content-wrap p, .tooltip-content-wrap address {
  font-size: 16px;
  line-height: normal;
}

.tooltip-content-wrap .location-name {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.map-section {
  position: relative;
}

.map-section .map-loading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.tabbed-page h2 {
  font-size: 28px;
  margin-top: 10px;
  text-align: center;
}

.tabbed-page .tabs-container {
  background: #f8f8f8;
  box-shadow: inset 0 0 4px 0 #ededed;
  height: 68px;
  margin-bottom: -68px;
}

.tabbed-page md-tabs md-tabs-wrapper {
  height: 68px;
}

.tabbed-page md-tabs md-tabs-wrapper md-prev-button {
  left: auto;
  right: auto;
}

.tabbed-page md-tabs md-tabs-wrapper md-next-button, .tabbed-page md-tabs md-tabs-wrapper md-prev-button {
  background-color: #fff;
  height: 68px;
  top: 0;
  transform: none;
}

.tabbed-page md-tabs md-tabs-wrapper md-next-button.md-disabled, .tabbed-page md-tabs md-tabs-wrapper md-prev-button.md-disabled {
  display: none;
}

.tabbed-page md-tabs md-tabs-wrapper md-next-button md-icon, .tabbed-page md-tabs md-tabs-wrapper md-prev-button md-icon {
  color: #a63423;
}

.tabbed-page md-tabs md-tabs-canvas {
  overflow: visible;
}

.tabbed-page md-tabs md-tabs-canvas.md-paginated {
  margin: 0 32px 0 0;
}

.tabbed-page md-tabs md-tabs-canvas md-pagination-wrapper {
  height: 68px;
}

.tabbed-page md-tabs .md-tab {
  background-color: #a63423;
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 24px 24px;
  border-radius: 2px 2px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  margin-right: 8px;
  margin-top: 26px;
  text-transform: capitalize;
}

.tabbed-page md-tabs .md-tab.md-active {
  background-color: #fff;
  box-shadow: 0 0 4px 0 #ededed;
  color: #282828;
  line-height: 22px;
  margin-top: 20px;
  font-size: 18px;
}

.tabbed-page md-tab-content {
  background-color: #fff;
}

.tabbed-page md-tab-content md-tabs {
  margin-top: 45px;
}

.tabbed-page md-tab-content md-tabs md-tabs-wrapper {
  background-color: #fff;
  box-shadow: none;
  z-index: 2;
}

.tabbed-page md-tab-content md-tabs .md-tab {
  background-color: #f8f8f8;
  border: 1px solid #ededed;
  border-width: 1px 0 0 1px;
  color: #282828;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin-top: 20px;
}

.tabbed-page md-tab-content md-tabs .md-tab:first-child, .tabbed-page md-tab-content md-tabs .md-tab:first-child.md-active {
  background-image: none;
  border-left: 0 none;
}

.tabbed-page md-tab-content md-tabs .md-tab:first-child span, .tabbed-page md-tab-content md-tabs .md-tab:first-child.md-active span {
  margin-left: 0;
}

.tabbed-page md-tab-content md-tabs .md-tab.md-active {
  background: #fff;
  box-shadow: none;
  margin-bottom: -1px;
  z-index: 100;
}

.tabbed-page md-tab-content md-tab-content {
  border-top: 1px solid #ededed;
}

.tabbed-page .tab-content-sub {
  border-top: 1px solid #ededed;
  padding: 20px;
}

.tabbed-page .tab-content-sub i {
  margin-right: 20px;
}

.tabbed-page .tab-link, .tabbed-page .tab-link i {
  font-size: 14px;
  line-height: 18px;
}

.tabbed-page ul.actions {
  margin: 0 0 20px;
  padding: 0;
}

.tabbed-page ul.actions li {
  list-style-type: none;
  margin: 0 30px 0 0;
  padding: 0;
}

.tabbed-page .tab-content-main {
  padding: 20px 0;
}

.tabbed-page .tab-content-main .details.deactivatedIneligible {
  color: #ededed;
}

.tabbed-page .carousel-inner .item h2 i {
  background-image: none;
  display: none;
}

.tabbed-page .carousel-inner .item:first-child h2 i {
  background-image: url(/assets/icons/icon-user-blk.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  display: inline-block;
  vertical-align: bottom;
  width: 24px;
  height: 24px;
}

.tabbed-page .carousel-inner .item.text-center {
  text-align: left;
}

.tabbed-page .carousel-indicators {
  top: 50px;
  bottom: auto;
}

.tabbed-page .carousel-control {
  top: 74px;
  bottom: auto;
}

.tabbed-page .carousel-control.disabled .glyphicon {
  color: #ededed;
}

zip-profile-show .md-tab.md-active:first-child {
  background-image: url(/assets/icons/icon-user-wht.svg);
}

zip-profile-show .md-tab.md-active:first-child span {
  margin-left: 24px;
}

zip-profile-show .md-tab.md-active:first-child.md-active {
  background-image: url(/assets/icons/icon-user-blk.svg);
}

zip-profile-show .md-tab.md-active.disabled {
  background: #ededed;
  color: #fff;
  opacity: 1;
}

.md-tab {
  padding: 12px 5px;
}

.history-tab-visit {
  background-color: #f8f8f8;
  border-radius: 3px;
  border-left: 7px solid #f8f8f8;
  margin-bottom: 10px;
  width: 100%;
}

.history-tab-visit.success {
  border-color: #8ec716;
}

.history-tab-visit.warning {
  border-color: #ffcf00;
}

.history-tab-visit.attention {
  border-color: #d80000;
}

@media (min-width: 768px) {
  .md-tab {
    padding: 12px 24px;
  }
  .tabbed-page h2 {
    font-size: 24px;
    margin-top: 20px;
    text-align: left;
  }
  .tabbed-page zip-profile-sub-tabs md-tabs {
    margin-top: 0;
  }
  .tabbed-page zip-profile-sub-tabs md-tabs .md-tab {
    border-width: 1px 1px 0;
    font-size: 16px;
    margin-top: 26px;
  }
  .tabbed-page zip-profile-sub-tabs md-tabs .md-tab.md-active {
    font-size: 18px;
    line-height: 26px;
  }
  .tabbed-page zip-profile-sub-tabs md-tabs .md-tab:first-child, .tabbed-page zip-profile-sub-tabs md-tabs .md-tab:first-child.md-active {
    border-left: 1px solid #ededed;
  }
  .tabbed-page zip-profile-sub-tabs md-tab-content {
    border: 1px solid #ededed;
  }
  .tabbed-page .tab-content-main, .tabbed-page .tab-content-sub {
    padding: 20px 0;
  }
}
.modality-selector {
  padding-top: 24px;
}

.btn-modality {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

#chat-explanation {
  margin-bottom: 55px;
}

#async-explanation {
  margin-bottom: 45px;
}

zip-modality .modality {
  border: 1px solid #f8f8f8;
  border-radius: 8px;
  box-shadow: 0px 0px 5px -2px #b4b4b4;
  margin-bottom: 20px;
}

zip-modality .modality .modality-header {
  background: #257051;
  color: #fff;
  display: none;
  padding: 8px 0 10px;
}

zip-modality .modality.recommended {
  border: 5px solid #257051;
  margin-top: -20px;
}

zip-modality .modality.recommended .modality-header {
  display: block;
}

zip-modality .modality.recommended .modality-body {
  padding-top: 24px;
}

zip-modality .modality .modality-body {
  padding-top: 48px;
}

zip-modality .modality .icon-wrap {
  margin-bottom: 25px;
}

zip-modality .modality .icon-wrap i {
  font-size: 75px;
}

zip-modality .modality .button {
  margin-bottom: 30px;
}

zip-modality .modality h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

zip-modality .description {
  background: #f8f8f8;
  border-radius: 0 0 4px 4px;
  padding: 0px 10px 1px;
}

zip-modality .description h3 {
  font-size: 18px;
  margin: 0;
  padding: 10px 0;
  margin-bottom: 30px;
}

zip-modality .description h3 .zmdi {
  line-height: 0.8;
}

zip-modality .description h3 .zmdi-chevron-down {
  display: none;
}

zip-modality .description h3 .collapsed .zmdi-chevron-down {
  display: block;
}

zip-modality .description h3 .collapsed .zmdi-chevron-up {
  display: none;
}

zip-modality .description h4 {
  font-size: 16px;
  font-weight: 500;
}

zip-modality .description ul {
  padding-left: 18px;
  margin-bottom: 30px;
}

zip-modality .description ul li {
  line-height: 24px;
  margin-bottom: 8px;
}

.modal.p0 .modal-body {
  padding: 0;
}

.modal-preparer .modal-body h2 {
  font-size: 22px;
  padding: 6px 0;
}

.modal-content .modal-footer, .modal-content .container-camera-button {
  border-top: 1px solid #ededed;
  padding: 20px;
}

.close-btn {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 1;
}

.close-btn i {
  font-size: 24px;
}

.modal-webcam .modal-body {
  padding: 0;
}

.modal-webcam zip-webcam ng-webcam video {
  padding: 20px;
  border-bottom: 1px solid #ededed;
}

.modal-webcam md-card md-card-content {
  padding: 4px;
  font-size: 13px;
  text-align: center;
}

zip-photo-review .interview-upload-list {
  padding: 20px;
}

zip-photo-review .interview-upload-list li {
  width: 90px;
}

zip-photo-review .interview-upload-list img {
  height: auto;
  max-width: 160px;
  margin: auto;
}

zip-photo-review .list-inline > li {
  padding: 0;
}

zip-photo-review .list-inline > li.take-additional-photo {
  padding-top: 56px;
}

.take-additional-photo {
  border: 1px dashed #ededed;
  border-radius: 7px;
  height: 174px;
  margin: 8px;
  min-height: 100px;
}

.take-additional-photo .button {
  display: block;
  margin: 0 auto 10px;
  padding: 15px;
  width: 50px;
  height: 50px;
}

.take-additional-photo .button-label {
  color: #a63423;
  font-size: 13px;
}

@media (max-width: 768px) {
  .modal-body p, .modal-body li {
    word-break: break-word;
  }
}
@media (min-width: 768px) {
  zip-photo-review .interview-upload-list li {
    width: 190px;
  }
  .photo-capture-modal .modal-dialog {
    width: 630px;
  }
  zip-webcam .button-circle .button {
    width: 75px;
  }
}
.panel.panel-video .panel-footer {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.actions .action {
  margin: 12px 0;
  display: inline-block;
}

.actions .action:not(:last-child) {
  margin-right: 20px;
}

.panel-heading .actions {
  text-align: right;
}

.panel-heading .actions .action {
  margin-top: 0;
  margin-bottom: 0;
}

.panel-border-primary .panel {
  border-color: #257051;
}

.block-with-icon {
  background-color: #f8f8f8;
  max-height: 64px;
}

.block-with-icon .block-icon {
  background-color: #257051;
  color: #fff;
  margin-right: 10px;
}

.block-with-icon .block-body .block-label {
  font-weight: 700;
}

.block-with-icon p {
  line-height: 20px;
}

.panel.clickable-panel.unlocked-visit:hover {
  border-left: 1px solid #b4b4b4;
}

zip-queue-item-comments .comment {
  font-weight: 400;
}

zip-queue-item-comments .comment-signature .name {
  font-weight: 400;
}

zip-queue-item-comments #ctrl-form-comment {
  min-height: 100px;
}

content-panel footer {
  background: #f8f8f8;
}

content-panel .card .link-button, content-panel footer .link-button {
  margin: 15px auto 0;
}

header-large-status > div {
  background-color: #f8f8f8;
  border-width: 0 0 0 6px;
  border-style: solid;
  margin-left: -1px;
}

header-large-status > div .zipicon {
  font-size: 24px;
  color: #b4b4b4;
  margin-right: 10px;
}

header-large-status > div.gray {
  border-left-color: #b4b4b4;
}

header-large-status > div.warning {
  border-left-color: #ffd200;
}

header-large-status > div.green {
  border-left-color: #9bca3e;
}

header-large-status > div.blue {
  border-left-color: #257051;
}

header-large-status > div.gray .attention-icon .attention-icon-box {
  background-color: #b4b4b4;
}

header-large-status > div.gray .attention-icon .attention-icon-pointer {
  border-left-color: #b4b4b4;
}

header-large-status > div.warning .attention-icon .attention-icon-box {
  background-color: #ffd200;
}

header-large-status > div.warning .attention-icon .attention-icon-pointer {
  border-left-color: #ffd200;
}

header-large-status > div.green .attention-icon .attention-icon-box {
  background-color: #9bca3e;
}

header-large-status > div.green .attention-icon .attention-icon-pointer {
  border-left-color: #9bca3e;
}

header-large-status > div.blue .attention-icon .attention-icon-box {
  background-color: #257051;
}

header-large-status > div.blue .attention-icon .attention-icon-pointer {
  border-left-color: #257051;
}

.panel-stack {
  border-radius: 2px;
}

.panel-stack header {
  background: #f8f8f8;
  border-radius: 2px 2px 0 0;
}

.panel-stack header h1, .panel-stack header h2, .panel-stack header h3, .panel-stack header h4, .panel-stack header h5, .panel-stack header h6, .panel-stack header .h7 {
  margin: 0;
}

.panel-stack footer {
  background: #f8f8f8;
  border-radius: 0 0 2px 2px;
}

.panel-stack footer .link-button {
  margin: 15px auto 0;
}

.border-color-attention {
  border-left-width: 6px;
  border-left-color: #d50000;
}

.doctor-diagnose zip-visit .panel, .doctor-review #zip-visit-assessment .panel {
  margin-bottom: 0;
}

.doctor-diagnose uib-accordion .panel .panel-body, .doctor-review uib-accordion .panel .panel-body {
  padding: 0;
}

.doctor-diagnose uib-accordion .panel-heading .panel-title a, .doctor-review uib-accordion .panel-heading .panel-title a {
  font-size: 20px;
  font-weight: 300;
  padding: 20px;
}

.doctor-diagnose uib-accordion .panel[chat-history] .panel-body, .doctor-review uib-accordion .panel[chat-history] .panel-body {
  border: 0 none;
  padding: 20px 0;
}

.m10 {
  margin: 10px;
}

.m20 {
  margin: 20px;
}

.panel-footer .flex, .modal-footer .flex {
  display: block;
  text-align: center;
}

.panel-footer .flex.fc-mr30 > :first-child, .modal-footer .flex.fc-mr30 > :first-child {
  margin-right: 0;
}

.panel-footer .link-wrap, .modal-footer .link-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.panel-footer .link-wrap:first-child, .modal-footer .link-wrap:first-child {
  margin-top: 0;
}

.panel-footer .link-wrap:last-child, .modal-footer .link-wrap:last-child {
  margin-bottom: 0;
}

.panel-footer .link-wrap > a, .modal-footer .link-wrap > a {
  margin: 10px;
  display: inline-block;
}

@media (min-width: 768px) {
  .panel-stack footer .link-button {
    margin: 10px 25px;
  }
  .doctor-diagnose uib-accordion .panel .panel-body, .doctor-review uib-accordion .panel .panel-body {
    padding: 0;
  }
  .panel-footer .flex, .modal-footer .flex {
    display: flex;
    text-align: unset;
  }
  .panel-footer .flex.fc-mr30 > :first-child, .modal-footer .flex.fc-mr30 > :first-child {
    margin-right: 30px;
  }
  .panel-footer .link-wrap, .modal-footer .link-wrap {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
  }
}
zip-patient-summary .icon-wrap {
  margin-right: 40px;
}

zip-patient-summary .icon-wrap i {
  font-size: 80px;
}

zip-patient-summary .copyblock {
  border: none;
  padding-right: 0;
  margin-right: 0;
  width: 100%;
}

zip-short-visit-list .visit-list {
  padding: 10px 20px;
}

zip-short-visit-list .visit-list .zip-table .zip-td {
  flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  zip-patient-summary .copyblock {
    border-right: 1px solid #b4b4b4;
    padding-right: 50px;
    margin-right: 40px;
  }
  zip-short-visit-list .visit-list {
    padding: 0 40px 30px;
  }
}
@media (min-width: 992px) {
  zip-short-visit-list .zip-table .zip-td.mid {
    width: 417px;
  }
}
@media (min-width: 1200px) {
  zip-short-visit-list .zip-table .zip-td.mid {
    width: 511px;
  }
}
.border-card.with-footer .card-body {
  padding-left: 10px;
  padding-right: 10px;
}

.border-card.with-footer .card-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.border-card.with-footer .full-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 85px;
}

.context-actions-paragraph {
  margin-top: 30px;
  margin-bottom: 35px;
}

.circle-icon {
  background-color: #257051;
  border-radius: 50%;
  margin: 0 auto;
  width: 60px;
  height: 60px;
}

.circle-icon i {
  color: #fff;
  width: 100%;
}

.patient-card {
  border: 5px solid rgba(0, 0, 0, 0);
  border-radius: 13px;
  margin-bottom: 70px;
  text-align: center;
}

.patient-card .patient-card-inner-box {
  border: 1px solid #ccc;
  border-radius: 8px;
}

.patient-card .patient-card-header {
  border: 0;
  border-radius: 4px;
  text-align: center;
  padding: 10px;
  margin: auto;
  margin-top: -20px;
  width: auto;
  max-width: 200px;
  height: 38px;
  color: #4b4b4b;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.patient-card .patient-card-body {
  padding: 10px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 405px;
}

.patient-card .patient-card-section {
  padding-bottom: 20px;
}

.patient-card .patient-card-footer {
  background-color: #f8f8f8;
  border-radius: 0 0 8px 8px;
}

.patient-card .patient-card-footer a {
  display: block;
  text-decoration: none;
}

.patient-card .visit-status-section {
  display: table;
  margin: auto;
}

.patient-card .visit-status-section .visit-status {
  text-align: left;
}

.patient-card .visit-status-section .visit-status a {
  font-weight: 500;
}

.patient-card .pricing .lowlight {
  color: #b4b4b4;
}

.patient-card h6.heavy {
  margin-bottom: 10px;
}

.patient-card hr {
  margin-top: 0;
  width: 25%;
}

.patient-card.patient-card-yellow {
  border: 5px solid rgb(255, 232.5, 127.5);
}

.patient-card.patient-card-yellow .patient-card-header {
  background-color: #ffd200;
}

.patient-card.patient-card-green {
  border: 5px solid hsl(80.1428571428, 56.9105691057%, 76.7647058824%);
}

.patient-card.patient-card-green .patient-card-header {
  background-color: #9bca3e;
}

.patient-card .flex1 {
  flex: 1;
}

.attention-icon {
  display: inline-block;
}

.attention-icon .attention-icon-box {
  display: inline-block;
  background-color: #ccc;
  width: 14px;
  height: 14px;
  margin-top: 0;
  border-radius: 3px 0 0 3px;
}

.attention-icon .attention-icon-pointer {
  display: inline-block;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  width: 10px;
  height: 14px;
  border-width: 7px 5px 7px 5px;
  border-left-color: #ccc;
}

.attention-icon.icon-green .attention-icon-box {
  background-color: #9bca3e;
}

.attention-icon.icon-green .attention-icon-pointer {
  border-left-color: #9bca3e;
}

.attention-icon.icon-gold .attention-icon-box {
  background-color: #ffd200;
}

.attention-icon.icon-gold .attention-icon-pointer {
  border-left-color: #ffd200;
}

.flex-stack-spread {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-stack-spread > * {
  margin: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .flex-stack-spread {
    flex-direction: row;
    align-items: center;
  }
  .flex-stack-spread > * {
    margin: 0;
    margin-right: 10px;
  }
  .flex-stack-spread > *:last-child {
    margin-right: 0;
  }
}
.patient-search-container hr {
  margin: 25px 0;
}

.patient-search-container .search-result {
  background-color: #fff;
  border: 1px solid #ededed;
  padding: 10px 20px;
}

.patient-search-container .search-result .fa {
  font-size: 16px;
}

.patient-search-container .dashed-border {
  border: 1px dashed #ededed;
  padding: 20px 20px;
}

@media (min-width: 768px) {
  .patient-search-container .search-result .search-result-name {
    width: 21%;
  }
  .patient-search-container .search-result .search-result-dob {
    width: 17%;
  }
  .patient-search-container .search-result .search-result-addr {
    width: 40%;
  }
  .patient-search-container .search-result .search-result-btn {
    width: 94px;
  }
}
.model-validation {
  position: absolute;
  opacity: 0;
  width: 200px;
}

zip-input-md .messages {
  position: relative;
}

md-input-container .md-input-messages-animation {
  overflow: visible;
}

.ng-submitted .model-validation {
  opacity: 1;
}

md-input-container .md-input-message-animation:not(.ng-animate) {
  margin-top: 0;
}

.profile-show .patient-profile-show .panel-group {
  margin-bottom: 0;
  border-top: 1px solid #ededed;
}

.profile-show .zmdi {
  margin-top: 10px;
}

@media only screen and (max-width: 480px) {
  .profile-show .zmdi {
    display: none;
  }
}
.profile-show .panel-group {
  margin-bottom: 0;
  border-bottom: 1px solid #ededed;
}

.profile-show .panel-title > a {
  display: block;
}

.profile-show .patient-add {
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 0px 23px 0px;
  border-bottom: 1px solid #ededed;
  color: #257051;
}

.profile-show .patient-add a {
  color: #257051;
}

.profile-show .patient-add-positioning {
  margin-left: 15px;
}

.profile-show .accordion-row {
  padding-top: 10px;
  padding-bottom: 0px;
  margin: 0px;
}

.profile-show .relationship {
  color: #282828;
}

.patient-email .tooltip-inner {
  max-width: none;
}

.progress-bar-container {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.zip-progress-bar {
  display: flex;
}

.zip-progress-bar .progress-section {
  display: flex;
}

.zip-progress-bar .step-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 56px;
}

.zip-progress-bar .step-container p {
  font-size: 10px;
  font-weight: 400;
  margin: 0;
  line-height: 14px;
}

.zip-progress-bar .progress-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.zip-progress-bar .step-outer-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

.zip-progress-bar .step-outer-circle.current {
  background-color: hsl(7.786259542, 65.1741293531%, 79.4117647059%);
}

.zip-progress-bar .step-inner-circle {
  background-color: #ededed;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zip-progress-bar .step-inner-circle i {
  font-size: 24px;
  border-radius: 25%;
  color: #fff;
}

.zip-progress-bar .step-inner-circle.complete {
  background-color: #a63423;
}

.zip-progress-bar .step-inner-circle.current {
  background-color: #a63423;
}

.zip-progress-bar .step-bar-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}

.zip-progress-bar .step-bar {
  background-color: #ededed;
  width: 16px;
  height: 4px;
  border-radius: 20px;
}

.zip-progress-bar .step-bar.filled {
  background-color: #a63423;
}

@media screen and (min-width: 768px) {
  .zip-progress-bar {
    padding: 30px 0;
  }
  .zip-progress-bar .step-container {
    width: 100px;
  }
  .zip-progress-bar .step-container p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 24px;
  }
  .zip-progress-bar .step-inner-circle.current {
    height: 40px;
    width: 40px;
  }
  .zip-progress-bar .step-outer-circle.current {
    height: 48px;
    width: 48px;
  }
  .zip-progress-bar .step-bar {
    width: 64px;
  }
}
.reasons > button {
  width: 100%;
  border: 1px solid #b4b4b4;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0px 4px 5px rgba(23, 23, 23, 0.14), 0px 1px 10px rgba(23, 23, 23, 0.12), 0px 2px 4px rgba(23, 23, 23, 0.2);
  background-color: #fff;
  margin-bottom: 16px;
  padding: 20px 24px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reasons .restriction {
  font-size: 15px;
  font-weight: normal;
  color: #d50000;
}

.reasons .reason-icon {
  display: inline-block;
  margin-right: 20px;
}

.reasons .reason-icon svg, .reasons .reason-icon img {
  width: 60px;
  max-height: 60px;
}

.reasons .reason-details {
  display: inline-block;
}

.reasons .reason-details h2 {
  margin: 0;
}

.registration-options .zip-group-description {
  margin-bottom: 15px;
}

.registration-options .radio-border {
  border-left: 0;
}

.registration-options .zip-group-selection .zip-radio-option {
  display: block;
}

.registration-options .zip-group-selection .zip-group-not-a-member {
  width: 100%;
}

.registration-options .zip-group-selection .zip-group-not-a-member .md-container {
  margin-top: 2px;
}

.registration-options .zip-group-dropdown {
  width: 100%;
}

.registration-options .button-row {
  margin-top: 15px;
}

.registration-options h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

.registration-options h2 span.secondary {
  font-weight: 300;
  font-style: italic;
}

.registration-options .panel-body {
  padding-top: 0;
  padding-bottom: 5px;
}

.registration-options .panel-body p {
  margin-bottom: 15px;
}

.registration-options .panel-body .divider-top {
  padding-top: 15px;
  border-top: 1px solid #ededed;
}

.registration-options .panel-body .group-radios {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .registration-options .zip-group-selection {
    margin-left: 100px;
  }
}
@media (min-width: 768px) {
  .registration-options .zip-group-dropdown {
    width: 50%;
  }
}
.sidebar-search-container {
  border: 1px solid #ededed;
  height: 70vh;
  overflow-y: scroll;
}

.sidebar-search-container .sidebar-search-input-container {
  padding: 20px;
  height: auto;
}

.sidebar-search-container .sidebar-search-results-container .sidebar-search-result {
  border: 1px solid #ededed;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  width: 100%;
}

.sidebar-search-container .sidebar-search-results-container .sidebar-search-result .heading {
  color: #b4b4b4;
}

.sidebar-search-container .sidebar-search-results-container .sidebar-search-result p {
  font-weight: 500;
  margin-bottom: 0;
}

.sidebar-search-container .sidebar-search-results-container .sidebar-search-result.active {
  border-left: 5px solid #a63423;
}

.preview-container {
  height: 70vh;
  overflow-y: scroll;
}

.preview-container .preview-title-bar {
  width: inherit;
  display: flex;
  justify-content: space-between;
  border: 1px solid #ededed;
  padding: 20px;
}

.preview-container .preview-title-bar .heading {
  color: #b4b4b4;
}

.preview-container .preview-title-bar p {
  font-weight: 500;
  margin-bottom: 0;
}

.preview-container .show-new-lines {
  white-space: pre-line;
}

.sidebar-search-footer {
  width: auto;
  padding: 20px;
  background: #f8f8f8;
}

.sidebar-search-footer .align-right {
  margin-left: auto;
}

.template-button {
  position: relative;
  z-index: 1;
}

.template-button-mobile {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #a63423;
  padding: 8px;
  height: 34px;
  width: 40px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
}

.template-manager .panel-body {
  padding: 0;
}

.template-manager .panel ::-webkit-scrollbar {
  width: 0;
}

.zip-secondary-progress-bar .container {
  padding: 0;
}

.zip-secondary-progress-bar h6 {
  margin-top: 0;
}

.zip-secondary-progress-bar .panel {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 1px solid #ededed;
}

.zip-secondary-progress-bar .panel-body {
  padding: 16px;
}

.zip-progress-meter-container {
  width: 100%;
  height: 20px;
  background-color: #ededed;
  overflow: hidden;
}

.zip-progress-meter-container .zip-progress-meter {
  max-width: 100% !important;
  height: 100%;
  background: #a63423;
  transition: width 250ms ease-in-out;
}

@media (min-width: 768px) {
  .zip-secondary-progress-bar .container {
    padding: 0 15px;
  }
  .zip-secondary-progress-bar .panel {
    margin-bottom: 20px;
  }
  .zip-secondary-progress-bar .panel-body {
    padding: 32px;
  }
}
#local-video-stream video, .remote-video-stream video, .screenshare video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

twilio-video-room #local-video-stream video {
  transform: scale(-1, 1);
}

canvas.screencapture {
  position: absolute;
  opacity: 0;
}

.video-black-background .pin-button {
  right: 0px;
}

.video-black-background .pin-button i {
  transform: rotate(315deg);
}

.video-black-background .capture-photo-button {
  right: 40px;
}

.video-black-background .pin-button, .video-black-background .capture-photo-button {
  position: absolute;
  border-left: none;
  background-color: rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  outline: none;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0);
}

.video-black-background .pin-button:focus, .video-black-background .capture-photo-button:focus {
  border-color: #fff;
}

.video-black-background .pin-button i, .video-black-background .capture-photo-button i {
  font-size: 26px;
  color: #fff;
  display: block;
  vertical-align: middle;
}

.video-black-background .ot-layout.OT_big .pin-button {
  background-color: hsla(0, 0%, 100%, 0.3);
  text-shadow: 0 0 2px #000;
}

.video-black-background .ot-layout.OT_big .pin-button i {
  transform: rotate(0);
}

.video-black-background .mute-indicator {
  font-weight: bold;
  color: #f33;
}

.video-participant-caption {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1%;
  margin-bottom: 0;
  font-size: 15px;
  padding-left: 2%;
  line-height: 1em;
}

.video-participant-caption .participant-name {
  white-space: nowrap;
}

.OT_big .video-participant-caption {
  font-size: 20px;
}

.remote-video-stream:not(.OT_big) .video-participants-button .name-indicator {
  display: none;
}

twilio-video-room .video-footer {
  align-items: center;
  justify-content: center;
}

twilio-video-room .video-footer button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 46px;
  margin: auto;
}

twilio-video-room .video-button-container {
  text-align: center;
  margin: 4px 10px;
}

twilio-video-room .video-button-container .video-button-label {
  font-size: 10px;
  font-weight: 400;
  margin-top: 2px;
}

.panel-video {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  twilio-video-room .video-footer {
    justify-content: flex-end;
  }
}
.video-room.fullscreen {
  position: fixed;
  overflow: hidden;
}

.video-status-message {
  margin-bottom: 20px;
  width: 100%;
}

.video-overlay-small.fill-parent-absolute {
  background: rgba(0, 0, 0, 0);
}

.video-overlay-small.fill-parent-absolute p {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 8px;
}

.video-overlay-small.fill-parent-absolute .video-status-message {
  margin-bottom: 0;
}

#video-matrix > * {
  transition-property: all;
  transition-duration: 0.5s;
}

.video-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.video-overlay.bottom-left {
  margin-top: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
}

.multi-party-video.video-black-background {
  min-height: 480px;
}

.multi-party-video.video-black-background .OT_publisher .OT_edge-bar-item, .multi-party-video.video-black-background .OT_subscriber .OT_edge-bar-item {
  z-index: 3;
}

.video-black-background {
  background: #000;
  color: #fff;
  min-height: 350px;
  position: relative;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.video-black-background .reverse .button:focus {
  outline: 1px dotted #fff;
  outline-offset: 2px;
}

.video-black-background .OT_publisher .OT_bar, .video-black-background .OT_subscriber .OT_bar {
  background: none;
}

.video-black-background .ie11_ot_bar_fix {
  z-index: 1;
  position: inherit;
  right: 50px;
  left: 50px;
}

.video-black-background .video-control-buttons .OT_mute.OT_active, .video-black-background .video-control-buttons .OT_mute.OT_active, .video-black-background .video-control-buttons .OT_pin.OT_active, .video-black-background .OT_publisher .OT_mute.OT_active, .video-black-background .OT_publisher .OT_mute.OT_active, .video-black-background .OT_publisher .OT_pin.OT_active, .video-black-background .OT_subscriber .OT_mute.OT_active, .video-black-background .OT_subscriber .OT_mute.OT_active, .video-black-background .OT_subscriber .OT_pin.OT_active {
  background-color: rgba(255, 0, 0, 0.5);
}

.video-black-background .fullscreen .video-control-buttons {
  z-index: 1003;
}

.video-black-background .video-control-buttons {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  z-index: 2;
}

.video-black-background .video-control-buttons button {
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  vertical-align: middle;
}

.video-black-background .video-control-buttons button:focus {
  outline: 1px solid #fff;
}

.video-black-background .video-control-buttons .zmdi {
  line-height: 1.2;
}

.video-black-background .video-control-buttons .OT_mute, .video-black-background .video-control-buttons .OT_pin {
  font-size: 0px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.video-black-background .video-control-buttons .OT_mute {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAATCAYAAAB7u5a2AAABx0lEQVQ4jaWUv48NURiGn3ONmCs32ZBd28ht1gqyZAkF21ylQkEiSp2ehpDlD1BoFGqqVdJohYKI7MaPxMoVNghCWMF+7ybLUewnOXfcMWO9yeQ857zne8+XmZOBGjJpr0kvTIomvTZpS526UCO4DUwD64FjwCFgqZnnR+oc8LfgzKQ73vGsr42ZtGjSQFV9o8KfBCacZwCaef4YmAf2rzjcpN3A2WSpm/AssKcqPDNpDBjs410CViXzTwk/A7b1C4wxDgOngAsZcAXY2buDfp/6S4F3lDS8DjgBzDWAjX/Y/e/QgYS/AhsKHa+OMQ6GEJ4Cj4BOAxgq6aCowyZtdf4OtAr+FHDO+R4wWnVbihr3cQnICt4boO38GWj9a/icjwOACt4m4K3zEPA+AxaAtTWCnwN3lzHkEL8V/OPAGud9wK2GF9XR1Wae/1zG2AI+pGYI4VUIoRtjHAc2A9cz4LRPevYCZ+i9/4sJt4GXJU10gaPAzdI2TTro/5Tfz8XEe2LSZGmxq/SDNvP8BnA5WRrx4BwYBe6vONx1EnjovGvBLAAd4Adwuyq8UiaNmDTvr+a8SQ9MuvbfwckBHZPe+QEfTdpep+4XZmPBHiHgz74AAAAASUVORK5CYII=);
  background-position: 10px 11px;
}

.video-black-background .video-control-buttons .OT_mute.OT_active {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAACtklEQVQ4jZ2VSYiURxTHf+/T9Nc9iRrBuYySmIsXUU9iFMEFERRBvAjJLUQi5ioiHvSScfTmgqC4XAT1ZIgLuJHkICaaQAgKI2hAUBT30bjUq7bbv4eukXK029F3+eqtv/fqK6qQdEnSNUmT6CDB/bvgfjO4N9zj2RD8007xg1IABkwEzkma0qb4PGAPMBZYLtSD8eNwAEjqTlNI0gNJM4YU7w7ut4O7gvuhZFsR3C8NC5BBLiTIY0mzM8AvqbiC++pk+zLpE95XuwAws3vAQuBPYDRwWtL84P4tsDSLv5oaug4EYOawAMF9jMdoLxqNZcDvQA04UVYqL4G/svj7AF21mhJscrvCksYBFO7xc2AAGGg2mrdjvf4rcAyomNn+slLZmUEGBgsYdh945xZJmgvckDSrEJpK6ySBgV6q12O8ABwGPjGzfWWlsjdN9rpjoSfA+DYDXARGAksK4Is3XC1Ub4z1f4CDQGFmu6tleQSYk0U+p7WVeefLJc00s4fAeWB6Qeunvj0m2ugx9gO7kmlrtSxvBfcy6fXUZS6rgG/S+jLQUwCVNmMC9HqM14EtSe+rluWazN8YEv8IqKZ1E1qnaIDO0ucx3gX6kv6TpM3AM+D/IbGjgP60/gq4WQA33gMA2OQxPgHWJX1ttSwL4FAeZGYLgB2SasBs4A8L7qOBf9M0uXQB3a+TMYSmVctyDrA9mfcBK82smSdKWgCcAaa1bTm4fxbc/8uuCQX3RanAD5Ka6Wo5IGnE0HxJPZ03pQX5Org3MsD3AO5xXLPZXJ9BjkrqdFg6QjZkgG3Jtsw93pG0VFI9QU5K6voYQBHcTydAfwheBI9HgvvPAJIWS3qeIL9JGvUxkO7gfi1BrqTvwkG/pPmSnibIqTzXPgAyEVgBjAEu1qrVPbk/PVTHgb/NbPGg/RVIzOQqzSTBaQAAAABJRU5ErkJggg==);
}

.video-black-background .OT_pin {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
}

.video-black-background .OT_pin i {
  font-family: FontAwesome;
  font-size: 26px;
  color: #fff;
  display: block;
  vertical-align: middle;
  transform: rotate(315deg);
}

.video-black-background .OT_publisher .OT_mute, .video-black-background .OT_subscriber .OT_mute, .video-black-background .OT_publisher .OT_pin, .video-black-background .OT_subscriber .OT_pin {
  border-left: none;
  background-color: rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0);
}

.video-black-background .OT_publisher .OT_mute:focus, .video-black-background .OT_subscriber .OT_mute:focus, .video-black-background .OT_publisher .OT_pin:focus, .video-black-background .OT_subscriber .OT_pin:focus {
  border-color: #fff;
}

.video-black-background .OT_mini .OT_mute, .video-black-background .OT_publisher.OT_mini .OT_mute.OT_mode-auto.OT_mode-on-hold, .video-black-background .OT_subscriber.OT_mini .OT_mute.OT_mode-auto.OT_mode-on-hold {
  top: unset;
  left: unset;
  right: 0;
  bottom: 0;
}

.video-black-background .OT_mini .OT_pin {
  top: unset;
  left: unset;
  right: 40px;
  bottom: 0;
}

.video-black-background .OT_publisher.OT_big .OT_pin, .video-black-background .subscriber-video-stream.OT_big .OT_pin {
  background-color: rgba(255, 0, 0, 0.5);
}

.video-black-background .OT_publisher .OT_edge-bar-item.OT_mode-off, .video-black-background .OT_subscriber .OT_edge-bar-item.OT_mode-off, .video-black-background .OT_publisher .OT_edge-bar-item.OT_mode-auto, .video-black-background .OT_subscriber .OT_edge-bar-item.OT_mode-auto, .video-black-background .OT_publisher .OT_edge-bar-item.OT_mode-mini-auto, .video-black-background .OT_subscriber .OT_edge-bar-item.OT_mode-mini-auto {
  top: unset;
  opacity: unset;
}

.video-black-background .OT_mini .OT_mute.OT_mode-auto, .video-black-background .OT_publisher .OT_mute.OT_mode-mini-auto, .video-black-background .OT_subscriber .OT_mute.OT_mode-mini-auto {
  top: unset;
}

.video-black-background .OT_publisher .OT_edge-bar-item.OT_edge-bottom.OT_mode-off, .video-black-background .OT_subscriber .OT_edge-bar-item.OT_edge-bottom.OT_mode-off, .video-black-background .OT_publisher .OT_edge-bar-item.OT_edge-bottom.OT_mode-auto, .video-black-background .OT_subscriber .OT_edge-bar-item.OT_edge-bottom.OT_mode-auto, .video-black-background .OT_publisher .OT_edge-bar-item.OT_edge-bottom.OT_mode-mini-auto, .video-black-background .OT_subscriber .OT_edge-bar-item.OT_edge-bottom.OT_mode-mini-auto {
  top: unset;
  bottom: unset;
}

.video-black-background .OT_publisher .OT_edge-bar-item.OT_mode-on, .video-black-background .OT_subscriber .OT_edge-bar-item.OT_mode-on, .video-black-background .OT_publisher .OT_edge-bar-item.OT_mode-auto.OT_mode-on-hold, .video-black-background .OT_subscriber .OT_edge-bar-item.OT_mode-auto.OT_mode-on-hold, .video-black-background .OT_publisher:hover .OT_edge-bar-item.OT_mode-auto, .video-black-background .OT_subscriber:hover .OT_edge-bar-item.OT_mode-auto, .video-black-background .OT_publisher:hover .OT_edge-bar-item.OT_mode-mini-auto, .video-black-background .OT_subscriber:hover .OT_edge-bar-item.OT_mode-mini-auto {
  top: unset;
  opacity: unset;
}

.video-black-background .OT_mini .OT_mute.OT_mode-on, .video-black-background .OT_mini:hover .OT_mute.OT_mode-auto, .video-black-background .OT_mute.OT_mode-mini, .video-black-background .OT_root:hover .OT_mute.OT_mode-mini-auto {
  top: unset;
}

.video-black-background .OT_publisher .OT_edge-bar-item.OT_edge-bottom.OT_mode-on, .video-black-background .OT_subscriber .OT_edge-bar-item.OT_edge-bottom.OT_mode-on, .video-black-background .OT_publisher:hover .OT_edge-bar-item.OT_edge-bottom.OT_mode-auto, .video-black-background .OT_subscriber:hover .OT_edge-bar-item.OT_edge-bottom.OT_mode-auto {
  top: unset;
  bottom: unset;
  opacity: unset;
}

.video-footer {
  display: flex;
  justify-content: flex-end;
  padding: 5px;
  background-color: #4b4b4b;
}

.video-footer button {
  margin: 0 3px;
  position: relative;
  width: 60px;
  height: 40px;
  color: #fff;
  background-color: #4b4b4b;
  outline: none;
  border: none;
  border-radius: 5px;
  outline-offset: 2px;
}

.video-footer button i.fa {
  font-size: 20px;
}

.video-footer button i.zmdi {
  font-size: 30px;
}

.video-footer button.video-button-active {
  color: #4b4b4b;
  background: #fff;
}

.video-footer button:active {
  outline: none;
}

video-participants-button .counter-circle {
  position: absolute;
  top: 4px;
  right: 4px;
  height: 18px;
  width: 18px;
  background-color: #d50000;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
}

video-participants-button .counter-circle .count {
  display: inline-block;
  vertical-align: middle;
}

.participant-panel {
  background-color: #f8f8f8;
  border: 1px solid #ededed;
  padding: 10px 20px;
  margin: 10px 0;
  border-radius: 6px;
}

.participant-panel h2 {
  font-size: 20px;
  font-weight: 500;
}

.participant-panel p, .participant-panel h2 {
  margin: 0;
}

.participant-panel .participant-info {
  width: 80%;
}

.participant-panel .participant-status {
  line-height: 24px;
}

.participant-panel .fa-circle {
  font-size: 16px;
  color: #4b4b4b;
}

.participant-panel .fa-circle.active {
  color: #9bca3e;
}

.participant-panel .zmdi-more {
  font-size: 40px;
  padding: 0 10px;
  margin: 0;
}

.video-timer {
  line-height: 30px;
}

video-invitation-modal md-input-container .md-char-counter {
  padding-top: 0;
}

video-room-popup {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}

video-room-popup .popup-wrapper {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 8px #828282;
  border-radius: 5px;
  padding: 12px 22px;
  color: #282828;
}

video-room-popup zip-button {
  margin: 5px;
}

video-room-popup .video-room-popup-label {
  min-width: 200px;
}

@media (min-width: 768px) {
  video-room-popup zip-button {
    padding-left: 40px;
  }
}
.patient-report .panel {
  border: 0;
}

.provider-contact .border-card {
  padding-top: 0px;
  text-align: left;
}

.treatment-plan {
  padding: 20px 20px 30px;
}

.treatment-plan .icon-clipboard {
  font-size: 80px;
}

.treatment-plan .payment {
  padding: 30px 50px;
}

.treatment-plan .treatment-plan-section {
  margin-bottom: 40px;
}

.treatment-plan .treatment-plan-section:last-child {
  margin-bottom: 0;
}

.treatment-plan .treatment-plan-section h2 {
  margin-top: 20px;
}

.treatment-plan .treatment-plan-section .mt10 {
  margin-top: 10px;
}

.treatment-plan .treatment-plan-section .section-icon {
  font-size: 50px;
}

.treatment-plan .treatment-plan-section .section-heading {
  margin-top: 8px;
}

.treatment-plan .drug-name {
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 8px;
  padding: 0;
}

.treatment-plan .sig {
  margin: 0;
}

.visit-report-payment-info {
  background: #f8f8f8;
  border-top: 1px solid #ededed;
  padding: 40px 0;
}

.visit-report-payment-info .content-area {
  margin: 0 auto;
  max-width: 480px;
  padding: 0 20px;
}

.visit-report-payment-info .line-item {
  border-top: 1px solid #ededed;
  font-size: 14px;
}

.visit-report-payment-info .line-item .text-right-xs {
  float: right;
}

.visit-report-payment-info .line-item > * {
  display: inline-block;
  padding: 10px 0;
}

.visit-report-actions {
  margin-top: 30px;
}

.visit-report-action {
  display: inline-block;
  margin: 20px 10px;
}

.visit-report-action .fa.inline-icon {
  font-size: 20px;
  margin-right: 10px;
}

.visit-report-disclaimer {
  background: rgb(255, 232.5, 127.5);
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visit-report-disclaimer i {
  margin-right: 6px;
}

.zip-ticket-location h4 a.small {
  color: #a63423;
}

ul.align-left {
  padding-left: 18px;
}

.reportAddendaList p {
  margin: 0;
}

@media (min-width: 768px) {
  .treatment-plan {
    padding: 40px;
  }
  .visit-report-action {
    margin: 0 30px;
  }
  .patient-report .panel {
    border: 1px solid #ededed;
  }
}
@media (min-width: 992px) {
  .treatment-plan {
    padding-top: 20px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
body {
  padding-top: 76px;
}

.uber-image {
  background-image: url(/assets/uber_logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 150px;
  left: 25%;
  position: absolute;
}

@media (max-width: 991px) {
  .uber-image {
    display: none;
  }
}
.yourselfOrPatient {
  margin-top: 70px;
  margin-bottom: 70px;
}

.question-input-wrapper {
  margin: 30px 0px;
}

.question-input-wrapper legend {
  font-weight: bold;
}

.question-input-wrapper .zip-radio-option {
  display: block;
}

.question-input-wrapper > label {
  margin-bottom: 20px;
}

.locationSelector {
  max-width: 300px;
}

.ageInput {
  max-width: 100px;
}

.indented-question legend {
  font-weight: bold;
}

.indented-question .disclaimer-line {
  margin-top: 5px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #ededed;
}

@media (min-width: 768px) {
  .question-input-wrapper {
    margin-left: 88px;
  }
  .indented-question {
    margin-left: 88px;
  }
  .indented-question .disclaimer-line {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .indented-question .zip-radio-option {
    display: block;
  }
}
.fill-parent-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}

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

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

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

.mb0-override {
  margin-bottom: 0;
}

.mb20-override {
  margin-bottom: 20px;
}

zip-input-md.input-type-checkbox md-checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

zip-input-md.input-type-checkbox label {
  margin-bottom: 0;
}

.panel-borders-add-padding p.mb0 {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .verticalFinish {
    height: 140px;
    line-height: 140px;
  }
}
.other-care-options h2 {
  font-size: 22px;
}

.v41 zip-privacy h2 {
  font-size: 22px;
}

.image-url-caption h1 {
  font-size: 18px;
  line-height: 0;
}

main#content {
  padding-top: 16px;
}

.white-focus-outline:focus, .white-focus-outline:active {
  outline: 1px solid #fff;
}

#skip-to-content a {
  padding-top: 14px;
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
}

#skip-to-content a:focus {
  position: static;
  left: 0px;
  top: 0px;
}

.title-and-link {
  margin-bottom: 20px;
}

.title-and-link h2 {
  margin-bottom: 10px;
}

.title-and-link a {
  margin-top: 0px;
}

@media (min-width: 768px) {
  body {
    padding-top: 120px;
  }
  .title-and-link h2 {
    margin-bottom: unset;
  }
  .title-and-link a {
    margin-top: 22px;
  }
}
.intro-copy {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 768px) {
  .lab-panel {
    display: block;
  }
  .p20-xs {
    padding: 20px;
  }
}
.sms-message-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.disclaimer-row {
  padding: 25px 0 15px 0;
}

.lab-panel {
  display: inline-table;
  float: none;
}

.hra-multiple-choice-panel {
  width: 100%;
}

.dx-error-text {
  display: block;
  margin-top: -30px;
}

.preferred-addressable {
  background: url(/assets/icons/preferred.png) no-repeat;
  padding-left: 25px;
  margin-left: 5px;
  vertical-align: top;
  display: inline-block;
  height: 25px;
  color: #aa8d7c;
}

.locations-list dl {
  margin-top: 10px;
  margin-bottom: 10px;
}

.locations-list dd {
  margin-bottom: 10px;
}

a.no-focus-underline:focus:not(:hover) {
  text-decoration: none;
}

.custom-map-header-html {
  padding: 20px 0;
}

.custom-map-header-html h2, .custom-map-header-html h3, .custom-map-header-html h4 {
  margin-top: 0;
}

.custom-map-header-html p:last-child {
  margin-bottom: 0;
}

.zipgroup-signup-instructions {
  margin-top: -5px;
}

.patient-type-question {
  margin-top: 20px;
  margin-bottom: 20px;
}

.col-88pct {
  width: 88%;
}

.ios-position-fix {
  position: absolute;
}

zip-static-question-search .add-medication {
  padding: 8px 0 4px;
}

zip-static-question-search .add-medication, zip-static-question-search .static-medication-typeahead {
  display: block;
  margin: 12px 0;
}

zip-static-question-search .static-medication-typeahead > * {
  display: inline-block;
}

zip-static-question-search .static-medication-typeahead .cancel {
  margin-left: -4px;
  width: 80px;
  text-align: center;
}

zip-static-question-search .static-medication-typeahead input {
  width: 400px;
  width: calc(100% - 80px);
  min-width: 250px;
  margin: 0;
}

zip-image-viewer img {
  min-height: 58px;
}

zip-image-viewer li.spinner {
  text-align: center;
  width: 75px;
}

zip-image-viewer li.spinner .spinner-secondary {
  margin: 0 auto;
}

[zip-notification] {
  position: relative;
  z-index: 1;
}

.disclaimer-checkboxes zip-input-md > div {
  margin-bottom: 10px;
}

.disclaimer-checkboxes md-list-item .md-list-item-inner > md-checkbox {
  min-width: 24px;
}

.disclaimer-checkboxes a {
  text-decoration: underline;
}

.screenout-section li {
  margin-bottom: 10px;
}

.zipticket-results-confirm {
  margin-bottom: 30px;
}

zip-proxy-visits form {
  padding-top: 0;
}

.img-center img {
  margin: 0 auto 20px;
  display: block;
}

zip-privacy h3 {
  word-break: break-word;
}

.fg-1 {
  flex-grow: 1;
}

.fg-2 {
  flex-grow: 2;
}

.fs80 {
  font-size: 80px;
}

.lc-mb0 > :last-child {
  margin-bottom: 0;
}

.list-item-pl0 md-list-item .md-no-style {
  padding-left: 0;
}

.proxy-patient-search .container {
  width: auto;
  min-width: 0;
}

.subscript-tooltip {
  margin-top: 12px;
  font-size: 15px;
}

.zip-checkbox-p0 .input-type-checkbox .md-list-item-inner {
  padding-left: 0;
}

.input-center .md-input {
  margin: 0 auto;
  width: 200px;
}

form h6.heavy {
  margin-bottom: 0;
}

.gm-style {
  font-family: "Montserrat", Arial, sans-serif !important;
}

.scheduled-visit-metadata .ui-select-bootstrap.dropdown, .scheduled-visit-metadata .question-typeahead-select input, .scheduled-visit-metadata .assessment-picker input {
  border-color: #ededed #ededed #a63423;
  border-width: 2px 2px 4px !important;
  padding: 3px;
}

.scheduled-visit-metadata .form-control:focus {
  border: 2px solid #a63423;
  border-bottom-width: 4px;
}

.scheduled-visit-metadata input {
  font-weight: 700;
  font-size: 18px;
}

.trademark {
  vertical-align: super;
  margin-left: -5px;
  color: #282828;
}

h2 .trademark {
  color: #282828;
}

p-body.cancel-visit {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: -10px;
}

@media (min-width: 768px) {
  p-body.cancel-visit {
    text-align: left;
    margin-bottom: auto;
  }
}
fieldset legend {
  border-bottom: none;
  font-size: 18px;
  margin-bottom: 10px;
}

.input-label-left {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 10px;
  display: block;
  padding-left: 0;
}

.input-label-left > .fa, .input-label-left > .zmdi, .input-label-left > .zipicon {
  font-size: 18px;
  vertical-align: baseline;
}

button.borderless-button {
  background: none;
  border: none;
}

.question-label:focus, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus {
  outline: none;
}

ul.row:before, ul.row:after {
  display: none;
}

.zip-radio-group input:checked ~ * {
  text-shadow: none;
}

.display-none {
  display: none;
}

@media (max-width: 768px) {
  .break-word-xs {
    word-break: break-word;
  }
}
.bordered-panel.emergency-message {
  color: red;
  background-color: #fee;
  border-color: red;
}

.org-logo {
  background-image: url("data:image/jpg;base64,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VIOaK0yUVrunPvoJ973rsdykQQjE/SZq0IwsLFCNrk8++VHPevz30r7xwDkSw6gKNRmZIcY4yR1vXnrnxz70d+95yxrzrtSsQTugA9SQFErIhMxQ6i9ledCMIMO4bLmJYULyB3//2n/58AextCDDWlWJZGr41q+s7kxcRRdOsHIndz7DzLvNIKe3yt//r/Tc5WW/97JegojI+ijPLfijZ53+/k99DIvDDsZOTKSlJff1VSqzCRxNW6ilk4j1J7kExEDsaiEGEFKXRGQgMkLwldXjDj781b/1/37wsU/aHoch5+gg8xBiQUwKS5BA7l3XVbHqo+00D8TUcOabk8Uf2I8jtDlVITapecRDT7nxxhsuuvCiejAct02oazMj89KM7nIKVUVBVLWuBxz4wksv/dgnPpHEDz/qyKoatjAjzuytqRExEwmp9agxYziQgNasczeiJneoQhdlFdidx+//1Mde/td/8e6P/sfOyQptGo3JlOFmNXiohP2rv/js5/zY035wSBx7xB6bqjCzTfVsCEYFqkEOUqBTE+ZWk5LvbVYlDq9d3v3WD75/4gZiAzDTkSGylEUY5sfe4x73Oe7EQORugYIU5/TpXQGAzamXj4KZK3lH1nrO5OPcMg/Overi9370Iz6qjIMLedJAEiQ043GMkZxy2z7sgQ856tC7au6UkM24FxYr3MwevJi9tOXRQjtYgk20q+Lo0j3Xv/G97+yCIIacExmEWHMmgKtQxyo1zZGHHPrAe92nTA3UzUptQERg6R10iZmY2OCZWBYG//qRf1+zZMxa9jzuP2MAMXzfvv33uueJhx90F3KvSAScYEKykppVT20Ir3jdn596zudH2zbvW10587OfvfGaax7/yEepahVi6rLBheWwuxzmZmecccZgtGDuLtJalhCSZjIj86qK551//qGH3eW4exzXpVYkoMz0CxV5yvAskrwQVvfO1JgazxP2Nejv/ukfnXbeOVgYKIHNQ5MPHW76vV9+0fZ6WBmKTZoVKLlboTFUHK1LIfB97nO/c774xd17bkEZeAiTsKlqTmU+HAeDM7/w+TCID7jnA5LnbOruAxFmzPKJosZZbsoMX9O06jlV8cZ2+Tde/bKPfPbTtDj0KBmezUKIvZkEIMzmLiKk3i6vHn/3ox56nwfCNZIANg0YPRZ2BjeePczzAf1/NNH81i552e/+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");
}
