:root {
  --vh-offset: 0px;
  --sidenav-width: 320px;
  --box-shadow: #00000080; }

.md-searchbox {
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 10.667px;
  height: 48px;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto; }

.md-searchinput {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0; }

/* TODO is this part of the spec? Demos rely on this. */
.paper-list-inline {
  list-style: none;
  margin-left: -5px;
  padding-left: 0; }

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

.md-spin {
  -webkit-animation: md-spin 1.5s infinite linear;
  animation: md-spin 1.5s infinite linear; }

.md-spin-reverse {
  -webkit-animation: md-spin-reverse 1.5s infinite linear;
  animation: md-spin-reverse 1.5s infinite linear; }

@-webkit-keyframes md-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes md-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes md-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg); } }

@keyframes md-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg); } }

/*
$colors-export: export('palettes', $colors);
$contrasts-export: export('contrasts', (
  'light-contrast-color': $light-contrast-color,
  'dark-contrast-color': $dark-contrast-color,
  'strong-light-contrast-color': $strong-light-contrast-color
));
*/
:root {
  --primary-50: 225, 237, 239;
  --primary-50-contrast: 0, 0, 0;
  --primary-100: 179, 209, 216;
  --primary-100-contrast: 0, 0, 0;
  --primary-200: 128, 179, 190;
  --primary-200-contrast: 0, 0, 0;
  --primary-300: 77, 148, 164;
  --primary-300-contrast: 0, 0, 0;
  --primary-400: 39, 125, 145;
  --primary-400-contrast: 255, 255, 255;
  --primary-500: 1, 102, 125;
  --primary-500-contrast: 255, 255, 255;
  --primary-600: 1, 94, 117;
  --primary-600-contrast: 255, 255, 255;
  --primary-700: 1, 83, 106;
  --primary-700-contrast: 255, 255, 255;
  --primary-800: 1, 73, 96;
  --primary-800-contrast: 255, 255, 255;
  --primary-900: 0, 56, 77;
  --primary-900-contrast: 255, 255, 255;
  --primary-a100: 128, 211, 255;
  --primary-a100-contrast: 0, 0, 0;
  --primary-a200: 77, 194, 255;
  --primary-a200-contrast: 0, 0, 0;
  --primary-a400: 26, 176, 255;
  --primary-a400-contrast: 255, 255, 255;
  --primary-a700: 1, 167, 255;
  --primary-a700-contrast: 255, 255, 255;
  --accent-50: 252, 228, 236;
  --accent-50-contrast: 0, 0, 0;
  --accent-100: 248, 187, 208;
  --accent-100-contrast: 0, 0, 0;
  --accent-200: 244, 143, 177;
  --accent-200-contrast: 0, 0, 0;
  --accent-300: 240, 98, 146;
  --accent-300-contrast: 255, 255, 255;
  --accent-400: 236, 64, 122;
  --accent-400-contrast: 255, 255, 255;
  --accent-500: 233, 30, 99;
  --accent-500-contrast: 255, 255, 255;
  --accent-600: 216, 27, 96;
  --accent-600-contrast: 255, 255, 255;
  --accent-700: 194, 24, 91;
  --accent-700-contrast: 255, 255, 255;
  --accent-800: 173, 20, 87;
  --accent-800-contrast: 255, 255, 255;
  --accent-900: 136, 14, 79;
  --accent-900-contrast: 255, 255, 255;
  --accent-A100: 255, 128, 171;
  --accent-A100-contrast: 0, 0, 0;
  --accent-A200: 255, 64, 129;
  --accent-A200-contrast: 255, 255, 255;
  --accent-A400: 245, 0, 87;
  --accent-A400-contrast: 255, 255, 255;
  --accent-A700: 197, 17, 98;
  --accent-A700-contrast: 255, 255, 255;
  --warn-50: 250, 228, 229;
  --warn-50-contrast: 0, 0, 0;
  --warn-100: 242, 188, 190;
  --warn-100-contrast: 0, 0, 0;
  --warn-200: 234, 143, 147;
  --warn-200-contrast: 0, 0, 0;
  --warn-300: 226, 98, 104;
  --warn-300-contrast: 0, 0, 0;
  --warn-400: 219, 65, 71;
  --warn-400-contrast: 255, 255, 255;
  --warn-500: 213, 31, 39;
  --warn-500-contrast: 255, 255, 255;
  --warn-600: 208, 27, 35;
  --warn-600-contrast: 255, 255, 255;
  --warn-700: 202, 23, 29;
  --warn-700-contrast: 255, 255, 255;
  --warn-800: 196, 18, 23;
  --warn-800-contrast: 255, 255, 255;
  --warn-900: 186, 10, 14;
  --warn-900-contrast: 255, 255, 255;
  --warn-A100: 255, 229, 230;
  --warn-A100-contrast: 0, 0, 0;
  --warn-A200: 255, 179, 179;
  --warn-A200-contrast: 255, 255, 255;
  --warn-A400: 255, 128, 129;
  --warn-A400-contrast: 255, 255, 255;
  --warn-A700: 255, 102, 104;
  --warn-A700-contrast: 255, 255, 255;
  --background-50: 250, 250, 250;
  --background-50-contrast: 0, 0, 0;
  --background-100: 245, 245, 245;
  --background-100-contrast: 0, 0, 0;
  --background-200: 238, 238, 238;
  --background-200-contrast: 0, 0, 0;
  --background-300: 224, 224, 224;
  --background-300-contrast: 0, 0, 0;
  --background-400: 189, 189, 189;
  --background-400-contrast: 0, 0, 0;
  --background-500: 158, 158, 158;
  --background-500-contrast: 0, 0, 0;
  --background-600: 117, 117, 117;
  --background-600-contrast: 255, 255, 255;
  --background-700: 97, 97, 97;
  --background-700-contrast: 255, 255, 255;
  --background-800: 66, 66, 66;
  --background-800-contrast: 255, 255, 255;
  --background-900: 33, 33, 33;
  --background-900-contrast: 255, 255, 255;
  --background-A100: 255, 255, 255;
  --background-A100-contrast: 0, 0, 0;
  --background-A200: 0, 0, 0;
  --background-A200-contrast: 255, 255, 255;
  --background-A400: 48, 48, 48;
  --background-A400-contrast: 255, 255, 255;
  --background-A700: 97, 97, 97;
  --background-A700-contrast: 255, 255, 255;
  --foreground-1: rgba(0, 0, 0, 0.87);
  --foreground-2: rgba(0, 0, 0, 0.54);
  --foreground-3: rgba(0, 0, 0, 0.38);
  --foreground-4: rgba(0, 0, 0, 0.12);
  --foreground-shadow: none; }

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 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }

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

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

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

.md-ripple {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
  border-radius: 50%; }
  .md-ripple.md-ripple-placed {
    -webkit-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), -webkit-transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
    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), -webkit-transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
    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);
    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), -webkit-transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .md-ripple.md-ripple-scaled {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  .md-ripple.md-ripple-active, .md-ripple.md-ripple-full, .md-ripple.md-ripple-visible {
    opacity: 0.20; }
  .md-ripple.md-ripple-remove {
    -webkit-animation: md-remove-ripple 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
    animation: md-remove-ripple 0.9s cubic-bezier(0.25, 0.8, 0.25, 1); }

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

@keyframes md-remove-ripple {
  0% {
    opacity: .15; }
  100% {
    opacity: 0; } }

.md-padding {
  padding: 8px; }

.md-margin {
  margin: 8px; }

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

/************
 * Headings
 ************/
.md-display-4 {
  font-size: 112px;
  font-weight: 300;
  letter-spacing: -0.010em;
  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.010em;
  line-height: 24px; }

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

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

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

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

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

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

/*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*/
/*
* Since Layout API uses ng-cloak to hide the dom elements while layouts are adjusted
*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

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

/*
 *  Apply Mixins to create Layout/Flexbox styles
 */
.flex-order {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.flex-order--20 {
  -webkit-box-ordinal-group: -19;
  -ms-flex-order: -20;
  order: -20; }

.flex-order--19 {
  -webkit-box-ordinal-group: -18;
  -ms-flex-order: -19;
  order: -19; }

.flex-order--18 {
  -webkit-box-ordinal-group: -17;
  -ms-flex-order: -18;
  order: -18; }

.flex-order--17 {
  -webkit-box-ordinal-group: -16;
  -ms-flex-order: -17;
  order: -17; }

.flex-order--16 {
  -webkit-box-ordinal-group: -15;
  -ms-flex-order: -16;
  order: -16; }

.flex-order--15 {
  -webkit-box-ordinal-group: -14;
  -ms-flex-order: -15;
  order: -15; }

.flex-order--14 {
  -webkit-box-ordinal-group: -13;
  -ms-flex-order: -14;
  order: -14; }

.flex-order--13 {
  -webkit-box-ordinal-group: -12;
  -ms-flex-order: -13;
  order: -13; }

.flex-order--12 {
  -webkit-box-ordinal-group: -11;
  -ms-flex-order: -12;
  order: -12; }

.flex-order--11 {
  -webkit-box-ordinal-group: -10;
  -ms-flex-order: -11;
  order: -11; }

.flex-order--10 {
  -webkit-box-ordinal-group: -9;
  -ms-flex-order: -10;
  order: -10; }

.flex-order--9 {
  -webkit-box-ordinal-group: -8;
  -ms-flex-order: -9;
  order: -9; }

.flex-order--8 {
  -webkit-box-ordinal-group: -7;
  -ms-flex-order: -8;
  order: -8; }

.flex-order--7 {
  -webkit-box-ordinal-group: -6;
  -ms-flex-order: -7;
  order: -7; }

.flex-order--6 {
  -webkit-box-ordinal-group: -5;
  -ms-flex-order: -6;
  order: -6; }

.flex-order--5 {
  -webkit-box-ordinal-group: -4;
  -ms-flex-order: -5;
  order: -5; }

.flex-order--4 {
  -webkit-box-ordinal-group: -3;
  -ms-flex-order: -4;
  order: -4; }

.flex-order--3 {
  -webkit-box-ordinal-group: -2;
  -ms-flex-order: -3;
  order: -3; }

.flex-order--2 {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2; }

.flex-order--1 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.flex-order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.flex-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.flex-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.flex-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.flex-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.flex-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.flex-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.flex-order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.flex-order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.flex-order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.flex-order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.flex-order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.flex-order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.flex-order-13 {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.flex-order-14 {
  -webkit-box-ordinal-group: 15;
  -ms-flex-order: 14;
  order: 14; }

.flex-order-15 {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15; }

.flex-order-16 {
  -webkit-box-ordinal-group: 17;
  -ms-flex-order: 16;
  order: 16; }

.flex-order-17 {
  -webkit-box-ordinal-group: 18;
  -ms-flex-order: 17;
  order: 17; }

.flex-order-18 {
  -webkit-box-ordinal-group: 19;
  -ms-flex-order: 18;
  order: 18; }

.flex-order-19 {
  -webkit-box-ordinal-group: 20;
  -ms-flex-order: 19;
  order: 19; }

.flex-order-20 {
  -webkit-box-ordinal-group: 21;
  -ms-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: calc(100% / 3); }

.offset-66, .flex-offset-66, .layout-margin .flex-offset-66, .layout-margin .offset-66 {
  margin-left: calc(200% / 3); }
  [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: calc(200% / 3); }

.layout-align,
.layout-align-start-stretch {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

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

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

.layout-align-end,
.layout-align-end-start,
.layout-align-end-center,
.layout-align-end-end,
.layout-align-end-stretch {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  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 {
  -ms-flex-pack: distribute;
  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 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: 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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: 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%;
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: 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 {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout-row > .flex {
  min-width: 0; }

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

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

.layout-column > .flex {
  min-height: 0; }

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

.layout-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.layout-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: 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 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

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

/**
 * `hide-gt-sm show-gt-lg` should hide from 600px to 1200px
 * `show-md hide-gt-sm` should show from 0px to 960px and hide at >960px
 * `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)`
 *
 *  hide means hide everywhere
 *  Sizes:
 *         $layout-breakpoint-xs:     600px !default;
 *         $layout-breakpoint-sm:     960px !default;
 *         $layout-breakpoint-md:     1280px !default;
 *         $layout-breakpoint-lg:     1920px !default;
 */
@media (max-width: 599px) {
  .hide-xs:not(.show-xs):not(.show), .hide:not(.show-xs):not(.show) {
    display: none; }
  .flex-order-xs--20 {
    -webkit-box-ordinal-group: -19;
    -ms-flex-order: -20;
    order: -20; }
  .flex-order-xs--19 {
    -webkit-box-ordinal-group: -18;
    -ms-flex-order: -19;
    order: -19; }
  .flex-order-xs--18 {
    -webkit-box-ordinal-group: -17;
    -ms-flex-order: -18;
    order: -18; }
  .flex-order-xs--17 {
    -webkit-box-ordinal-group: -16;
    -ms-flex-order: -17;
    order: -17; }
  .flex-order-xs--16 {
    -webkit-box-ordinal-group: -15;
    -ms-flex-order: -16;
    order: -16; }
  .flex-order-xs--15 {
    -webkit-box-ordinal-group: -14;
    -ms-flex-order: -15;
    order: -15; }
  .flex-order-xs--14 {
    -webkit-box-ordinal-group: -13;
    -ms-flex-order: -14;
    order: -14; }
  .flex-order-xs--13 {
    -webkit-box-ordinal-group: -12;
    -ms-flex-order: -13;
    order: -13; }
  .flex-order-xs--12 {
    -webkit-box-ordinal-group: -11;
    -ms-flex-order: -12;
    order: -12; }
  .flex-order-xs--11 {
    -webkit-box-ordinal-group: -10;
    -ms-flex-order: -11;
    order: -11; }
  .flex-order-xs--10 {
    -webkit-box-ordinal-group: -9;
    -ms-flex-order: -10;
    order: -10; }
  .flex-order-xs--9 {
    -webkit-box-ordinal-group: -8;
    -ms-flex-order: -9;
    order: -9; }
  .flex-order-xs--8 {
    -webkit-box-ordinal-group: -7;
    -ms-flex-order: -8;
    order: -8; }
  .flex-order-xs--7 {
    -webkit-box-ordinal-group: -6;
    -ms-flex-order: -7;
    order: -7; }
  .flex-order-xs--6 {
    -webkit-box-ordinal-group: -5;
    -ms-flex-order: -6;
    order: -6; }
  .flex-order-xs--5 {
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5; }
  .flex-order-xs--4 {
    -webkit-box-ordinal-group: -3;
    -ms-flex-order: -4;
    order: -4; }
  .flex-order-xs--3 {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3; }
  .flex-order-xs--2 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2; }
  .flex-order-xs--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .flex-order-xs-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-xs-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-xs-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-xs-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-xs-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-xs-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-xs-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-xs-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .flex-order-xs-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .flex-order-xs-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .flex-order-xs-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .flex-order-xs-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .flex-order-xs-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .flex-order-xs-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .flex-order-xs-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .flex-order-xs-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .flex-order-xs-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .flex-order-xs-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .flex-order-xs-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 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: calc(100% / 3); }
  .offset-xs-66, .flex-offset-xs-66, .layout-margin .flex-offset-xs-66, .layout-margin .offset-xs-66 {
    margin-left: calc(200% / 3); }
    [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: calc(200% / 3); }
  .layout-align-xs,
  .layout-align-xs-start-stretch {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: 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 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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 {
    -ms-flex-pack: distribute;
    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 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: 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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: 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%;
    -webkit-box-sizing: border-box;
    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 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: 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 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .flex-xs {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-initial {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-none {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-noshrink {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-nogrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-xs-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0; }
  .layout-xs-column > .flex-xs-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 0; }
  .flex-xs-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xs-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xs-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xs-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex-xs-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-row > .flex {
    min-width: 0; }
  .layout-xs-column > .flex-xs-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex-xs-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xs-column > .flex {
    min-height: 0; }
  .layout-xs, .layout-xs-column, .layout-xs-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .layout-xs-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-xs-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media (min-width: 600px) {
  .flex-order-gt-xs--20 {
    -webkit-box-ordinal-group: -19;
    -ms-flex-order: -20;
    order: -20; }
  .flex-order-gt-xs--19 {
    -webkit-box-ordinal-group: -18;
    -ms-flex-order: -19;
    order: -19; }
  .flex-order-gt-xs--18 {
    -webkit-box-ordinal-group: -17;
    -ms-flex-order: -18;
    order: -18; }
  .flex-order-gt-xs--17 {
    -webkit-box-ordinal-group: -16;
    -ms-flex-order: -17;
    order: -17; }
  .flex-order-gt-xs--16 {
    -webkit-box-ordinal-group: -15;
    -ms-flex-order: -16;
    order: -16; }
  .flex-order-gt-xs--15 {
    -webkit-box-ordinal-group: -14;
    -ms-flex-order: -15;
    order: -15; }
  .flex-order-gt-xs--14 {
    -webkit-box-ordinal-group: -13;
    -ms-flex-order: -14;
    order: -14; }
  .flex-order-gt-xs--13 {
    -webkit-box-ordinal-group: -12;
    -ms-flex-order: -13;
    order: -13; }
  .flex-order-gt-xs--12 {
    -webkit-box-ordinal-group: -11;
    -ms-flex-order: -12;
    order: -12; }
  .flex-order-gt-xs--11 {
    -webkit-box-ordinal-group: -10;
    -ms-flex-order: -11;
    order: -11; }
  .flex-order-gt-xs--10 {
    -webkit-box-ordinal-group: -9;
    -ms-flex-order: -10;
    order: -10; }
  .flex-order-gt-xs--9 {
    -webkit-box-ordinal-group: -8;
    -ms-flex-order: -9;
    order: -9; }
  .flex-order-gt-xs--8 {
    -webkit-box-ordinal-group: -7;
    -ms-flex-order: -8;
    order: -8; }
  .flex-order-gt-xs--7 {
    -webkit-box-ordinal-group: -6;
    -ms-flex-order: -7;
    order: -7; }
  .flex-order-gt-xs--6 {
    -webkit-box-ordinal-group: -5;
    -ms-flex-order: -6;
    order: -6; }
  .flex-order-gt-xs--5 {
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5; }
  .flex-order-gt-xs--4 {
    -webkit-box-ordinal-group: -3;
    -ms-flex-order: -4;
    order: -4; }
  .flex-order-gt-xs--3 {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3; }
  .flex-order-gt-xs--2 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2; }
  .flex-order-gt-xs--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .flex-order-gt-xs-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-gt-xs-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-gt-xs-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-gt-xs-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-gt-xs-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-gt-xs-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-gt-xs-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-gt-xs-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-gt-xs-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-gt-xs-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .flex-order-gt-xs-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .flex-order-gt-xs-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .flex-order-gt-xs-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .flex-order-gt-xs-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .flex-order-gt-xs-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .flex-order-gt-xs-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .flex-order-gt-xs-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .flex-order-gt-xs-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .flex-order-gt-xs-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .flex-order-gt-xs-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .flex-order-gt-xs-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 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: calc(100% / 3); }
  .offset-gt-xs-66, .flex-offset-gt-xs-66, .layout-margin .flex-offset-gt-xs-66, .layout-margin .offset-gt-xs-66 {
    margin-left: calc(200% / 3); }
    [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: calc(200% / 3); }
  .layout-align-gt-xs,
  .layout-align-gt-xs-start-stretch {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: 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 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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 {
    -ms-flex-pack: distribute;
    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 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: 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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: 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%;
    -webkit-box-sizing: border-box;
    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 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: 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 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .flex-gt-xs {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-initial {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-none {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-noshrink {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-nogrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-gt-xs-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0; }
  .layout-gt-xs-column > .flex-gt-xs-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 0; }
  .flex-gt-xs-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-xs-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-xs-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-xs-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex-gt-xs-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-row > .flex {
    min-width: 0; }
  .layout-gt-xs-column > .flex-gt-xs-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex-gt-xs-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-xs-column > .flex {
    min-height: 0; }
  .layout-gt-xs, .layout-gt-xs-column, .layout-gt-xs-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .layout-gt-xs-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-gt-xs-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: 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 {
    -webkit-box-ordinal-group: -19;
    -ms-flex-order: -20;
    order: -20; }
  .flex-order-sm--19 {
    -webkit-box-ordinal-group: -18;
    -ms-flex-order: -19;
    order: -19; }
  .flex-order-sm--18 {
    -webkit-box-ordinal-group: -17;
    -ms-flex-order: -18;
    order: -18; }
  .flex-order-sm--17 {
    -webkit-box-ordinal-group: -16;
    -ms-flex-order: -17;
    order: -17; }
  .flex-order-sm--16 {
    -webkit-box-ordinal-group: -15;
    -ms-flex-order: -16;
    order: -16; }
  .flex-order-sm--15 {
    -webkit-box-ordinal-group: -14;
    -ms-flex-order: -15;
    order: -15; }
  .flex-order-sm--14 {
    -webkit-box-ordinal-group: -13;
    -ms-flex-order: -14;
    order: -14; }
  .flex-order-sm--13 {
    -webkit-box-ordinal-group: -12;
    -ms-flex-order: -13;
    order: -13; }
  .flex-order-sm--12 {
    -webkit-box-ordinal-group: -11;
    -ms-flex-order: -12;
    order: -12; }
  .flex-order-sm--11 {
    -webkit-box-ordinal-group: -10;
    -ms-flex-order: -11;
    order: -11; }
  .flex-order-sm--10 {
    -webkit-box-ordinal-group: -9;
    -ms-flex-order: -10;
    order: -10; }
  .flex-order-sm--9 {
    -webkit-box-ordinal-group: -8;
    -ms-flex-order: -9;
    order: -9; }
  .flex-order-sm--8 {
    -webkit-box-ordinal-group: -7;
    -ms-flex-order: -8;
    order: -8; }
  .flex-order-sm--7 {
    -webkit-box-ordinal-group: -6;
    -ms-flex-order: -7;
    order: -7; }
  .flex-order-sm--6 {
    -webkit-box-ordinal-group: -5;
    -ms-flex-order: -6;
    order: -6; }
  .flex-order-sm--5 {
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5; }
  .flex-order-sm--4 {
    -webkit-box-ordinal-group: -3;
    -ms-flex-order: -4;
    order: -4; }
  .flex-order-sm--3 {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3; }
  .flex-order-sm--2 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2; }
  .flex-order-sm--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .flex-order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .flex-order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .flex-order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .flex-order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .flex-order-sm-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .flex-order-sm-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .flex-order-sm-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .flex-order-sm-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .flex-order-sm-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .flex-order-sm-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .flex-order-sm-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .flex-order-sm-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 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: calc(100% / 3); }
  .offset-sm-66, .flex-offset-sm-66, .layout-margin .flex-offset-sm-66, .layout-margin .offset-sm-66 {
    margin-left: calc(200% / 3); }
    [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: calc(200% / 3); }
  .layout-align-sm,
  .layout-align-sm-start-stretch {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: 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 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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 {
    -ms-flex-pack: distribute;
    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 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: 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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: 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%;
    -webkit-box-sizing: border-box;
    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 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: 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 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .flex-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-initial {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-none {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-noshrink {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-nogrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-sm-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0; }
  .layout-sm-column > .flex-sm-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 0; }
  .flex-sm-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-sm-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-sm-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-sm-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex-sm-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-row > .flex {
    min-width: 0; }
  .layout-sm-column > .flex-sm-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex-sm-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-sm-column > .flex {
    min-height: 0; }
  .layout-sm, .layout-sm-column, .layout-sm-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .layout-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media (min-width: 960px) {
  .flex-order-gt-sm--20 {
    -webkit-box-ordinal-group: -19;
    -ms-flex-order: -20;
    order: -20; }
  .flex-order-gt-sm--19 {
    -webkit-box-ordinal-group: -18;
    -ms-flex-order: -19;
    order: -19; }
  .flex-order-gt-sm--18 {
    -webkit-box-ordinal-group: -17;
    -ms-flex-order: -18;
    order: -18; }
  .flex-order-gt-sm--17 {
    -webkit-box-ordinal-group: -16;
    -ms-flex-order: -17;
    order: -17; }
  .flex-order-gt-sm--16 {
    -webkit-box-ordinal-group: -15;
    -ms-flex-order: -16;
    order: -16; }
  .flex-order-gt-sm--15 {
    -webkit-box-ordinal-group: -14;
    -ms-flex-order: -15;
    order: -15; }
  .flex-order-gt-sm--14 {
    -webkit-box-ordinal-group: -13;
    -ms-flex-order: -14;
    order: -14; }
  .flex-order-gt-sm--13 {
    -webkit-box-ordinal-group: -12;
    -ms-flex-order: -13;
    order: -13; }
  .flex-order-gt-sm--12 {
    -webkit-box-ordinal-group: -11;
    -ms-flex-order: -12;
    order: -12; }
  .flex-order-gt-sm--11 {
    -webkit-box-ordinal-group: -10;
    -ms-flex-order: -11;
    order: -11; }
  .flex-order-gt-sm--10 {
    -webkit-box-ordinal-group: -9;
    -ms-flex-order: -10;
    order: -10; }
  .flex-order-gt-sm--9 {
    -webkit-box-ordinal-group: -8;
    -ms-flex-order: -9;
    order: -9; }
  .flex-order-gt-sm--8 {
    -webkit-box-ordinal-group: -7;
    -ms-flex-order: -8;
    order: -8; }
  .flex-order-gt-sm--7 {
    -webkit-box-ordinal-group: -6;
    -ms-flex-order: -7;
    order: -7; }
  .flex-order-gt-sm--6 {
    -webkit-box-ordinal-group: -5;
    -ms-flex-order: -6;
    order: -6; }
  .flex-order-gt-sm--5 {
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5; }
  .flex-order-gt-sm--4 {
    -webkit-box-ordinal-group: -3;
    -ms-flex-order: -4;
    order: -4; }
  .flex-order-gt-sm--3 {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3; }
  .flex-order-gt-sm--2 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2; }
  .flex-order-gt-sm--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .flex-order-gt-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-gt-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-gt-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-gt-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-gt-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-gt-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-gt-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-gt-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-gt-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-gt-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .flex-order-gt-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .flex-order-gt-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .flex-order-gt-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .flex-order-gt-sm-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .flex-order-gt-sm-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .flex-order-gt-sm-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .flex-order-gt-sm-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .flex-order-gt-sm-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .flex-order-gt-sm-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .flex-order-gt-sm-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .flex-order-gt-sm-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 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: calc(100% / 3); }
  .offset-gt-sm-66, .flex-offset-gt-sm-66, .layout-margin .flex-offset-gt-sm-66, .layout-margin .offset-gt-sm-66 {
    margin-left: calc(200% / 3); }
    [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: calc(200% / 3); }
  .layout-align-gt-sm,
  .layout-align-gt-sm-start-stretch {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: 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 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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 {
    -ms-flex-pack: distribute;
    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 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: 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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: 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%;
    -webkit-box-sizing: border-box;
    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 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: 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 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .flex-gt-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-initial {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-none {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-noshrink {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-nogrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-gt-sm-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0; }
  .layout-gt-sm-column > .flex-gt-sm-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 0; }
  .flex-gt-sm-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-sm-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-sm-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-sm-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex-gt-sm-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-row > .flex {
    min-width: 0; }
  .layout-gt-sm-column > .flex-gt-sm-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex-gt-sm-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-sm-column > .flex {
    min-height: 0; }
  .layout-gt-sm, .layout-gt-sm-column, .layout-gt-sm-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .layout-gt-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-gt-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: 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 {
    -webkit-box-ordinal-group: -19;
    -ms-flex-order: -20;
    order: -20; }
  .flex-order-md--19 {
    -webkit-box-ordinal-group: -18;
    -ms-flex-order: -19;
    order: -19; }
  .flex-order-md--18 {
    -webkit-box-ordinal-group: -17;
    -ms-flex-order: -18;
    order: -18; }
  .flex-order-md--17 {
    -webkit-box-ordinal-group: -16;
    -ms-flex-order: -17;
    order: -17; }
  .flex-order-md--16 {
    -webkit-box-ordinal-group: -15;
    -ms-flex-order: -16;
    order: -16; }
  .flex-order-md--15 {
    -webkit-box-ordinal-group: -14;
    -ms-flex-order: -15;
    order: -15; }
  .flex-order-md--14 {
    -webkit-box-ordinal-group: -13;
    -ms-flex-order: -14;
    order: -14; }
  .flex-order-md--13 {
    -webkit-box-ordinal-group: -12;
    -ms-flex-order: -13;
    order: -13; }
  .flex-order-md--12 {
    -webkit-box-ordinal-group: -11;
    -ms-flex-order: -12;
    order: -12; }
  .flex-order-md--11 {
    -webkit-box-ordinal-group: -10;
    -ms-flex-order: -11;
    order: -11; }
  .flex-order-md--10 {
    -webkit-box-ordinal-group: -9;
    -ms-flex-order: -10;
    order: -10; }
  .flex-order-md--9 {
    -webkit-box-ordinal-group: -8;
    -ms-flex-order: -9;
    order: -9; }
  .flex-order-md--8 {
    -webkit-box-ordinal-group: -7;
    -ms-flex-order: -8;
    order: -8; }
  .flex-order-md--7 {
    -webkit-box-ordinal-group: -6;
    -ms-flex-order: -7;
    order: -7; }
  .flex-order-md--6 {
    -webkit-box-ordinal-group: -5;
    -ms-flex-order: -6;
    order: -6; }
  .flex-order-md--5 {
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5; }
  .flex-order-md--4 {
    -webkit-box-ordinal-group: -3;
    -ms-flex-order: -4;
    order: -4; }
  .flex-order-md--3 {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3; }
  .flex-order-md--2 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2; }
  .flex-order-md--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .flex-order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .flex-order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .flex-order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .flex-order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .flex-order-md-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .flex-order-md-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .flex-order-md-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .flex-order-md-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .flex-order-md-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .flex-order-md-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .flex-order-md-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .flex-order-md-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 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: calc(100% / 3); }
  .offset-md-66, .flex-offset-md-66, .layout-margin .flex-offset-md-66, .layout-margin .offset-md-66 {
    margin-left: calc(200% / 3); }
    [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: calc(200% / 3); }
  .layout-align-md,
  .layout-align-md-start-stretch {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: 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 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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 {
    -ms-flex-pack: distribute;
    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 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: 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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: 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%;
    -webkit-box-sizing: border-box;
    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 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: 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 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .flex-md {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-initial {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-none {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-noshrink {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-nogrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-md-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0; }
  .layout-md-column > .flex-md-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 0; }
  .flex-md-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-md-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-md-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-md-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex-md-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-row > .flex {
    min-width: 0; }
  .layout-md-column > .flex-md-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex-md-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-md-column > .flex {
    min-height: 0; }
  .layout-md, .layout-md-column, .layout-md-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .layout-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media (min-width: 1280px) {
  .flex-order-gt-md--20 {
    -webkit-box-ordinal-group: -19;
    -ms-flex-order: -20;
    order: -20; }
  .flex-order-gt-md--19 {
    -webkit-box-ordinal-group: -18;
    -ms-flex-order: -19;
    order: -19; }
  .flex-order-gt-md--18 {
    -webkit-box-ordinal-group: -17;
    -ms-flex-order: -18;
    order: -18; }
  .flex-order-gt-md--17 {
    -webkit-box-ordinal-group: -16;
    -ms-flex-order: -17;
    order: -17; }
  .flex-order-gt-md--16 {
    -webkit-box-ordinal-group: -15;
    -ms-flex-order: -16;
    order: -16; }
  .flex-order-gt-md--15 {
    -webkit-box-ordinal-group: -14;
    -ms-flex-order: -15;
    order: -15; }
  .flex-order-gt-md--14 {
    -webkit-box-ordinal-group: -13;
    -ms-flex-order: -14;
    order: -14; }
  .flex-order-gt-md--13 {
    -webkit-box-ordinal-group: -12;
    -ms-flex-order: -13;
    order: -13; }
  .flex-order-gt-md--12 {
    -webkit-box-ordinal-group: -11;
    -ms-flex-order: -12;
    order: -12; }
  .flex-order-gt-md--11 {
    -webkit-box-ordinal-group: -10;
    -ms-flex-order: -11;
    order: -11; }
  .flex-order-gt-md--10 {
    -webkit-box-ordinal-group: -9;
    -ms-flex-order: -10;
    order: -10; }
  .flex-order-gt-md--9 {
    -webkit-box-ordinal-group: -8;
    -ms-flex-order: -9;
    order: -9; }
  .flex-order-gt-md--8 {
    -webkit-box-ordinal-group: -7;
    -ms-flex-order: -8;
    order: -8; }
  .flex-order-gt-md--7 {
    -webkit-box-ordinal-group: -6;
    -ms-flex-order: -7;
    order: -7; }
  .flex-order-gt-md--6 {
    -webkit-box-ordinal-group: -5;
    -ms-flex-order: -6;
    order: -6; }
  .flex-order-gt-md--5 {
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5; }
  .flex-order-gt-md--4 {
    -webkit-box-ordinal-group: -3;
    -ms-flex-order: -4;
    order: -4; }
  .flex-order-gt-md--3 {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3; }
  .flex-order-gt-md--2 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2; }
  .flex-order-gt-md--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .flex-order-gt-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-gt-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-gt-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-gt-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-gt-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-gt-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-gt-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-gt-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-gt-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-gt-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .flex-order-gt-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .flex-order-gt-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .flex-order-gt-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .flex-order-gt-md-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .flex-order-gt-md-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .flex-order-gt-md-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .flex-order-gt-md-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .flex-order-gt-md-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .flex-order-gt-md-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .flex-order-gt-md-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .flex-order-gt-md-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 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: calc(100% / 3); }
  .offset-gt-md-66, .flex-offset-gt-md-66, .layout-margin .flex-offset-gt-md-66, .layout-margin .offset-gt-md-66 {
    margin-left: calc(200% / 3); }
    [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: calc(200% / 3); }
  .layout-align-gt-md,
  .layout-align-gt-md-start-stretch {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: 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 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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 {
    -ms-flex-pack: distribute;
    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 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: 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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: 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%;
    -webkit-box-sizing: border-box;
    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 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: 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 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .flex-gt-md {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-initial {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-none {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-noshrink {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-nogrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-gt-md-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0; }
  .layout-gt-md-column > .flex-gt-md-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 0; }
  .flex-gt-md-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-md-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-md-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-md-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex-gt-md-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-row > .flex {
    min-width: 0; }
  .layout-gt-md-column > .flex-gt-md-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex-gt-md-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-md-column > .flex {
    min-height: 0; }
  .layout-gt-md, .layout-gt-md-column, .layout-gt-md-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .layout-gt-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-gt-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: 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 {
    -webkit-box-ordinal-group: -19;
    -ms-flex-order: -20;
    order: -20; }
  .flex-order-lg--19 {
    -webkit-box-ordinal-group: -18;
    -ms-flex-order: -19;
    order: -19; }
  .flex-order-lg--18 {
    -webkit-box-ordinal-group: -17;
    -ms-flex-order: -18;
    order: -18; }
  .flex-order-lg--17 {
    -webkit-box-ordinal-group: -16;
    -ms-flex-order: -17;
    order: -17; }
  .flex-order-lg--16 {
    -webkit-box-ordinal-group: -15;
    -ms-flex-order: -16;
    order: -16; }
  .flex-order-lg--15 {
    -webkit-box-ordinal-group: -14;
    -ms-flex-order: -15;
    order: -15; }
  .flex-order-lg--14 {
    -webkit-box-ordinal-group: -13;
    -ms-flex-order: -14;
    order: -14; }
  .flex-order-lg--13 {
    -webkit-box-ordinal-group: -12;
    -ms-flex-order: -13;
    order: -13; }
  .flex-order-lg--12 {
    -webkit-box-ordinal-group: -11;
    -ms-flex-order: -12;
    order: -12; }
  .flex-order-lg--11 {
    -webkit-box-ordinal-group: -10;
    -ms-flex-order: -11;
    order: -11; }
  .flex-order-lg--10 {
    -webkit-box-ordinal-group: -9;
    -ms-flex-order: -10;
    order: -10; }
  .flex-order-lg--9 {
    -webkit-box-ordinal-group: -8;
    -ms-flex-order: -9;
    order: -9; }
  .flex-order-lg--8 {
    -webkit-box-ordinal-group: -7;
    -ms-flex-order: -8;
    order: -8; }
  .flex-order-lg--7 {
    -webkit-box-ordinal-group: -6;
    -ms-flex-order: -7;
    order: -7; }
  .flex-order-lg--6 {
    -webkit-box-ordinal-group: -5;
    -ms-flex-order: -6;
    order: -6; }
  .flex-order-lg--5 {
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5; }
  .flex-order-lg--4 {
    -webkit-box-ordinal-group: -3;
    -ms-flex-order: -4;
    order: -4; }
  .flex-order-lg--3 {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3; }
  .flex-order-lg--2 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2; }
  .flex-order-lg--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .flex-order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .flex-order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .flex-order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .flex-order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .flex-order-lg-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .flex-order-lg-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .flex-order-lg-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .flex-order-lg-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .flex-order-lg-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .flex-order-lg-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .flex-order-lg-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .flex-order-lg-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 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: calc(100% / 3); }
  .offset-lg-66, .flex-offset-lg-66, .layout-margin .flex-offset-lg-66, .layout-margin .offset-lg-66 {
    margin-left: calc(200% / 3); }
    [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: calc(200% / 3); }
  .layout-align-lg,
  .layout-align-lg-start-stretch {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: 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 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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 {
    -ms-flex-pack: distribute;
    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 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: 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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: 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%;
    -webkit-box-sizing: border-box;
    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 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: 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 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .flex-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-initial {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-none {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-noshrink {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-nogrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-lg-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0; }
  .layout-lg-column > .flex-lg-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 0; }
  .flex-lg-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-lg-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-lg-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-lg-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex-lg-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-row > .flex {
    min-width: 0; }
  .layout-lg-column > .flex-lg-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex-lg-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-lg-column > .flex {
    min-height: 0; }
  .layout-lg, .layout-lg-column, .layout-lg-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .layout-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media (min-width: 1920px) {
  .flex-order-gt-lg--20 {
    -webkit-box-ordinal-group: -19;
    -ms-flex-order: -20;
    order: -20; }
  .flex-order-gt-lg--19 {
    -webkit-box-ordinal-group: -18;
    -ms-flex-order: -19;
    order: -19; }
  .flex-order-gt-lg--18 {
    -webkit-box-ordinal-group: -17;
    -ms-flex-order: -18;
    order: -18; }
  .flex-order-gt-lg--17 {
    -webkit-box-ordinal-group: -16;
    -ms-flex-order: -17;
    order: -17; }
  .flex-order-gt-lg--16 {
    -webkit-box-ordinal-group: -15;
    -ms-flex-order: -16;
    order: -16; }
  .flex-order-gt-lg--15 {
    -webkit-box-ordinal-group: -14;
    -ms-flex-order: -15;
    order: -15; }
  .flex-order-gt-lg--14 {
    -webkit-box-ordinal-group: -13;
    -ms-flex-order: -14;
    order: -14; }
  .flex-order-gt-lg--13 {
    -webkit-box-ordinal-group: -12;
    -ms-flex-order: -13;
    order: -13; }
  .flex-order-gt-lg--12 {
    -webkit-box-ordinal-group: -11;
    -ms-flex-order: -12;
    order: -12; }
  .flex-order-gt-lg--11 {
    -webkit-box-ordinal-group: -10;
    -ms-flex-order: -11;
    order: -11; }
  .flex-order-gt-lg--10 {
    -webkit-box-ordinal-group: -9;
    -ms-flex-order: -10;
    order: -10; }
  .flex-order-gt-lg--9 {
    -webkit-box-ordinal-group: -8;
    -ms-flex-order: -9;
    order: -9; }
  .flex-order-gt-lg--8 {
    -webkit-box-ordinal-group: -7;
    -ms-flex-order: -8;
    order: -8; }
  .flex-order-gt-lg--7 {
    -webkit-box-ordinal-group: -6;
    -ms-flex-order: -7;
    order: -7; }
  .flex-order-gt-lg--6 {
    -webkit-box-ordinal-group: -5;
    -ms-flex-order: -6;
    order: -6; }
  .flex-order-gt-lg--5 {
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5; }
  .flex-order-gt-lg--4 {
    -webkit-box-ordinal-group: -3;
    -ms-flex-order: -4;
    order: -4; }
  .flex-order-gt-lg--3 {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3; }
  .flex-order-gt-lg--2 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2; }
  .flex-order-gt-lg--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .flex-order-gt-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-gt-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-gt-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-gt-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-gt-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-gt-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-gt-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-gt-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-gt-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-gt-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .flex-order-gt-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .flex-order-gt-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .flex-order-gt-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .flex-order-gt-lg-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .flex-order-gt-lg-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .flex-order-gt-lg-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .flex-order-gt-lg-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .flex-order-gt-lg-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .flex-order-gt-lg-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .flex-order-gt-lg-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .flex-order-gt-lg-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 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: calc(100% / 3); }
  .offset-gt-lg-66, .flex-offset-gt-lg-66, .layout-margin .flex-offset-gt-lg-66, .layout-margin .offset-gt-lg-66 {
    margin-left: calc(200% / 3); }
    [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: calc(200% / 3); }
  .layout-align-gt-lg,
  .layout-align-gt-lg-start-stretch {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: 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 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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 {
    -ms-flex-pack: distribute;
    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 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: 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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: 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%;
    -webkit-box-sizing: border-box;
    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 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: 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 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .flex-gt-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-initial {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-none {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-noshrink {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-nogrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-gt-lg-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0; }
  .layout-gt-lg-column > .flex-gt-lg-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 0; }
  .flex-gt-lg-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-gt-lg-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-gt-lg-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-gt-lg-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex-gt-lg-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-row > .flex {
    min-width: 0; }
  .layout-gt-lg-column > .flex-gt-lg-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex-gt-lg-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-gt-lg-column > .flex {
    min-height: 0; }
  .layout-gt-lg, .layout-gt-lg-column, .layout-gt-lg-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .layout-gt-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-gt-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .flex-order-xl--20 {
    -webkit-box-ordinal-group: -19;
    -ms-flex-order: -20;
    order: -20; }
  .flex-order-xl--19 {
    -webkit-box-ordinal-group: -18;
    -ms-flex-order: -19;
    order: -19; }
  .flex-order-xl--18 {
    -webkit-box-ordinal-group: -17;
    -ms-flex-order: -18;
    order: -18; }
  .flex-order-xl--17 {
    -webkit-box-ordinal-group: -16;
    -ms-flex-order: -17;
    order: -17; }
  .flex-order-xl--16 {
    -webkit-box-ordinal-group: -15;
    -ms-flex-order: -16;
    order: -16; }
  .flex-order-xl--15 {
    -webkit-box-ordinal-group: -14;
    -ms-flex-order: -15;
    order: -15; }
  .flex-order-xl--14 {
    -webkit-box-ordinal-group: -13;
    -ms-flex-order: -14;
    order: -14; }
  .flex-order-xl--13 {
    -webkit-box-ordinal-group: -12;
    -ms-flex-order: -13;
    order: -13; }
  .flex-order-xl--12 {
    -webkit-box-ordinal-group: -11;
    -ms-flex-order: -12;
    order: -12; }
  .flex-order-xl--11 {
    -webkit-box-ordinal-group: -10;
    -ms-flex-order: -11;
    order: -11; }
  .flex-order-xl--10 {
    -webkit-box-ordinal-group: -9;
    -ms-flex-order: -10;
    order: -10; }
  .flex-order-xl--9 {
    -webkit-box-ordinal-group: -8;
    -ms-flex-order: -9;
    order: -9; }
  .flex-order-xl--8 {
    -webkit-box-ordinal-group: -7;
    -ms-flex-order: -8;
    order: -8; }
  .flex-order-xl--7 {
    -webkit-box-ordinal-group: -6;
    -ms-flex-order: -7;
    order: -7; }
  .flex-order-xl--6 {
    -webkit-box-ordinal-group: -5;
    -ms-flex-order: -6;
    order: -6; }
  .flex-order-xl--5 {
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5; }
  .flex-order-xl--4 {
    -webkit-box-ordinal-group: -3;
    -ms-flex-order: -4;
    order: -4; }
  .flex-order-xl--3 {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3; }
  .flex-order-xl--2 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2; }
  .flex-order-xl--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .flex-order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .flex-order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .flex-order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .flex-order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .flex-order-xl-13 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .flex-order-xl-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14; }
  .flex-order-xl-15 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; }
  .flex-order-xl-16 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16; }
  .flex-order-xl-17 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17; }
  .flex-order-xl-18 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18; }
  .flex-order-xl-19 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19; }
  .flex-order-xl-20 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 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: calc(100% / 3); }
  .offset-xl-66, .flex-offset-xl-66, .layout-margin .flex-offset-xl-66, .layout-margin .offset-xl-66 {
    margin-left: calc(200% / 3); }
    [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: calc(200% / 3); }
  .layout-align-xl,
  .layout-align-xl-start-stretch {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: 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 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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 {
    -ms-flex-pack: distribute;
    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 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: 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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: 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%;
    -webkit-box-sizing: border-box;
    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 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: 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 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .flex-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-initial {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-none {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-noshrink {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-nogrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0; }
  .layout-column > .flex-xl-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 0%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0; }
  .layout-xl-column > .flex-xl-0 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 0; }
  .flex-xl-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 5%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-5 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 10%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-10 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 15%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-15 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 20%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-20 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 25%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-25 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 30%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-30 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 35%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-35 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 40%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-40 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 45%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-45 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 50%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-50 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 55%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-55 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 60%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-60 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 65%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-65 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 70%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-70 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 75%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-75 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 80%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-80 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 85%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-85 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 85%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 90%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-90 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 95%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-95 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .flex-xl-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-100 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.33%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-row > .flex-xl-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 66.66%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 100%;
    max-height: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-column > .flex-xl-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 66.66%;
    flex: 1 1 66.66%;
    max-width: 100%;
    max-height: 66.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 33.33%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex-xl-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 66.66%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-row > .flex {
    min-width: 0; }
  .layout-xl-column > .flex-xl-33 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex-xl-66 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 66.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .layout-xl-column > .flex {
    min-height: 0; }
  .layout-xl, .layout-xl-column, .layout-xl-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .layout-xl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-xl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: 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; } }

.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;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms; }
    .md-open-menu-container.md-active > md-menu-content > * {
      opacity: 1;
      -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
      transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
      -webkit-transition-duration: 200ms;
      transition-duration: 200ms;
      -webkit-transition-delay: 100ms;
      transition-delay: 100ms; }
  .md-open-menu-container.md-leave {
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms; }

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

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

@media (max-width: 959px) {
  md-menu-content {
    min-width: 112px; }
  md-menu-content[width="3"] {
    min-width: 168px; }
  md-menu-content[width="4"] {
    min-width: 224px; }
  md-menu-content[width="5"] {
    min-width: 280px; }
  md-menu-content[width="6"] {
    min-width: 336px; }
  md-menu-content[width="7"] {
    min-width: 392px; } }

@media (min-width: 960px) {
  md-menu-content {
    min-width: 96px; }
  md-menu-content[width="3"] {
    min-width: 192px; }
  md-menu-content[width="4"] {
    min-width: 256px; }
  md-menu-content[width="5"] {
    min-width: 320px; }
  md-menu-content[width="6"] {
    min-width: 384px; }
  md-menu-content[width="7"] {
    min-width: 448px; } }

md-menu-content {
  background-color: #ffffff;
  background-color: RGB(var(--background-A100)); }
  md-menu-content md-menu-item {
    color: rgba(0, 0, 0, 0.87);
    color: var(--foreground-1); }
    md-menu-content md-menu-item md-icon {
      color: rgba(0, 0, 0, 0.54);
      color: var(--foreground-2); }
    md-menu-content md-menu-item .md-button[disabled] {
      color: rgba(0, 0, 0, 0.38);
      color: var(--foreground-3); }
      md-menu-content md-menu-item .md-button[disabled] md-icon {
        color: rgba(0, 0, 0, 0.38);
        color: var(--foreground-3); }
  md-menu-content md-menu-divider {
    background-color: rgba(0, 0, 0, 0.12);
    background-color: var(--foreground-4); }

.md-whiteframe-1dp, .md-whiteframe-z1 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  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 {
  -webkit-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);
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); }

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

@media print {
  md-whiteframe, [md-whiteframe] {
    background-color: #ffffff; } }

.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;
  -webkit-transition: none;
  transition: none; }

.md-panel {
  opacity: 0;
  position: fixed; }
  .md-panel._md-panel-shown {
    opacity: 1;
    -webkit-transition: none;
    transition: none; }
  .md-panel._md-panel-animate-enter {
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .md-panel._md-panel-animate-leave {
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 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: .48;
    -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .md-panel._md-opaque-leave {
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1); }

._md-panel-backdrop {
  background-color: #212121;
  background-color: RGBA(var(--background-900), 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: transparent;
    height: auto; }
    md-autocomplete[md-floating-label] md-input-container {
      padding-bottom: 0; }
    md-autocomplete[md-floating-label] md-autocomplete-wrap {
      height: auto; }
    md-autocomplete[md-floating-label] .md-show-clear-button button {
      display: block;
      position: absolute;
      right: 0;
      top: 20px;
      width: 30px;
      height: 30px; }
    md-autocomplete[md-floating-label] .md-show-clear-button input {
      padding-right: 30px; }
      [dir=rtl] md-autocomplete[md-floating-label] .md-show-clear-button input {
        padding-right: 0;
        padding-left: 30px; }
  md-autocomplete md-autocomplete-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    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 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0;
      -webkit-box-sizing: border-box;
      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;
        -webkit-transition: none;
        transition: none; }
        md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate .md-container {
          -webkit-transition: none;
          transition: none;
          height: 3px; }
        md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter {
          -webkit-transition: opacity 0.15s linear;
          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 {
          -webkit-transition: opacity 0.15s linear;
          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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: transparent;
    width: 100%;
    padding: 0 15px;
    line-height: 40px;
    height: 40px; }
    md-autocomplete input:not(.md-input)::-ms-clear {
      display: none; }
  md-autocomplete .md-show-clear-button button {
    position: relative;
    line-height: 20px;
    text-align: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    padding: 0;
    font-size: 12px;
    background: transparent;
    margin: auto 5px; }
    md-autocomplete .md-show-clear-button button:after {
      content: '';
      position: absolute;
      top: -6px;
      right: -6px;
      bottom: -6px;
      left: -6px;
      border-radius: 50%;
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0;
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      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 {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
    md-autocomplete .md-show-clear-button button md-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
      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 {
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition: -webkit-transform 0.15s ease-out;
      transition: -webkit-transform 0.15s ease-out;
      transition: transform 0.15s ease-out;
      transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out; }
      md-autocomplete .md-show-clear-button button.ng-enter.ng-enter-active {
        -webkit-transform: scale(1);
        transform: scale(1); }
    md-autocomplete .md-show-clear-button button.ng-leave {
      -webkit-transition: -webkit-transform 0.15s ease-out;
      transition: -webkit-transform 0.15s ease-out;
      transition: transform 0.15s ease-out;
      transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out; }
      md-autocomplete .md-show-clear-button button.ng-leave.ng-leave-active {
        -webkit-transform: scale(0);
        transform: scale(0); }
  @media screen and (-ms-high-contrast: active) {
    md-autocomplete input {
      border: 1px solid #fff; }
    md-autocomplete .md-autocomplete-suggestion:focus {
      color: #fff; } }

.md-virtual-repeat-container.md-autocomplete-suggestions-container,
.md-standard-list-container.md-autocomplete-suggestions-container {
  position: absolute;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 0; }

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

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

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

md-autocomplete {
  background: #ffffff;
  background: RGB(var(--background-A100)); }
  md-autocomplete[disabled]:not([md-floating-label]) {
    background: #f5f5f5;
    background: RGB(var(--background-100)); }
  md-autocomplete button md-icon path {
    fill: #757575;
    fill: RGB(var(--background-600)); }
  md-autocomplete button:after {
    background: rgba(117, 117, 117, 0.3);
    background: RGBA(var(--background-600), 0.3); }
  md-autocomplete input {
    color: rgba(0, 0, 0, 0.87);
    color: var(--foreground-1); }
  md-autocomplete.md-accent md-input-container.md-input-focused .md-input {
    border-color: #e91e63; }
  md-autocomplete.md-accent md-input-container.md-input-focused label,
  md-autocomplete.md-accent md-input-container.md-input-focused md-icon {
    color: #e91e63; }
  md-autocomplete.md-accent md-input-container.md-input-focused .md-input {
    border-color: RGB(var(--accent-500)); }
  md-autocomplete.md-accent md-input-container.md-input-focused label,
  md-autocomplete.md-accent md-input-container.md-input-focused md-icon {
    color: RGB(var(--accent-500)); }
  md-autocomplete.md-accent md-progress-linear .md-container {
    background-color: #f8bbd0; }
  md-autocomplete.md-accent md-progress-linear .md-bar {
    background-color: #e91e63; }
  md-autocomplete.md-accent md-progress-linear .md-container {
    background-color: RGB(var(--accent-100)); }
  md-autocomplete.md-accent md-progress-linear .md-bar {
    background-color: RGB(var(--accent-500)); }
  md-autocomplete.md-warn md-input-container.md-input-focused .md-input {
    border-color: #ff6668; }
  md-autocomplete.md-warn md-input-container.md-input-focused label,
  md-autocomplete.md-warn md-input-container.md-input-focused md-icon {
    color: #ff6668; }
  md-autocomplete.md-warn md-input-container.md-input-focused .md-input {
    border-color: RGB(var(--warn-A700)); }
  md-autocomplete.md-warn md-input-container.md-input-focused label,
  md-autocomplete.md-warn md-input-container.md-input-focused md-icon {
    color: RGB(var(--warn-A700)); }
  md-autocomplete.md-warn md-progress-linear .md-container {
    background-color: #f2bcbe; }
  md-autocomplete.md-warn md-progress-linear .md-bar {
    background-color: #d51f27; }
  md-autocomplete.md-warn md-progress-linear .md-container {
    background-color: RGB(var(--warn-100)); }
  md-autocomplete.md-warn md-progress-linear .md-bar {
    background-color: RGB(var(--warn-500)); }

.md-autocomplete-suggestions-container,
.md-autocomplete-standard-list-container {
  background: #ffffff;
  background: RGB(var(--background-A100)); }
  .md-autocomplete-suggestions-container .md-autocomplete-suggestion,
  .md-autocomplete-standard-list-container .md-autocomplete-suggestion {
    color: rgba(0, 0, 0, 0.87);
    color: var(--foreground-1); }
    .md-autocomplete-suggestions-container .md-autocomplete-suggestion:hover, .md-autocomplete-suggestions-container .md-autocomplete-suggestion.selected,
    .md-autocomplete-standard-list-container .md-autocomplete-suggestion:hover,
    .md-autocomplete-standard-list-container .md-autocomplete-suggestion.selected {
      background: rgba(158, 158, 158, 0.18);
      background: RGBA(var(--background-500), 0.18); }

md-backdrop {
  -webkit-transition: opacity 450ms;
  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;
    -webkit-transition-duration: 0;
    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: .48; }
    md-backdrop.md-opaque.ng-enter {
      opacity: 0; }
    md-backdrop.md-opaque.ng-enter.md-opaque.ng-enter-active {
      opacity: .48; }
    md-backdrop.md-opaque.ng-leave {
      opacity: .48;
      -webkit-transition: opacity 400ms;
      transition: opacity 400ms; }
    md-backdrop.md-opaque.ng-leave.md-opaque.ng-leave-active {
      opacity: 0; }

md-backdrop {
  background-color: rgba(33, 33, 33, 0);
  background-color: RGBA(var(--background-900), 0); }
  md-backdrop.md-opaque {
    background-color: #212121;
    background-color: RGBA(var(--background-900), 1); }

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

.md-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  /** Alignment adjustments */
  min-height: 36px;
  min-width: 88px;
  line-height: 36px;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Reset default button appearance */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  border: 0;
  /** Custom styling for button */
  padding: 0 6px;
  margin: 6px 8px;
  background: transparent;
  color: currentColor;
  white-space: nowrap;
  /* Uppercase text content */
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  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);
  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), -webkit-box-shadow 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 {
    -webkit-transition: none;
    transition: none; }
  .md-button.md-cornered {
    border-radius: 0; }
  .md-button.md-icon {
    padding: 0;
    background: none; }
  .md-button.md-raised:not([disabled]) {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    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;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-radius: 50%;
    background-clip: padding-box;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    -webkit-transition-property: background-color, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, box-shadow, transform;
    transition-property: background-color, box-shadow, transform, -webkit-box-shadow, -webkit-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 {
      -webkit-transition: none;
      transition: none; }
  .md-button:not([disabled]).md-raised.md-focused, .md-button:not([disabled]).md-fab.md-focused {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    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 {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    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 {
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: translate3d(0, 42px, 0);
  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 {
    -webkit-transform: translate3d(0, 41px, 0);
    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 {
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: translate3d(0, -42px, 0);
  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 {
    -webkit-transform: translate3d(0, -43px, 0);
    transform: translate3d(0, -43px, 0); }

.md-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%; }
  .md-button-group > .md-button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    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-button:not([disabled]):hover {
  background-color: rgba(158, 158, 158, 0.2);
  background-color: RGBA(var(--background-500), 0.2); }

.md-button:not([disabled]).md-focused {
  background-color: rgba(158, 158, 158, 0.2);
  background-color: RGBA(var(--background-500), 0.2); }

.md-button:not([disabled]).md-icon-button:hover {
  background-color: transparent; }

.md-button.md-fab {
  background-color: #e91e63;
  background-color: RGB(var(--accent-500));
  color: white;
  color: RGB(var(--accent-500-contrast)); }
  .md-button.md-fab md-icon {
    color: white;
    color: RGB(var(--accent-500-contrast)); }
  .md-button.md-fab:not([disabled]):hover {
    background-color: #c51162;
    background-color: RGB(var(--accent-A700)); }
  .md-button.md-fab:not([disabled]).md-focused {
    background-color: #c51162;
    background-color: RGB(var(--accent-A700)); }

.md-button.md-primary {
  color: #01667d;
  color: RGB(var(--primary-500)); }
  .md-button.md-primary.md-raised, .md-button.md-primary.md-fab {
    color: white;
    color: RGB(var(--primary-500-contrast));
    background-color: #01667d;
    background-color: RGB(var(--primary-500)); }
    .md-button.md-primary.md-raised:not([disabled]) md-icon, .md-button.md-primary.md-fab:not([disabled]) md-icon {
      color: white;
      color: RGB(var(--primary-500-contrast)); }
    .md-button.md-primary.md-raised:not([disabled]):hover, .md-button.md-primary.md-fab:not([disabled]):hover {
      background-color: #015e75;
      background-color: RGB(var(--primary-600)); }
    .md-button.md-primary.md-raised:not([disabled]).md-focused, .md-button.md-primary.md-fab:not([disabled]).md-focused {
      background-color: #015e75;
      background-color: RGB(var(--primary-600)); }
  .md-button.md-primary:not([disabled]) md-icon {
    color: #01667d;
    color: RGB(var(--primary-500)); }

.md-button.md-fab {
  background-color: #e91e63;
  background-color: RGB(var(--accent-500));
  color: white;
  color: RGB(var(--accent-500-contrast)); }
  .md-button.md-fab:not([disabled]) .md-icon {
    color: white;
    color: RGB(var(--accent-500-contrast)); }
  .md-button.md-fab:not([disabled]):hover {
    background-color: #c51162;
    background-color: RGB(var(--accent-A700)); }
  .md-button.md-fab:not([disabled]).md-focused {
    background-color: #c51162;
    background-color: RGB(var(--accent-A700)); }

.md-button.md-raised {
  color: #212121;
  color: RGB(var(--background-900));
  background-color: #fafafa;
  background-color: RGB(var(--background-50)); }
  .md-button.md-raised:not([disabled]) md-icon {
    color: #212121;
    color: RGB(var(--background-900)); }
  .md-button.md-raised:not([disabled]):hover {
    background-color: #fafafa;
    background-color: RGB(var(--background-50)); }
  .md-button.md-raised:not([disabled]).md-focused {
    background-color: #eeeeee;
    background-color: RGB(var(--background-200)); }

.md-button.md-warn {
  color: #d51f27;
  color: RGB(var(--warn-500)); }
  .md-button.md-warn.md-raised, .md-button.md-warn.md-fab {
    color: white;
    color: RGB(var(--warn-500-contrast));
    background-color: #d51f27;
    background-color: RGB(var(--warn-500)); }
    .md-button.md-warn.md-raised:not([disabled]) md-icon, .md-button.md-warn.md-fab:not([disabled]) md-icon {
      color: white;
      color: RGB(var(--warn-500-contrast)); }
    .md-button.md-warn.md-raised:not([disabled]):hover, .md-button.md-warn.md-fab:not([disabled]):hover {
      background-color: #d01b23;
      background-color: RGB(var(--warn-600)); }
    .md-button.md-warn.md-raised:not([disabled]).md-focused, .md-button.md-warn.md-fab:not([disabled]).md-focused {
      background-color: #d01b23;
      background-color: RGB(var(--warn-600)); }
  .md-button.md-warn:not([disabled]) md-icon {
    color: #d51f27;
    color: RGB(var(--warn-500)); }

.md-button.md-accent {
  color: #e91e63;
  color: RGB(var(--accent-500)); }
  .md-button.md-accent.md-raised, .md-button.md-accent.md-fab {
    color: white;
    color: RGB(var(--accent-500-contrast));
    background-color: #e91e63;
    background-color: RGB(var(--accent-500)); }
    .md-button.md-accent.md-raised:not([disabled]) md-icon, .md-button.md-accent.md-fab:not([disabled]) md-icon {
      color: white;
      color: RGB(var(--accent-500-contrast)); }
    .md-button.md-accent.md-raised:not([disabled]):hover, .md-button.md-accent.md-fab:not([disabled]):hover {
      background-color: #c51162;
      background-color: RGB(var(--accent-A700)); }
    .md-button.md-accent.md-raised:not([disabled]).md-focused, .md-button.md-accent.md-fab:not([disabled]).md-focused {
      background-color: #c51162;
      background-color: RGB(var(--accent-A700)); }
  .md-button.md-accent:not([disabled]) md-icon {
    color: #e91e63;
    color: RGB(var(--accent-500)); }

.md-button[disabled], .md-button.md-raised[disabled], .md-button.md-fab[disabled], .md-button.md-accent[disabled], .md-button.md-warn[disabled] {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3);
  cursor: default; }
  .md-button[disabled] md-icon, .md-button.md-raised[disabled] md-icon, .md-button.md-fab[disabled] md-icon, .md-button.md-accent[disabled] md-icon, .md-button.md-warn[disabled] md-icon {
    color: rgba(0, 0, 0, 0.38);
    color: var(--foreground-3); }

.md-button.md-raised[disabled], .md-button.md-fab[disabled] {
  background-color: rgba(0, 0, 0, 0.12);
  background-color: var(--foreground-4); }

.md-button[disabled] {
  background-color: transparent; }

._md a:not(.md-button).md-primary {
  color: #01667d;
  color: RGB(var(--primary-500)); }
  ._md a:not(.md-button).md-primary:hover {
    color: #01536a;
    color: RGB(var(--primary-700)); }

._md a:not(.md-button).md-accent {
  color: #e91e63;
  color: RGB(var(--accent-500)); }
  ._md a:not(.md-button).md-accent:hover {
    color: #c51162;
    color: RGB(var(--accent-A700)); }

._md a:not(.md-button).md-warn {
  color: #d51f27;
  color: RGB(var(--warn-500)); }
  ._md a:not(.md-button).md-warn:hover {
    color: #ca171d;
    color: RGB(var(--warn-700)); }

md-card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 8px;
  -webkit-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);
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    height: auto; }
  md-card md-card-title {
    padding: 24px 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    md-card md-card-title + md-card-content {
      padding-top: 0; }
    md-card md-card-title md-card-title-text {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      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 {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      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 {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      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-card {
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1);
  background-color: #ffffff;
  background-color: RGB(var(--background-A100));
  border-radius: 2px; }
  md-card .md-card-image {
    border-radius: 2px 2px 0 0; }
  md-card md-card-header md-card-avatar md-icon {
    color: #fafafa;
    color: RGB(var(--background-50));
    background-color: rgba(0, 0, 0, 0.38);
    background-color: var(--foreground-3); }
  md-card md-card-header md-card-header-text .md-subhead {
    color: rgba(0, 0, 0, 0.54);
    color: var(--foreground-2); }
  md-card md-card-title md-card-title-text:not(:only-child) .md-subhead {
    color: rgba(0, 0, 0, 0.54);
    color: var(--foreground-2); }

.md-inline-form md-checkbox {
  margin: 19px 0 18px; }

md-checkbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 16px;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  min-width: 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%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    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 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: transparent;
      border-radius: 50%;
      content: '';
      position: absolute;
      display: block;
      height: auto;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      width: auto; }
    md-checkbox .md-container:after {
      -webkit-box-sizing: border-box;
      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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 240ms;
    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: transparent; }
    md-checkbox.md-checked .md-icon:after {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      left: 4.66667px;
      top: 0.22222px;
      display: table;
      width: 6.66667px;
      height: 13.33333px;
      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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    margin-left: 30px;
    margin-right: 0; }
    [dir=rtl] md-checkbox .md-label {
      margin-left: 0; }
    [dir=rtl] md-checkbox .md-label {
      margin-right: 30px; }

md-checkbox .md-ripple {
  color: #c51162;
  color: RGB(var(--accent-A700)); }

md-checkbox.md-checked .md-ripple {
  color: #757575;
  color: RGB(var(--background-600)); }

md-checkbox.md-checked.md-focused .md-container:before {
  background-color: rgba(233, 30, 99, 0.26);
  background-color: RGBA(var(--accent-500), 0.26); }

md-checkbox .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2); }

md-checkbox.md-checked .md-ink-ripple {
  color: rgba(233, 30, 99, 0.87);
  color: RGBA(var(--accent-500), 0.87); }

md-checkbox:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
  border-color: var(--foreground-2); }

md-checkbox.md-checked .md-icon {
  background-color: rgba(233, 30, 99, 0.87);
  background-color: RGBA(var(--accent-500), 0.87); }

md-checkbox.md-checked .md-icon:after {
  border-color: rgba(255, 255, 255, 0.87);
  border-color: RGBA(var(--accent-500-contrast), 0.87); }

md-checkbox:not([disabled]).md-primary .md-ripple {
  color: #015e75;
  color: RGB(var(--primary-600)); }

md-checkbox:not([disabled]).md-primary.md-checked .md-ripple {
  color: #757575;
  color: RGB(var(--background-600)); }

md-checkbox:not([disabled]).md-primary .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2); }

md-checkbox:not([disabled]).md-primary.md-checked .md-ink-ripple {
  color: rgba(1, 102, 125, 0.87);
  color: RGBA(var(--primary-500), 0.87); }

md-checkbox:not([disabled]).md-primary:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
  border-color: var(--foreground-2); }

md-checkbox:not([disabled]).md-primary.md-checked .md-icon {
  background-color: rgba(1, 102, 125, 0.87);
  background-color: RGBA(var(--primary-500), 0.87); }

md-checkbox:not([disabled]).md-primary.md-checked.md-focused .md-container:before {
  background-color: rgba(1, 102, 125, 0.26);
  background-color: RGBA(var(--primary-500), 0.26); }

md-checkbox:not([disabled]).md-primary.md-checked .md-icon:after {
  border-color: rgba(255, 255, 255, 0.87);
  border-color: RGBA(var(--primary-500-contrast), 0.87); }

md-checkbox:not([disabled]).md-primary .md-indeterminate[disabled] .md-container {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3); }

md-checkbox:not([disabled]).md-warn .md-ripple {
  color: #d01b23;
  color: RGB(var(--warn-600)); }

md-checkbox:not([disabled]).md-warn .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2); }

md-checkbox:not([disabled]).md-warn.md-checked .md-ink-ripple {
  color: rgba(213, 31, 39, 0.87);
  color: RGBA(var(--warn-500), 0.87); }

md-checkbox:not([disabled]).md-warn:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
  border-color: var(--foreground-2); }

md-checkbox:not([disabled]).md-warn.md-checked .md-icon {
  background-color: rgba(213, 31, 39, 0.87);
  background-color: RGBA(var(--warn-500), 0.87); }

md-checkbox:not([disabled]).md-warn.md-checked.md-focused:not([disabled]) .md-container:before {
  background-color: rgba(213, 31, 39, 0.26);
  background-color: RGBA(var(--warn-500), 0.26); }

md-checkbox:not([disabled]).md-warn.md-checked .md-icon:after {
  border-color: #eeeeee;
  border-color: RGB(var(--background-200)); }

md-checkbox[disabled]:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.38);
  border-color: var(--foreground-3); }

md-checkbox[disabled].md-checked .md-icon {
  background-color: rgba(0, 0, 0, 0.38);
  background-color: var(--foreground-3); }

md-checkbox[disabled].md-checked .md-icon:after {
  border-color: #eeeeee;
  border-color: RGB(var(--background-200)); }

md-checkbox[disabled] .md-icon:after {
  border-color: rgba(0, 0, 0, 0.38);
  border-color: var(--foreground-3); }

md-checkbox[disabled] .md-label {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3); }

.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: Roboto, "Helvetica Neue", 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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    position: relative; }
    [dir=rtl] .md-chips md-chip {
      margin: 8px 0 0 8px; }
    [dir=rtl] .md-chips md-chip {
      float: right; }
    .md-chips md-chip .md-chip-content {
      display: block;
      float: left;
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis; }
      [dir=rtl] .md-chips md-chip .md-chip-content {
        float: right; }
      .md-chips md-chip .md-chip-content:focus {
        outline: none; }
    .md-chips md-chip._md-chip-content-edit-is-enabled {
      -webkit-user-select: none;
      /* webkit (safari, chrome) browsers */
      -moz-user-select: none;
      /* mozilla browsers */
      -khtml-user-select: none;
      /* webkit (konqueror) browsers */
      -ms-user-select: none;
      /* IE10+ */ }
    .md-chips md-chip .md-chip-remove-container {
      position: absolute;
      right: 0;
      line-height: 22px; }
      [dir=rtl] .md-chips md-chip .md-chip-remove-container {
        right: auto;
        left: 0; }
    .md-chips md-chip .md-chip-remove {
      text-align: center;
      width: 32px;
      height: 32px;
      min-width: 0;
      padding: 0;
      background: transparent;
      border: none;
      -webkit-box-shadow: 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%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        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: transparent;
      height: 32px; }
    .md-chips .md-chip-input-container md-autocomplete md-autocomplete-wrap {
      -webkit-box-shadow: none;
      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 {
      -webkit-box-shadow: none;
      box-shadow: none; }
      .md-chips .md-chip-input-container md-autocomplete input {
        position: relative; }
    .md-chips .md-chip-input-container:not(:first-child) {
      margin: 8px 8px 0 0; }
      [dir=rtl] .md-chips .md-chip-input-container:not(:first-child) {
        margin: 8px 0 0 8px; }
    .md-chips .md-chip-input-container input {
      background: transparent;
      border-width: 0; }
  .md-chips md-autocomplete button {
    display: none; }

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

md-chips .md-chips {
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px var(--foreground-4);
  box-shadow: 0 1px var(--foreground-4); }
  md-chips .md-chips.md-focused {
    -webkit-box-shadow: 0 2px #01667d;
    box-shadow: 0 2px #01667d;
    -webkit-box-shadow: 0 2px RGB(var(--primary-500));
    box-shadow: 0 2px RGB(var(--primary-500)); }
  md-chips .md-chips .md-chip-input-container input {
    color: rgba(0, 0, 0, 0.87);
    color: var(--foreground-1); }
    md-chips .md-chips .md-chip-input-container input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.38); }
    md-chips .md-chips .md-chip-input-container input:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.38); }
    md-chips .md-chips .md-chip-input-container input::-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.38); }
    md-chips .md-chips .md-chip-input-container input::-moz-placeholder {
      color: rgba(0, 0, 0, 0.38); }
    md-chips .md-chips .md-chip-input-container input::placeholder {
      color: rgba(0, 0, 0, 0.38); }
    md-chips .md-chips .md-chip-input-container input::-moz-placeholder {
      color: rgba(0, 0, 0, 0.38);
      opacity: 1; }
    md-chips .md-chips .md-chip-input-container input::-webkit-input-placeholder {
      color: var(--foreground-3); }
    md-chips .md-chips .md-chip-input-container input:-ms-input-placeholder {
      color: var(--foreground-3); }
    md-chips .md-chips .md-chip-input-container input::-ms-input-placeholder {
      color: var(--foreground-3); }
    md-chips .md-chips .md-chip-input-container input::placeholder {
      color: var(--foreground-3); }
    md-chips .md-chips .md-chip-input-container input:-moz-placeholder {
      color: var(--foreground-3);
      opacity: 1; }
    md-chips .md-chips .md-chip-input-container input::-moz-placeholder {
      color: var(--foreground-3);
      opacity: 1; }

md-chips md-chip {
  background: #e0e0e0;
  background: RGB(var(--background-300));
  color: #424242;
  color: RGB(var(--background-800)); }
  md-chips md-chip md-icon {
    color: #616161;
    color: RGB(var(--background-700)); }
  md-chips md-chip.md-focused {
    background: #01667d;
    background: RGB(var(--primary-500));
    color: white;
    color: RGB(var(--primary-500-contrast)); }
    md-chips md-chip.md-focused md-icon {
      color: white;
      color: RGB(var(--primary-500-contrast)); }
  md-chips md-chip._md-chip-editing {
    background: transparent;
    color: #424242;
    color: RGB(var(--background-800)); }

md-chips md-chip-remove .md-button md-icon path {
  fill: #9e9e9e;
  fill: RGB(var(--background-500)); }

.md-contact-suggestion span.md-contact-email {
  color: #bdbdbd;
  color: RGB(var(--background-400)); }

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-content {
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1);
  background-color: #fafafa;
  background-color: RGB(var(--background-50)); }

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

.md-dialog-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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;
  -webkit-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);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  md-dialog.md-transition-in {
    opacity: 1;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1); }
  md-dialog.md-transition-out {
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transform: translate(0, 100%) scale(0.2);
    transform: translate(0, 100%) scale(0.2); }
  md-dialog > form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto; }
  md-dialog .md-dialog-content {
    padding: 24px; }
  md-dialog md-dialog-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  md-dialog .md-actions, md-dialog md-dialog-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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-dialog {
  border-radius: 4px;
  background-color: #ffffff;
  background-color: RGB(var(--background-A100));
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1); }
  md-dialog.md-content-overflow .md-actions, md-dialog.md-content-overflow md-dialog-actions {
    border-top-color: rgba(0, 0, 0, 0.12);
    border-top-color: var(--foreground-4); }

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-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
  border-top-color: var(--foreground-4); }

.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-right-color: rgba(0, 0, 0, 0.12);
  border-right-color: var(--foreground-4); }

md-grid-list {
  -webkit-box-sizing: border-box;
  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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  md-grid-list md-grid-tile {
    display: block;
    position: absolute; }
    md-grid-list md-grid-tile figure {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      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-icon {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2); }
  md-icon.md-primary {
    color: #01667d;
    color: RGB(var(--primary-500)); }
  md-icon.md-accent {
    color: #e91e63;
    color: RGB(var(--accent-500)); }
  md-icon.md-warn {
    color: #d51f27;
    color: RGB(var(--warn-500)); }

md-input-container {
  display: inline-block;
  position: relative;
  padding: 2px;
  margin: 18px 0;
  vertical-align: middle;
  /*
   * The .md-input class is added to the input/textarea
   */ }
  md-input-container:after {
    content: '';
    display: table;
    clear: both; }
  md-input-container.md-block {
    display: block; }
  md-input-container .md-errors-spacer {
    float: right;
    min-height: 24px;
    min-width: 1px; }
    [dir=rtl] md-input-container .md-errors-spacer {
      float: left; }
  md-input-container > md-icon {
    position: absolute;
    top: 8px;
    left: 2px;
    right: auto; }
    [dir=rtl] md-input-container > md-icon {
      left: auto; }
    [dir=rtl] md-input-container > md-icon {
      right: 2px; }
  md-input-container textarea,
  md-input-container input[type="text"],
  md-input-container input[type="password"],
  md-input-container input[type="datetime"],
  md-input-container input[type="datetime-local"],
  md-input-container input[type="date"],
  md-input-container input[type="month"],
  md-input-container input[type="time"],
  md-input-container input[type="week"],
  md-input-container input[type="number"],
  md-input-container input[type="email"],
  md-input-container input[type="url"],
  md-input-container input[type="search"],
  md-input-container input[type="tel"],
  md-input-container input[type="color"] {
    /* remove default appearance from all input/textarea */
    -moz-appearance: none;
    -webkit-appearance: none; }
  md-input-container input[type="date"],
  md-input-container input[type="datetime-local"],
  md-input-container input[type="month"],
  md-input-container input[type="time"],
  md-input-container input[type="week"] {
    min-height: 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%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    padding-left: 3px;
    padding-right: 0;
    z-index: 1;
    -webkit-transform: translate3d(0, 28px, 0) scale(1);
    transform: translate3d(0, 28px, 0) scale(1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    max-width: 100%;
    -webkit-transform-origin: left top;
    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 {
      -webkit-transform-origin: right top;
      transform-origin: right top; }
  md-input-container .md-placeholder {
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  md-input-container.md-input-focused .md-placeholder {
    opacity: 1;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0); }
  md-input-container.md-input-has-value .md-placeholder {
    -webkit-transition: none;
    transition: none;
    opacity: 0; }
  md-input-container:not(.md-input-has-value):not(.md-input-has-placeholder) input:not(:focus) {
    color: transparent; }
  md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field,
  md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field,
  md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field,
  md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field,
  md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field,
  md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field,
  md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field,
  md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field,
  md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field,
  md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text {
    color: transparent; }
  md-input-container .md-input {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    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%;
    -webkit-box-sizing: border-box;
    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;
      -webkit-box-shadow: none;
      box-shadow: none; }
    md-input-container .md-input.md-no-flex {
      -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
      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;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    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;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    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) {
    -webkit-transform: translate3d(0, 6px, 0) scale(0.75);
    transform: translate3d(0, 6px, 0) scale(0.75);
    -webkit-transition: width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
    transition: width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
    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;
    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, -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s; }
  md-input-container.md-input-has-value label {
    -webkit-transition: none;
    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 {
    -webkit-transition: margin-top 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    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% - (36px * 2)); }

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

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

@media screen and (-ms-high-contrast: active) {
  md-input-container.md-default-theme > md-icon {
    fill: #fff; } }

md-input-container .md-input {
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1);
  border-color: rgba(0, 0, 0, 0.12);
  border-color: var(--foreground-4); }
  md-input-container .md-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.54); }
  md-input-container .md-input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54); }
  md-input-container .md-input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54); }
  md-input-container .md-input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.54); }
  md-input-container .md-input::placeholder {
    color: rgba(0, 0, 0, 0.54); }
  md-input-container .md-input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.54);
    opacity: 1; }
  md-input-container .md-input::-webkit-input-placeholder {
    color: var(--foreground-2); }
  md-input-container .md-input:-ms-input-placeholder {
    color: var(--foreground-2); }
  md-input-container .md-input::-ms-input-placeholder {
    color: var(--foreground-2); }
  md-input-container .md-input::placeholder {
    color: var(--foreground-2); }
  md-input-container .md-input:-moz-placeholder {
    color: var(--foreground-2);
    opacity: 1; }
  md-input-container .md-input::-moz-placeholder {
    color: var(--foreground-2);
    opacity: 1; }

md-input-container > md-icon {
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1); }

md-input-container label,
md-input-container .md-placeholder {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2); }

md-input-container label.md-required:after {
  color: #ff6668;
  color: RGB(var(--warn-A700)); }

md-input-container:not(.md-input-focused):not(.md-input-invalid) label.md-required:after {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2); }

md-input-container .md-input-messages-animation, md-input-container .md-input-message-animation {
  color: #ff6668;
  color: RGB(var(--warn-A700)); }
  md-input-container .md-input-messages-animation .md-char-counter, md-input-container .md-input-message-animation .md-char-counter {
    color: rgba(0, 0, 0, 0.87);
    color: var(--foreground-1); }

md-input-container.md-input-focused .md-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.54); }

md-input-container.md-input-focused .md-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54); }

md-input-container.md-input-focused .md-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54); }

md-input-container.md-input-focused .md-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.54); }

md-input-container.md-input-focused .md-input::placeholder {
  color: rgba(0, 0, 0, 0.54); }

md-input-container.md-input-focused .md-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.54);
  opacity: 1; }

md-input-container.md-input-focused .md-input::-webkit-input-placeholder {
  color: var(--foreground-2); }

md-input-container.md-input-focused .md-input:-ms-input-placeholder {
  color: var(--foreground-2); }

md-input-container.md-input-focused .md-input::-ms-input-placeholder {
  color: var(--foreground-2); }

md-input-container.md-input-focused .md-input::placeholder {
  color: var(--foreground-2); }

md-input-container.md-input-focused .md-input:-moz-placeholder {
  color: var(--foreground-2);
  opacity: 1; }

md-input-container.md-input-focused .md-input::-moz-placeholder {
  color: var(--foreground-2);
  opacity: 1; }

md-input-container:not(.md-input-invalid).md-input-has-value label {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2); }

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: #01667d;
  border-color: RGB(var(--primary-500)); }

md-input-container:not(.md-input-invalid).md-input-focused label,
md-input-container:not(.md-input-invalid).md-input-focused md-icon {
  color: #01667d;
  color: RGB(var(--primary-500)); }

md-input-container:not(.md-input-invalid).md-input-focused.md-accent .md-input {
  border-color: #e91e63;
  border-color: RGB(var(--accent-500)); }

md-input-container:not(.md-input-invalid).md-input-focused.md-accent label,
md-input-container:not(.md-input-invalid).md-input-focused.md-accent md-icon {
  color: #e91e63;
  color: RGB(var(--accent-500)); }

md-input-container:not(.md-input-invalid).md-input-focused.md-warn .md-input {
  border-color: #ff6668;
  border-color: RGB(var(--warn-A700)); }

md-input-container:not(.md-input-invalid).md-input-focused.md-warn label,
md-input-container:not(.md-input-invalid).md-input-focused.md-warn md-icon {
  color: #ff6668;
  color: RGB(var(--warn-A700)); }

md-input-container.md-input-invalid .md-input {
  border-color: #ff6668;
  border-color: RGB(var(--warn-A700)); }

md-input-container.md-input-invalid label,
md-input-container.md-input-invalid .md-input-message-animation,
md-input-container.md-input-invalid .md-char-counter {
  color: #ff6668;
  color: RGB(var(--warn-A700)); }

md-input-container .md-input[disabled],
[disabled] md-input-container .md-input {
  border-bottom-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.38)), color-stop(33%, rgba(0, 0, 0, 0.38)), color-stop(0%, transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 33%, transparent 0%);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--foreground-3)), color-stop(33%, var(--foreground-3)), color-stop(0%, transparent));
  background-image: linear-gradient(to right, var(--foreground-3) 0%, var(--foreground-3) 33%, transparent 0%);
  background-image: -ms-linear-gradient(left, transparent 0%, var(--foreground-3) 100%); }

md-list {
  display: block;
  padding: 8px 0px 8px 0px; }
  md-list .md-subheader {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.010em;
    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 {
      -webkit-box-flex: 0;
      -ms-flex: none;
      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 {
    -webkit-transition: background-color 0.15s linear;
    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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      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;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    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;
      -webkit-box-orient: inherit;
      -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
      flex-direction: inherit;
      -webkit-box-align: inherit;
      -ms-flex-align: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
      -webkit-box-sizing: content-box;
      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 {
      -ms-flex-item-align: center;
      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%;
      -webkit-box-sizing: content-box;
      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 {
      -webkit-box-flex: 0;
      -ms-flex: none;
      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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      -ms-flex-negative: 0;
      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 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      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 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      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.010em;
        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.010em;
        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.010em;
        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 {
      -ms-flex-item-align: start;
      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 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      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-list md-list-item.md-2-line .md-list-item-text h3, md-list md-list-item.md-2-line .md-list-item-text h4,
md-list md-list-item.md-3-line .md-list-item-text h3,
md-list md-list-item.md-3-line .md-list-item-text h4 {
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1); }

md-list md-list-item.md-2-line .md-list-item-text p,
md-list md-list-item.md-3-line .md-list-item-text p {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2); }

md-list .md-proxy-focus.md-focused div.md-no-style {
  background-color: #f5f5f5;
  background-color: RGB(var(--background-100)); }

md-list md-list-item .md-avatar-icon {
  background-color: rgba(0, 0, 0, 0.38);
  background-color: var(--foreground-3);
  color: #fafafa;
  color: RGB(var(--background-50)); }

md-list md-list-item > md-icon {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2); }
  md-list md-list-item > md-icon.md-highlight {
    color: #01667d;
    color: RGB(var(--primary-500)); }
    md-list md-list-item > md-icon.md-highlight.md-accent {
      color: #e91e63;
      color: RGB(var(--accent-500)); }

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

@keyframes indeterminate-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    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 {
    -webkit-animation: indeterminate-rotate 1568.63ms linear infinite;
    animation: indeterminate-rotate 1568.63ms linear infinite; }
  md-progress-circular svg {
    position: absolute;
    overflow: visible;
    top: 0;
    left: 0; }

md-progress-circular path {
  stroke: #01667d;
  stroke: RGB(var(--primary-500)); }

md-progress-circular.md-warn path {
  stroke: #d51f27;
  stroke: RGB(var(--warn-500)); }

md-progress-circular.md-accent path {
  stroke: #e91e63;
  stroke: RGB(var(--accent-500)); }

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

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

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

@-webkit-keyframes buffer {
  0% {
    opacity: 1;
    background-position: 0px -23px; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1;
    background-position: -200px -23px; } }

@keyframes buffer {
  0% {
    opacity: 1;
    background-position: 0px -23px; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1;
    background-position: -200px -23px; } }

@-webkit-keyframes md-progress-linear-indeterminate-scale-1 {
  0% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  36.6% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1);
    animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1); }
  69.15% {
    -webkit-transform: scaleX(0.83);
    transform: scaleX(0.83);
    -webkit-animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098);
    animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098); }
  100% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1); } }

@keyframes md-progress-linear-indeterminate-scale-1 {
  0% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  36.6% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1);
    animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1); }
  69.15% {
    -webkit-transform: scaleX(0.83);
    transform: scaleX(0.83);
    -webkit-animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098);
    animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098); }
  100% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1); } }

@-webkit-keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.16667%;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  20% {
    left: -105.16667%;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); }
  69.15% {
    left: 21.5%;
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); }
  100% {
    left: 95.44444%; } }

@keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.16667%;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  20% {
    left: -105.16667%;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); }
  69.15% {
    left: 21.5%;
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); }
  100% {
    left: 95.44444%; } }

@-webkit-keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
    animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397); }
  19.15% {
    -webkit-transform: scaleX(0.57);
    transform: scaleX(0.57);
    -webkit-animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
    animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432); }
  44.15% {
    -webkit-transform: scaleX(0.91);
    transform: scaleX(0.91);
    -webkit-animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
    animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179); }
  100% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1); } }

@keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1);
    -webkit-animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
    animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397); }
  19.15% {
    -webkit-transform: scaleX(0.57);
    transform: scaleX(0.57);
    -webkit-animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
    animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432); }
  44.15% {
    -webkit-transform: scaleX(0.91);
    transform: scaleX(0.91);
    -webkit-animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
    animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179); }
  100% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1); } }

@-webkit-keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.88889%;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968);
    animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968); }
  25% {
    left: -17.25%;
    -webkit-animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372);
    animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372); }
  48.35% {
    left: 29.5%;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203);
    animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203); }
  100% {
    left: 117.38889%; } }

@keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.88889%;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968);
    animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968); }
  25% {
    left: -17.25%;
    -webkit-animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372);
    animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372); }
  48.35% {
    left: 29.5%;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203);
    animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203); }
  100% {
    left: 117.38889%; } }

md-progress-linear .md-container {
  background-color: #b3d1d8;
  background-color: RGB(var(--primary-100)); }

md-progress-linear .md-bar {
  background-color: #01667d;
  background-color: RGB(var(--primary-500)); }

md-progress-linear.md-warn .md-container {
  background-color: #f2bcbe;
  background-color: RGB(var(--warn-100)); }

md-progress-linear.md-warn .md-bar {
  background-color: #d51f27;
  background-color: RGB(var(--warn-500)); }

md-progress-linear.md-accent .md-container {
  background-color: #f8bbd0;
  background-color: RGB(var(--accent-100)); }

md-progress-linear.md-accent .md-bar {
  background-color: #e91e63;
  background-color: RGB(var(--accent-500)); }

md-progress-linear[md-mode=buffer].md-primary .md-bar1 {
  background-color: #b3d1d8;
  background-color: RGB(var(--primary-100)); }

md-progress-linear[md-mode=buffer].md-primary .md-dashed:before {
  background: radial-gradient(#b3d1d8 0%, #b3d1d8 16%, transparent 42%);
  background: radial-gradient(RGB(var(--primary-100)) 0%, RGB(var(--primary-100)) 16%, transparent 42%); }

md-progress-linear[md-mode=buffer].md-warn .md-bar1 {
  background-color: #f2bcbe;
  background-color: RGB(var(--warn-100)); }

md-progress-linear[md-mode=buffer].md-warn .md-dashed:before {
  background: radial-gradient(#f2bcbe 0%, #f2bcbe 16%, transparent 42%);
  background: radial-gradient(RGB(var(--warn-100)) 0%, RGB(var(--warn-100)) 16%, transparent 42%); }

md-progress-linear[md-mode=buffer].md-accent .md-bar1 {
  background-color: #f8bbd0;
  background-color: RGB(var(--accent-100)); }

md-progress-linear[md-mode=buffer].md-accent .md-dashed:before {
  background: radial-gradient(#f8bbd0 0%, #f8bbd0 16%, transparent 42%);
  background: radial-gradient(RGB(var(--accent-100)) 0%, RGB(var(--accent-100)) 16%, transparent 42%); }

md-radio-button {
  -webkit-box-sizing: border-box;
  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%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    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 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: transparent;
      border-radius: 50%;
      content: '';
      position: absolute;
      display: block;
      height: auto;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      width: auto; }
  md-radio-button.md-align-top-left > div.md-container {
    top: 12px; }
  md-radio-button .md-off {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    -webkit-transition: border-color ease 0.28s;
    transition: border-color ease 0.28s; }
  md-radio-button .md-on {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform ease 0.28s;
    transition: -webkit-transform ease 0.28s;
    transition: transform ease 0.28s;
    transition: transform ease 0.28s, -webkit-transform ease 0.28s;
    -webkit-transform: scale(0);
    transform: scale(0); }
  md-radio-button.md-checked .md-on {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  md-radio-button .md-label {
    -webkit-box-sizing: border-box;
    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 adjustments for the radio group. */ }
  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;
    -webkit-box-sizing: border-box;
    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-radio-button .md-off {
  border-color: rgba(0, 0, 0, 0.54);
  border-color: var(--foreground-2); }

md-radio-button .md-on {
  background-color: rgba(233, 30, 99, 0.87);
  background-color: RGBA(var(--accent-500), 0.87); }

md-radio-button.md-checked .md-off {
  border-color: rgba(233, 30, 99, 0.87);
  border-color: RGBA(var(--accent-500), 0.87); }

md-radio-button.md-checked .md-ink-ripple {
  color: rgba(233, 30, 99, 0.87);
  color: RGBA(var(--accent-500), 0.87); }

md-radio-button .md-container .md-ripple {
  color: #c51162;
  color: RGB(var(--accent-A700)); }

md-radio-group:not([disabled]) .md-primary .md-on, md-radio-group:not([disabled]).md-primary .md-on,
md-radio-button:not([disabled]) .md-primary .md-on,
md-radio-button:not([disabled]).md-primary .md-on {
  background-color: rgba(1, 102, 125, 0.87);
  background-color: RGBA(var(--primary-500), 0.87); }

md-radio-group:not([disabled]) .md-primary .md-checked .md-off, md-radio-group:not([disabled]) .md-primary.md-checked .md-off, md-radio-group:not([disabled]).md-primary .md-checked .md-off, md-radio-group:not([disabled]).md-primary.md-checked .md-off,
md-radio-button:not([disabled]) .md-primary .md-checked .md-off,
md-radio-button:not([disabled]) .md-primary.md-checked .md-off,
md-radio-button:not([disabled]).md-primary .md-checked .md-off,
md-radio-button:not([disabled]).md-primary.md-checked .md-off {
  border-color: rgba(1, 102, 125, 0.87);
  border-color: RGBA(var(--primary-500), 0.87); }

md-radio-group:not([disabled]) .md-primary .md-checked .md-ink-ripple, md-radio-group:not([disabled]) .md-primary.md-checked .md-ink-ripple, md-radio-group:not([disabled]).md-primary .md-checked .md-ink-ripple, md-radio-group:not([disabled]).md-primary.md-checked .md-ink-ripple,
md-radio-button:not([disabled]) .md-primary .md-checked .md-ink-ripple,
md-radio-button:not([disabled]) .md-primary.md-checked .md-ink-ripple,
md-radio-button:not([disabled]).md-primary .md-checked .md-ink-ripple,
md-radio-button:not([disabled]).md-primary.md-checked .md-ink-ripple {
  color: rgba(1, 102, 125, 0.87);
  color: RGBA(var(--primary-500), 0.87); }

md-radio-group:not([disabled]) .md-primary .md-container .md-ripple, md-radio-group:not([disabled]).md-primary .md-container .md-ripple,
md-radio-button:not([disabled]) .md-primary .md-container .md-ripple,
md-radio-button:not([disabled]).md-primary .md-container .md-ripple {
  color: #015e75;
  color: RGB(var(--primary-600)); }

md-radio-group:not([disabled]) .md-warn .md-on, md-radio-group:not([disabled]).md-warn .md-on,
md-radio-button:not([disabled]) .md-warn .md-on,
md-radio-button:not([disabled]).md-warn .md-on {
  background-color: rgba(213, 31, 39, 0.87);
  background-color: RGBA(var(--warn-500), 0.87); }

md-radio-group:not([disabled]) .md-warn .md-checked .md-off, md-radio-group:not([disabled]) .md-warn.md-checked .md-off, md-radio-group:not([disabled]).md-warn .md-checked .md-off, md-radio-group:not([disabled]).md-warn.md-checked .md-off,
md-radio-button:not([disabled]) .md-warn .md-checked .md-off,
md-radio-button:not([disabled]) .md-warn.md-checked .md-off,
md-radio-button:not([disabled]).md-warn .md-checked .md-off,
md-radio-button:not([disabled]).md-warn.md-checked .md-off {
  border-color: rgba(213, 31, 39, 0.87);
  border-color: RGBA(var(--warn-500), 0.87); }

md-radio-group:not([disabled]) .md-warn .md-checked .md-ink-ripple, md-radio-group:not([disabled]) .md-warn.md-checked .md-ink-ripple, md-radio-group:not([disabled]).md-warn .md-checked .md-ink-ripple, md-radio-group:not([disabled]).md-warn.md-checked .md-ink-ripple,
md-radio-button:not([disabled]) .md-warn .md-checked .md-ink-ripple,
md-radio-button:not([disabled]) .md-warn.md-checked .md-ink-ripple,
md-radio-button:not([disabled]).md-warn .md-checked .md-ink-ripple,
md-radio-button:not([disabled]).md-warn.md-checked .md-ink-ripple {
  color: rgba(213, 31, 39, 0.87);
  color: RGBA(var(--warn-500), 0.87); }

md-radio-group:not([disabled]) .md-warn .md-container .md-ripple, md-radio-group:not([disabled]).md-warn .md-container .md-ripple,
md-radio-button:not([disabled]) .md-warn .md-container .md-ripple,
md-radio-button:not([disabled]).md-warn .md-container .md-ripple {
  color: #d01b23;
  color: RGB(var(--warn-600)); }

md-radio-group[disabled],
md-radio-button[disabled] {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3); }
  md-radio-group[disabled] .md-container .md-off,
  md-radio-button[disabled] .md-container .md-off {
    border-color: rgba(0, 0, 0, 0.38);
    border-color: var(--foreground-3); }
  md-radio-group[disabled] .md-container .md-on,
  md-radio-button[disabled] .md-container .md-on {
    border-color: rgba(0, 0, 0, 0.38);
    border-color: var(--foreground-3); }

md-radio-group .md-checked .md-ink-ripple {
  color: rgba(233, 30, 99, 0.26);
  color: RGBA(var(--accent-500), 0.26); }

md-radio-group.md-primary .md-checked:not([disabled]) .md-ink-ripple, md-radio-group .md-checked:not([disabled]).md-primary .md-ink-ripple {
  color: rgba(1, 102, 125, 0.26);
  color: RGBA(var(--primary-500), 0.26); }

md-radio-group.md-focused.ng-empty > md-radio-button:first-child .md-container:before {
  background-color: rgba(0, 0, 0, 0.26);
  background-color: var(--foreground-3); }

md-radio-group.md-focused:not(:empty) .md-checked .md-container:before {
  background-color: rgba(233, 30, 99, 0.26);
  background-color: RGBA(var(--accent-500), 0.26); }

md-radio-group.md-focused:not(:empty).md-primary .md-checked .md-container:before,
md-radio-group.md-focused:not(:empty) .md-checked.md-primary .md-container:before {
  background-color: rgba(1, 102, 125, 0.26);
  background-color: RGBA(var(--primary-500), 0.26); }

md-radio-group.md-focused:not(:empty).md-warn .md-checked .md-container:before,
md-radio-group.md-focused:not(:empty) .md-checked.md-warn .md-container:before {
  background-color: rgba(213, 31, 39, 0.26);
  background-color: RGBA(var(--warn-500), 0.26); }

md-input-container:not([md-no-float]) .md-select-placeholder span:first-child {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top; }
  [dir=rtl] md-input-container:not([md-no-float]) .md-select-placeholder span:first-child {
    -webkit-transform-origin: right top;
    transform-origin: right top; }

md-input-container.md-input-focused:not([md-no-float]) .md-select-placeholder span:first-child {
  -webkit-transform: translateY(-22px) translateX(-2px) scale(0.75);
  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;
  -webkit-transform: translateY(-1px);
  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 {
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      -webkit-transition-duration: 150ms;
      transition-duration: 150ms; }
      .md-select-menu-container.md-active md-select-menu > * {
        opacity: 1;
        -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
        transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
        -webkit-transition-duration: 150ms;
        transition-duration: 150ms;
        -webkit-transition-delay: 100ms;
        transition-delay: 100ms; }
  .md-select-menu-container.md-leave {
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms; }

md-input-container > md-select {
  margin: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  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: -webkit-box;
  display: -ms-flexbox;
  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) {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0); }

.md-select-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 2px 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 64px;
  min-height: 26px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .md-select-value > span:not(.md-select-icon) {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
    width: 24px;
    margin: 0 4px;
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    font-size: 1.2rem; }
    [dir=rtl] .md-select-value .md-select-icon {
      -webkit-box-align: start;
      -ms-flex-align: start;
      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: '\25BC';
    position: relative;
    top: 2px;
    speak: none;
    font-size: 13px;
    -webkit-transform: scaleY(0.5) scaleX(1);
    transform: scaleY(0.5) scaleX(1); }
  .md-select-value.md-select-placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    padding-left: 2px;
    z-index: 1; }

md-select-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-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);
  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;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1);
  transform: scale(1); }
  md-select-menu.md-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  md-select-menu:not(.md-overflow) md-content {
    padding-top: 8px;
    padding-bottom: 8px; }
  [dir=rtl] md-select-menu {
    -webkit-transform-origin: right top;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
  padding: 0 16px 0 16px;
  height: 48px; }
  md-option[disabled] {
    cursor: default; }
  md-option:focus {
    outline: none; }
  md-option .md-text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

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

@media screen and (-ms-high-contrast: active) {
  .md-select-backdrop {
    background-color: transparent; }
  md-select-menu {
    border: 1px solid #fff; } }

md-select-menu[multiple] md-option.md-checkbox-enabled {
  padding-left: 40px;
  padding-right: 16px; }
  [dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled {
    padding-left: 16px; }
  [dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled {
    padding-right: 40px; }
  md-select-menu[multiple] md-option.md-checkbox-enabled .md-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    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 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: transparent;
      border-radius: 50%;
      content: '';
      position: absolute;
      display: block;
      height: auto;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      width: auto; }
    md-select-menu[multiple] md-option.md-checkbox-enabled .md-container:after {
      -webkit-box-sizing: border-box;
      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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 240ms;
    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: transparent; }
    md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon:after {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      left: 4.66667px;
      top: 0.22222px;
      display: table;
      width: 6.66667px;
      height: 13.33333px;
      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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -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.66667px;
    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.66667px; }

md-input-container md-select .md-select-value span:first-child:after {
  color: #ff6668;
  color: RGB(var(--warn-A700)); }

md-input-container:not(.md-input-focused):not(.md-input-invalid) md-select .md-select-value span:first-child:after {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3); }

md-input-container.md-input-focused:not(.md-input-has-value) md-select .md-select-value {
  color: #01667d;
  color: RGB(var(--primary-500)); }
  md-input-container.md-input-focused:not(.md-input-has-value) md-select .md-select-value.md-select-placeholder {
    color: #01667d;
    color: RGB(var(--primary-500)); }

md-input-container.md-input-invalid md-select .md-select-value {
  color: #ff6668 !important;
  color: RGB(var(--warn-A700)) !important;
  border-bottom-color: #ff6668 !important;
  border-bottom-color: RGB(var(--warn-A700)) !important; }

md-input-container.md-input-invalid md-select.md-no-underline .md-select-value {
  border-bottom-color: transparent !important; }

md-input-container:not(.md-input-invalid).md-input-focused.md-accent .md-select-value {
  border-color: #e91e63;
  border-color: RGB(var(--accent-500)); }
  md-input-container:not(.md-input-invalid).md-input-focused.md-accent .md-select-value span {
    color: #e91e63;
    color: RGB(var(--accent-500)); }

md-input-container:not(.md-input-invalid).md-input-focused.md-warn .md-select-value {
  border-color: #ff6668;
  border-color: RGB(var(--warn-A700)); }
  md-input-container:not(.md-input-invalid).md-input-focused.md-warn .md-select-value span {
    color: #ff6668;
    color: RGB(var(--warn-A700)); }

md-select[disabled] .md-select-value {
  border-bottom-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.38)), color-stop(33%, rgba(0, 0, 0, 0.38)), color-stop(0%, transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 33%, transparent 0%);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--foreground-3)), color-stop(33%, var(--foreground-3)), color-stop(0%, transparent));
  background-image: linear-gradient(to right, var(--foreground-3) 0%, var(--foreground-3) 33%, transparent 0%);
  background-image: -ms-linear-gradient(left, transparent 0%, var(--foreground-3) 100%); }

md-select .md-select-value {
  border-bottom-color: rgba(0, 0, 0, 0.12);
  border-bottom-color: var(--foreground-4); }
  md-select .md-select-value.md-select-placeholder {
    color: rgba(0, 0, 0, 0.38);
    color: var(--foreground-3); }
  md-select .md-select-value span:first-child:after {
    color: #ff6668;
    color: RGB(var(--warn-A700)); }

md-select.md-no-underline .md-select-value {
  border-bottom-color: transparent !important; }

md-select.ng-invalid.ng-touched .md-select-value {
  color: #ff6668 !important;
  color: RGB(var(--warn-A700)) !important;
  border-bottom-color: #ff6668 !important;
  border-bottom-color: RGB(var(--warn-A700)) !important; }

md-select.ng-invalid.ng-touched.md-no-underline .md-select-value {
  border-bottom-color: transparent !important; }

md-select:not([disabled]):focus .md-select-value {
  border-bottom-color: #01667d;
  border-bottom-color: RGB(var(--primary-500));
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1); }
  md-select:not([disabled]):focus .md-select-value.md-select-placeholder {
    color: rgba(0, 0, 0, 0.87);
    color: var(--foreground-1); }

md-select:not([disabled]):focus.md-no-underline .md-select-value {
  border-bottom-color: transparent !important; }

md-select:not([disabled]):focus.md-accent .md-select-value {
  border-bottom-color: #e91e63;
  border-bottom-color: RGB(var(--accent-500)); }

md-select:not([disabled]):focus.md-warn .md-select-value {
  border-bottom-color: #d51f27;
  border-bottom-color: RGB(var(--warn-500)); }

md-select[disabled] .md-select-value {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3); }
  md-select[disabled] .md-select-value.md-select-placeholder {
    color: rgba(0, 0, 0, 0.38);
    color: var(--foreground-3); }

md-select[disabled] .md-select-icon {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3); }

md-select .md-select-icon {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2); }

md-select-menu md-content {
  background-color: #ffffff;
  background-color: RGB(var(--background-A100)); }
  md-select-menu md-content md-optgroup {
    color: rgba(0, 0, 0, 0.54);
    color: var(--foreground-2); }
  md-select-menu md-content md-option {
    color: rgba(0, 0, 0, 0.87);
    color: var(--foreground-1); }
    md-select-menu md-content md-option[disabled] .md-text {
      color: rgba(0, 0, 0, 0.38);
      color: var(--foreground-3); }
    md-select-menu md-content md-option:not([disabled]):focus, md-select-menu md-content md-option:not([disabled]):hover {
      background-color: rgba(158, 158, 158, 0.18);
      background-color: RGBA(var(--background-500), 0.18); }
    md-select-menu md-content md-option[selected] {
      color: #01667d;
      color: RGB(var(--primary-500)); }
      md-select-menu md-content md-option[selected]:focus {
        color: #015e75;
        color: RGB(var(--primary-600)); }
      md-select-menu md-content md-option[selected].md-accent {
        color: #e91e63;
        color: RGB(var(--accent-500)); }
        md-select-menu md-content md-option[selected].md-accent:focus {
          color: #c51162;
          color: RGB(var(--accent-A700)); }

.md-checkbox-enabled .md-ripple {
  color: #015e75;
  color: RGB(var(--primary-600)); }

.md-checkbox-enabled[selected] .md-ripple {
  color: #757575;
  color: RGB(var(--background-600)); }

.md-checkbox-enabled .md-ink-ripple {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2); }

.md-checkbox-enabled[selected] .md-ink-ripple {
  color: rgba(1, 102, 125, 0.87);
  color: RGBA(var(--primary-500), 0.87); }

.md-checkbox-enabled:not(.md-checked) .md-icon {
  border-color: rgba(0, 0, 0, 0.54);
  border-color: var(--foreground-2); }

.md-checkbox-enabled[selected] .md-icon {
  background-color: rgba(1, 102, 125, 0.87);
  background-color: RGBA(var(--primary-500), 0.87); }

.md-checkbox-enabled[selected].md-focused .md-container:before {
  background-color: rgba(1, 102, 125, 0.26);
  background-color: RGBA(var(--primary-500), 0.26); }

.md-checkbox-enabled[selected] .md-icon:after {
  border-color: rgba(255, 255, 255, 0.87);
  border-color: RGBA(var(--primary-500-contrast), 0.87); }

.md-checkbox-enabled .md-indeterminate[disabled] .md-container {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3); }

.md-checkbox-enabled md-option .md-text {
  color: rgba(0, 0, 0, 0.87);
  color: var(--foreground-1); }

md-sidenav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all; }
  md-sidenav.md-closed-add.md-closed-add-active, md-sidenav.md-closed-remove.md-closed-remove-active {
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate3d(0, 0, 0);
    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.md-locked-open.md-closed.md-sidenav-right {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  md-sidenav.md-locked-open-remove.md-closed {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  md-sidenav.md-closed.md-locked-open-add {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  md-sidenav.md-closed.md-locked-open-add:not(.md-locked-open-add-active) {
    -webkit-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);
    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 {
    -webkit-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);
    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 {
    -webkit-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);
    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;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
  .md-sidenav-left.md-closed, md-sidenav.md-closed {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

.md-sidenav-right {
  left: 100%;
  top: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .md-sidenav-right.md-closed {
    -webkit-transform: translate(0%, 0);
    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; } }

md-sidenav, md-sidenav md-content {
  background-color: #ffffff;
  background-color: RGB(var(--background-A100)); }

@-webkit-keyframes sliderFocusThumb {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }

@keyframes sliderFocusThumb {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }

@-webkit-keyframes sliderDiscreteFocusThumb {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes sliderDiscreteFocusThumb {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes sliderDiscreteFocusRing {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes sliderDiscreteFocusRing {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

md-slider {
  height: 48px;
  min-width: 128px;
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /**
   * Track
   */
  /**
   * Slider thumb
   */
  /* The sign that's focused in discrete mode */
  /**
   * The border/background that comes in when focused in non-discrete mode
   */
  /* Don't animate left/right while panning */ }
  md-slider *, md-slider *:after {
    -webkit-box-sizing: border-box;
    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 {
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition-property: width, height;
    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%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition-property: left, right, bottom;
    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;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    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;
      -webkit-transition: inherit;
      transition: inherit; }
  md-slider .md-sign {
    /* Center the children (slider-thumb-text) */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: -14px;
    top: -17px;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-transform: scale(0.4) translate3d(0, 67.5px, 0);
    transform: scale(0.4) translate3d(0, 67.5px, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
    /* The arrow pointing down under the sign */ }
    md-slider .md-sign:after {
      position: absolute;
      content: '';
      left: 0px;
      border-radius: 16px;
      top: 19px;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-top-width: 16px;
      border-top-style: solid;
      opacity: 0;
      -webkit-transform: translate3d(0, -8px, 0);
      transform: translate3d(0, -8px, 0);
      -webkit-transition: all 0.2s cubic-bezier(0.35, 0, 0.25, 1);
      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;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.35s cubic-bezier(0.35, 0, 0.25, 1);
    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;
    -webkit-transform: scale(0.5);
    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 {
    -webkit-transition: none;
    transition: none; }
  md-slider:not([md-discrete]) {
    /* Hide the sign and ticks in non-discrete mode */ }
    md-slider:not([md-discrete]) .md-track-ticks,
    md-slider:not([md-discrete]) .md-sign {
      display: none; }
    md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper .md-thumb:hover {
      -webkit-transform: scale(0.8);
      transform: scale(0.8); }
    md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
    md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-thumb {
      -webkit-animation: sliderFocusThumb 0.7s cubic-bezier(0.35, 0, 0.25, 1);
      animation: sliderFocusThumb 0.7s cubic-bezier(0.35, 0, 0.25, 1); }
    md-slider:not([md-discrete]):not([disabled]).md-active .md-slider-wrapper .md-thumb {
      -webkit-transform: scale(1);
      transform: scale(1); }
  md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: sliderDiscreteFocusRing 0.5s cubic-bezier(0.35, 0, 0.25, 1);
    animation: sliderDiscreteFocusRing 0.5s cubic-bezier(0.35, 0, 0.25, 1); }
  md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-thumb {
    -webkit-animation: sliderDiscreteFocusThumb 0.5s cubic-bezier(0.35, 0, 0.25, 1);
    animation: sliderDiscreteFocusThumb 0.5s cubic-bezier(0.35, 0, 0.25, 1); }
  md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-thumb, md-slider[md-discrete]:not([disabled]).md-active .md-thumb {
    -webkit-transform: scale(0);
    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;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }
  md-slider[md-discrete][disabled][readonly] .md-thumb {
    -webkit-transform: scale(0);
    transform: scale(0); }
  md-slider[md-discrete][disabled][readonly] .md-sign,
  md-slider[md-discrete][disabled][readonly] .md-sign:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(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 {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  md-slider[disabled] .md-disabled-thumb {
    display: block; }
  md-slider[md-vertical] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 128px;
    min-width: 0; }
    md-slider[md-vertical] .md-slider-wrapper {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-top: 12px;
      padding-bottom: 12px;
      width: 48px;
      -ms-flex-item-align: center;
      align-self: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    md-slider[md-vertical] .md-track-container {
      height: 100%;
      width: 2px;
      top: 0;
      left: calc(50% - (2px / 2)); }
    md-slider[md-vertical] .md-thumb-container {
      top: auto;
      margin-bottom: 23px;
      left: calc(50% - 1px);
      bottom: 0; }
      md-slider[md-vertical] .md-thumb-container .md-thumb:after {
        left: 1px; }
      md-slider[md-vertical] .md-thumb-container .md-focus-ring {
        left: -16px; }
    md-slider[md-vertical] .md-track-fill {
      bottom: 0; }
    md-slider[md-vertical][md-discrete] .md-sign {
      left: -40px;
      top: 9.5px;
      -webkit-transform: scale(0.4) translate3d(67.5px, 0, 0);
      transform: scale(0.4) translate3d(67.5px, 0, 0);
      /* The arrow pointing left next the sign */ }
      md-slider[md-vertical][md-discrete] .md-sign:after {
        top: 9.5px;
        left: 19px;
        border-top: 14px solid transparent;
        border-right: 0;
        border-bottom: 14px solid transparent;
        border-left-width: 16px;
        border-left-style: solid;
        opacity: 0;
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0);
        -webkit-transition: all 0.2s ease-in-out;
        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 {
      -webkit-transform: scale(0);
      transform: scale(0); }
    md-slider[md-vertical][disabled][readonly] .md-sign,
    md-slider[md-vertical][disabled][readonly] .md-sign:after {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  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;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition-property: color, max-width;
    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] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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-slider .md-track {
  background-color: rgba(0, 0, 0, 0.38);
  background-color: var(--foreground-3); }

md-slider .md-track-ticks {
  color: rgba(0, 0, 0, 0.87);
  color: RGB(var(--background-50-contrast)); }

md-slider .md-focus-ring {
  background-color: rgba(255, 64, 129, 0.2);
  background-color: RGBA(var(--accent-A200), 0.2); }

md-slider .md-disabled-thumb {
  border-color: #fafafa;
  border-color: RGB(var(--background-50));
  background-color: #fafafa;
  background-color: RGB(var(--background-50)); }

md-slider.md-min .md-thumb:after {
  background-color: #fafafa;
  background-color: RGB(var(--background-50));
  border-color: rgba(0, 0, 0, 0.38);
  border-color: var(--foreground-3); }

md-slider.md-min .md-focus-ring {
  background-color: rgba(0, 0, 0, 0.38);
  background-color: var(--foreground-3); }

md-slider.md-min[md-discrete] .md-thumb:after {
  background-color: rgba(0, 0, 0, 0.87);
  background-color: RGB(var(--background-50-contrast));
  border-color: transparent; }

md-slider.md-min[md-discrete] .md-sign {
  background-color: #bdbdbd;
  background-color: RGB(var(--background-400)); }
  md-slider.md-min[md-discrete] .md-sign:after {
    border-top-color: #bdbdbd;
    border-top-color: RGB(var(--background-400)); }

md-slider.md-min[md-discrete][md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #bdbdbd;
  border-left-color: RGB(var(--background-400)); }

md-slider .md-track.md-track-fill {
  background-color: #e91e63;
  background-color: RGB(var(--accent-500)); }

md-slider .md-thumb:after {
  border-color: #e91e63;
  border-color: RGB(var(--accent-500));
  background-color: #e91e63;
  background-color: RGB(var(--accent-500)); }

md-slider .md-sign {
  background-color: #e91e63;
  background-color: RGB(var(--accent-500)); }
  md-slider .md-sign:after {
    border-top-color: #e91e63;
    border-top-color: RGB(var(--accent-500)); }

md-slider[md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #e91e63;
  border-left-color: RGB(var(--accent-500)); }

md-slider .md-thumb-text {
  color: white;
  color: RGB(var(--accent-500-contrast)); }

md-slider.md-warn .md-focus-ring {
  background-color: rgba(234, 143, 147, 0.38);
  background-color: RGBA(var(--warn-200), 0.38); }

md-slider.md-warn .md-track.md-track-fill {
  background-color: #d51f27;
  background-color: RGB(var(--warn-500)); }

md-slider.md-warn .md-thumb:after {
  border-color: #d51f27;
  border-color: RGB(var(--warn-500));
  background-color: #d51f27;
  background-color: RGB(var(--warn-500)); }

md-slider.md-warn .md-sign {
  background-color: #d51f27;
  background-color: RGB(var(--warn-500)); }
  md-slider.md-warn .md-sign:after {
    border-top-color: #d51f27;
    border-top-color: RGB(var(--warn-500)); }

md-slider.md-warn[md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #d51f27;
  border-left-color: RGB(var(--warn-500)); }

md-slider.md-warn .md-thumb-text {
  color: white;
  color: RGB(var(--warn-500-contrast)); }

md-slider.md-primary .md-focus-ring {
  background-color: rgba(128, 179, 190, 0.38);
  background-color: RGBA(var(--primary-200), 0.38); }

md-slider.md-primary .md-track.md-track-fill {
  background-color: #01667d;
  background-color: RGB(var(--primary-500)); }

md-slider.md-primary .md-thumb:after {
  border-color: #01667d;
  border-color: RGB(var(--primary-500));
  background-color: #01667d;
  background-color: RGB(var(--primary-500)); }

md-slider.md-primary .md-sign {
  background-color: #01667d;
  background-color: RGB(var(--primary-500)); }
  md-slider.md-primary .md-sign:after {
    border-top-color: #01667d;
    border-top-color: RGB(var(--primary-500)); }

md-slider.md-primary[md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #01667d;
  border-left-color: RGB(var(--primary-500)); }

md-slider.md-primary .md-thumb-text {
  color: white;
  color: RGB(var(--primary-500-contrast)); }

md-slider[disabled] .md-thumb:after {
  border-color: transparent; }

md-slider[disabled]:not(.md-min) .md-thumb:after, md-slider[disabled][md-discrete] .md-thumb:after {
  background-color: rgba(0, 0, 0, 0.38);
  background-color: var(--foreground-3);
  border-color: transparent; }

md-slider[disabled][readonly] .md-sign {
  background-color: #bdbdbd;
  background-color: RGB(var(--background-400)); }
  md-slider[disabled][readonly] .md-sign:after {
    border-top-color: #bdbdbd;
    border-top-color: RGB(var(--background-400)); }

md-slider[disabled][readonly][md-vertical] .md-sign:after {
  border-top-color: transparent;
  border-left-color: #bdbdbd;
  border-left-color: RGB(var(--background-400)); }

md-slider[disabled][readonly] .md-disabled-thumb {
  border-color: transparent;
  background-color: transparent; }

md-slider-container[disabled] > *:first-child:not(md-slider),
md-slider-container[disabled] > *:last-child:not(md-slider) {
  color: rgba(0, 0, 0, 0.38);
  color: var(--foreground-3); }

md-fab-speed-dial {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 20;
  /*
   * Hide some graphics glitches if switching animation types
   */
  /*
   * Handle the animations
   */ }
  md-fab-speed-dial.md-fab-bottom-right {
    top: auto;
    right: 20px;
    bottom: 20px;
    left: auto;
    position: absolute; }
  md-fab-speed-dial.md-fab-bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
    position: absolute; }
  md-fab-speed-dial.md-fab-top-right {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    position: absolute; }
  md-fab-speed-dial.md-fab-top-left {
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
    position: absolute; }
  md-fab-speed-dial:not(.md-hover-full) {
    pointer-events: none; }
    md-fab-speed-dial:not(.md-hover-full) md-fab-trigger, md-fab-speed-dial:not(.md-hover-full) .md-fab-action-item {
      pointer-events: auto; }
    md-fab-speed-dial:not(.md-hover-full).md-is-open {
      pointer-events: auto; }
  md-fab-speed-dial ._md-css-variables {
    z-index: 20; }
  md-fab-speed-dial.md-is-open .md-fab-action-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  md-fab-speed-dial md-fab-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto; }
    md-fab-speed-dial md-fab-actions .md-fab-action-item {
      -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
      transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }
  md-fab-speed-dial.md-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    md-fab-speed-dial.md-down md-fab-trigger {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    md-fab-speed-dial.md-down md-fab-actions {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
  md-fab-speed-dial.md-up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    md-fab-speed-dial.md-up md-fab-trigger {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    md-fab-speed-dial.md-up md-fab-actions {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
  md-fab-speed-dial.md-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    md-fab-speed-dial.md-left md-fab-trigger {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    md-fab-speed-dial.md-left md-fab-actions {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      md-fab-speed-dial.md-left md-fab-actions .md-fab-action-item {
        -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
        transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }
  md-fab-speed-dial.md-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    md-fab-speed-dial.md-right md-fab-trigger {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    md-fab-speed-dial.md-right md-fab-actions {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      md-fab-speed-dial.md-right md-fab-actions .md-fab-action-item {
        -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
        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;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
  md-fab-speed-dial.md-scale .md-fab-action-item {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    -webkit-transition-duration: 0.14286s;
    transition-duration: 0.14286s; }

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

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

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

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

.md-subheader-wrapper:not(.md-sticky-no-effect) {
  -webkit-transition: 0.2s ease-out margin;
  transition: 0.2s ease-out margin; }
  .md-subheader-wrapper:not(.md-sticky-no-effect) .md-subheader {
    margin: 0; }
  .md-subheader-wrapper:not(.md-sticky-no-effect).md-sticky-clone {
    z-index: 2; }
  .md-subheader-wrapper:not(.md-sticky-no-effect)[sticky-state="active"] {
    margin-top: -2px; }
  .md-subheader-wrapper:not(.md-sticky-no-effect):not(.md-sticky-clone)[sticky-prev-state="active"] .md-subheader-inner:after {
    -webkit-animation: subheaderStickyHoverOut 0.3s ease-out both;
    animation: subheaderStickyHoverOut 0.3s ease-out both; }

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

.md-subheader {
  color: rgba(0, 0, 0, 0.23);
  color: var(--foreground-2);
  background-color: #fafafa;
  background-color: RGB(var(--background-50)); }
  .md-subheader.md-primary {
    color: #01667d;
    color: RGB(var(--primary-500)); }
  .md-subheader.md-accent {
    color: #e91e63;
    color: RGB(var(--accent-500)); }
  .md-subheader.md-warn {
    color: #d51f27;
    color: RGB(var(--warn-500)); }

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

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

md-switch .md-ink-ripple {
  color: #9e9e9e;
  color: RGB(var(--background-500)); }

md-switch .md-thumb {
  background-color: #fafafa;
  background-color: RGB(var(--background-50)); }

md-switch .md-bar {
  background-color: #9e9e9e;
  background-color: RGB(var(--background-500)); }

md-switch.md-focused:not(.md-checked) .md-thumb:before {
  background-color: rgba(0, 0, 0, 0.12);
  background-color: var(--foreground-4); }

md-switch.md-focused[disabled] .md-thumb:before {
  background-color: rgba(0, 0, 0, 0.12);
  background-color: var(--foreground-4); }

md-switch.md-checked:not([disabled]) .md-ink-ripple {
  color: #e91e63;
  color: RGB(var(--accent-500)); }

md-switch.md-checked:not([disabled]) .md-thumb {
  background-color: #e91e63;
  background-color: RGB(var(--accent-500)); }

md-switch.md-checked:not([disabled]) .md-bar {
  background-color: rgba(233, 30, 99, 0.5);
  background-color: RGBA(var(--accent-500), 0.5); }

md-switch.md-checked:not([disabled]).md-focused .md-thumb:before {
  background-color: rgba(233, 30, 99, 0.26);
  background-color: RGBA(var(--accent-500), 0.26); }

md-switch.md-checked:not([disabled]).md-primary .md-ink-ripple {
  color: #01667d;
  color: RGB(var(--primary-500)); }

md-switch.md-checked:not([disabled]).md-primary .md-thumb {
  background-color: #01667d;
  background-color: RGB(var(--primary-500)); }

md-switch.md-checked:not([disabled]).md-primary .md-bar {
  background-color: rgba(1, 102, 125, 0.5);
  background-color: RGBA(var(--primary-500), 0.5); }

md-switch.md-checked:not([disabled]).md-primary.md-focused .md-thumb:before {
  background-color: rgba(1, 102, 125, 0.26);
  background-color: RGBA(var(--primary-500), 0.26); }

md-switch.md-checked:not([disabled]).md-warn .md-ink-ripple {
  color: #d51f27;
  color: RGB(var(--warn-500)); }

md-switch.md-checked:not([disabled]).md-warn .md-thumb {
  background-color: #d51f27;
  background-color: RGB(var(--warn-500)); }

md-switch.md-checked:not([disabled]).md-warn .md-bar {
  background-color: rgba(213, 31, 39, 0.5);
  background-color: RGBA(var(--warn-500), 0.5); }

md-switch.md-checked:not([disabled]).md-warn.md-focused .md-thumb:before {
  background-color: rgba(213, 31, 39, 0.26);
  background-color: RGBA(var(--warn-500), 0.26); }

md-switch[disabled] .md-thumb {
  background-color: #bdbdbd;
  background-color: RGB(var(--background-400)); }

md-switch[disabled] .md-bar {
  background-color: rgba(0, 0, 0, 0.12);
  background-color: var(--foreground-4); }

@-webkit-keyframes md-tab-content-hide {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes md-tab-content-hide {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

md-tab-data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0; }

md-tabs {
  display: block;
  margin: 0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
  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;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
  md-tabs-wrapper md-prev-button, md-tabs-wrapper md-next-button {
    height: 100%;
    width: 32px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1em;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
    background: transparent no-repeat center center;
    -webkit-transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
    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 {
      -webkit-transition: none;
      transition: none; }
    md-tabs-wrapper md-prev-button md-icon, md-tabs-wrapper md-next-button md-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    [dir="rtl"] md-tabs-wrapper md-prev-button, [dir="rtl"] md-tabs-wrapper md-next-button {
      -webkit-transform: rotateY(180deg) translateY(-50%);
      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 {
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
      transform: translate(-50%, -50%) rotate(180deg); }
  md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper md-tab-item {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  position: absolute;
  left: 0;
  -webkit-transform: translate(0, 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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  overflow: auto;
  -webkit-transform: translate(0, 0);
  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 {
    -webkit-transition: none;
    transition: none; }
  md-tab-content.md-left:not(.md-active) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: 1s md-tab-content-hide;
    animation: 1s md-tab-content-hide;
    visibility: hidden; }
    [dir=rtl] md-tab-content.md-left:not(.md-active) {
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
    md-tab-content.md-left:not(.md-active) * {
      -webkit-transition: visibility 0s linear;
      transition: visibility 0s linear;
      -webkit-transition-delay: 0.5s;
      transition-delay: 0.5s;
      visibility: hidden; }
  md-tab-content.md-right:not(.md-active) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: 1s md-tab-content-hide;
    animation: 1s md-tab-content-hide;
    visibility: hidden; }
    [dir=rtl] md-tab-content.md-right:not(.md-active) {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }
    md-tab-content.md-right:not(.md-active) * {
      -webkit-transition: visibility 0s linear;
      transition: visibility 0s linear;
      -webkit-transition-delay: 0.5s;
      transition-delay: 0.5s;
      visibility: hidden; }
  md-tab-content > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    min-width: 0; }
    md-tab-content > div.ng-leave {
      -webkit-animation: 1s md-tab-content-hide;
      animation: 1s md-tab-content-hide; }

md-ink-bar {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0;
  height: 2px; }
  md-ink-bar.md-left {
    -webkit-transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
    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 {
    -webkit-transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1), right 0.125s cubic-bezier(0.35, 0, 0.25, 1);
    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;
  -webkit-transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis; }
  [dir=rtl] .md-tab {
    float: right; }
  .md-tab.md-focused, .md-tab:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }
  .md-tab.md-active {
    cursor: default; }
  .md-tab.md-disabled {
    pointer-events: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    opacity: 0.5;
    cursor: default; }
  .md-tab.ng-leave {
    -webkit-transition: none;
    transition: none; }

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

md-tabs md-tabs-wrapper {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.12);
  border-color: var(--foreground-4); }

md-tabs .md-paginator md-icon {
  color: #01667d;
  color: RGB(var(--primary-500)); }

md-tabs md-ink-bar {
  color: #e91e63;
  color: RGB(var(--accent-500));
  background: #e91e63;
  background: RGB(var(--accent-500)); }

md-tabs .md-tab {
  color: rgba(0, 0, 0, 0.54);
  color: var(--foreground-2); }
  md-tabs .md-tab[disabled], md-tabs .md-tab[disabled] md-icon {
    color: rgba(0, 0, 0, 0.38);
    color: var(--foreground-3); }
  md-tabs .md-tab.md-active, md-tabs .md-tab.md-active md-icon, md-tabs .md-tab.md-focused, md-tabs .md-tab.md-focused md-icon {
    color: #01667d;
    color: RGB(var(--primary-500)); }
  md-tabs .md-tab.md-focused {
    background: rgba(1, 102, 125, 0.1);
    background: RGBA(var(--primary-500), 0.1); }
  md-tabs .md-tab .md-ripple-container {
    color: #ff80ab;
    color: RGB(var(--accent-A100)); }

md-tabs.md-accent > md-tabs-wrapper {
  background-color: #e91e63;
  background-color: RGB(var(--accent-500)); }
  md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
    color: #ff80ab;
    color: RGB(var(--accent-A100)); }
  md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
    color: white;
    color: RGB(var(--accent-500-contrast)); }
  md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
    background: rgba(255, 255, 255, 0.1);
    background: RGBA(var(--accent-500-contrast), 0.1); }
  md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-ink-bar {
    color: #015e75;
    color: RGBA(var(--primary-600), 1);
    background: #015e75;
    background: RGBA(var(--primary-600), 1); }

md-tabs.md-primary > md-tabs-wrapper {
  background-color: #01667d;
  background-color: RGB(var(--primary-500)); }
  md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
    color: #b3d1d8;
    color: RGB(var(--primary-100)); }
  md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
    color: white;
    color: RGB(var(--primary-500-contrast)); }
  md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
    background: rgba(255, 255, 255, 0.1);
    background: RGBA(var(--primary-500-contrast), 0.1); }

md-tabs.md-warn > md-tabs-wrapper {
  background-color: #d51f27;
  background-color: RGB(var(--warn-500)); }
  md-tabs.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-tabs.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
    color: #f2bcbe;
    color: RGB(var(--warn-100)); }
  md-tabs.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
    color: white;
    color: RGB(var(--warn-500-contrast)); }
  md-tabs.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
    background: rgba(255, 255, 255, 0.1);
    background: RGBA(var(--warn-500-contrast), 0.1); }

md-toolbar > md-tabs > md-tabs-wrapper {
  background-color: #01667d;
  background-color: RGB(var(--primary-500)); }
  md-toolbar > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-toolbar > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
    color: #b3d1d8;
    color: RGB(var(--primary-100)); }
  md-toolbar > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-toolbar > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
    color: white;
    color: RGB(var(--primary-500-contrast)); }
  md-toolbar > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
    background: rgba(255, 255, 255, 0.1);
    background: RGBA(var(--primary-500-contrast), 0.1); }

md-toolbar.md-accent > md-tabs > md-tabs-wrapper {
  background-color: #e91e63;
  background-color: RGB(var(--accent-500)); }
  md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
    color: #ff80ab;
    color: RGB(var(--accent-A100)); }
  md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
    color: white;
    color: RGB(var(--accent-500-contrast)); }
  md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
    background: rgba(255, 255, 255, 0.1);
    background: RGBA(var(--accent-500-contrast), 0.1); }
  md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-ink-bar {
    color: #015e75;
    color: RGBA(var(--primary-600), 1);
    background: #015e75;
    background: RGBA(var(--primary-600), 1); }

md-toolbar.md-warn > md-tabs > md-tabs-wrapper {
  background-color: #d51f27;
  background-color: RGB(var(--warn-500)); }
  md-toolbar.md-warn > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]), md-toolbar.md-warn > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) md-icon {
    color: #f2bcbe;
    color: RGB(var(--warn-100)); }
  md-toolbar.md-warn > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar.md-warn > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-toolbar.md-warn > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar.md-warn > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
    color: white;
    color: RGB(var(--warn-500-contrast)); }
  md-toolbar.md-warn > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
    background: rgba(255, 255, 255, 0.1);
    background: RGBA(var(--warn-500-contrast), 0.1); }

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

md-toast {
  position: absolute;
  z-index: 105;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  overflow: hidden;
  padding: 8px;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  /* Transition differently when swiping */
  /*
   * When the toast doesn't take up the whole screen,
   * make it rotate when the user swipes it away
   */ }
  md-toast .md-toast-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 168px;
    max-width: 100%;
    min-height: 48px;
    padding: 0 18px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-radius: 2px;
    font-size: 14px;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg);
    transform: translate3d(0, 0, 0) rotateZ(0deg);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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 {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    md-toast .md-toast-content span {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
      flex: 1 1 0%;
      -webkit-box-sizing: border-box;
      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 {
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    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 {
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    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 {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); }
    md-toast.ng-enter.md-top .md-toast-content {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0); }
    md-toast.ng-enter.ng-enter-active {
      opacity: 1; }
      md-toast.ng-enter.ng-enter-active .md-toast-content {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
  md-toast.ng-leave.ng-leave-active .md-toast-content {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  md-toast.ng-leave.ng-leave-active.md-top .md-toast-content {
    -webkit-transform: translate3d(0, -100%, 0);
    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 {
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); }
    md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content {
      -webkit-transform: translate3d(0, 50%, 0);
      transform: translate3d(0, 50%, 0); } }

@media (min-width: 960px) {
  md-toast {
    min-width: 304px;
    /*
   * When the toast doesn't take up the whole screen,
   * make it rotate when the user swipes it away
   */ }
    md-toast.md-bottom {
      bottom: 0; }
    md-toast.md-left {
      left: 0; }
    md-toast.md-right {
      right: 0; }
    md-toast.md-top {
      top: 0; }
    md-toast._md-start {
      left: 0; }
      [dir=rtl] md-toast._md-start {
        left: auto;
        right: 0; }
    md-toast._md-end {
      right: 0; }
      [dir=rtl] md-toast._md-end {
        right: auto;
        left: 0; }
    md-toast.ng-leave.ng-leave-active.md-swipeleft .md-toast-content {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0); }
    md-toast.ng-leave.ng-leave-active.md-swiperight .md-toast-content {
      -webkit-transform: translate3d(50%, 0, 0);
      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-toast .md-toast-content {
  background-color: #323232;
  color: #fafafa;
  color: RGB(var(--background-50)); }
  md-toast .md-toast-content .md-button {
    color: #fafafa;
    color: RGB(var(--background-50)); }
    md-toast .md-toast-content .md-button.md-highlight {
      color: #e91e63;
      color: RGB(var(--accent-500)); }
      md-toast .md-toast-content .md-button.md-highlight.md-primary {
        color: #01667d;
        color: RGB(var(--primary-500)); }
      md-toast .md-toast-content .md-button.md-highlight.md-warn {
        color: #d51f27;
        color: RGB(var(--warn-500)); }

md-toolbar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
  font-size: 20px;
  min-height: 64px;
  width: 100%; }
  md-toolbar._md-toolbar-transitions {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
    -webkit-transition-property: background-color, fill, color;
    transition-property: background-color, fill, color; }
  md-toolbar.md-whiteframe-z1-add, md-toolbar.md-whiteframe-z1-remove {
    -webkit-transition: -webkit-box-shadow 0.5s linear;
    transition: -webkit-box-shadow 0.5s linear;
    transition: box-shadow 0.5s linear;
    transition: box-shadow 0.5s linear, -webkit-box-shadow 0.5s linear; }
  md-toolbar md-toolbar-filler {
    width: 72px; }
  md-toolbar *,
  md-toolbar *:before,
  md-toolbar *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  md-toolbar.ng-animate {
    -webkit-transition: none;
    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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 {
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
      transition-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
      -webkit-transition-property: background-color, fill, color;
      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 {
        -webkit-transition: none;
        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-toolbar:not(.md-menu-toolbar) {
  background-color: #01667d;
  background-color: RGB(var(--primary-500));
  color: white;
  color: RGB(var(--primary-500-contrast)); }
  md-toolbar:not(.md-menu-toolbar) md-icon {
    color: white;
    color: RGB(var(--primary-500-contrast));
    fill: white;
    fill: RGB(var(--primary-500-contrast)); }
  md-toolbar:not(.md-menu-toolbar) .md-button[disabled] md-icon {
    color: rgba(255, 255, 255, 0.26);
    color: RGBA(var(--primary-500-contrast), 0.26);
    fill: rgba(255, 255, 255, 0.26);
    fill: RGBA(var(--primary-500-contrast), 0.26); }
  md-toolbar:not(.md-menu-toolbar).md-accent {
    background-color: #e91e63;
    background-color: RGB(var(--accent-500));
    color: white;
    color: RGB(var(--accent-500-contrast)); }
    md-toolbar:not(.md-menu-toolbar).md-accent .md-ink-ripple {
      color: white;
      color: RGB(var(--accent-500-contrast)); }
    md-toolbar:not(.md-menu-toolbar).md-accent md-icon {
      color: white;
      color: RGB(var(--accent-500-contrast));
      fill: white;
      fill: RGB(var(--accent-500-contrast)); }
    md-toolbar:not(.md-menu-toolbar).md-accent .md-button[disabled] md-icon {
      color: rgba(255, 255, 255, 0.26);
      color: RGBA(var(--accent-500-contrast), 0.26);
      fill: rgba(255, 255, 255, 0.26);
      fill: RGBA(var(--accent-500-contrast), 0.26); }
  md-toolbar:not(.md-menu-toolbar).md-warn {
    background-color: #d51f27;
    background-color: RGB(var(--warn-500));
    color: white;
    color: RGB(var(--warn-500-contrast)); }

.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 {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    margin-top: -24px; }
  .md-tooltip.md-origin-right {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    margin-left: 24px; }
  .md-tooltip.md-origin-bottom {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    margin-top: 24px; }
  .md-tooltip.md-origin-left {
    -webkit-transform-origin: right center;
    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 {
    -webkit-transform: scale(0);
    transform: scale(0); }
  .md-tooltip.md-show {
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.9; }
  .md-tooltip.md-hide {
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }

.md-panel.md-tooltip {
  color: rgba(255, 255, 255, 0.87);
  color: RGB(var(--background-700-contrast));
  background-color: #616161;
  background-color: RGB(var(--background-700)); }

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  height: 225.5px;
  max-height: 225.5px; }

md-backdrop.md-edit-dialog-backdrop {
  z-index: 80; }

md-edit-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  z-index: 81;
  background-color: #f9f9f9;
  border-radius: 2px;
  cursor: default; }
  md-edit-dialog > .md-content {
    padding: 16px 24px 0; }
    md-edit-dialog > .md-content .md-title {
      color: rgba(0, 0, 0, 0.87);
      margin-bottom: 8px; }
    md-edit-dialog > .md-content md-input-container {
      margin: 0;
      font-size: 13px; }
      md-edit-dialog > .md-content md-input-container input {
        float: none; }
      md-edit-dialog > .md-content md-input-container .md-errors-spacer {
        min-height: auto;
        min-width: auto;
        color: rgba(255, 0, 0, 0.54); }
        md-edit-dialog > .md-content md-input-container .md-errors-spacer .md-char-counter {
          padding: 5px 2px 5px 0; }
      md-edit-dialog > .md-content md-input-container [ng-message] {
        padding: 5px 0 5px 2px; }
  md-edit-dialog > .md-actions {
    margin: 0 16px 8px; }
    md-edit-dialog > .md-actions .md-button {
      margin: 0;
      min-width: initial; }
      md-edit-dialog > .md-actions .md-button + .md-button {
        margin-left: 8px; }

.md-table-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  border-top: 1px black; }
  .md-table-pagination md-select {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-width: 64px; }
    .md-table-pagination md-select:not([disabled]):focus .md-select-value {
      color: rgba(0, 0, 0, 0.54); }
    .md-table-pagination md-select .md-select-value {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      .md-table-pagination md-select .md-select-value span.md-select-icon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin-right: -6px !important; }
        .md-table-pagination md-select .md-select-value span.md-select-icon:after {
          top: initial;
          -webkit-transform: scaleY(0.5) scaleX(1);
          transform: scaleY(0.5) scaleX(1); }
  .md-table-pagination > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px; }
  .md-table-pagination > .buttons:not(:first-child),
  .md-table-pagination > .limit-select:not(:first-child) {
    margin-left: 32px; }
  .md-table-pagination > .buttons {
    margin-right: -16px; }
    .md-table-pagination > .buttons > .md-button.md-icon-button {
      margin: 0; }
    .md-table-pagination > .buttons > .md-table-label + .md-button.md-icon-button {
      margin-left: 20px; }

md-select.md-table-select {
  margin: 0; }
  md-select.md-table-select > .md-select-value {
    padding: 0;
    min-width: 0;
    min-height: 24px;
    border-bottom: 0 !important; }
    md-select.md-table-select > .md-select-value > span {
      display: block;
      height: auto;
      -webkit-transform: none !important;
      transform: none !important; }
      md-select.md-table-select > .md-select-value > span > .md-text {
        display: inherit;
        height: inherit;
        -webkit-transform: inherit;
        transform: inherit; }
      md-select.md-table-select > .md-select-value > span.md-select-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 24px;
        margin: 0; }
        md-select.md-table-select > .md-select-value > span.md-select-icon:after {
          top: initial; }

.md-select-menu-container.md-table-select,
.md-select-menu-container.md-pagination-select {
  margin-left: -2px;
  border-radius: 2px; }
  .md-select-menu-container.md-table-select md-select-menu,
  .md-select-menu-container.md-table-select md-content,
  .md-select-menu-container.md-pagination-select md-select-menu,
  .md-select-menu-container.md-pagination-select md-content {
    border-radius: inherit; }
  .md-select-menu-container.md-table-select md-content,
  .md-select-menu-container.md-pagination-select md-content {
    padding: 0; }

.md-select-menu-container.md-table-select .md-text {
  font-size: 13px; }

.md-select-menu-container.md-pagination-select .md-text {
  font-size: 12px; }

md-toolbar.md-table-toolbar {
  -webkit-box-shadow: none;
  box-shadow: none; }
  md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default, md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default {
    background-color: white;
    color: rgba(0, 0, 0, 0.87); }
    md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default .md-button, md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default .md-button {
      color: rgba(0, 0, 0, 0.87); }
  @media only screen and (max-width: calc($md-media-md - 1px)) and (min-width: 0) and (orientation: landscape) {
    md-toolbar.md-table-toolbar .md-toolbar-tools {
      height: 64px;
      max-height: initial; } }
  md-toolbar.md-table-toolbar .md-toolbar-tools {
    padding: 0 24px; }
    md-toolbar.md-table-toolbar .md-toolbar-tools md-icon {
      color: rgba(255, 0, 0, 0.54); }
    md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button {
      margin: 0; }
    md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button:first-child {
      margin-left: -12px; }
    md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button:last-child {
      margin-right: -12px; }

md-card > md-toolbar.md-table-toolbar:first-child,
md-card md-table-container:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

md-card > md-toolbar.md-table-toolbar:last-child,
md-card md-table-container:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

.virtual-table {
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

#hidden-row th {
  position: relative;
  height: 0px !important;
  line-height: 0px !important;
  margin: 0px !important;
  overflow: hidden !important;
  border: none !important; }

#hidden-row th md-icon {
  position: relative;
  height: 0px !important;
  line-height: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  overflow: hidden !important;
  border: none !important; }

md-table-container {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

table.md-table {
  width: 100%;
  border-spacing: 0;
  overflow: hidden; }
  table.md-table thead.md-head > tr.md-row {
    height: 56px; }
  table.md-table tbody.md-body > tr.md-row,
  table.md-table tfoot.md-foot > tr.md-row {
    height: 48px; }
  table.md-table thead.md-head + .md-table-progress md-progress-linear {
    top: -3px; }
  table.md-table .md-table-progress th {
    padding: 0; }
    table.md-table .md-table-progress th md-progress-linear {
      height: 0;
      -webkit-transition: opacity 1s;
      transition: opacity 1s; }
      table.md-table .md-table-progress th md-progress-linear.ng-hide {
        opacity: 0; }
      table.md-table .md-table-progress th md-progress-linear > .md-container {
        height: 3px;
        top: 0;
        -webkit-transition: none;
        transition: none; }
        table.md-table .md-table-progress th md-progress-linear > .md-container > .md-bar {
          height: 3px; }
  table.md-table th.md-column {
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap; }
    table.md-table th.md-column.md-sort {
      cursor: pointer; }
    table.md-table th.md-column md-icon {
      height: 16px;
      width: 16px;
      font-size: 16px !important;
      line-height: 16px !important; }
      table.md-table th.md-column md-icon.md-sort-icon {
        color: black;
        opacity: 0;
        -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
        transition: opacity 0.25s, -webkit-transform 0.25s;
        transition: transform 0.25s, opacity 0.25s;
        transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s; }
        table.md-table th.md-column md-icon.md-sort-icon.md-asc {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }
        table.md-table th.md-column md-icon.md-sort-icon.md-desc {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
      table.md-table th.md-column md-icon:not(:first-child) {
        margin-left: 8px; }
      table.md-table th.md-column md-icon:not(:last-child) {
        margin-right: 8px; }
    table.md-table th.md-column.md-active,
    table.md-table th.md-column.md-active md-icon {
      color: rgba(0, 0, 0, 0.87); }
    table.md-table th.md-column:hover md-icon.md-sort-icon,
    table.md-table th.md-column.md-active md-icon.md-sort-icon {
      opacity: 1; }
  table.md-table tr.md-row[ng\:repeat].ng-leave, table.md-table tr.md-row[ng-repeat].ng-leave, table.md-table tr.md-row[x-ng-repeat].ng-leave, table.md-table tr.md-row[data-ng-repeat].ng-leave {
    display: none; }
  table.md-table.md-row-select tbody.md-body > tr.md-row {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; }
    table.md-table.md-row-select tbody.md-body > tr.md-row:not([disabled]):hover {
      background-color: #eee !important; }
    table.md-table.md-row-select tbody.md-body > tr.md-row.md-selected {
      background-color: #f5f5f5; }
  table.md-table.md-row-select td.md-cell:first-child,
  table.md-table.md-row-select th.md-column:first-child {
    width: 20px;
    padding: 0 0 0 24px; }
  table.md-table.md-row-select td.md-cell:nth-child(2),
  table.md-table.md-row-select th.md-column:nth-child(2) {
    padding: 0 24px; }
  table.md-table.md-row-select td.md-cell:nth-child(n+3):nth-last-child(n+2),
  table.md-table.md-row-select th.md-column:nth-child(n+3):nth-last-child(n+2) {
    padding: 0 56px 0 0; }
  table.md-table:not(.md-row-select) td.md-cell:first-child,
  table.md-table:not(.md-row-select) th.md-column:first-child {
    padding: 0 24px; }
  table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2),
  table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
    padding: 0 56px 0 0; }
  table.md-table td.md-cell,
  table.md-table th.md-column {
    vertical-align: middle;
    text-align: left; }
    table.md-table td.md-cell > *,
    table.md-table th.md-column > * {
      vertical-align: middle; }
    table.md-table td.md-cell:last-child,
    table.md-table th.md-column:last-child {
      padding: 0 24px 0 0; }
    table.md-table td.md-cell.md-clickable,
    table.md-table th.md-column.md-clickable {
      cursor: pointer; }
      table.md-table td.md-cell.md-clickable:focus,
      table.md-table th.md-column.md-clickable:focus {
        outline: none; }
    table.md-table td.md-cell.md-numeric,
    table.md-table th.md-column.md-numeric {
      text-align: right; }
    table.md-table td.md-cell md-checkbox,
    table.md-table th.md-column md-checkbox {
      margin: 0;
      width: 20px; }
  table.md-table td.md-cell {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13px;
    border-top: 1px rgba(0, 0, 0, 0.12) solid; }
    table.md-table td.md-cell.md-numeric md-select {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      table.md-table td.md-cell.md-numeric md-select .md-select-value {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    table.md-table td.md-cell.md-placeholder {
      color: rgba(0, 0, 0, 0.26); }
    table.md-table td.md-cell md-select > .md-select-value > span.md-select-icon {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      color: rgba(0, 0, 0, 0.54);
      width: 18px;
      text-align: right; }
      table.md-table td.md-cell md-select > .md-select-value > span.md-select-icon:after {
        -webkit-transform: scaleY(0.4) scaleX(0.8);
        transform: scaleY(0.4) scaleX(0.8); }

.ember-power-calendar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.ember-power-calendar-nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.ember-power-calendar-nav * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ember-power-calendar-days, .ember-power-calendar-days * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ember-power-calendar-nav-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center; }

.ember-power-calendar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.ember-power-calendar-weekday {
  -webkit-appearance: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0; }

.ember-power-calendar-day {
  -webkit-appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-size: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0; }

.ember-power-calendar-nav-control {
  -webkit-appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  font-size: inherit; }

.ember-power-calendar {
  font-size: 14px;
  line-height: 1.42857; }

.ember-power-calendar-nav {
  line-height: 2; }

.ember-power-calendar-nav-control {
  line-height: 1;
  font-size: 150%; }
  .ember-power-calendar-nav-control:focus {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

.ember-power-calendar-day--selected,
.ember-power-calendar-day--selected:not([disabled]):hover {
  font-weight: bold; }

.ember-power-calendar-day--interactive[disabled] {
  opacity: 0.4; }

md-stepper {
  display: block; }

md-steppers-header, md-steppers-mobile-header, md-step-actions {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.md-steppers-header-region {
  z-index: 1; }

@media (max-width: 599px) {
  md-stepper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    md-stepper > div {
      min-width: 0px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .md-steppers-content {
    min-height: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  md-step.md-active {
    min-height: 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    md-step.md-active .md-stepper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-height: 0px; }
  md-steppers-scope {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  md-step-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.md-steppers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  .md-steppers:not(.md-steppers-linear) .md-stepper-indicator:not(.md-active):not(.md-completed):hover, .md-steppers:not(.md-steppers-linear) .md-stepper-indicator.md-editable.md-completed:hover {
    cursor: pointer; }
    .md-steppers:not(.md-steppers-linear) .md-stepper-indicator:not(.md-active):not(.md-completed):hover,
    .md-steppers:not(.md-steppers-linear) .md-stepper-indicator:not(.md-active):not(.md-completed):hover .md-stepper-indicator-wrapper, .md-steppers:not(.md-steppers-linear) .md-stepper-indicator.md-editable.md-completed:hover,
    .md-steppers:not(.md-steppers-linear) .md-stepper-indicator.md-editable.md-completed:hover .md-stepper-indicator-wrapper {
      background-color: #F6F6F6; }

.md-steppers-header {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border-radius: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.md-steppers-horizontal .md-stepper-indicator {
  min-height: 72px; }
  .md-steppers-horizontal .md-stepper-indicator:first-child .md-stepper-indicator-wrapper {
    padding-left: 16px; }
  .md-steppers-horizontal .md-stepper-indicator:after {
    width: 999em;
    height: 1px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    background-color: #E8E8E8;
    content: " "; }

.md-stepper-indicator {
  margin: 0;
  padding: 0 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  cursor: default;
  background: none;
  border: none;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .md-stepper-indicator:focus {
    outline: none; }
  .md-stepper-indicator.md-completed .md-stepper-number, .md-stepper-indicator.md-active .md-stepper-number {
    background-color: #01667d;
    background-color: RGB(var(--primary-500)); }
  .md-stepper-indicator.md-completed .md-stepper-title, .md-stepper-indicator.md-active .md-stepper-title {
    color: rgba(0, 0, 0, 0.87); }
  .md-stepper-indicator.md-active .md-stepper-title, .md-stepper-indicator.md-editable .md-stepper-title {
    font-weight: 500; }
  .md-stepper-indicator.md-error .md-stepper-title {
    color: #f44336; }
  .md-stepper-indicator:first-child {
    padding-left: 0; }
  .md-stepper-indicator:last-child {
    padding-right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .md-stepper-indicator:last-child .md-stepper-indicator-wrapper {
      padding-right: 24px; }
  .md-stepper-indicator .md-ripple-container {
    z-index: 3; }

.md-stepper-indicator-wrapper {
  padding: 0 8px 0 0;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-stepper-number {
  width: 24px;
  height: 24px;
  margin: 0 8px;
  border-radius: 24px;
  background-color: #BDBDBD;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-align: center; }
  .md-stepper-number.ng-hide {
    -webkit-transition: none;
    transition: none; }

.md-error .md-stepper-error-indicator {
  margin: 0 8px;
  background-color: #fff; }
  .md-error .md-stepper-error-indicator md-icon {
    color: #f44336; }

.md-error .md-stepper-error-message {
  color: #f44336;
  font-weight: 400; }

md-icon.md-default-theme.md-stepper-icon {
  width: 18px;
  height: 18px;
  position: relative;
  top: -1px;
  color: #fff;
  font-size: 18px;
  font-weight: 700; }
  md-icon.md-default-theme.md-stepper-icon.md-stepper-icon-edit {
    width: 14px;
    height: 14px;
    font-size: 14px;
    font-weight: 400; }

.md-stepper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  white-space: nowrap; }
  .md-stepper-title small:not(.md-stepper-error-message) {
    color: rgba(0, 0, 0, 0.54); }
  .md-stepper-title small {
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-size: 12px;
    line-height: 1em; }

.md-steppers-content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.md-stepper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .md-stepper.md-active {
    position: relative;
    pointer-events: auto; }

.md-steppers-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.md-steppers-linear .md-stepper-indicator {
  cursor: default; }
  .md-steppers-linear .md-stepper-indicator.md-editable.md-completed:hover {
    cursor: pointer; }
    .md-steppers-linear .md-stepper-indicator.md-editable.md-completed:hover,
    .md-steppers-linear .md-stepper-indicator.md-editable.md-completed:hover .md-stepper-indicator-wrapper {
      background-color: #F6F6F6; }
    .md-steppers-linear .md-stepper-indicator.md-editable.md-completed:hover .md-stepper-number:before, .md-steppers-linear .md-stepper-indicator.md-editable.md-completed:hover .md-stepper-number:after {
      background-color: #F6F6F6; }

.md-steppers-linear .md-stepper-title {
  color: rgba(0, 0, 0, 0.26); }
  .md-steppers-linear .md-stepper-title small:not(.md-stepper-error-message) {
    color: rgba(0, 0, 0, 0.26); }

.md-steppers-alternative:not(.md-steppers-linear) .md-stepper-indicator:not(.md-active):not(.md-completed):hover .md-stepper-indicator-wrapper {
  background: none; }

.md-steppers-alternative:not(.md-steppers-linear) .md-stepper-indicator:not(.md-active):not(.md-completed):hover .md-stepper-number:before, .md-steppers-alternative:not(.md-steppers-linear) .md-stepper-indicator:not(.md-active):not(.md-completed):hover .md-stepper-number:after {
  background-color: #F6F6F6; }

.md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator {
  min-height: 104px;
  padding: 24px 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator .md-stepper-indicator-wrapper {
    padding: 0; }
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator:first-child {
    padding-left: 24px; }
    .md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator:first-child:after {
      left: 50%; }
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator:last-child {
    padding-right: 24px; }
    .md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator:last-child:after {
      right: 50%;
      left: auto; }
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator:after {
    margin-top: 0;
    top: 36px; }

.md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator-wrapper {
  padding: 0 16px;
  min-height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background: none; }

.md-steppers-alternative .md-steppers-horizontal .md-stepper-number,
.md-steppers-alternative .md-steppers-horizontal .md-stepper-error-indicator {
  position: relative; }
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-number:before, .md-steppers-alternative .md-steppers-horizontal .md-stepper-number:after,
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-error-indicator:before,
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-error-indicator:after {
    width: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    content: " "; }
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-number:before,
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-error-indicator:before {
    left: -8px; }
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-number:after,
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-error-indicator:after {
    right: -8px; }

.md-steppers-alternative .md-steppers-horizontal .md-stepper-title {
  margin-top: 16px;
  line-height: 18px;
  text-align: center; }
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-title small {
    text-align: center; }

.md-steppers-vertical {
  padding: 16px; }
  .md-steppers-vertical .md-stepper-number {
    margin: 0 8px 0 0; }
  .md-steppers-vertical .md-stepper {
    padding: 0; }
  .md-steppers-vertical .md-steppers-scope {
    margin-left: 20px;
    border-left: 1px solid #E8E8E8;
    padding-left: 20px;
    min-height: 25px; }
  .md-steppers-vertical md-step:last-child .md-stepper .md-steppers-scope {
    border-left: 1px solid transparent; }
  .md-steppers-vertical md-step:last-child .md-stepper:not(.md-active) .md-steppers-scope {
    display: none; }
  .md-steppers-vertical md-step:last-child md-step-actions {
    padding-bottom: 0; }
  .md-steppers-vertical .md-stepper-indicator {
    padding: 8px; }
  .md-steppers-vertical md-step-actions {
    padding-bottom: 40px; }
    .md-steppers-vertical md-step-actions > .md-button:first-child {
      margin-left: 0; }
    .md-steppers-vertical md-step-actions > .md-button:last-child {
      margin-right: 0; }
  .md-steppers-vertical md-step-body {
    padding-bottom: 16px;
    overflow: visible; }
    .md-steppers-vertical md-step-body > *:last-child {
      margin-bottom: 0; }

.md-steppers-mobile-header, .md-stepper-feedback-message {
  display: none; }

@media (max-width: 599px) {
  .md-steppers-mobile-step-text:not(.md-steppers-vertical) .md-stepper {
    padding: 0; }
  .md-steppers-mobile-step-text:not(.md-steppers-vertical) .md-steppers-mobile-header {
    display: block; }
  .md-steppers-mobile-step-text:not(.md-steppers-vertical) .md-stepper-feedback-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .md-steppers-mobile-step-text:not(.md-steppers-vertical) .md-steppers-header.md-steppers-horizontal {
    display: none; }
  .md-steppers-mobile-step-text:not(.md-steppers-vertical) md-step-actions {
    background: #f6f6f6 !important;
    color: #202020 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px, rgba(0, 0, 0, 0.137255) 0px 1px 1px 0px, rgba(0, 0, 0, 0.117647) 0px 2px 1px -1px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px, rgba(0, 0, 0, 0.137255) 0px 1px 1px 0px, rgba(0, 0, 0, 0.117647) 0px 2px 1px -1px; } }

.md-steppers-header-region {
  position: relative; }

.md-stepper-feedback-message {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.md-steppers {
  position: relative; }

md-step-body {
  position: relative;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.md-step-body-loading {
  display: none; }

.md-steppers-has-feedback .md-steppers-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99; }

.md-steppers-has-feedback .md-step-body-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 90;
  opacity: 0.75;
  background-color: white; }

.md-steppers-has-feedback .md-step-body-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 91;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

body .tinymce-editor {
  display: initial; }

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; }

.md-char-counter {
  display: none; }

md-input-container.md-input-focused .md-char-counter,
md-input-container.md-input-invalid .md-char-counter {
  display: block; }

md-chips.single-chip .md-chip-input-container > input {
  display: none;
  width: 3px; }

md-chips.single-chip.md-input-has-value .md-chip-input-container > input {
  display: block; }

md-chips.single-chip.md-input-has-value .md-chip-input-container > md-autocomplete {
  display: none; }

md-chips span.goal-details-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 110px; }
  @media (max-width: 600px) {
    md-chips span.goal-details-label {
      max-width: 90px; } }

md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused md-chip:not(.md-focused) md-icon,
md-input-container:not(.md-input-invalid).md-input-focused md-chip:not(.md-focused) md-icon {
  color: rgba(0, 0, 0, 0.54); }

.md-chips md-chip {
  overflow: hidden;
  text-overflow: ellipsis; }

.chip-input-limit-reached {
  width: 20px; }
  .chip-input-limit-reached input {
    width: 100%; }

md-switch .md-label {
  white-space: normal;
  line-height: normal; }

md-autocomplete[md-floating-label] md-input-container {
  padding-bottom: 0; }

.md-button > a {
  color: currentColor; }
  .md-button > a:visited {
    color: currentColor; }

.md-button > md-progress-circular {
  margin: 0 auto; }

.layout-column > small {
  padding: 4px 0; }

md-table-container {
  padding-bottom: 16px; }

table.md-table.md-row-select td.md-cell:first-child,
table.md-table.md-row-select th.md-column:first-child {
  padding: 0 0 0 12px; }

table.md-table.md-row-select td.md-cell:nth-child(2),
table.md-table.md-row-select th.md-column:nth-child(2),
table.md-table > tfoot.md-foot > tr.md-row > td:first-child {
  padding: 0 12px; }

table.md-table.md-row-select td.md-cell:nth-child(n + 3):nth-last-child(n + 2),
table.md-table.md-row-select th.md-column:nth-child(n + 3):nth-last-child(n + 2) {
  padding: 0 28px 0 0; }

table.md-table:not(.md-row-select) td.md-cell:first-child,
table.md-table:not(.md-row-select) th.md-column:first-child {
  padding: 0 12px; }

table.md-table:not(.md-row-select) td.md-cell:nth-child(n + 2):nth-last-child(n + 2),
table.md-table:not(.md-row-select) th.md-column:nth-child(n + 2):nth-last-child(n + 2) {
  padding: 0 28px 0 0; }

table.md-table th.md-column {
  font-size: 105%; }

table.md-table td.md-cell.center,
table.md-table th.md-column.center {
  text-align: center; }

.md-select-value > span:not(.md-select-icon).ember-power-select-clear-btn {
  max-width: 9px;
  margin: 0 8px; }

.md-select-value > span.md-select-icon {
  max-width: 9px;
  margin: 0 8px; }

md-select-menu > md-select-header {
  background-color: #fff; }
  md-select-menu > md-select-header.md-searchbox {
    padding: 8px 16px; }

table.md-table tbody.md-body > tr.md-row.spacer {
  height: 8px;
  background-color: #fff; }

table.md-table tbody.md-body:last-of-type > tr.md-row.spacer:last-child {
  display: none; }

.ember-tooltip,
.ember-popover {
  z-index: 100; }

.center md-switch.layout-align-center-center .md-container {
  margin-right: 0; }

.md-button.md-fab.md-fab-bottom-right {
  position: relative; }

md-sidenav.md-locked-open + div#main .environment-warning {
  left: var(--sidenav-width); }

md-input-container .hint {
  position: absolute;
  left: 2px;
  right: auto;
  bottom: 2px;
  font-size: 12px;
  line-height: 14px;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  color: #9e9e9e; }

md-input-container.md-input-invalid > md-chips .md-chips {
  -webkit-box-shadow: 0 2px #d50000;
  box-shadow: 0 2px #d50000; }

.md-readonly md-input-container .md-input[disabled],
.md-readonly md-input-container md-radio-button[disabled],
.md-readonly md-input-container md-checkbox[disabled] .md-label {
  color: #757575 !important; }

.md-readonly md-input-container md-radio-button[disabled] .md-container .md-off {
  border-color: #757575;
  background-color: #e0e0e0; }

.md-readonly md-input-container md-radio-button[disabled] .md-container .md-on {
  background-color: #757575; }

.md-readonly md-input-container md-checkbox:not(.md-checked) .md-icon {
  border-color: #757575;
  background-color: #e0e0e0; }

.md-readonly md-input-container md-checkbox.md-checked .md-icon {
  border-color: #757575;
  background-color: #757575; }

.md-readonly md-input-container > md-chips .md-chips {
  -webkit-box-shadow: none;
  box-shadow: none; }

.md-readonly > md-switch[disabled] .md-bar {
  background-color: #e0e0e0; }

.md-readonly > md-switch[disabled] .md-thumb-container .md-thumb {
  background-color: #757575; }

.md-readonly > md-switch[disabled]:not(.md-checked) .md-thumb-container .md-thumb {
  background-color: #bdbdbd; }

.md-readonly > md-switch[disabled] .md-label {
  color: #757575; }

md-table-pagination .page-select > md-input-container {
  margin: 0; }
  md-table-pagination .page-select > md-input-container .md-select-value > span.md-select-icon {
    margin-left: 4px; }

.md-searchbox {
  padding-left: 0 !important;
  min-height: 32px; }
  .md-searchbox input {
    padding-left: 10px; }

.md-contact-suggestion span.md-contact-email {
  color: #757575 !important; }

md-input-container label {
  color: #424242 !important; }

body {
  background-color: #fafafa; }

:root {
  --safe-area-inset-top: 0px;
  --safe-area-inset-bottom: 0px;
  --safe-area-inset-left: 0px;
  --safe-area-inset-right: 0px; }

:root {
  --vh-offset: 0px;
  --sidenav-width: 320px;
  --box-shadow: #00000080; }

@supports (padding-top: constant(safe-area-inset-top)) {
  :root {
    --safe-area-inset-top: constant(safe-area-inset-top);
    --safe-area-inset-bottom: constant(safe-area-inset-bottom);
    --safe-area-inset-left: constant(safe-area-inset-left);
    --safe-area-inset-right: constant(safe-area-inset-right); } }

@supports (padding-top: env(safe-area-inset-top)) {
  :root {
    --safe-area-inset-top: env(safe-area-inset-top);
    --safe-area-inset-bottom: env(safe-area-inset-bottom);
    --safe-area-inset-left: env(safe-area-inset-left);
    --safe-area-inset-right: env(safe-area-inset-right); } }

#main-content-wrapper {
  margin-top: calc(56px + (var(--safe-area-inset-top) * 0.75)); }

#main-content {
  background-color: #fafafa; }

.page-header-sticky {
  padding-top: calc((var(--safe-area-inset-top) * 0.75));
  padding-right: 120px;
  padding-left: 120px; }
  .page-header-sticky--on-nested-route {
    padding-right: 16px; }

@media (max-width: 600px) {
  .page-header-sticky {
    padding-left: 64px; } }

md-dialog {
  scrollbar-width: none; }
  md-dialog md-toolbar {
    padding-top: calc((var(--safe-area-inset-top) * 0.75)); }
  md-dialog md-toolbar {
    padding-left: calc(var(--safe-area-inset-left) * 0.5);
    padding-right: calc(var(--safe-area-inset-right) * 0.5); }
  md-dialog md-dialog-actions {
    padding-left: calc(var(--safe-area-inset-left) * 0.5 + 16px);
    padding-right: calc(var(--safe-area-inset-right) * 0.5 + 8px);
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content; }
  md-dialog md-dialog-content {
    padding-left: calc(var(--safe-area-inset-left) * 0.5);
    padding-right: calc(var(--safe-area-inset-right) * 0.5); }

body.md-opaque {
  overflow: hidden; }

md-backdrop,
.md-dialog-container {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

md-backdrop {
  z-index: 61 !important; }
  md-backdrop.md-sidenav-backdrop {
    z-index: 51 !important; }

.md-dialog-container {
  z-index: 62 !important; }

.sidebar-content {
  margin-top: calc(var(--safe-area-inset-top) + 56px);
  margin-left: calc(var(--safe-area-inset-left) * 0.75); }

.tab-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 25; }

.navigation-safe-area {
  height: var(--safe-area-inset-top);
  background-color: #673ab7;
  position: fixed;
  top: 0;
  z-index: 22;
  right: 0;
  left: 0; }

.bottom-safe-area {
  height: var(--safe-area-inset-bottom);
  background-color: #673ab7;
  position: fixed;
  bottom: 0;
  z-index: 22;
  right: 0;
  left: 0; }

.fixed-toolbar {
  margin-top: calc(var(--safe-area-inset-top) * 0.75);
  -ms-touch-action: none !important;
  touch-action: none !important;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  height: 56px;
  min-height: 56px;
  max-height: 56px;
  z-index: 25; }

.read-more-button {
  background-color: transparent;
  border: 0px solid transparent;
  color: #5f8bf5;
  font-weight: 500;
  margin-bottom: 0.5em;
  outline: 0; }

.read-more-button button:focus {
  outline: 0; }

@media (max-width: 959px) {
  md-dialog.md-dialog-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .md-dialog-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .uppy-Dashboard-inner {
    margin-top: 30px; } }

md-sidenav {
  z-index: 60; }

.mobile-input textarea {
  border: 0; }

md-sidenav md-toolbar {
  position: fixed;
  height: calc((var(--safe-area-inset-top) * 0.75) + 56px);
  min-height: 56px;
  max-height: calc((var(--safe-area-inset-top) * 0.75) + 56px); }

#main md-toolbar {
  position: fixed;
  margin-bottom: calc(var(--safe-area-inset-bottom) * 0.75); }

#main md-dialog > md-toolbar {
  position: relative; }

.sidenav-header {
  padding-top: calc(var(--safe-area-inset-top) * 0.75); }

md-card {
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.21);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

md-card:active {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

a {
  text-decoration: none; }

.center {
  text-align: center; }

.icon-padding {
  padding: 4px; }

@media only screen and (min-width: 1280px) {
  #main-content-wrapper {
    padding-left: var(--sidenav-width); }
  .page-header-sticky {
    padding-left: var(--sidenav-width); } }

#main-content-wrapper {
  padding-bottom: 96px; }

@media (max-width: 960px) {
  #main-content-wrapper {
    padding-bottom: 72px; } }

.md-button.profile-menu-button {
  height: 36px;
  border-radius: 50%; }
  .md-button.profile-menu-button img {
    border-radius: 50%; }

.profile-image-container {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 8px; }

.profile-image {
  display: block;
  width: 100%; }

.profile-menu-content {
  margin-right: 10px;
  top: 64px !important; }
  .profile-menu-content md-menu-content {
    padding: 8px; }
  .profile-menu-content .profile-menu-avatar {
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover; }
  @media (max-width: 600px) {
    .profile-menu-content .profile-menu-avatar {
      width: 80px;
      height: 80px; } }
  .profile-menu-content .profile-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px; }
  .profile-menu-content .profile-button {
    text-align: left; }
  .profile-menu-content .profile-menu-name {
    font-weight: bold;
    font-size: 1.2em; }
  .profile-menu-content .profile-menu-name,
  .profile-menu-content .profile-menu-username {
    padding: 10px 14px 0px 14px; }

.has-fixed-bottom {
  position: relative;
  padding-bottom: 64px;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .has-fixed-bottom > :first-child {
    margin-top: 0; }
  .has-fixed-bottom .fixed-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

@media print {
  div.site-nav-container {
    overflow: visible !important; }
  div.site-nav-container::before {
    display: none; }
  #main-content {
    background-color: transparent; }
  md-card {
    page-break-inside: avoid;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    max-width: none !important;
    width: 100% !important; }
  .hide.show-print {
    display: initial !important; }
  a {
    color: #000; }
  .profile-banner__image img.round,
  .round img {
    border: rgba(0, 0, 0, 0.87);
    border-style: solid;
    border-width: 1px;
    height: 100px !important;
    width: 100px !important;
    margin-left: 10px; }
  md-toolbar,
  .page-header-sticky,
  .access-requests-wrap {
    display: none !important; }
  #main-content-wrapper {
    margin-top: 0px !important; }
  .print-banner {
    height: 120px;
    margin-bottom: 2px;
    width: 100%;
    border-bottom: 1px solid grey; }
  .print-logo {
    position: absolute;
    top: 5px;
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain; }
  .print-name {
    position: absolute;
    left: 150px;
    top: 12px; }
  .profile-banner-card {
    position: absolute;
    left: 0px;
    top: 0px; }
  .sticky-element--sticky {
    position: initial !important;
    top: 0; }
    .sticky-element--sticky:before {
      display: none; }
  .profile-banner.sticky-element--sticky .profile-banner,
  .profile-banner.group-banner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 36px;
    height: 36px;
    position: relative; }
    .profile-banner.sticky-element--sticky .profile-banner .profile-banner__image,
    .profile-banner.group-banner .profile-banner__image {
      margin: 0 !important;
      padding-top: 0;
      height: 150px !important;
      width: 150px !important; }
      .profile-banner.sticky-element--sticky .profile-banner .profile-banner__image > img,
      .profile-banner.group-banner .profile-banner__image > img {
        height: 150px !important;
        width: 150px !important; }
    .profile-banner.sticky-element--sticky .profile-banner md-card-title-text,
    .profile-banner.group-banner md-card-title-text {
      margin-top: -54px !important;
      padding-left: 42px !important; }
    .profile-banner.sticky-element--sticky .profile-banner .profile-banner__actions,
    .profile-banner.group-banner .profile-banner__actions {
      height: initial !important;
      margin-top: initial !important; }
  .dummy-new-post,
  .hide-print,
  .hide-xs,
  .md-button,
  .post-comments,
  .profile-banner__info,
  .post-attachments,
  .ember-tooltip {
    display: none; }
  .profile-banner-card {
    border: 2px transparent !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: white !important; }
  .otj-widget {
    display: none; }
  .post-list-heading {
    max-width: none !important;
    background: transparent !important;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    position: absolute !important;
    top: 28px !important;
    left: 150px !important; }
  .post-list-heading > .md-font {
    display: none; }
  md-card-title,
  #main,
  #main-content,
  .profile-banner,
  .profile-banner,
  .post-gallery,
  .show-print {
    background-color: white !important; }
  md-card-title {
    padding-top: 16px !important;
    padding-bottom: 0px !important; }
  .md-card-image,
  .js-reframe,
  .post-gallery {
    max-height: 400px !important; }
  .md-chips md-chip {
    border-width: 1px;
    border-color: #e0e0e0;
    border-style: solid; }
  .home-page .print-hide-post {
    display: none; }
  .adjoining-buttons .md-button.md-primary.md-raised,
  .adjoining-buttons .md-button.md-primary.md-fab {
    -webkit-box-shadow: inset 0px 0px 0px 20px #01667d;
    box-shadow: inset 0px 0px 0px 20px #01667d;
    margin-right: 4px !important;
    display: initial !important; }
  md-tabs {
    display: none; }
  form .show div.ember-view {
    page-break-inside: avoid; }
  md-autocomplete-wrap button {
    display: none !important; }
  md-radio-button .md-on {
    -webkit-box-shadow: inset 0px 0px 0px 10px rgba(1, 102, 125, 0.87);
    box-shadow: inset 0px 0px 0px 10px rgba(1, 102, 125, 0.87); }
  .md-thumb:before {
    content: '\2718' !important;
    color: black;
    font-weight: bolder;
    margin-top: -13px;
    margin-left: 4px; }
  md-switch.md-checked:not([disabled]) .md-thumb:before {
    content: '\2714'; }
  .progress-chart-legend {
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important; }
  .profile-banner {
    padding-bottom: 100px; }
  .md-card-image {
    max-width: 480px !important;
    max-height: 360px !important;
    margin: 0px !important; }
  .goals-list .goals-list-item .goal-assessor img {
    width: 21px !important;
    height: 21px !important; }
  .profile-banner md-card-title-text {
    position: absolute;
    left: 150px;
    width: 100%; }
  .profile-banner md-card-title-text.print-position-wide {
    position: absolute;
    left: 250px;
    width: 100%; }
  .tags-overview-chart {
    background-color: white !important; }
  md-card.post .post-author img {
    width: 36px !important;
    height: 36px !important;
    margin-top: 18px !important;
    border: 1px solid #9e9e9e; }
  .md-subhead {
    min-width: 500px !important; }
  .md-subhead,
  h2 {
    color: black !important; }
  md-card.post .post-author {
    width: 38px !important;
    height: 38px !important; }
  .page-goals-card svg.chart-stacked-area {
    max-width: 480px;
    max-height: 360px; }
  md-card md-card-content > p:first-child {
    margin-top: 16px !important; }
  .post-container iframe {
    max-width: 480px;
    max-height: 360px;
    border-width: 0px; } }

h1.snug,
h2.snug,
h3.snug,
h4.snug,
h5.snug {
  margin: 4px 0; }

.constrain-xs {
  max-width: 600px;
  margin: 16px auto; }

.constrain-sm {
  max-width: 960px;
  margin: 16px auto; }

.constrain-md {
  max-width: 960px;
  margin: 16px auto; }

/* Page Header */
.page-header {
  height: 2em;
  background-color: #673ab7;
  padding-bottom: 0.4em;
  font-size: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 0.5em;
  font-weight: 600;
  color: #fff; }
  .page-header.hidden > .page-header-title-container {
    opacity: 0; }

.page-header-title-container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto; }
  .page-header-title-container md-icon {
    color: #fff;
    margin-top: -6px; }

.page-header-sticky {
  min-height: 46px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 30;
  height: 56px;
  pointer-events: none; }

.layout-column > .flex {
  min-height: auto; }

.page-header-sticky.hidden {
  opacity: 0;
  pointer-events: none; }

.page-header-title {
  opacity: 1;
  font-size: 1.2em;
  font-weight: 600;
  color: #fff;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .page-header-title md-icon {
    margin-right: 2px;
    margin-top: -4px;
    color: #fff; }

.page-header-title.hidden {
  opacity: 0;
  -webkit-transform: translateY(1em);
  transform: translateY(1em);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.reaction-icon {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.reaction-icon:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/* Progress Indicator */
.indicator-backdrop {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  pointer-events: none; }

.indicator-backdrop.open {
  opacity: 100;
  background-color: rgba(0, 0, 0, 0.8); }

.indicator-container {
  background-color: #fff;
  border-radius: 20px;
  min-width: 100px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.progress-text {
  margin-top: 10px;
  font-weight: 600;
  letter-spacing: 0.2px; }

.loader {
  border: 4px solid #f3f3f3;
  /* Light grey */
  border-top: 4px solid #000;
  /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 0.9s ease-in-out infinite;
  animation: spin 0.9s ease-in-out infinite; }

.offline-splash {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  z-index: -100; }

.offline-splash.showing {
  opacity: 1;
  pointer-events: inherit;
  z-index: 1000; }

.offline-image {
  height: 80px; }

.offline-text {
  padding-top: 3em; }

.offline-retry {
  margin-top: 5em; }

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

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

.flatpickr-calendar {
  width: 250px !important; }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #01667d !important; }

flatpickr-calendar.arrowBottom:after {
  border-top-color: #01667d !important; }

.flatpickr-months .flatpickr-month {
  background: #01667d !important; }

.flatpickr-current-month {
  font-size: medium !important; }

.flatpickr-current-month .flatpickr-monthDropdown-months {
  background: #01667d !important; }

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #01667d !important; }

.flatpickr-weekdays {
  background: #01667d !important;
  height: 24px !important; }

span.flatpickr-weekday {
  font-size: 80% !important;
  background: #01667d !important;
  color: white !important; }

.flatpickr-days {
  width: 250px !important; }

.dayContainer {
  width: 250px !important;
  min-width: 250px !important;
  max-width: 250px !important; }

.flatpickr-day {
  width: 12px !important;
  max-width: 32px !important;
  height: 24px !important;
  line-height: 24px !important; }

.flatpickr-day.endRange.nextMonthDay {
  background: #01667d !important;
  border-color: #01667d !important; }

.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  -webkit-box-shadow: -10px 0 0 #01667d !important;
  box-shadow: -10px 0 0 #01667d !important; }

.flatpickr-day.week.selected {
  -webkit-box-shadow: -5px 0 0 #01667d, 5px 0 0 #01667d !important;
  box-shadow: -5px 0 0 #01667d, 5px 0 0 #01667d !important; }

.flatpickr-innerContainer {
  height: 150px !important; }

.flatpickr-time input {
  font-size: 12px !important; }

.no-border {
  border: none; }

.no-touch-action {
  -ms-touch-action: none;
  touch-action: none; }

.callback-spinner {
  height: 100%;
  width: 100%;
  min-height: 100%;
  margin: -64px 0 0 -16px;
  position: fixed; }

.account-settings__heading {
  margin-top: 16px;
  margin-bottom: 4px;
  margin-left: 8px; }

.account-settings__devices > div {
  margin-top: 0px; }

.no-margins {
  margin: 0; }

.sm-margins {
  margin: 2px; }

.bordered img {
  border: #01667d 2px solid; }

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#mapContainer {
  width: 100%;
  height: 300px;
  content: '';
  margin: 20px 0; }

.page-progress .bar {
  background-color: #43fdff; }

.fc-toolbar {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fc-toolbar h2 {
    font-size: large !important; }
  .fc-toolbar .fc-left {
    width: 100%; }
  .fc-toolbar .fc-left,
  .fc-toolbar .fc-center,
  .fc-toolbar .fc-right {
    margin: 10px; }
  .fc-toolbar .fc-toolbar-chunk {
    padding-bottom: 0.5em; }

.toolbar-logo {
  margin: 0 4px; }

body.no-scroll {
  overflow: hidden; }

md-toolbar .md-button {
  min-width: 0; }

md-toolbar .toolbar-logo {
  margin-right: 8px; }

md-toolbar button.active {
  background-color: #145a6a; }

md-toolbar.md-default-theme.filter-bar {
  padding: 0 5px;
  display: inline-block;
  position: relative !important;
  width: auto;
  min-height: 32px;
  margin: 8px;
  background-color: #eee; }
  md-toolbar.md-default-theme.filter-bar button.md-button,
  md-toolbar.md-default-theme.filter-bar a.md-button {
    min-width: 20px;
    margin: 2px 0;
    padding: 0 8px;
    border-radius: 0;
    background-color: #fff;
    min-height: 20px;
    line-height: 28px;
    border: 1px solid;
    color: gray; }
    md-toolbar.md-default-theme.filter-bar button.md-button:not([disabled]):hover,
    md-toolbar.md-default-theme.filter-bar a.md-button:not([disabled]):hover {
      background-color: #145a6a;
      color: #fff; }
    md-toolbar.md-default-theme.filter-bar button.md-button.active,
    md-toolbar.md-default-theme.filter-bar a.md-button.active {
      background-color: #01667d;
      color: #fff; }

iframe.zEWidget-launcher {
  right: 80px !important;
  bottom: 20px !important;
  z-index: 20 !important; }

iframe.zEWidget-webWidget {
  right: 12px !important; }

#fab-destination {
  position: fixed;
  bottom: 0;
  right: 0; }

@media (max-width: 960px) {
  #main-content-wrapper {
    padding-bottom: 150px; }
    #main-content-wrapper:has(.fullscreen-iframe) {
      padding-bottom: 0;
      overflow-y: hidden; }
  body:has(.fullscreen-iframe) {
    overflow-y: hidden; }
  #fab-destination > * {
    margin-bottom: 56px; }
  iframe.zEWidget-launcher {
    bottom: 70px !important; }
  iframe.zEWidget-webWidget {
    bottom: 0px !important; } }

#top-people-selector,
#top-group-selector {
  -webkit-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
  transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-transition-property: height;
  transition-property: height;
  height: 0;
  width: 100%;
  z-index: 30;
  top: 56px;
  position: fixed;
  overflow: hidden;
  background-color: #eee; }
  #top-people-selector.active,
  #top-group-selector.active {
    height: calc(100vh - 56px); }
  #top-people-selector.non-current-year,
  #top-group-selector.non-current-year {
    background-color: #fee9bc; }
    #top-people-selector.non-current-year md-toolbar.md-default-theme.filter-bar,
    #top-group-selector.non-current-year md-toolbar.md-default-theme.filter-bar {
      background-color: transparent; }

#top-people-selector.active > div {
  height: calc(100vh - 56px - 56px); }

md-content.group-selector-groupings {
  background-color: transparent; }
  md-content.group-selector-groupings.md-padding {
    padding-top: 4px; }

md-content.badge-list {
  background-color: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

md-dialog-content.people-selector-dialog,
md-dialog-content.group-selector-dialog {
  height: calc(100vh - 64px);
  overflow: hidden;
  padding: 24px 0 0 0;
  background-color: #eee; }
  md-dialog-content.people-selector-dialog.non-current-year,
  md-dialog-content.group-selector-dialog.non-current-year {
    background-color: #fee9bc; }
    md-dialog-content.people-selector-dialog.non-current-year .filter-bar,
    md-dialog-content.group-selector-dialog.non-current-year .filter-bar {
      background-color: transparent; }
  md-dialog-content.people-selector-dialog md-content.badge-list,
  md-dialog-content.group-selector-dialog md-content.badge-list {
    height: calc(100vh - 235px);
    max-height: calc(100vh - 235px);
    padding-bottom: 48px; }
    md-dialog-content.people-selector-dialog md-content.badge-list .md-actions,
    md-dialog-content.group-selector-dialog md-content.badge-list .md-actions {
      min-height: 0; }

md-dialog-content.group-selector-dialog md-content.badge-list {
  height: calc(100vh - 136px);
  max-height: calc(100vh - 136px); }

md-dialog-content.group-selector-dialog md-content.group-selector-groupings {
  height: calc(100vh - 136px); }
  md-dialog-content.group-selector-dialog md-content.group-selector-groupings md-content.badge-list {
    height: auto; }

#top-quick-search {
  position: fixed;
  -webkit-transition: 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  transition: 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-transition-property: height;
  transition-property: height;
  height: 0;
  top: 56px;
  width: 100%;
  z-index: 30;
  overflow: hidden;
  background-color: #b3d1d8; }
  #top-quick-search.active {
    height: 50px; }
  #top-quick-search md-input-container {
    margin: 8px; }
    #top-quick-search md-input-container .md-errors-spacer {
      display: none; }

.navigation-safe-area,
.bottom-safe-area {
  background-color: #01667d; }

.sidebar-search {
  padding-top: calc(var(--safe-area-inset-top) * 0.75); }

@media (max-width: 959px) {
  .fab-actions-container {
    margin-bottom: calc(calc(var(--safe-area-inset-bottom) * 0.75) + 2.5em); } }

@media only screen and (min-width: 1280px) {
  #main-content-wrapper,
  #top-people-selector,
  #top-group-selector {
    padding-left: var(--sidenav-width); }
  .top-toolbar.fixed-toolbar > .md-toolbar-tools {
    padding-left: calc(var(--sidenav-width) + 16px); }
  .wide-list #main-content-wrapper,
  .wide-list #top-people-selector,
  .wide-list #top-group-selector,
  .wide-list .top-toolbar.fixed-toolbar > .md-toolbar-tools {
    padding-left: 0; } }

@media only screen and (min-width: 1920px) {
  .wide-list #main-content-wrapper,
  .wide-list #top-people-selector,
  .wide-list #top-group-selector {
    padding-left: var(--sidenav-width); }
  .wide-list .top-toolbar.fixed-toolbar > .md-toolbar-tools {
    padding-left: calc(var(--sidenav-width) + 16px); } }

.no-left-nav #main-content-wrapper,
.no-left-nav #top-people-selector,
.no-left-nav #top-group-selector {
  padding-left: 0; }

.no-left-nav .top-toolbar.fixed-toolbar > .md-toolbar-tools {
  padding-left: 16px; }

.quick-menu-toggle {
  margin-left: 0; }

.hero-notifications {
  margin-right: 0; }

p.snug-top {
  margin-top: 0; }

.md-sidenav-right__quick-links md-icon {
  width: 24px;
  text-align: center; }

/**
 * linced-common-components provides styles for our components in BEM format.
 *
 * Components and styles are listed in alphabetic order.
 *
 * Block = Component.
 * Element = Component Element.
 * Modifier = State that modifies the element's style.
 *
 * Refer:
 * - http://getbem.com/naming/
 */
/**
 * Colours for Goal States.
 */
md-card.goal-card {
  width: 95%;
  height: 194px;
  min-width: 240px;
  position: relative;
  font-size: 0.8em; }
  md-card.goal-card a {
    cursor: pointer;
    min-height: 64px; }
  md-card.goal-card > md-card-content {
    height: 159px;
    margin-right: 32px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis; }
  md-card.goal-card md-progress-linear {
    position: absolute;
    bottom: 0;
    height: 12px; }
    md-card.goal-card md-progress-linear > div,
    md-card.goal-card md-progress-linear .md-bar {
      height: 11px; }
  md-card.goal-card .goal-actions {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 28px;
    height: 33px;
    border-top: 1px solid #eeeeee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    md-card.goal-card .goal-actions .md-button {
      padding: 2px;
      margin: 0;
      min-height: 28px;
      height: 33px;
      line-height: 30px;
      min-width: 28px;
      width: 28px;
      font-size: smaller; }
  md-card.goal-card.goal-card-detailed {
    padding-bottom: 20px; }
    md-card.goal-card.goal-card-detailed .goal-subject {
      font-size: 1em; }
    md-card.goal-card.goal-card-detailed .goal-actions {
      top: auto;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      background-color: #fff; }

.goal-assessor {
  padding-right: 16px; }
  .goal-assessor img {
    width: 48px;
    height: 48px;
    border: 1px solid #9e9e9e; }

.goal-developing {
  background-color: #fee9bc; }

.goal-developing-text {
  background-color: #fdc042; }

.goal-secure {
  background-color: #66bb6a; }
  .goal-secure md-card-content {
    color: #fff; }

.goals-legend {
  min-width: 24px;
  min-height: 24px;
  margin: -2px 2px 0;
  padding: 4px 8px;
  font-size: 0.8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bdbdbd; }
  .goals-legend.goal-expectation {
    border: 1px dashed #01667d; }
  .goals-legend.goal-not-set.goal-progressions {
    background-color: #e0e0e0; }

.goal-path {
  color: #9e9e9e; }

md-progress-linear.goal-progress {
  background-color: #bdbdbd;
  border: 1px solid #bdbdbd;
  border-bottom: 0 none;
  margin-top: -6px; }
  md-progress-linear.goal-progress .md-bar1 {
    background-color: #fee9bc; }
  md-progress-linear.goal-progress .md-bar2 {
    background-color: #66bb6a; }

.goals-list .goals-list-item {
  margin: 4px 0; }
  .goals-list .goals-list-item .goal-assessor img {
    width: 42px;
    height: 42px; }
  .goals-list .goals-list-item .goal-description {
    margin-right: 10px; }

.goal-grader__circle {
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 6px solid white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-right: 0; }

.goalpicker-buttons button img {
  margin-bottom: -5px;
  max-height: 21px;
  max-width: 21px; }

h3 img.badge {
  margin-bottom: -3px;
  max-height: 21px;
  max-width: 21px; }

.goal-picker-badges {
  margin-top: 10px; }
  .goal-picker-badges div {
    margin: 10px;
    text-align: center; }
    .goal-picker-badges div div {
      margin: 0px; }
  .goal-picker-badges img {
    max-height: 84px;
    max-width: 84px; }

.goal-picker-badges-assessor {
  font-weight: bold; }

.profile-banner-badges-sticky {
  margin: 4px 0px 0px 20px; }
  .profile-banner-badges-sticky img {
    max-height: 32px;
    max-width: 32px;
    cursor: pointer; }
  .profile-banner-badges-sticky md-icon {
    cursor: pointer; }

.profile-banner-badges {
  margin-top: 8px; }
  .profile-banner-badges img {
    margin: 4px 8px 4px 0px;
    max-height: 64px;
    max-width: 64px;
    cursor: pointer; }
  .profile-banner-badges .md-button {
    margin: 4px 0px;
    padding: 0px; }
  .profile-banner-badges .md-button.md-icon-button {
    width: 32px; }
  .profile-banner-badges--sm img {
    max-height: 32px;
    max-width: 32px; }

.badge-dialog-badge {
  margin: 42px 16px 0px 0px; }
  .badge-dialog-badge img {
    max-height: 84px;
    max-width: 84px; }

.badge-dialog-assessor {
  margin-left: 10px; }
  .badge-dialog-assessor img {
    max-height: 42px;
    max-width: 42px;
    margin: 10px; }

.badge-dialog-content div {
  margin-top: 11px; }
  .badge-dialog-content div div {
    font-weight: bold;
    margin-right: 32px; }

.example,
.md-button.md-raised:not([disabled]).example,
.md-button.md-icon-button.example,
.md-button.md-icon-button:not([disabled]).example {
  background-color: #07667d;
  color: #fff; }
  .example:hover, .example.md-focused,
  .md-button.md-raised:not([disabled]).example:hover,
  .md-button.md-raised:not([disabled]).example.md-focused,
  .md-button.md-icon-button.example:hover,
  .md-button.md-icon-button.example.md-focused,
  .md-button.md-icon-button:not([disabled]).example:hover,
  .md-button.md-icon-button:not([disabled]).example.md-focused {
    background-color: #07667d; }
  .example md-icon,
  .md-button.md-raised:not([disabled]).example md-icon,
  .md-button.md-icon-button.example md-icon,
  .md-button.md-icon-button:not([disabled]).example md-icon {
    color: #fff; }

md-dialog-content {
  padding: 0; }
  md-dialog-content .example-card {
    text-align: center;
    min-height: 295px;
    position: sticky;
    top: -180px; }

.goals-progress__container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  grid-column-gap: 20px; }

.hero-purple {
  background-color: #55578d;
  color: #FFF; }

.hero-blue {
  color: #FFF;
  background-color: #01667d; }

.hero-light-blue {
  color: #000;
  background-color: #add5f6; }

.hero-orange {
  color: #fff;
  background-color: #ff8210; }

.hero-teal {
  color: #000;
  background-color: #1fa6a6; }

.hero-dark-green {
  color: #fff;
  background-color: #29741d; }

/**
 * Imports
 */
md-stepper {
  display: block; }

md-steppers-header, md-steppers-mobile-header, md-step-actions {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.md-steppers-header-region {
  z-index: 1; }

@media (max-width: 599px) {
  md-stepper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    md-stepper > div {
      min-width: 0px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .md-steppers-content {
    min-height: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  md-step.md-active {
    min-height: 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    md-step.md-active .md-stepper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-height: 0px; }
  md-steppers-scope {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  md-step-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.md-steppers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  .md-steppers:not(.md-steppers-linear) .md-stepper-indicator:not(.md-active):not(.md-completed):hover, .md-steppers:not(.md-steppers-linear) .md-stepper-indicator.md-editable.md-completed:hover {
    cursor: pointer; }
    .md-steppers:not(.md-steppers-linear) .md-stepper-indicator:not(.md-active):not(.md-completed):hover,
    .md-steppers:not(.md-steppers-linear) .md-stepper-indicator:not(.md-active):not(.md-completed):hover .md-stepper-indicator-wrapper, .md-steppers:not(.md-steppers-linear) .md-stepper-indicator.md-editable.md-completed:hover,
    .md-steppers:not(.md-steppers-linear) .md-stepper-indicator.md-editable.md-completed:hover .md-stepper-indicator-wrapper {
      background-color: #F6F6F6; }

.md-steppers-header {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border-radius: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.md-steppers-horizontal .md-stepper-indicator {
  min-height: 72px; }
  .md-steppers-horizontal .md-stepper-indicator:first-child .md-stepper-indicator-wrapper {
    padding-left: 16px; }
  .md-steppers-horizontal .md-stepper-indicator:after {
    width: 999em;
    height: 1px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    background-color: #E8E8E8;
    content: " "; }

.md-stepper-indicator {
  margin: 0;
  padding: 0 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  cursor: default;
  background: none;
  border: none;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .md-stepper-indicator:focus {
    outline: none; }
  .md-stepper-indicator.md-completed .md-stepper-number, .md-stepper-indicator.md-active .md-stepper-number {
    background-color: #01667d;
    background-color: RGB(var(--primary-500)); }
  .md-stepper-indicator.md-completed .md-stepper-title, .md-stepper-indicator.md-active .md-stepper-title {
    color: rgba(0, 0, 0, 0.87); }
  .md-stepper-indicator.md-active .md-stepper-title, .md-stepper-indicator.md-editable .md-stepper-title {
    font-weight: 500; }
  .md-stepper-indicator.md-error .md-stepper-title {
    color: #f44336; }
  .md-stepper-indicator:first-child {
    padding-left: 0; }
  .md-stepper-indicator:last-child {
    padding-right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .md-stepper-indicator:last-child .md-stepper-indicator-wrapper {
      padding-right: 24px; }
  .md-stepper-indicator .md-ripple-container {
    z-index: 3; }

.md-stepper-indicator-wrapper {
  padding: 0 8px 0 0;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-stepper-number {
  width: 24px;
  height: 24px;
  margin: 0 8px;
  border-radius: 24px;
  background-color: #BDBDBD;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-align: center; }
  .md-stepper-number.ng-hide {
    -webkit-transition: none;
    transition: none; }

.md-error .md-stepper-error-indicator {
  margin: 0 8px;
  background-color: #fff; }
  .md-error .md-stepper-error-indicator md-icon {
    color: #f44336; }

.md-error .md-stepper-error-message {
  color: #f44336;
  font-weight: 400; }

md-icon.md-default-theme.md-stepper-icon {
  width: 18px;
  height: 18px;
  position: relative;
  top: -1px;
  color: #fff;
  font-size: 18px;
  font-weight: 700; }
  md-icon.md-default-theme.md-stepper-icon.md-stepper-icon-edit {
    width: 14px;
    height: 14px;
    font-size: 14px;
    font-weight: 400; }

.md-stepper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  white-space: nowrap; }
  .md-stepper-title small:not(.md-stepper-error-message) {
    color: rgba(0, 0, 0, 0.54); }
  .md-stepper-title small {
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-size: 12px;
    line-height: 1em; }

.md-steppers-content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.md-stepper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .md-stepper.md-active {
    position: relative;
    pointer-events: auto; }

.md-steppers-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.md-steppers-linear .md-stepper-indicator {
  cursor: default; }
  .md-steppers-linear .md-stepper-indicator.md-editable.md-completed:hover {
    cursor: pointer; }
    .md-steppers-linear .md-stepper-indicator.md-editable.md-completed:hover,
    .md-steppers-linear .md-stepper-indicator.md-editable.md-completed:hover .md-stepper-indicator-wrapper {
      background-color: #F6F6F6; }
    .md-steppers-linear .md-stepper-indicator.md-editable.md-completed:hover .md-stepper-number:before, .md-steppers-linear .md-stepper-indicator.md-editable.md-completed:hover .md-stepper-number:after {
      background-color: #F6F6F6; }

.md-steppers-linear .md-stepper-title {
  color: rgba(0, 0, 0, 0.26); }
  .md-steppers-linear .md-stepper-title small:not(.md-stepper-error-message) {
    color: rgba(0, 0, 0, 0.26); }

.md-steppers-alternative:not(.md-steppers-linear) .md-stepper-indicator:not(.md-active):not(.md-completed):hover .md-stepper-indicator-wrapper {
  background: none; }

.md-steppers-alternative:not(.md-steppers-linear) .md-stepper-indicator:not(.md-active):not(.md-completed):hover .md-stepper-number:before, .md-steppers-alternative:not(.md-steppers-linear) .md-stepper-indicator:not(.md-active):not(.md-completed):hover .md-stepper-number:after {
  background-color: #F6F6F6; }

.md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator {
  min-height: 104px;
  padding: 24px 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator .md-stepper-indicator-wrapper {
    padding: 0; }
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator:first-child {
    padding-left: 24px; }
    .md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator:first-child:after {
      left: 50%; }
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator:last-child {
    padding-right: 24px; }
    .md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator:last-child:after {
      right: 50%;
      left: auto; }
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator:after {
    margin-top: 0;
    top: 36px; }

.md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator-wrapper {
  padding: 0 16px;
  min-height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background: none; }

.md-steppers-alternative .md-steppers-horizontal .md-stepper-number,
.md-steppers-alternative .md-steppers-horizontal .md-stepper-error-indicator {
  position: relative; }
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-number:before, .md-steppers-alternative .md-steppers-horizontal .md-stepper-number:after,
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-error-indicator:before,
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-error-indicator:after {
    width: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    content: " "; }
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-number:before,
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-error-indicator:before {
    left: -8px; }
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-number:after,
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-error-indicator:after {
    right: -8px; }

.md-steppers-alternative .md-steppers-horizontal .md-stepper-title {
  margin-top: 16px;
  line-height: 18px;
  text-align: center; }
  .md-steppers-alternative .md-steppers-horizontal .md-stepper-title small {
    text-align: center; }

.md-steppers-vertical {
  padding: 16px; }
  .md-steppers-vertical .md-stepper-number {
    margin: 0 8px 0 0; }
  .md-steppers-vertical .md-stepper {
    padding: 0; }
  .md-steppers-vertical .md-steppers-scope {
    margin-left: 20px;
    border-left: 1px solid #E8E8E8;
    padding-left: 20px;
    min-height: 25px; }
  .md-steppers-vertical md-step:last-child .md-stepper .md-steppers-scope {
    border-left: 1px solid transparent; }
  .md-steppers-vertical md-step:last-child .md-stepper:not(.md-active) .md-steppers-scope {
    display: none; }
  .md-steppers-vertical md-step:last-child md-step-actions {
    padding-bottom: 0; }
  .md-steppers-vertical .md-stepper-indicator {
    padding: 8px; }
  .md-steppers-vertical md-step-actions {
    padding-bottom: 40px; }
    .md-steppers-vertical md-step-actions > .md-button:first-child {
      margin-left: 0; }
    .md-steppers-vertical md-step-actions > .md-button:last-child {
      margin-right: 0; }
  .md-steppers-vertical md-step-body {
    padding-bottom: 16px;
    overflow: visible; }
    .md-steppers-vertical md-step-body > *:last-child {
      margin-bottom: 0; }

.md-steppers-mobile-header, .md-stepper-feedback-message {
  display: none; }

@media (max-width: 599px) {
  .md-steppers-mobile-step-text:not(.md-steppers-vertical) .md-stepper {
    padding: 0; }
  .md-steppers-mobile-step-text:not(.md-steppers-vertical) .md-steppers-mobile-header {
    display: block; }
  .md-steppers-mobile-step-text:not(.md-steppers-vertical) .md-stepper-feedback-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .md-steppers-mobile-step-text:not(.md-steppers-vertical) .md-steppers-header.md-steppers-horizontal {
    display: none; }
  .md-steppers-mobile-step-text:not(.md-steppers-vertical) md-step-actions {
    background: #f6f6f6 !important;
    color: #202020 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px, rgba(0, 0, 0, 0.137255) 0px 1px 1px 0px, rgba(0, 0, 0, 0.117647) 0px 2px 1px -1px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px, rgba(0, 0, 0, 0.137255) 0px 1px 1px 0px, rgba(0, 0, 0, 0.117647) 0px 2px 1px -1px; } }

.md-steppers-header-region {
  position: relative; }

.md-stepper-feedback-message {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.md-steppers {
  position: relative; }

md-step-body {
  position: relative;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.md-step-body-loading {
  display: none; }

.md-steppers-has-feedback .md-steppers-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99; }

.md-steppers-has-feedback .md-step-body-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 90;
  opacity: 0.75;
  background-color: white; }

.md-steppers-has-feedback .md-step-body-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 91;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/**
 * Styles for MFA-related components
 */
.mfa {
  /**
   * Enrollment dialog under profile settings
   */
  /**
   * TOTP code component that can be used in multiple scenarios for MFA
   */
  /**
   * MFA Management dialog under profile settings
   */
  /**
   * MFA Un-enrolment dialog
   */ }
  .mfa__enrolment-dialog {
    max-width: 600px;
    /**
     * Note-card component for recovery codes
     */ }
    .mfa__enrolment-dialog md-dialog .md-dialog-content {
      padding-top: 0; }
    .mfa__enrolment-dialog .md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator {
      padding: 16px;
      min-height: -webkit-fit-content;
      min-height: -moz-fit-content;
      min-height: fit-content; }
      .mfa__enrolment-dialog .md-steppers-alternative .md-steppers-horizontal .md-stepper-indicator:after {
        top: 30px; }
    .mfa__enrolment-dialog__steps {
      padding: 0; }
      .mfa__enrolment-dialog__steps > li,
      .mfa__enrolment-dialog__steps span {
        margin-bottom: 8px; }
      .mfa__enrolment-dialog__steps > span:last-child {
        margin-bottom: 16px; }
    .mfa__enrolment-dialog__qr-code {
      -ms-flex-item-align: center;
      align-self: center;
      height: 200px;
      width: 200px; }
    .mfa__enrolment-dialog__icon--green {
      color: #66bb6a; }
    .mfa__enrolment-dialog__recovery-codes {
      margin: 36px 0; }
      .mfa__enrolment-dialog__recovery-codes md-card-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px; }
        .mfa__enrolment-dialog__recovery-codes md-card-content > span {
          padding-bottom: 8px;
          font-weight: 700; }
      .mfa__enrolment-dialog__recovery-codes button:hover md-icon {
        color: #01667d; }
  .mfa__totp-code__container {
    margin: 12px 0; }
    .mfa__totp-code__container md-input-container .md-input {
      border-width: 1px;
      width: 40px;
      height: 60px;
      text-align: center;
      font-size: 130%; }
    .mfa__totp-code__container input:focus {
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
  .mfa__totp-code__message {
    font-weight: 500;
    margin-top: 12px; }
    .mfa__totp-code__message--failure {
      color: #d51f27; }
  .mfa__totp-code__progress-overlay md-progress-circular {
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 10px; }
  .mfa__user-management__dialog {
    min-width: 400px; }
    .mfa__user-management__dialog .md-subheader {
      background-color: transparent; }
    .mfa__user-management__dialog .md-subheader .md-subheader-inner {
      padding: 16px 0 0; }
    .mfa__user-management__dialog md-divider:last-child {
      display: none; }
  .mfa__unenrolment__dialog {
    width: 500px; }
  .mfa__unenrolment__button--mode-switch {
    margin-left: 0 !important; }
  .mfa__unenrolment__container--center {
    -ms-flex-item-align: center;
    align-self: center; }
  .mfa__message--warning {
    font-weight: 500;
    color: #d51f27; }

.home-page md-card {
  border-radius: 16px; }

.home-page .paper-divider {
  margin-top: 20px;
  margin-bottom: 20px; }

.home-page__header {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px; }
  .home-page__header.teal {
    background-color: #d2eded; }
  .home-page__header.purple {
    background-color: #bbbcd1; }
  .home-page__header.red {
    background-color: #efa6a9; }
  .home-page__header.light-green {
    background-color: #c2e098; }
  .home-page__header.light-blue {
    background-color: #bbdcf8; }
  .home-page__header.orange {
    background-color: #ffcd9f; }
  .home-page__header.pink {
    background-color: #fec3d5; }
  .home-page__header.grey-blue {
    background-color: #5e94c0; }
  .home-page__header.dark-green {
    background-color: #94ba8e; }
  .home-page__header.grey {
    background-color: #bdbdbd; }
  .home-page__header__school-name {
    color: #01667d;
    margin: 0; }
  .home-page__header__logo {
    min-width: 120px;
    min-height: 120px;
    max-width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .home-page__header__logo img {
      width: 100%;
      height: 100%;
      border-radius: 4px;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: right top;
      object-position: right top;
      padding-bottom: 10px; }

.home-page__card-container {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 14px !important;
  position: relative;
  top: -10px;
  background-color: white; }

.home-page__menu-section {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-row-gap: 20px;
  justify-items: center; }

.home-page__learners {
  background-color: #f5f5f5;
  border-radius: 6px;
  margin-top: 10px;
  padding-top: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  justify-items: center; }

.home-page__learner {
  grid-column: span all;
  line-height: normal; }
  .home-page__learner img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: #01667d 2px solid; }
  .home-page__learner p,
  .home-page__learner a {
    color: #01667d;
    font-weight: 700; }

.home-page__link {
  line-height: normal;
  width: 79px; }
  .home-page__link p,
  .home-page__link a {
    color: var(--foreground);
    font-size: 0.875rem; }
  .home-page__link__icon--small {
    height: 62px;
    width: 62px;
    background-color: #f5f5f5;
    border-radius: 999px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    .home-page__link__icon--small i {
      font-size: 32px;
      color: #01667d; }
    .home-page__link__icon--small img {
      height: 28px;
      width: auto;
      margin: 0 !important;
      -o-object-fit: cover;
      object-fit: cover; }
  .home-page__link__badge i {
    color: white;
    border-radius: 10px;
    background-color: #1b5e20;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1 !important;
    padding: 0.1rem; }
  .home-page__link__badge--warning i {
    color: white;
    border-radius: 10px;
    background-color: #d51f27;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 0.95 !important; }

.home-page__link:hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }

/**
 * dialog-escaper component.
 */
.dialog-escaper {
  position: absolute;
  right: 0;
  top: 0; }
  .dialog-escaper .md-button.md-icon-button {
    margin: 6px; }

/**
 * environment-warning component styles.
 *
 * Note:
 * - See CSS .environment-warning override for pushing the element left when
 *   the sidenav bar is locked open in `linced-common-overrides.scss`.
 */
.environment-warning {
  background-color: #db4147;
  color: #fff;
  font-size: smaller;
  padding: 1px;
  position: fixed;
  top: 56px;
  left: 0;
  right: 0;
  z-index: 20; }
  @media print {
    .environment-warning {
      display: none; } }
  .environment-warning__hide-btn {
    position: fixed;
    left: unset;
    right: 0;
    top: 56px; }
  .environment-warning md-icon {
    color: #fff; }

/**
 * image-uploader component.
 */
.image-uploader .uppy-DragDrop-container {
  opacity: 0; }

.image-uploader .uppy-DragDrop-container.uppy-DragDrop--is-dragdrop-supported.drag {
  opacity: 1;
  z-index: 6; }

.image-uploader--constrain-size {
  width: 120px;
  height: 120px;
  display: block;
  position: relative; }
  .image-uploader--constrain-size md-progress-circular {
    margin: 35px auto; }
  .image-uploader--constrain-size img {
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover; }
  .image-uploader--constrain-size .uppy-DragDrop-container {
    opacity: 0;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0; }
    .image-uploader--constrain-size .uppy-DragDrop-container .uppy-DragDrop-inner {
      padding: 12px;
      width: 100%;
      height: 100%; }
    .image-uploader--constrain-size .uppy-DragDrop-container .uppy-DragDrop-arrow {
      width: 28px !important;
      height: 28px !important;
      margin-bottom: 8px !important; }
    .image-uploader--constrain-size .uppy-DragDrop-container .uppy-DragDrop-label {
      font-size: 1em !important;
      line-height: 1.2 !important;
      width: 100%;
      height: auto; }

.image-uploader--is-empty {
  z-index: 6;
  display: block; }
  .image-uploader--is-empty .uppy-DragDrop-container {
    opacity: 1; }

.newpost-attachments .post-attachment .image-uploader--constrain-size {
  width: 118px;
  height: 90px; }
  .newpost-attachments .post-attachment .image-uploader--constrain-size .uppy-DragDrop-container {
    opacity: 1; }
    .newpost-attachments .post-attachment .image-uploader--constrain-size .uppy-DragDrop-container .uppy-DragDrop-inner {
      padding: 4px 12px !important; }
    .newpost-attachments .post-attachment .image-uploader--constrain-size .uppy-DragDrop-container .uppy-DragDrop-arrow {
      width: 16px !important;
      height: 16px !important;
      margin-bottom: 4px !important; }
    .newpost-attachments .post-attachment .image-uploader--constrain-size .uppy-DragDrop-container .uppy-DragDrop-label {
      font-size: 0.8em !important; }

/**
 * goals-progress-details component.
 */
.goals-progress-details__chip md-chip {
  cursor: pointer;
  width: 120px;
  text-align: center; }
  .goals-progress-details__chip md-chip .md-chip-content {
    float: none; }

.goals-progress-details__chip md-chips span.goal-details-label,
.goals-progress-details__chip .md-contact-chips .md-chips md-chip .md-contact-name {
  display: inline; }

.goals-progress-details__chip .small-label {
  cursor: pointer; }

.goals-progress-details__dialog {
  max-height: 80vh;
  overflow: visible;
  top: 5vh; }
  .goals-progress-details__dialog-content {
    padding: 24px; }
    .goals-progress-details__dialog-content--with-showcase-image {
      padding-top: 0;
      margin-top: 95px; }
  .goals-progress-details__dialog-goal-label--not-set {
    color: #000; }
  .goals-progress-details__dialog-goal-label--developing {
    color: #fdc042; }
  .goals-progress-details__dialog-goal-label--secure {
    color: #66bb6a; }
  .goals-progress-details__dialog-showcase-badge {
    display: block;
    margin: auto;
    position: relative;
    right: 10px;
    top: -70px; }
  .goals-progress-details__dialog-showcase-image {
    left: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: fixed;
    right: 0; }
  .goals-progress-details__dialog .md-dialog-content {
    padding-top: 0; }
    .goals-progress-details__dialog .md-dialog-content.goals-progress-details__dialog-content {
      padding-top: 24px; }

/**
 * log-card component styles.
 */
.log-card__card--error {
  background-color: #ffab91; }

.log-card__card--info {
  background-color: #b3e5fc; }

.log-card__card--warn {
  background-color: #feda90; }

/**
 * post-comment component styles
 */
.post-comment__action {
  padding-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

/**
 * profile-banner component styles
 */
.profile-banner__heroid {
  font-size: 18px;
  font-weight: 200; }

.report-printer-frame {
  height: 1px;
  width: 1px;
  position: absolute;
  top: -100px;
  left: -100px; }

/**
 * video-card component styles.
 */
.log-card__content {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.log-card__video-player {
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  top: 16px;
  left: 16px;
  position: absolute;
  border-radius: 10px;
  border: none; }

.wonde-sync-overview--dialog-content--content-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.wonde-sync-overview--dialog-content--list-item {
  width: 100%; }
  .wonde-sync-overview--dialog-content--list-item--text {
    float: left; }

.wonde-sync-overview--dialog-content--card--scroll-view {
  overflow-y: auto; }

.wonde-sync-overview--dialog-content--container--refresh.md-button.md-icon-button {
  height: 36px;
  width: 36px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .wonde-sync-overview--dialog-content--container--refresh.md-button.md-icon-button .paper-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, calc(-50% + 1px));
    transform: translate(-50%, calc(-50% + 1px)); }

.wonde-sync-overview--dialog-content--container .md-list-item-inner.md-no-style {
  padding-top: 0; }

.wonde-sync-overview--dialog-content--container .md-subheader-inner {
  padding: 0; }
  .wonde-sync-overview--dialog-content--container .md-subheader-inner .md-subheader-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .wonde-sync-overview--dialog-content--container .md-subheader-inner .md-subheader-content h3 {
      padding: 16px;
      margin: 0; }

.wonde-sync-overview--dialog-content .selected {
  background-color: #eeeeee; }

.wonde-sync-overview--error-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .wonde-sync-overview--error-label small {
    width: 50%; }

.progress-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .progress-bar--percent {
    min-width: 40px; }
  .progress-bar md-progress-linear {
    margin: 2px 8px;
    height: 20px; }
    .progress-bar md-progress-linear .md-container {
      border-radius: 10px;
      background-color: #ccc; }
    .progress-bar md-progress-linear .md-container,
    .progress-bar md-progress-linear .md-bar {
      height: 20px; }
    .progress-bar md-progress-linear .md-mode-determinate .md-bar.md-bar2 {
      background-color: #81c784; }

.progress-radial md-progress-circular.md-mode-determinate path {
  stroke: #81c784; }

.md-button .progress-radial {
  margin: -8px; }
  .md-button .progress-radial--center {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 0.8em;
    color: black;
    background-color: #fff;
    border: 4px solid #ccc;
    border-radius: 50%; }

/**
 * Call to action component styles.
 */
.cta__title__container {
  padding-bottom: 10px; }

.cta__title__text {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: normal; }

.cta__icon {
  color: #01667d;
  margin-top: 0; }

.cta__link {
  font-size: 1rem;
  font-weight: 700;
  color: #01667d;
  margin-top: 10px; }

.cta__link:hover {
  text-decoration: underline; }

/**
 * School details component styles.
 */
.school-details__field {
  color: #01667d; }

.school-details__icon {
  margin-right: 20px;
  color: #01667d; }

.school-details__address--secondary {
  font-size: smaller;
  color: #757575; }

/**
 * Fullscreen attachment styles.
 */
.fullscreen-attachment__thumbnail {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fullscreen-attachment__container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.fullscreen-attachment__button {
  background-color: white;
  border-radius: 2px !important;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 10px; }
  .fullscreen-attachment__button i.ph-bold.ph-arrows-out-simple {
    display: block;
    margin-left: 1px; }
  .fullscreen-attachment__button--close {
    background-color: var(--zoomist-zoomer-button-color);
    color: var(--zoomist-zoomer-icon-color);
    margin: 0;
    right: calc(var(--safe-area-inset-right) + 10px);
    top: calc(var(--safe-area-inset-top) + 10px);
    z-index: 100;
    opacity: 0.7;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .fullscreen-attachment__button--close:hover {
      opacity: 1; }
  .fullscreen-attachment__button--download {
    background-color: var(--zoomist-zoomer-button-color);
    color: var(--zoomist-zoomer-icon-color);
    margin: 0;
    right: calc(var(--safe-area-inset-right) + 10px);
    top: calc(var(--safe-area-inset-top) + 64px);
    z-index: 100;
    opacity: 0.7;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .fullscreen-attachment__button--download:hover {
      opacity: 1; }

.fullscreen-attachment__button:hover button {
  background-color: white; }

.fullscreen-attachment__item {
  z-index: 100;
  width: 100%;
  aspect-ratio: 1; }
  .fullscreen-attachment__item img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center; }

.fullscreen-attachment__item:has(> iframe) {
  background-color: white; }

.fullscreen-attachment__backdrop {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  z-index: -1 !important; }

@media (min-width: 1280px) {
  .fullscreen-attachment__container {
    max-width: 50vw;
    overflow: visible; }
  .fullscreen-attachment__item img {
    height: 100%; } }

.zoomist-container .fullscreen-button-prev,
.zoomist-container .fullscreen-button-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .zoomist-container .fullscreen-button-prev:hover,
  .zoomist-container .fullscreen-button-next:hover {
    opacity: 1; }

.zoomist-container .fullscreen-button-prev {
  left: 8px; }

.zoomist-container .fullscreen-button-next {
  right: 8px; }

.zoomist-container md-backdrop.md-opaque {
  opacity: 0.95; }

.zoomist-container .zoomist-wrapper {
  width: 100%;
  height: 100vh;
  background-color: transparent !important; }

.zoomist-container .zoomist-image {
  height: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .zoomist-container .zoomist-image.interactable img {
    pointer-events: all; }

.zoomist-container .zoomist-zoomer {
  bottom: calc(var(--safe-area-inset-bottom) + 12px);
  right: auto;
  top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 1px #0000003d;
  box-shadow: 0 1px 4px 1px #0000003d; }
  .zoomist-container .zoomist-zoomer .zoomist-zoomer-button {
    width: 42px;
    height: 42px; }
  .zoomist-container .zoomist-zoomer .zoomist-zoomer-in {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

.reactions {
  font-size: 0.875rem; }
  .reactions__container.ember-popover {
    padding: 0; }
  .reactions img {
    margin-right: 5px;
    vertical-align: text-bottom; }
  .reactions__react__inner {
    font-weight: 400; }
  .reactions__react__emoji {
    font-size: 16px; }
    .reactions__react__emoji--bigger {
      font-size: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .reactions__count {
    border-radius: 4px;
    border: 1px solid #f5f5f5;
    background-color: #fafafa;
    height: 100%;
    padding: 3px;
    margin-right: 3px; }

.field-filters {
  background-color: white !important; }
  .field-filters td.md-cell {
    padding-right: 12px !important; }
    .field-filters td.md-cell > md-input-container {
      width: 100%;
      margin: 0;
      padding-left: 28px; }
      .field-filters td.md-cell > md-input-container > md-icon {
        font-size: 18px;
        max-height: 18px;
        max-width: 18px;
        height: 18px; }
      .field-filters td.md-cell > md-input-container:not(.md-focused) > md-icon {
        color: #bdbdbd; }
      .field-filters td.md-cell > md-input-container.md-input-has-value:not(.md-input-invalid) md-icon {
        color: #4caf50; }
      .field-filters td.md-cell > md-input-container.md-input-has-value:not(.md-input-invalid) .md-input {
        border-color: #4caf50;
        border-width: 0 0 2px 0;
        padding-bottom: 0; }
      .field-filters td.md-cell > md-input-container .md-errors-spacer {
        display: none; }
      .field-filters td.md-cell > md-input-container.md-input-invalid .md-errors-spacer {
        display: block; }

.pdf-viewer__iframe {
  border: none; }

/* Small, generic UI components */
span.md-badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  line-height: 22px;
  height: 22px;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #01667d;
  border-radius: 2px; }

.drag-handle {
  padding-right: 4px; }
  .drag-handle md-icon {
    background-color: #01667d;
    color: #fff !important;
    border-radius: 50%;
    font-weight: 200; }

.adjoining-buttons {
  padding: 0 8px; }
  .adjoining-buttons .md-button,
  .adjoining-buttons .md-button.md-raised {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    min-width: 40px; }
    .adjoining-buttons .md-button:first-child,
    .adjoining-buttons .md-button.md-raised:first-child {
      border-radius: 2px 0 0 2px; }
    .adjoining-buttons .md-button:last-child,
    .adjoining-buttons .md-button.md-raised:last-child {
      border-radius: 0 2px 2px 0; }

.md-button.adjoining-first {
  border-radius: 2px 0 0 2px;
  margin-right: 0; }

.md-button.adjoining {
  border-radius: 0;
  margin-left: 0;
  margin-right: 0; }

.md-button.adjoining-last {
  border-radius: 0 2px 2px 0;
  margin-left: 0; }

.warning:not(md-toast) {
  background-color: #db4147;
  color: #fff;
  font-weight: bold;
  padding: 20px; }
  .warning:not(md-toast) md-icon {
    color: #fff; }

md-toast.warning .md-toast-content {
  background-color: #db4147;
  color: #fff; }

.success:not(md-toast) {
  background-color: #66bb6a;
  color: #fff;
  font-weight: bold;
  padding: 20px; }
  .success:not(md-toast) md-icon {
    color: #fff; }

md-toast.success .md-toast-content {
  background-color: #66bb6a;
  color: #fff; }

.info:not(md-toast) {
  background-color: #feda90;
  padding: 20px; }

.warning.small,
.info.small,
.success.small {
  font-size: 80%;
  padding: 8px; }

.green,
.md-button.md-raised:not([disabled]).green,
.md-button.md-fab.green,
.md-button.md-fab:not([disabled]).green,
.md-button.md-icon-button.green,
.md-button.md-icon-button:not([disabled]).green {
  background-color: #66bb6a;
  color: #fff; }
  .green:hover, .green.md-focused,
  .md-button.md-raised:not([disabled]).green:hover,
  .md-button.md-raised:not([disabled]).green.md-focused,
  .md-button.md-fab.green:hover,
  .md-button.md-fab.green.md-focused,
  .md-button.md-fab:not([disabled]).green:hover,
  .md-button.md-fab:not([disabled]).green.md-focused,
  .md-button.md-icon-button.green:hover,
  .md-button.md-icon-button.green.md-focused,
  .md-button.md-icon-button:not([disabled]).green:hover,
  .md-button.md-icon-button:not([disabled]).green.md-focused {
    background-color: #81c784; }
  .green md-icon,
  .md-button.md-raised:not([disabled]).green md-icon,
  .md-button.md-fab.green md-icon,
  .md-button.md-fab:not([disabled]).green md-icon,
  .md-button.md-icon-button.green md-icon,
  .md-button.md-icon-button:not([disabled]).green md-icon {
    color: #fff; }

.orange,
.md-button.md-raised:not([disabled]).orange,
.md-button.md-fab.orange,
.md-button.md-fab:not([disabled]).orange,
.md-button.md-icon-button.orange,
.md-button.md-icon-button:not([disabled]).orange {
  background-color: #ffb74d;
  color: #fff; }
  .orange:hover, .orange.md-focused,
  .md-button.md-raised:not([disabled]).orange:hover,
  .md-button.md-raised:not([disabled]).orange.md-focused,
  .md-button.md-fab.orange:hover,
  .md-button.md-fab.orange.md-focused,
  .md-button.md-fab:not([disabled]).orange:hover,
  .md-button.md-fab:not([disabled]).orange.md-focused,
  .md-button.md-icon-button.orange:hover,
  .md-button.md-icon-button.orange.md-focused,
  .md-button.md-icon-button:not([disabled]).orange:hover,
  .md-button.md-icon-button:not([disabled]).orange.md-focused {
    background-color: #ffcc80; }
  .orange md-icon,
  .md-button.md-raised:not([disabled]).orange md-icon,
  .md-button.md-fab.orange md-icon,
  .md-button.md-fab:not([disabled]).orange md-icon,
  .md-button.md-icon-button.orange md-icon,
  .md-button.md-icon-button:not([disabled]).orange md-icon {
    color: #fff; }

md-icon.icon-green {
  color: #66bb6a !important; }

md-icon.icon-warn {
  color: #db4147 !important; }

md-icon.icon-blue {
  color: #42a5f5 !important; }

img.round,
.round img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover; }

.clickable {
  cursor: pointer; }

.md-button.md-icon-button.square {
  border-radius: 2px;
  padding: 4px; }

.md-button.md-icon-button.small {
  height: 28px;
  min-height: 28px;
  width: 28px;
  line-height: 28px;
  padding: 4px; }

.post-count-dot {
  display: inline-block;
  background-color: #4caf50;
  color: #fff;
  border-radius: 50%;
  font-size: 0.8em;
  min-width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center; }

.md-sidenav-left, md-sidenav {
  position: fixed !important; }
  .md-sidenav-left h3, md-sidenav h3 {
    margin: 12px 0 0 13px; }
  .md-sidenav-left .menu-item, md-sidenav .menu-item {
    font-size: 14px;
    font-weight: 500; }
    .md-sidenav-left .menu-item .expand-icon, md-sidenav .menu-item .expand-icon {
      position: relative;
      right: -36px;
      -webkit-transition: -webkit-transform 250ms linear;
      transition: -webkit-transform 250ms linear;
      transition: transform 250ms linear;
      transition: transform 250ms linear, -webkit-transform 250ms linear;
      pointer-events: none; }
    .md-sidenav-left .menu-item.expanded .expand-icon, md-sidenav .menu-item.expanded .expand-icon {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .md-sidenav-left .submenu-item, md-sidenav .submenu-item {
    font-size: 14px;
    font-weight: 500; }
    .md-sidenav-left .submenu-item .md-list-item-inner, md-sidenav .submenu-item .md-list-item-inner {
      margin-left: 28px;
      padding-left: 12px;
      border-left: 1px solid #e0e0e0; }
    .md-sidenav-left .submenu-item .md-button .md-list-item-inner, md-sidenav .submenu-item .md-button .md-list-item-inner {
      margin-left: 12px; }
    .md-sidenav-left .submenu-item--disabled, md-sidenav .submenu-item--disabled,
    .md-sidenav-left .submenu-item--disabled md-icon,
    md-sidenav .submenu-item--disabled md-icon {
      color: #bdbdbd; }
  .md-sidenav-left .menu-item, md-sidenav .menu-item, .md-sidenav-left .submenu-item, md-sidenav .submenu-item {
    min-height: 40px; }
    .md-sidenav-left .menu-item:before, md-sidenav .menu-item:before,
    .md-sidenav-left .submenu-item:before,
    md-sidenav .submenu-item:before {
      min-height: 40px; }
    .md-sidenav-left .menu-item.active, md-sidenav .menu-item.active,
    .md-sidenav-left .submenu-item.active,
    md-sidenav .submenu-item.active {
      background-color: #e0e0e0; }
    .md-sidenav-left .menu-item .md-list-item-inner, md-sidenav .menu-item .md-list-item-inner, .md-sidenav-left .submenu-item .md-list-item-inner, md-sidenav .submenu-item .md-list-item-inner {
      min-height: 40px; }
      .md-sidenav-left .menu-item .md-list-item-inner:before, md-sidenav .menu-item .md-list-item-inner:before,
      .md-sidenav-left .submenu-item .md-list-item-inner:before,
      md-sidenav .submenu-item .md-list-item-inner:before {
        min-height: 40px; }
      .md-sidenav-left .menu-item .md-list-item-inner .layout-row > md-icon, md-sidenav .menu-item .md-list-item-inner .layout-row > md-icon,
      .md-sidenav-left .submenu-item .md-list-item-inner .layout-row > md-icon,
      md-sidenav .submenu-item .md-list-item-inner .layout-row > md-icon {
        margin-right: 4px; }
      .md-sidenav-left .menu-item .md-list-item-inner .expand-icon, md-sidenav .menu-item .md-list-item-inner .expand-icon,
      .md-sidenav-left .submenu-item .md-list-item-inner .expand-icon,
      md-sidenav .submenu-item .md-list-item-inner .expand-icon {
        margin-right: 32px; }
      .md-sidenav-left .menu-item .md-list-item-inner md-icon, md-sidenav .menu-item .md-list-item-inner md-icon,
      .md-sidenav-left .submenu-item .md-list-item-inner md-icon,
      md-sidenav .submenu-item .md-list-item-inner md-icon {
        margin: -3px 5px 0; }
  .md-sidenav-left .menu-item-disabled, md-sidenav .menu-item-disabled,
  .md-sidenav-left .menu-item-disabled md-icon,
  md-sidenav .menu-item-disabled md-icon {
    color: #bdbdbd; }

.profile-banner-card {
  background-color: #fafafa;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  margin-top: 0;
  padding-top: 1em;
  padding-bottom: 1em; }
  @media (max-width: 960px) {
    .profile-banner-card md-card-title {
      padding-left: 0; }
    .profile-banner-card md-card-title-media img.md-media-lg {
      width: 100px;
      height: 100px; } }
  @media (max-width: 600px) {
    .profile-banner-card md-card-title {
      padding-top: 12px; }
    .profile-banner-card md-card-title-media img.md-media-lg {
      width: 60px;
      height: 60px; } }
  .profile-banner-card .md-subhead {
    font-weight: bold;
    padding-left: 1px; }
  .profile-banner-card .profile-banner__info {
    margin-top: 8px; }
    .profile-banner-card .profile-banner__info md-icon {
      margin-right: 6px;
      margin-top: -1px; }
    .profile-banner-card .profile-banner__info.critical strong,
    .profile-banner-card .profile-banner__info.critical md-icon {
      color: #db4147; }
  .profile-banner-card md-card-title {
    position: relative;
    padding: 24px 16px 6px; }
    .profile-banner-card md-card-title md-card-title-text {
      padding-left: 16px;
      margin-top: -14px;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none; }
    .profile-banner-card md-card-title a.profile-banner__image {
      margin-top: -8px;
      position: relative; }
      .profile-banner-card md-card-title a.profile-banner__image md-progress-circular {
        margin: 50px auto; }
      .profile-banner-card md-card-title a.profile-banner__image .uppy-DragDrop-container {
        display: block;
        position: absolute;
        z-index: 4;
        top: 0;
        left: 0;
        opacity: 0; }
        .profile-banner-card md-card-title a.profile-banner__image .uppy-DragDrop-container .uppy-DragDrop-inner {
          padding: 12px; }
      .profile-banner-card md-card-title a.profile-banner__image .uppy-DragDrop-container.is-dragdrop-supported.drag {
        opacity: 1;
        z-index: 6; }
    .profile-banner-card md-card-title .profile-banner__actions .md-button.md-icon-button {
      margin-right: 4px; }
    .profile-banner-card md-card-title .ribbon-wrapper {
      top: 12px;
      left: 100px; }

md-slider[md-discrete]:not([disabled]).md-active .md-sign.md-sign-flexible {
  width: auto;
  min-width: 28px;
  padding: 4px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  md-slider[md-discrete]:not([disabled]).md-active .md-sign.md-sign-flexible:after {
    left: 50%;
    margin-left: -14px; }
  md-slider[md-discrete]:not([disabled]).md-active .md-sign.md-sign-flexible .md-thumb-text {
    margin: 4px;
    white-space: nowrap;
    text-align: center; }

.icon-picker-container {
  padding-bottom: 16px; }

.icon-picker {
  display: inline-block; }

.md-button.icon-picker-button {
  min-width: 0;
  min-height: 0;
  line-height: normal;
  padding: 4px;
  margin: 4px;
  border: 1px dashed #9e9e9e; }
  .md-button.icon-picker-button.icon-picker-selected {
    background: #e0e0e0; }

.icon-picker-dialog {
  height: 75vh; }
  .icon-picker-dialog md-input-container {
    margin-top: 0; }

/* Floating Action Button */
.fab-actions-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  right: 0;
  bottom: 0;
  margin-right: calc(var(--safe-area-inset-right) * 0.75 - 10px);
  z-index: 22;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.fab-background.open {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: inherit; }

.fab-background {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 21;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.fab-actions-deselecter.open {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.fab-input {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.new-post-fab.create {
  background-color: #febb35 !important; }

.new-post-fab.attach {
  background-color: #4fc353 !important; }

.new-post-fab.camera {
  background-color: #d00765 !important; }

.new-post-fab.video {
  background-color: #54a0ff !important; }

.new-post-fab.add {
  width: 65px;
  height: 65px;
  background-color: #22599e !important; }

.new-post-fab:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.new-post-fab:focus {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.new-post-fab.opened {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.new-post-fab.closed {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.new-post-fab.add.closed {
  pointer-events: inherit;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.new-post-fab.add {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.page-details-dialog {
  min-height: 80vh; }
  .page-details-dialog md-dialog-content {
    height: 100%; }

.page-details-media {
  height: auto;
  margin: 0 auto;
  max-width: 800px; }
  .page-details-media img {
    max-height: 800px;
    -o-object-fit: contain;
    object-fit: contain; }

md-list-item:not(.menu-item) .drag-handle md-icon {
  padding-right: 0; }

.input-sortable-list > h4 {
  margin-bottom: 4px; }

.input-sortable-list .dragSortItem > .layout-row {
  padding: 4px 0; }
  .input-sortable-list .dragSortItem > .layout-row md-icon {
    margin: 0 4px 1px; }

.md-dirty > .input-sortable-list > h4 {
  color: #fca518 !important; }

.grade-assessment-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .grade-assessment-overview button.md-icon-button {
    margin: 0; }

.grade-assessment__placeholder--select.md-button.md-raised {
  background: #e0e0e0;
  border: 1px solid #01667d; }

/**
 * post-filter provides component scoped CSS Styles for filtering
 * posts.
 */
.post-filter {
  margin: 8px auto 0px auto;
  max-width: 616px; }
  .post-filter button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .post-filter md-card-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .post-filter__author-filter md-chips-wrap, .post-filter__student-filter md-chips-wrap, .post-filter__group-filter md-chips-wrap {
    padding-bottom: 4px; }
  .post-filter__author-filter md-contact-chips,
  .post-filter__author-filter md-chips, .post-filter__student-filter md-contact-chips,
  .post-filter__student-filter md-chips, .post-filter__group-filter md-contact-chips,
  .post-filter__group-filter md-chips {
    width: 100%; }
  .post-filter__author-filter .ember-paper-autocomplete-search-input, .post-filter__student-filter .ember-paper-autocomplete-search-input, .post-filter__group-filter .ember-paper-autocomplete-search-input {
    font-size: 16px; }
  .post-filter__author-filter .md-chip-input-container,
  .post-filter__author-filter md-chip, .post-filter__student-filter .md-chip-input-container,
  .post-filter__student-filter md-chip, .post-filter__group-filter .md-chip-input-container,
  .post-filter__group-filter md-chip {
    margin-top: 4px; }
  .post-filter__button-row {
    padding: 5px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .post-filter__button-row button {
      border-radius: 10px;
      margin: 8px 0 0; }
  .post-filter__checkbox-row {
    padding-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .post-filter__date-inputs {
    gap: 8px; }
    .post-filter__date-inputs md-input-container {
      margin-top: 12px; }
  .post-filter__date-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .post-filter__date-input .md-errors-spacer {
      display: none; }
  .post-filter__delete-button {
    max-width: 48px; }
  .post-filter__dropdown {
    margin-bottom: 16px; }
    .post-filter__dropdown--closed {
      display: none; }
  .post-filter__filter-search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px; }
    .post-filter__filter-search-bar button {
      border-radius: 10px;
      height: 50px;
      margin: auto auto auto 8px; }
    .post-filter__filter-search-bar .search-bar {
      -webkit-box-flex: 4;
      -ms-flex: 4;
      flex: 4; }
      .post-filter__filter-search-bar .search-bar__search-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
      .post-filter__filter-search-bar .search-bar__search-input {
        -webkit-box-flex: 7;
        -ms-flex: 7;
        flex: 7;
        padding-right: 8px; }
      .post-filter__filter-search-bar .search-bar__search-button {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3;
        border-radius: 10px;
        height: 30px;
        min-width: 70px;
        margin: auto auto auto auto;
        display: inline-block; }

.search-bar {
  margin: 0; }
  .search-bar__search-wrapper {
    width: 100%; }
  .search-bar__search-input {
    margin: 0 8px;
    width: 100%; }
    .search-bar__search-input .md-errors-spacer {
      min-height: 0; }

.tinymce-icon > svg {
  vertical-align: bottom; }

.snapshots-table__report {
  padding: 8px 0; }
  .snapshots-table__report:not(:last-child) {
    border-bottom: 1px solid #e0e0e0; }
  .snapshots-table__report__button {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    line-height: 1.6; }
    .snapshots-table__report__button.md-button.md-icon-button {
      margin-top: 8px; }

.snapshots__generate__container {
  padding: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin: 16px 0; }
  .snapshots__generate__container__inner-row {
    display: -webkit-inline-flex; }

.linced-only__container {
  background-color: #fee9bc;
  border: 1px solid #01667d; }

.linced-only__icon {
  color: #01667d !important; }

.linced-only__button > md-icon {
  color: #01667d !important; }

.linced-only__button:not([disabled]) {
  background-color: #fecb64 !important;
  color: #01667d !important; }

/* Small, generic UI components */
.inline-action-buttons {
  margin: 0 4px; }
  .inline-action-buttons .md-button {
    padding: 2px;
    margin: 0 0 6px;
    min-height: 28px;
    height: 28px;
    line-height: 28px;
    min-width: 28px;
    width: 28px; }

.progress-dot.right, .progress.right {
  float: right; }

.expand-button div {
  display: inline; }

.paper-data-table--hidden {
  visibility: hidden; }

.paper-data-table--display-none {
  display: none; }

.top-aligned-table > table.md-table td.md-cell {
  vertical-align: top; }

.left-aligned-table > table.md-table {
  width: auto !important; }
  .left-aligned-table > table.md-table .md-cell {
    vertical-align: top !important; }

.md-row.total-row {
  font-weight: bold; }

.zebra-list > md-list-item:nth-of-type(odd),
.zebra-list > .draggable-object:nth-of-type(odd) > md-list-item,
.zebra-list > .dragSortList > .dragSortItem:nth-of-type(odd) > md-list-item {
  background-color: #e1edef; }

.md-list-item-inner.md-no-style {
  padding: 8px 16px 0; }

button.md-fab.save,
button.md-primary.save {
  background-color: #00c853 !important; }
  button.md-fab.save.invalid,
  button.md-primary.save.invalid {
    background-color: #d51f27 !important; }

button.md-button.md-icon-button.md-success {
  color: #4caf50; }

span.progress-bar-progress {
  white-space: nowrap; }

md-card.learner-contact-card md-card-title, md-card.medical-condition-card md-card-title {
  padding: 16px; }
  md-card.learner-contact-card md-card-title md-card-title-text > .md-subhead, md-card.medical-condition-card md-card-title md-card-title-text > .md-subhead {
    padding-top: 0; }
  md-card.learner-contact-card md-card-title .icon-padding > div, md-card.medical-condition-card md-card-title .icon-padding > div {
    line-height: 22px; }
    md-card.learner-contact-card md-card-title .icon-padding > div .ph-bold, md-card.medical-condition-card md-card-title .icon-padding > div .ph-bold {
      color: rgba(0, 0, 0, 0.54);
      vertical-align: middle; }

md-card.learner-contact-card a, md-card.medical-condition-card a {
  color: initial; }

md-card.learner-contact-card .contact-card-address, md-card.medical-condition-card .contact-card-address {
  padding-top: 2px; }

md-card.topics-group {
  max-width: 415px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.page-title-card {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent; }
  .page-title-card .md-headline {
    font-size: 35px;
    color: #9babc2; }

.topic-title-card {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent; }
  .topic-title-card .headline {
    font-size: 35px;
    color: #9babc2;
    margin-left: 30px; }

.md-dirty > .learner-contact-card,
.md-dirty > .medical-condition-card {
  background-color: #feda90; }

.md-dirty :not(.md-input-invalid) label,
.md-dirty :not(.md-input-invalid).paper-switch div.md-label,
.md-dirty :not(.md-input-invalid) .md-checkbox div.md-label,
.md-dirty :not(.md-input-invalid) md-radio-button.md-checked .md-on {
  color: #fca518 !important; }

.md-dirty :not(.md-input-invalid) md-radio-button.md-checked .md-on {
  background-color: #fca518 !important; }

.md-dirty :not(.md-input-invalid) input,
.md-dirty :not(.md-input-invalid) md-radio-button.md-checked .md-off {
  border-color: #fca518 !important; }

.md-dirty :not(.md-input-invalid) md-chips-wrap.md-chips {
  -webkit-box-shadow: 0 1px #fca518 !important;
  box-shadow: 0 1px #fca518 !important; }

.md-dirty :not(.md-input-invalid) md-chips-wrap.md-chips.md-focused {
  -webkit-box-shadow: 0 2px #fca518 !important;
  box-shadow: 0 2px #fca518 !important; }

.md-chips a.link .md-chip {
  cursor: pointer; }

.md-chips md-icon {
  color: inherit; }

.md-effort-chip {
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0 12px 0 12px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  position: relative; }

.id-search-field-wrap {
  position: relative; }
  .id-search-field-wrap > md-progress-circular {
    position: absolute;
    bottom: 32px;
    right: 8px; }

.sticky-heading {
  padding-bottom: 8px; }
  .sticky-heading.sticky-element--sticky-top {
    background: #fff;
    -webkit-box-shadow: 0px 4px 3px -4px rgba(0, 0, 0, 0.2), 0px 2px 1px -2px rgba(0, 0, 0, 0.14), 0px 4px 1px -2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 3px -4px rgba(0, 0, 0, 0.2), 0px 2px 1px -2px rgba(0, 0, 0, 0.14), 0px 4px 1px -2px rgba(0, 0, 0, 0.12);
    z-index: 29; }
  .sticky-heading h1 {
    margin-bottom: 8px; }

.icon-picker-container {
  padding-bottom: 16px; }

.icon-picker {
  display: inline-block; }

.md-button.icon-picker-button {
  min-width: 0;
  min-height: 0;
  line-height: normal;
  padding: 4px;
  margin: 4px;
  border: 1px dashed #9e9e9e; }
  .md-button.icon-picker-button.icon-picker-selected {
    background: #e0e0e0; }

.icon-picker-dialog {
  height: 75vh; }
  .icon-picker-dialog md-input-container {
    margin-top: 0; }

md-input-container > .mce-content-body {
  display: block;
  width: 100%;
  min-height: 24px;
  outline: 1px dotted #333;
  margin-top: -12px; }

.input-editable-list md-input-container > .md-errors-spacer {
  display: none; }

.input-editable-list:not(.md-input-invalid).md-input-focused .drag-handle md-icon,
.input-editable-list.md-default-theme:not(.md-input-invalid).md-input-focused .drag-handle md-icon {
  color: #fff; }

.input-editable-list .drag-handle {
  margin-bottom: 8px; }

.input-editable-list h5 {
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 24px; }

.input-editable-list .spacer {
  width: 24px; }

md-table-container.snug > table.md-table > tbody.md-body > tr.md-row {
  height: 28px; }

td.md-cell img.round {
  margin: 4px 8px 4px 0; }

iframe#print-downloader-frame,
a#print-downloader-link {
  display: none; }

img.avatar.mini {
  border: 1px solid #9e9e9e;
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 4px; }

.md-chip.post-status-published {
  background-color: #66bb6a;
  color: #fff; }

.md-chip.post-status-unpublished {
  background-color: #f2bcbe;
  border: 1px solid #ca171d;
  color: #ca171d; }

.group-picker-item {
  line-height: 1.2em; }
  .group-picker-item span {
    font-size: 0.9em;
    font-style: italic;
    color: #616161; }

.group-profile-image,
.badge-card .avatar .group-profile-image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  padding: 0; }
  .group-profile-image > img.single,
  .badge-card .avatar .group-profile-image > img.single {
    height: 120px;
    width: 120px;
    -o-object-fit: cover;
    object-fit: cover; }
  .group-profile-image > img.multi,
  .badge-card .avatar .group-profile-image > img.multi {
    height: 50px;
    width: 50px;
    margin: 3px;
    border-radius: 50%;
    position: initial;
    -o-object-fit: cover;
    object-fit: cover; }

.group-button-image {
  height: 35px;
  padding: 0 10px 0 0; }
  .group-button-image > img.single {
    width: 26px;
    height: 26px;
    margin: 6px 0 3px 0;
    -o-object-fit: cover;
    object-fit: cover; }
  .group-button-image > img.multi {
    width: 26px;
    height: 26px;
    margin: 6px 0 3px 0;
    border-radius: 50%;
    position: initial;
    -o-object-fit: cover;
    object-fit: cover; }

.profile-banner.group-banner .profile-banner__image {
  width: auto !important; }

.md-contact-suggestion .md-contact-avatar.group-profile-image {
  height: 32px;
  width: auto;
  display: inline-block; }

.profile-banner.group-banner .profile-banner__image .group-profile-image,
.md-contact-suggestion .md-contact-avatar.group-profile-image .group-profile-image,
.md-cell .group-profile-image {
  height: 32px;
  width: auto;
  min-width: 32px; }
  .profile-banner.group-banner .profile-banner__image .group-profile-image > img.single,
  .md-contact-suggestion .md-contact-avatar.group-profile-image .group-profile-image > img.single,
  .md-cell .group-profile-image > img.single {
    height: 32px;
    width: 32px;
    border-radius: 50%; }
  .profile-banner.group-banner .profile-banner__image .group-profile-image > img.multi,
  .md-contact-suggestion .md-contact-avatar.group-profile-image .group-profile-image > img.multi,
  .md-cell .group-profile-image > img.multi {
    height: 32px;
    width: 32px;
    margin: 0; }
    .profile-banner.group-banner .profile-banner__image .group-profile-image > img.multi:not(:first-child),
    .md-contact-suggestion .md-contact-avatar.group-profile-image .group-profile-image > img.multi:not(:first-child),
    .md-cell .group-profile-image > img.multi:not(:first-child) {
      margin-left: -10px; }

.menu-item md-icon,
.heading-item md-icon {
  color: #01667d; }

.menu-item .upgrade-icon {
  position: absolute;
  top: 10px;
  right: 19px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #fdb521; }
  .menu-item .upgrade-icon i {
    color: white;
    position: absolute;
    left: 1px; }

md-contact-chips .md-contact-avatar img {
  max-width: 32px; }
  md-contact-chips .md-contact-avatar img[src='/assets/images/empty.png'] {
    width: 1px; }

.md-contact-suggestion {
  line-height: 32px;
  padding-top: 8px; }
  .md-contact-suggestion img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 0; }

.app-options__app-buttons-apple-app-store {
  padding: 26px; }

.app-options__app-buttons-google-play-store {
  padding: 20px; }

.app-options .marvel-device.iphone-x .screen .parent-app-demo {
  width: 365px;
  height: 780px;
  display: block;
  overflow: auto; }
  .app-options .marvel-device.iphone-x .screen .parent-app-demo md-card {
    margin: 48px 2px 24px 4px; }

th.md-column.has-radio,
td.md-cell.has-radio {
  padding-right: 6px !important;
  min-width: 24px;
  width: 24px; }
  th.md-column.has-radio > md-radio-button,
  td.md-cell.has-radio > md-radio-button {
    width: 24px;
    margin: 8px 4px; }

td.md-cell.difference-selected {
  background-color: #b3d1d8;
  font-weight: bold; }

.invalid-input-message {
  font-size: small;
  color: red; }

.input-note {
  font-size: small; }

.adjoining-buttons .md-button.md-icon-button,
.adjoining-buttons .md-button.md-icon-button.md-raised {
  padding-left: 0;
  padding-right: 0;
  min-width: 32px;
  width: 32px; }

.md-cell > .adjoining-buttons {
  padding: 0; }

.search-mode-buttons {
  padding-bottom: 12px; }
  .search-mode-buttons.group-members, .search-mode-buttons.search-results {
    padding-left: 0;
    padding-bottom: 4px; }
    .search-mode-buttons.group-members > .adjoining-buttons, .search-mode-buttons.search-results > .adjoining-buttons {
      padding-left: 0; }

.md-cell > .profile-image-container {
  margin-right: 0; }

.md-button.md-primary.md-raised.md-sort md-icon.md-sort-icon {
  height: 16px;
  width: 16px;
  min-height: 16px;
  min-width: 16px;
  font-size: 16px !important;
  line-height: 16px !important;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s; }
  .md-button.md-primary.md-raised.md-sort md-icon.md-sort-icon.md-asc {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  .md-button.md-primary.md-raised.md-sort md-icon.md-sort-icon.md-desc {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

th.md-column.md-sort.md-sort-inverted:not(.md-active):hover md-icon.md-sort-icon {
  -webkit-transition: opacity 0.25s, -webkit-transform 0s;
  transition: opacity 0.25s, -webkit-transform 0s;
  transition: transform 0s, opacity 0.25s;
  transition: transform 0s, opacity 0.25s, -webkit-transform 0s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.group-members-mode-note {
  padding-bottom: 12px;
  font-size: 0.8em; }

.color-red {
  color: red; }

span.margin-left {
  margin-left: 18px; }

.newpost-form.bulk-post .padding-top {
  padding-top: 16px; }

.newpost-form.bulk-post md-input-container {
  width: 100%; }
  .newpost-form.bulk-post md-input-container div.show-more {
    text-align: center; }

.newpost-form.bulk-post .post-calender {
  max-width: calc(100% - 6px); }

.wonde-sync-overview--dialog-content--card--scroll-view {
  max-height: 40vh;
  height: 40vh; }

.wonde-sync-overview--dialog-content--container {
  width: 50%; }
  .wonde-sync-overview--dialog-content--container__wide {
    width: 100%; }
    .wonde-sync-overview--dialog-content--container__wide .wonde-sync-overview--dialog-content--card--scroll-view {
      max-height: 50vh;
      height: 50vh; }

.tag-data-filter md-card {
  margin: 0; }
  .tag-data-filter md-card md-card-content {
    padding: 8px; }

.tag-data-filter button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.tag-data-filter__note {
  display: block;
  margin: 12px;
  font-size: 14px; }

.tag-data-filter__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 16px 0 0; }
  .tag-data-filter__row__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .tag-data-filter__row__label label {
      margin-left: 8px; }
  .tag-data-filter__row__chips md-chips {
    display: block;
    width: 100%;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .tag-data-filter__row__chips md-contact-chips {
    width: 100%; }
  .tag-data-filter__row__chips md-autocomplete {
    min-width: 400px; }
    .tag-data-filter__row__chips md-autocomplete input {
      font-size: 16px; }
  .tag-data-filter__row__buttons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .tag-data-filter__row__buttons button {
      border-radius: 10px; }
    .tag-data-filter__row__buttons__container {
      min-width: 60%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .tag-data-filter__row__buttons--smol button {
      min-height: 36px;
      min-width: 36px; }
  .tag-data-filter__row__annotation {
    -ms-flex-line-pack: center;
    align-content: center;
    margin-left: 12px; }

.tag-data-filter__chips md-chips-wrap {
  padding-bottom: 4px; }

.tag-data-filter__chips md-contact-chips, .tag-data-filter__chips md-chips {
  width: 100%; }

.tag-data-filter__chips .ember-paper-autocomplete-search-input {
  font-size: 16px; }

.tag-data-filter__chips .md-chip-input-container, .tag-data-filter__chips md-chip {
  margin-top: 4px; }

.tag-data-filter__buttons {
  padding: 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .tag-data-filter__buttons button {
    border-radius: 10px;
    margin: 8px 0 0; }

.tag-data-filter__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-left: 8px; }
  .tag-data-filter__bar__reset-button {
    max-width: 1px; }
  .tag-data-filter__bar__date-inputs {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px; }
    .tag-data-filter__bar__date-inputs .tag-data-filter__date-input {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .tag-data-filter__bar__date-inputs .tag-data-filter__date-input .md-errors-spacer {
        display: none; }
  .tag-data-filter__bar button {
    border-radius: 10px;
    height: 50px;
    margin: auto; }

.tag-data-filter__group {
  margin-bottom: 16px; }
  .tag-data-filter__group__title {
    padding: 16px 8px; }

.disabled-select md-select span.md-select-icon {
  display: none; }

.margin--right {
  margin-right: 16px !important; }

.margin--left {
  margin-left: 16px !important; }

.margin--bottom {
  margin-bottom: 16px !important; }
  .margin--bottom--medium {
    margin-bottom: 32px !important; }

.margin--top {
  margin-top: 16px !important; }

#main-content-wrapper:has(.about-hero-tabs) .fullscreen-iframe__container {
  height: calc(100vh - (76px + (var(--safe-area-inset-top) * 0.75)) - (76px + (var(--safe-area-inset-bottom) * 0.75)) - 50px); }

.fullscreen-iframe {
  width: 100%;
  max-width: 700px;
  height: 100%; }
  .fullscreen-iframe__container {
    height: calc(100vh - (76px + (var(--safe-area-inset-top) * 0.75)) - (76px + (var(--safe-area-inset-bottom) * 0.75)));
    overflow: hidden;
    width: 100%;
    max-width: calc(100vw - 16px - 16px);
    border-radius: 10px; }

.hubspot-iframe {
  width: 100%;
  height: 100%; }
  .hubspot-iframe__container {
    height: calc(100vh - (76px + (var(--safe-area-inset-top) * 0.75)) - (76px + (var(--safe-area-inset-bottom) * 0.75)));
    overflow: hidden;
    width: 100%;
    border-radius: 10px; }

@media (min-width: 1280px) {
  .fullscreen-iframe__container {
    max-width: calc(100vw - 393px - 400px - 32px); }
  .hubspot-iframe {
    width: 100%;
    height: 100%; }
    .hubspot-iframe__container {
      height: calc(100vh - (76px + (var(--safe-area-inset-top) * 0.75)) - (76px + (var(--safe-area-inset-bottom) * 0.75)));
      overflow: hidden;
      width: 100%;
      border-radius: 10px; } }

.icon-button--off-center md-icon {
  margin: 2px 0 0 3px; }

.expand-to-popup__button--expand {
  background: transparent;
  border: none;
  overflow: hidden;
  margin: 6px 0;
  padding: 0 0 1px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.xero-button {
  margin-left: 0; }

.expand-button__arrow {
  line-height: 14px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }
  .expand-button__arrow--collapsed {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  .expand-button__arrow--expanded {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.sticky-element--sticky {
  background-color: #fafafa;
  -webkit-box-shadow: 0 2px 4px -2px var(--box-shadow);
  box-shadow: 0 2px 4px -2px var(--box-shadow);
  left: var(--sidenav-width);
  position: fixed;
  width: calc(100% - var(--sidenav-width));
  z-index: 20; }
  @media (max-width: 1280px) {
    .sticky-element--sticky {
      width: 100%;
      left: 0; } }

.no-left-nav .sticky-element--sticky {
  left: 0;
  width: 100%; }

.wide-list .sticky-element--sticky {
  left: 0;
  width: 100%; }
  @media (min-width: 1920px) {
    .wide-list .sticky-element--sticky {
      left: var(--sidenav-width);
      width: calc(100% - var(--sidenav-width)); } }

md-input-container.wide-text {
  width: 600px; }

md-tabs a.highlight {
  color: #ba0a0e; }

.topic-publisher .draft {
  background-color: #ffb74d;
  color: #000; }

.otj-widget {
  position: relative; }
  .otj-widget .predicted {
    position: absolute;
    border: 2px dashed #000;
    border-radius: 10px;
    padding: 20px;
    width: 620px;
    height: 50px;
    top: 3px;
    left: 20px; }
  .otj-widget .predicted::before {
    content: "Projected";
    /* The text to display */
    position: absolute;
    /* Allows precise positioning */
    top: -10px;
    /* Position above the border */
    left: 10px;
    /* Position near the left edge */
    background: white;
    /* Background color to overlay the border */
    padding: 0 5px;
    /* Adds spacing inside the label */
    font-size: 12px;
    /* Adjust font size */
    font-weight: bold;
    /* Optional: makes the label bold */
    color: #000;
    /* Label text color */ }

.loading-button .md-padding {
  padding: 6px; }

.bulk-snapshots-table__button.md-button.md-icon-button {
  margin: 6px 6px; }

md-chip .md-chip-content .md-contact-avatar.icon-contact-chips--chip-icon > md-icon {
  margin: 0 0 4px 8px; }

.md-autocomplete-suggestion .md-contact-suggestion.icon-contact-chips--suggestion > md-icon {
  margin-bottom: 28px; }

.school-switcher--dropdown > md-menu-content {
  max-width: 368px; }
  @media only screen and (min-width: 380px) {
    .school-switcher--dropdown > md-menu-content {
      min-width: 368px; } }

.school-switcher--school > button.md-button {
  line-height: 16px;
  width: 100%;
  white-space: normal; }

md-toolbar.top-toolbar,
md-toolbar.top-toolbar .md-toolbar-tools {
  height: 56px;
  max-height: 56px; }

div.site-nav-container:has(md-sidenav.md-sidenav-left.md-locked-open, md-sidenav.md-locked-open):before {
  content: '';
  position: fixed;
  width: 320px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 25;
  -webkit-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);
  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); }

@media (min-width: 1280px) {
  div.site-nav-container:has(md-sidenav.md-sidenav-left.md-locked-open, md-sidenav.md-locked-open) md-sidenav.md-sidenav-left, div.site-nav-container:has(md-sidenav.md-sidenav-left.md-locked-open, md-sidenav.md-locked-open) md-sidenav {
    -webkit-box-shadow: none;
    box-shadow: none; } }

@media (max-width: 1280px) {
  div.site-nav-container:has(md-sidenav.md-sidenav-left.md-locked-open, md-sidenav.md-locked-open):before {
    display: none; } }

.dragSortList {
  overflow-x: hidden;
  overflow-y: auto; }

md-list-item.md-2-line.compact-2-line,
md-list-item.md-2-line.compact-2-line > .md-no-style {
  min-height: 64px;
  padding: 0 0 0 8px; }
  md-list-item.md-2-line.compact-2-line .md-list-primary.icon-column,
  md-list-item.md-2-line.compact-2-line > .md-no-style .md-list-primary.icon-column {
    margin-top: 13px;
    margin-right: 8px; }
  md-list-item.md-2-line.compact-2-line .md-list-secondary.icon-column,
  md-list-item.md-2-line.compact-2-line > .md-no-style .md-list-secondary.icon-column {
    margin-top: 22px;
    margin-right: 8px; }
    md-list-item.md-2-line.compact-2-line .md-list-secondary.icon-column div,
    md-list-item.md-2-line.compact-2-line > .md-no-style .md-list-secondary.icon-column div {
      display: inline-block; }
  md-list-item.md-2-line.compact-2-line .md-list-item-text h3,
  md-list-item.md-2-line.compact-2-line .md-no-style .md-list-item-text h3,
  md-list-item.md-2-line.compact-2-line > .md-no-style .md-list-item-text h3,
  md-list-item.md-2-line.compact-2-line > .md-no-style .md-no-style .md-list-item-text h3 {
    white-space: normal; }

md-list-item.compact-2-line > md-icon:first-child:not(.md-avatar-icon),
md-list-item.compact-2-line .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  margin-right: 16px; }

md-list-item.md-2-line.compact-2-line::before,
md-list-item.md-2-line.compact-2-line > .md-no-style::before {
  min-height: 64px; }

md-list-item .icons {
  padding: 0 4px;
  line-height: 18px; }
  md-list-item .icons md-icon {
    margin: 0 2px; }

md-list-item:not(.menu-item) md-icon {
  padding-right: 6px; }

table.md-table td.md-cell.align-top {
  vertical-align: top; }

.md-tab {
  padding: 12px; }

md-edit-dialog {
  z-index: 80; }
  md-edit-dialog .md-content {
    padding: 16px; }

md-toast {
  position: fixed; }

md-toast.md-top {
  top: 56px; }

.md-contact-suggestion > .md-contact-name.wide {
  width: auto; }

table.md-table td.md-cell.green, table.md-table td.md-cell.warning {
  color: #fff; }

.md-button.small .paper-badge--pill {
  zoom: 0.7;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 0.3em; }

.parent-app-demo md-card.school .home-app-link {
  width: 104px;
  position: relative; }

.parent-app-demo md-card.school > img.md-card-image {
  max-height: 258px; }

.parent-app-demo md-card.school md-card-content {
  padding: 8px 8px 8px 12px !important; }

.badge-card .counter md-icon {
  color: #fff;
  margin-top: -4px; }

@media (max-width: 600px) {
  table.md-table.md-row-select td.md-cell:first-child,
  table.md-table.md-row-select th.md-column:first-child {
    padding: 0 0 0 8px; }
  table.md-table.md-row-select td.md-cell:nth-child(2),
  table.md-table.md-row-select th.md-column:nth-child(2) {
    padding: 0 8px; }
  table.md-table.md-row-select td.md-cell:nth-child(n + 3):nth-last-child(n + 2),
  table.md-table.md-row-select th.md-column:nth-child(n + 3):nth-last-child(n + 2) {
    padding: 0 20px 0 0; }
  table.md-table:not(.md-row-select) td.md-cell:first-child,
  table.md-table:not(.md-row-select) th.md-column:first-child {
    padding: 0 8px; }
  table.md-table:not(.md-row-select) td.md-cell:nth-child(n + 2):nth-last-child(n + 2),
  table.md-table:not(.md-row-select) th.md-column:nth-child(n + 2):nth-last-child(n + 2) {
    padding: 0 20px 0 0; }
  table.md-table td.md-cell:last-child,
  table.md-table th.md-column:last-child {
    padding: 0 20px 0 0; } }

table.md-table.md-row-select td.md-cell.snug,
table.md-table.md-row-select th.md-column.snug {
  padding-left: 2px !important;
  padding-right: 2px !important;
  min-width: 8px; }

.linced-user-badge__medical-flag-img {
  max-width: 30px;
  max-height: 30px; }

md-input-container.md-input-invalid md-select md-select-value.md-select-value .ember-power-select-selected-item {
  color: black !important; }

.layout-align-self-center {
  -ms-flex-item-align: center;
  align-self: center; }

.layout-align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.md-input-messages-animation .paper-input-error {
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  opacity: 1;
  margin-top: 0;
  padding-top: 5px; }

#main .top-toolbar__icon--hero {
  line-height: 28px; }

.md-stepper-indicator .md-stepper-title {
  white-space: normal; }

.screenshot-mode {
  background-color: white !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/* Assessments */
.assessment-module.is-sortable md-card-content,
.assessment-module.is-sortable .md-button {
  display: none; }

.assessment-module.is-sortable .drag-handle {
  padding-right: 8px; }

.iconSelect .md-button md-icon {
  border-radius: 50%;
  padding: 10px; }

.assessment-group-overview-chart {
  width: 380px; }

.assessment-overview-table table.md-table thead.md-head > tr.md-row,
.assessment-overview-table tfoot.md-foot > tr.md-row {
  background-color: #80b3be;
  height: 36px; }

.assessment-overview-table table.md-table tbody.md-body > tr.md-row {
  height: 28px; }
  .assessment-overview-table table.md-table tbody.md-body > tr.md-row:nth-of-type(even) {
    background-color: #f5f5f5; }

.assessment-overview-table.gender-male table.md-table tbody.md-body > tr:nth-of-type(even) {
  background-color: var(--gender-color-male-lighter); }

.assessment-overview-table.gender-male table.md-table thead.md-head > tr.md-row {
  background-color: var(--gender-color-male-light); }

.assessment-overview-table.gender-female table.md-table tbody.md-body > tr:nth-of-type(even) {
  background-color: var(--gender-color-female-lighter); }

.assessment-overview-table.gender-female table.md-table thead.md-head > tr.md-row {
  background-color: var(--gender-color-female-light); }

.assessment-overview-table.gender-neutral table.md-table tbody.md-body > tr:nth-of-type(even) {
  background-color: var(--gender-color-neutral-lighter); }

.assessment-overview-table.gender-neutral table.md-table thead.md-head > tr.md-row {
  background-color: var(--gender-color-neutral-light); }

.iconSelect.preview > md-icon,
.list-builder-list table.md-table thead.md-head > tr.md-row th.md-column .iconSelect.preview > md-icon {
  padding: 4px;
  margin: 4px;
  border-radius: 50%;
  font-size: 18px !important;
  line-height: 18px !important; }

.constrain-edit-dialog {
  max-width: 90vw; }

@media only screen and (min-width: 600px) {
  table.md-table th.md-column.sticky-column-1,
  table.md-table td.md-cell.sticky-column-1 {
    position: sticky;
    left: 0;
    background: #eeeeee;
    padding: 0 24px !important;
    min-width: 76px;
    z-index: 2; }
  table.md-table th.md-column.sticky-column-2,
  table.md-table td.md-cell.sticky-column-2 {
    position: sticky;
    left: 100px;
    max-width: 120px !important;
    background: #eeeeee;
    padding: 0 24px !important;
    min-width: 76px;
    z-index: 2;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  table.md-table th.md-column.sticky-column-3,
  table.md-table td.md-cell.sticky-column-3 {
    position: sticky;
    left: 210px;
    max-width: 110px !important;
    background: #eeeeee;
    padding: 0 24px !important;
    min-width: 76px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    z-index: 2; }
  table.md-table th.md-column.sticky-column-4,
  table.md-table td.md-cell.sticky-column-4 {
    padding: 0 24px !important; }
  .overflow {
    padding: 4px; }
  .overflow-wrap {
    overflow-wrap: break-word; } }

@media only screen and (min-width: 600px) {
  table.md-table th.md-column.insight-column-1,
  table.md-table td.md-cell.insight-column-1 {
    position: sticky;
    left: 0;
    background: #eeeeee;
    padding: 0 24px !important;
    min-width: 76px;
    z-index: 1; }
  table.md-table th.md-column.insight-column-2,
  table.md-table td.md-cell.insight-column-2 {
    position: sticky;
    left: 120px;
    background: #eeeeee;
    padding: 0 24px !important;
    min-width: 76px;
    z-index: 1; }
  table.md-table th.md-column.insight-column-3,
  table.md-table td.md-cell.insight-column-3 {
    position: sticky;
    left: 240px;
    background: #eeeeee;
    padding: 0 24px !important;
    z-index: 1; }
  table.md-table th.md-column.insight-column-4,
  table.md-table td.md-cell.insight-column-4 {
    padding: 0 24px !important; }
  .sticky {
    position: relative; } }
  @media only screen and (min-width: 600px) and (min-width: 500px) {
    .sticky table {
      width: 100%;
      overflow-x: auto; } }

@media only screen and (min-width: 600px) {
  .sticky-footer {
    position: sticky;
    left: 0;
    background: #80b3be;
    padding: 0 24px !important;
    max-width: 150px;
    z-index: 1; } }

.graded-by-learner {
  background: #cdcaca !important; }

.grade-assessor-note {
  font-size: small;
  font-weight: bold; }

.grade-padding {
  padding-left: 10px !important; }

.assessment-module-grader--mini .md-input,
.assessment-module-grader--mini .md-select-placeholder,
.assessment-module-grader--mini .md-chips,
.assessment-multi-grader__input .md-input,
.assessment-multi-grader__input .md-select-placeholder,
.assessment-multi-grader__input .md-chips {
  font-size: 13px; }

.assessment-module-grader--mini .md-chips .md-chip-input-container .md-input::-webkit-input-placeholder, .assessment-multi-grader__input .md-chips .md-chip-input-container .md-input::-webkit-input-placeholder {
  color: var(--foreground-2); }

.assessment-module-grader--mini .md-chips .md-chip-input-container .md-input::-moz-placeholder, .assessment-multi-grader__input .md-chips .md-chip-input-container .md-input::-moz-placeholder {
  color: var(--foreground-2); }

.assessment-module-grader--mini .md-chips .md-chip-input-container .md-input:-ms-input-placeholder, .assessment-multi-grader__input .md-chips .md-chip-input-container .md-input:-ms-input-placeholder {
  color: var(--foreground-2); }

.assessment-module-grader--mini .md-chips .md-chip-input-container .md-input::-ms-input-placeholder, .assessment-multi-grader__input .md-chips .md-chip-input-container .md-input::-ms-input-placeholder {
  color: var(--foreground-2); }

.assessment-module-grader--mini md-select .md-select-value.md-select-placeholder,
.assessment-module-grader--mini .md-chips .md-chip-input-container .md-input::placeholder,
.assessment-multi-grader__input md-select .md-select-value.md-select-placeholder,
.assessment-multi-grader__input .md-chips .md-chip-input-container .md-input::placeholder {
  color: var(--foreground-2); }

.assessment-module-grader--mini md-chips-wrap,
.assessment-multi-grader__input md-chips-wrap {
  margin-bottom: 3px;
  padding-bottom: 0; }

.assessment-module-grader--mini .md-chips .md-chip-input-container,
.assessment-multi-grader__input .md-chips .md-chip-input-container {
  margin-top: 5px; }
  .assessment-module-grader--mini .md-chips .md-chip-input-container md-autocomplete,
  .assessment-module-grader--mini .md-chips .md-chip-input-container md-autocomplete-wrap,
  .assessment-module-grader--mini .md-chips .md-chip-input-container input,
  .assessment-multi-grader__input .md-chips .md-chip-input-container md-autocomplete,
  .assessment-multi-grader__input .md-chips .md-chip-input-container md-autocomplete-wrap,
  .assessment-multi-grader__input .md-chips .md-chip-input-container input {
    height: 26px;
    line-height: 26px; }

.assessment-module-grader--mini .adjoining-buttons.iconSelect,
.assessment-multi-grader__input .adjoining-buttons.iconSelect {
  padding-left: 0;
  -webkit-box-shadow: 0 1px var(--foreground-4);
  box-shadow: 0 1px var(--foreground-4);
  margin-bottom: 3px; }
  .assessment-module-grader--mini .adjoining-buttons.iconSelect.layout-wrap,
  .assessment-multi-grader__input .adjoining-buttons.iconSelect.layout-wrap {
    min-width: 176px; }
  .assessment-module-grader--mini .adjoining-buttons.iconSelect > button.md-button,
  .assessment-multi-grader__input .adjoining-buttons.iconSelect > button.md-button {
    min-width: 28px;
    width: 28px;
    min-height: 28px;
    height: 28px;
    line-height: 26px;
    padding: 0;
    margin: 1px 0 2px 0; }
    .assessment-module-grader--mini .adjoining-buttons.iconSelect > button.md-button md-icon,
    .assessment-multi-grader__input .adjoining-buttons.iconSelect > button.md-button md-icon {
      padding: 4px; }

.assessment-module-grader--mini .md-button.revert-grade,
.assessment-multi-grader__input .md-button.revert-grade {
  margin-right: 0;
  margin-bottom: 16px; }

.assessment-multi-grader__input .md-chips .md-chip-input-container md-autocomplete {
  padding-top: 0; }

.assessment-multi-grader__input .adjoining-buttons.iconSelect {
  margin-top: 1px; }

.badge-card {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  width: 120px;
  display: inline-block;
  margin: 18px 12px;
  float: left;
  border-radius: 10px; }
  .badge-card.wide {
    width: 150px; }
    .badge-card.wide .avatar {
      width: 150px;
      height: 150px; }
      .badge-card.wide .avatar img {
        width: 150px;
        height: 150px; }
  .badge-card .user-badge-card-detail {
    margin-top: -10px; }
    .badge-card .user-badge-card-detail.suspension-count {
      background-color: #d51f27;
      width: calc(100% + 16px);
      margin-left: -8px;
      color: white;
      font-size: 10px;
      padding: 4px 0 5px;
      margin-bottom: 9px; }
      .badge-card .user-badge-card-detail.suspension-count-green {
        background-color: #4caf50; }
  .badge-card md-card-title {
    position: relative;
    background: #ffffff;
    font-size: 12px !important;
    padding: 7px 8px 16px 8px;
    margin: -4px 0 0 0 !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .badge-card md-card-title > div.center {
      max-width: 100%; }
    .badge-card md-card-title h4 {
      overflow: hidden;
      text-overflow: ellipsis; }
  .badge-card md-card-content {
    padding: 0; }
  .badge-card .md-actions {
    margin: 0;
    padding: 8px 0 8px 0;
    border-radius: 0 0 10px 10px;
    background: #ffffff;
    height: 36px;
    z-index: 104; }
    .badge-card .md-actions.layout-align-space-between, .badge-card .md-actions.layout-align-space-between-center, .badge-card .md-actions.layout-align-space-between-start, .badge-card .md-actions.layout-align-space-between-end, .badge-card .md-actions.layout-align-space-between-stretch {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .badge-card .md-actions.layout-align-space-around, .badge-card .md-actions.layout-align-space-around-center, .badge-card .md-actions.layout-align-space-around-start, .badge-card .md-actions.layout-align-space-around-end, .badge-card .md-actions.layout-align-space-around-stretch {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .badge-card .md-actions:not(.layout-column) .md-button.md-icon-button,
    .badge-card .md-actions:not(.layout-column) .md-button.md-fab.md-mini {
      height: 28px;
      min-height: 28px;
      line-height: 28px;
      width: 28px;
      padding: 3px;
      margin: 0 3px; }
      .badge-card .md-actions:not(.layout-column) .md-button.md-icon-button:first-of-type, .badge-card .md-actions:not(.layout-column) .md-button.md-icon-button:last-of-type,
      .badge-card .md-actions:not(.layout-column) .md-button.md-fab.md-mini:first-of-type,
      .badge-card .md-actions:not(.layout-column) .md-button.md-fab.md-mini:last-of-type {
        margin: 0 3px; }
      .badge-card .md-actions:not(.layout-column) .md-button.md-icon-button:first-child,
      .badge-card .md-actions:not(.layout-column) .md-button.md-fab.md-mini:first-child {
        margin-left: 0; }
      .badge-card .md-actions:not(.layout-column) .md-button.md-icon-button:last-child,
      .badge-card .md-actions:not(.layout-column) .md-button.md-fab.md-mini:last-child {
        margin-right: 0; }
    .badge-card .md-actions:not(.layout-column) a.md-button.md-icon-button,
    .badge-card .md-actions:not(.layout-column) a.md-button.md-fab.md-mini {
      padding-top: 5px; }
  .badge-card .banner {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 12px);
    height: 13px;
    padding: 6px;
    font-size: 10px !important;
    z-index: 3;
    background: #f4e7bf;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.5em;
    text-align: center; }
  .badge-card .avatar {
    display: inline-block;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px; }
    .badge-card .avatar img {
      height: 120px;
      width: 120px;
      -o-object-fit: cover;
      object-fit: cover;
      z-index: 2;
      vertical-align: middle;
      display: inline-block;
      border-radius: 10px 10px 0px 0px;
      position: absolute;
      padding: 0px;
      left: 0px; }
  .badge-card .ag-avatar {
    display: inline-block;
    width: 120px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 10px 10px 0px 0px; }
  .badge-card h4 {
    margin: 0 auto;
    min-height: 30px;
    text-align: center; }
  .badge-card .flags {
    z-index: 10;
    position: absolute;
    bottom: -16px;
    right: 8px; }
  .badge-card .ethnicFlag {
    z-index: -1;
    position: absolute;
    top: -15px;
    left: 8px;
    padding: 2px 2px 2px 2px;
    min-width: 20px;
    min-height: 20px;
    display: block;
    text-align: center;
    font-size: 1.6em;
    text-indent: 0;
    float: left; }
    .badge-card .ethnicFlag img {
      max-width: 30px; }
  .badge-card .medicalFlag,
  .badge-card .accessFlag,
  .badge-card .internationalFlag {
    z-index: 10;
    position: absolute;
    width: 14px;
    right: -14px;
    background-color: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #bdbdbd;
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -5px;
    overflow: hidden; }
  .badge-card .medicalFlag {
    top: 105px; }
  .badge-card .accessFlag {
    top: 135px; }
  .badge-card .internationalFlag {
    top: 75px; }
  .badge-card .inlineFlag {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 2px 2px 2px 2px;
    min-width: 20px;
    min-height: 20px;
    float: left;
    display: inline;
    text-align: left;
    font-size: 1.6em;
    text-indent: 0; }
  .badge-card .counter {
    font-weight: normal !important;
    position: absolute;
    z-index: 3;
    top: 2px;
    right: 2px;
    padding: 2px 2px 2px 2px;
    min-width: 20px;
    min-height: 20px;
    border: 1px solid;
    border-radius: 30px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 0.8em;
    line-height: 20px;
    text-indent: 0;
    background: #a90329;
    /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#a90329), color-stop(44%, #8f0222), to(#6d0019));
    background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0);
    /* IE6-9 */ }

.learner-flag {
  cursor: default; }
  .learner-flag.red {
    color: #d84315; }
  .learner-flag.blue {
    color: #1565c0; }
  .learner-flag.green {
    background-color: transparent;
    color: #2e7d32; }

.badge-card .labels,
.profile-banner__image .labels {
  position: absolute;
  z-index: 3;
  max-width: 44px;
  max-height: 120px;
  top: 1px;
  left: 1px; }
  .badge-card .labels .label,
  .profile-banner__image .labels .label {
    background: #66bb6a;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    margin: 1px;
    vertical-align: top; }
    .badge-card .labels .label:hover,
    .profile-banner__image .labels .label:hover {
      opacity: 1 !important; }
    .badge-card .labels .label a,
    .profile-banner__image .labels .label a {
      margin-left: 1px; }
    .badge-card .labels .label md-icon,
    .profile-banner__image .labels .label md-icon {
      color: #fff;
      line-height: 12px !important; }

.profile-banner__image .labels {
  max-height: 150px;
  z-index: 5; }

.ribbon {
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  top: -3px;
  right: -3px; }
  .ribbon.gender-male::before, .ribbon.gender-male::after {
    border-color: var(--gender-color-male-dark); }
  .ribbon.gender-male span {
    background-color: var(--gender-color-male); }
  .ribbon.gender-female::before, .ribbon.gender-female::after {
    border-color: var(--gender-color-female-dark); }
  .ribbon.gender-female span {
    background-color: var(--gender-color-female); }
  .ribbon.gender-neutral::before, .ribbon.gender-neutral::after {
    border-color: var(--gender-color-neutral-dark); }
  .ribbon.gender-neutral span {
    background-color: var(--gender-color-neutral); }

.ribbon::before,
.ribbon::after {
  position: absolute;
  content: '';
  display: block;
  border: 1px solid #2980b9;
  border-top-color: transparent !important;
  border-right-color: transparent !important; }

.ribbon::before {
  top: 0;
  left: 0; }

.ribbon::after {
  bottom: 0;
  right: 0; }

.ribbon span {
  position: absolute;
  z-index: 5;
  display: block;
  width: 112px;
  padding: 3px 0;
  background-color: #3498db;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font: bold 12px Sans-Serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  left: -15px;
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.gender-male:not(.ribbon) {
  background-color: var(--gender-color-male); }
  .gender-male:not(.ribbon).lighter {
    background-color: var(--gender-color-male-light); }
  .gender-male:not(.ribbon).lightest {
    background-color: var(--gender-color-male-lighter); }
  .gender-male:not(.ribbon).darker {
    background-color: var(--gender-color-male-dark); }
  .gender-male:not(.ribbon).darkest {
    background-color: var(--gender-color-male-darker); }

.gender-female:not(.ribbon) {
  background-color: var(--gender-color-female); }
  .gender-female:not(.ribbon).lighter {
    background-color: var(--gender-color-female-light); }
  .gender-female:not(.ribbon).lightest {
    background-color: var(--gender-color-female-lighter); }
  .gender-female:not(.ribbon).darker {
    background-color: var(--gender-color-female-dark); }
  .gender-female:not(.ribbon).darkest {
    background-color: var(--gender-color-female-darker); }

.gender-neutral:not(.ribbon) {
  background-color: var(--gender-color-neutral); }
  .gender-neutral:not(.ribbon).lighter {
    background-color: var(--gender-color-neutral-light); }
  .gender-neutral:not(.ribbon).lightest {
    background-color: var(--gender-color-neutral-lighter); }
  .gender-neutral:not(.ribbon).darker {
    background-color: var(--gender-color-neutral-dark); }
  .gender-neutral:not(.ribbon).darkest {
    background-color: var(--gender-color-neutral-darker); }

/* Styles for v2 visual style */
.notifications .md-button.md-icon-button {
  margin: 0; }

.notifications__dialog__actions {
  min-height: 60px;
  padding: 0 16px;
  border: none; }

.notifications__dialog__content {
  height: 100%; }

.notifications__read-button {
  width: 100%; }
  .notifications__read-button__icon {
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.notifications__toolbar__button {
  margin: 0;
  padding: 0; }

.notifications__toolbar__row {
  margin-bottom: 20px; }

.notification__card {
  background-color: #fafafa;
  padding: 10px;
  margin-right: 0;
  margin-left: 0; }

.notification__header {
  padding: 0; }
  .notification__header__avatar {
    margin: 5px !important; }
  .notification__header__text {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    margin-left: 5px; }
  .notification__header__title {
    font-weight: 700; }

.notification__link {
  color: #01667d; }

.notification__link:hover {
  text-decoration: underline; }

.notification__read-button {
  min-width: 36px;
  min-height: 36px;
  width: 36px;
  height: 36px; }
  .notification__read-button__inner {
    margin: 0 !important;
    padding: 0 !important; }

.notification__icon {
  color: #01667d; }

/* Old styles */
.md-button.hero-notifications {
  width: 40px;
  min-width: 40px;
  margin-right: 16px; }

.hero-notifications-trigger > .md-button.md-icon-button {
  margin: 0;
  border-radius: 2px;
  width: 32px;
  min-width: 32px;
  padding-left: 0; }

.hero-notifications-wrap > md-menu-content {
  max-height: 80vh;
  max-width: 12vw;
  overflow: auto; }

.hero-notifications-count {
  position: absolute;
  top: 4px;
  right: 8px;
  height: 26px;
  zoom: 0.8;
  z-index: 10; }
  .hero-notifications-count .paper-badge--pill {
    padding-top: 0.375em;
    padding-bottom: 0.375em; }

.hero-notifications-header {
  position: sticky;
  height: 60px;
  top: -8px;
  margin-top: -8px;
  padding: 4px 8px;
  background-color: #ffffff;
  z-index: 100; }
  .hero-notifications-header span.spacer {
    display: block;
    width: 40px; }
  .hero-notifications-header .md-button {
    font-size: 80%;
    padding: 2px;
    min-width: 0;
    height: 24px;
    min-height: 24px;
    line-height: 24px; }

md-menu-item.hero-notification {
  height: auto;
  min-height: 128px; }
  md-menu-item.hero-notification md-card {
    padding-bottom: 16px; }
  md-menu-item.hero-notification md-card-header {
    padding: 16px 0 0 0; }
    md-menu-item.hero-notification md-card-header .post-byline {
      line-height: 1.2em; }
    md-menu-item.hero-notification md-card-header md-card-avatar {
      margin-left: 0; }
      md-menu-item.hero-notification md-card-header md-card-avatar > img {
        height: 40px;
        width: 40px; }
    md-menu-item.hero-notification md-card-header md-card-header-text {
      max-height: none; }
      md-menu-item.hero-notification md-card-header md-card-header-text span.post-title {
        max-width: 220px;
        max-height: 1.2em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      md-menu-item.hero-notification md-card-header md-card-header-text span.other-notif-title {
        max-width: 220px;
        max-height: 1.2em;
        text-overflow: ellipsis;
        line-height: 1em;
        overflow: hidden;
        white-space: nowrap; }
    md-menu-item.hero-notification md-card-header md-card-actions {
      margin: 0; }
  md-menu-item.hero-notification md-card-content {
    padding: 0px; }
    md-menu-item.hero-notification md-card-content md-contact-chips {
      zoom: 0.8; }
      md-menu-item.hero-notification md-card-content md-contact-chips md-chips-wrap.md-chips {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-bottom: 0; }
      md-menu-item.hero-notification md-card-content md-contact-chips .md-chips md-chip {
        padding-right: 12px; }
        md-menu-item.hero-notification md-card-content md-contact-chips .md-chips md-chip .md-contact-name {
          height: 32px;
          max-width: 120px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }

.hero-other-notif-subject {
  font-size: smaller; }

.hero-other-notif-content {
  min-height: 150px !important; }

.person-card,
.group-card {
  max-height: calc(90vh - var(--vh-offset)); }
  .person-card.non-current-year,
  .person-card.non-current-year .group-card-header,
  .group-card.non-current-year,
  .group-card.non-current-year .group-card-header {
    background-color: #fee9bc; }
  @media (min-width: 1280px) {
    .person-card,
    .group-card {
      max-width: 900px; } }
  .person-card__button--close,
  .group-card__button--close {
    position: absolute;
    top: 8px;
    right: 16px;
    z-index: 20; }
  .person-card md-dialog-content,
  .group-card md-dialog-content {
    padding: 0;
    display: block; }
    .person-card md-dialog-content .person-card-header,
    .person-card md-dialog-content .group-card-header,
    .group-card md-dialog-content .person-card-header,
    .group-card md-dialog-content .group-card-header {
      text-align: center;
      min-height: 295px;
      position: sticky;
      top: -180px;
      z-index: 2;
      background: #fff;
      padding-bottom: 12px; }
      .person-card md-dialog-content .person-card-header *,
      .person-card md-dialog-content .group-card-header *,
      .group-card md-dialog-content .person-card-header *,
      .group-card md-dialog-content .group-card-header * {
        padding: 0 24px; }
      .person-card md-dialog-content .person-card-header img,
      .person-card md-dialog-content .group-card-header img,
      .group-card md-dialog-content .person-card-header img,
      .group-card md-dialog-content .group-card-header img {
        padding: initial; }
        .person-card md-dialog-content .person-card-header img.gender-male,
        .person-card md-dialog-content .group-card-header img.gender-male,
        .group-card md-dialog-content .person-card-header img.gender-male,
        .group-card md-dialog-content .group-card-header img.gender-male {
          -webkit-box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 4px var(--gender-color-male);
          box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 4px var(--gender-color-male); }
        .person-card md-dialog-content .person-card-header img.gender-female,
        .person-card md-dialog-content .group-card-header img.gender-female,
        .group-card md-dialog-content .person-card-header img.gender-female,
        .group-card md-dialog-content .group-card-header img.gender-female {
          -webkit-box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 4px var(--gender-color-female);
          box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 4px var(--gender-color-female); }
        .person-card md-dialog-content .person-card-header img.gender-neutral,
        .person-card md-dialog-content .group-card-header img.gender-neutral,
        .group-card md-dialog-content .person-card-header img.gender-neutral,
        .group-card md-dialog-content .group-card-header img.gender-neutral {
          -webkit-box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 4px var(--gender-color-neutral);
          box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 4px var(--gender-color-neutral); }
      .person-card md-dialog-content .person-card-header a,
      .person-card md-dialog-content .group-card-header a,
      .group-card md-dialog-content .person-card-header a,
      .group-card md-dialog-content .group-card-header a {
        cursor: pointer; }
      .person-card md-dialog-content .person-card-header .person-card-image,
      .person-card md-dialog-content .group-card-header .person-card-image,
      .group-card md-dialog-content .person-card-header .person-card-image,
      .group-card md-dialog-content .group-card-header .person-card-image {
        padding-top: 24px; }
        .person-card md-dialog-content .person-card-header .person-card-image img,
        .person-card md-dialog-content .group-card-header .person-card-image img,
        .group-card md-dialog-content .person-card-header .person-card-image img,
        .group-card md-dialog-content .group-card-header .person-card-image img {
          width: 150px;
          height: 150px;
          -o-object-fit: cover;
          object-fit: cover; }
      .person-card md-dialog-content .person-card-header .group-card-image,
      .person-card md-dialog-content .group-card-header .group-card-image,
      .group-card md-dialog-content .person-card-header .group-card-image,
      .group-card md-dialog-content .group-card-header .group-card-image {
        padding-top: 24px; }
        .person-card md-dialog-content .person-card-header .group-card-image .group-profile-image,
        .person-card md-dialog-content .group-card-header .group-card-image .group-profile-image,
        .group-card md-dialog-content .person-card-header .group-card-image .group-profile-image,
        .group-card md-dialog-content .group-card-header .group-card-image .group-profile-image {
          width: 150px;
          height: 150px;
          padding: 0; }
          .person-card md-dialog-content .person-card-header .group-card-image .group-profile-image img,
          .person-card md-dialog-content .group-card-header .group-card-image .group-profile-image img,
          .group-card md-dialog-content .person-card-header .group-card-image .group-profile-image img,
          .group-card md-dialog-content .group-card-header .group-card-image .group-profile-image img {
            padding: 0;
            border-radius: 50%; }
            .person-card md-dialog-content .person-card-header .group-card-image .group-profile-image img.multi,
            .person-card md-dialog-content .group-card-header .group-card-image .group-profile-image img.multi,
            .group-card md-dialog-content .person-card-header .group-card-image .group-profile-image img.multi,
            .group-card md-dialog-content .group-card-header .group-card-image .group-profile-image img.multi {
              width: 65px;
              height: 65px; }
      .person-card md-dialog-content .person-card-header.no-avatar,
      .person-card md-dialog-content .group-card-header.no-avatar,
      .group-card md-dialog-content .person-card-header.no-avatar,
      .group-card md-dialog-content .group-card-header.no-avatar {
        padding-top: 24px;
        min-height: 135px; }
      .person-card md-dialog-content .person-card-header h3,
      .person-card md-dialog-content .group-card-header h3,
      .group-card md-dialog-content .person-card-header h3,
      .group-card md-dialog-content .group-card-header h3 {
        margin: 0.5em 0; }
      .person-card md-dialog-content .person-card-header span,
      .person-card md-dialog-content .group-card-header span,
      .group-card md-dialog-content .person-card-header span,
      .group-card md-dialog-content .group-card-header span {
        padding: 3px; }
    .person-card md-dialog-content h4,
    .group-card md-dialog-content h4 {
      opacity: 0.5; }
    .person-card md-dialog-content md-tabs,
    .group-card md-dialog-content md-tabs {
      position: sticky;
      top: 120px;
      z-index: 2;
      background-color: #fff; }
    .person-card md-dialog-content .tab-content,
    .group-card md-dialog-content .tab-content {
      padding: 18px; }
    .person-card md-dialog-content .post-count-dot,
    .group-card md-dialog-content .post-count-dot {
      display: inline-block;
      background-color: #4caf50;
      color: #fff;
      border-radius: 50%;
      font-size: 0.8em;
      min-width: 14px;
      height: 14px;
      line-height: 14px; }
    .person-card md-dialog-content .md-tab div,
    .group-card md-dialog-content .md-tab div {
      display: inline; }
    .person-card md-dialog-content .md-tab i,
    .group-card md-dialog-content .md-tab i {
      vertical-align: middle; }
    .person-card md-dialog-content .md-button.md-raised > div, .person-card md-dialog-content .key > div,
    .group-card md-dialog-content .md-button.md-raised > div,
    .group-card md-dialog-content .key > div {
      display: inline; }
    .person-card md-dialog-content .md-button.md-raised div.icon-green, .person-card md-dialog-content .key div.icon-green,
    .group-card md-dialog-content .md-button.md-raised div.icon-green,
    .group-card md-dialog-content .key div.icon-green {
      color: #4caf50; }
    .person-card md-dialog-content .md-button.md-raised div.icon-warn, .person-card md-dialog-content .key div.icon-warn,
    .group-card md-dialog-content .md-button.md-raised div.icon-warn,
    .group-card md-dialog-content .key div.icon-warn {
      color: #d51f27; }
    .person-card md-dialog-content .md-button.md-raised i, .person-card md-dialog-content .key i,
    .group-card md-dialog-content .md-button.md-raised i,
    .group-card md-dialog-content .key i {
      vertical-align: middle; }
  .person-card__key span,
  .group-card__key span {
    margin-right: 20px; }
  .person-card__key div,
  .group-card__key div {
    display: inline; }
  .person-card__key div.icon-green,
  .group-card__key div.icon-green {
    color: #4caf50; }
  .person-card__key div.icon-warn,
  .group-card__key div.icon-warn {
    color: #d51f27; }
  .person-card__key i,
  .group-card__key i {
    vertical-align: middle; }

.panel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0; }

.control-panel {
  max-width: 900px;
  padding: 16px;
  color: #01667d;
  position: relative;
  margin: 0px;
  background-color: #fafafa; }
  .control-panel__cards > div {
    padding: 0 8px; }
  .control-panel a, .control-panel a:visited {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    cursor: pointer; }
  .control-panel a:hover {
    color: #b3d1d8; }
  .control-panel__card {
    border: 2px solid #e0e0e0;
    margin: 8px 8px 8px 0;
    border-radius: 10px;
    background-color: white;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width: 100%;
    cursor: pointer;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    position: relative; }
    .control-panel__card:hover {
      background-color: #e1edef; }
    .control-panel__card h3 {
      margin: 8px 8px 0px 16px;
      font-size: 18px; }
      @media (min-width: 960px) {
        .control-panel__card h3 {
          font-size: 22px; } }
    .control-panel__card .paper-badge {
      margin-left: 0;
      margin-top: 4px; }
      .control-panel__card .paper-badge--pill {
        padding-top: 0.35em;
        padding-left: 0.5em;
        padding-right: 0.5em; }
    .control-panel__card p {
      margin: 8px 16px 16px 16px;
      color: black;
      font-size: 14px; }
      @media (min-width: 960px) {
        .control-panel__card p {
          font-size: 18px !important; } }
    .control-panel__card .icon {
      height: 80px;
      -ms-flex-item-align: start;
      align-self: flex-start;
      margin: 15px;
      text-align: left; }
      @media (min-width: 960px) {
        .control-panel__card .icon {
          height: 90px; } }
    .control-panel__card .main-panel-section {
      width: 610px; }
  .control-panel .extra-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* Ensure icon in heading is aligned */
    /* Position paragraph correctly */
    /* Ensure back button icon is centered */
    /* Center material icon inside button */ }
    .control-panel .extra-panel .md-button.md-raised, .control-panel .extra-panel .group-selector-groupings {
      color: #01667d !important; }
    .control-panel .extra-panel .control-panel-filter {
      margin-bottom: 10px; }
      .control-panel .extra-panel .control-panel-filter md-toolbar.md-default-theme.filter-bar {
        background-color: transparent !important; }
    .control-panel .extra-panel .layout-row {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important; }
    .control-panel .extra-panel .flex-90.md-padding h1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0; }
    .control-panel .extra-panel .flex-90.md-padding h1 i.ph-duotone {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      vertical-align: middle; }
    .control-panel .extra-panel .flex-90.md-padding p {
      margin-top: 5px; }
    .control-panel .extra-panel button.md-icon-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .control-panel .extra-panel button.md-icon-button md-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .control-panel .extra-panel .group-selector-groupings h3 {
      margin-bottom: 4px; }
    .control-panel .extra-panel .group-selector-groupings h4 {
      margin-top: 8px;
      margin-bottom: 4px; }

.group__dialog__content {
  overflow: visible; }

.attendance-calendar .ember-power-calendar-nav {
  font-size: 125%;
  font-weight: 500; }

.attendance-calendar .ember-power-calendar-week-number {
  width: 44px;
  padding: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 960px) {
    .attendance-calendar .ember-power-calendar-week-number {
      width: 22px; } }

.attendance-calendar .ember-power-calendar-day-grid {
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd; }
  .attendance-calendar .ember-power-calendar-day-grid .ember-power-calendar-week-number {
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    background-color: #eeeeee; }
  .attendance-calendar .ember-power-calendar-day-grid .ember-power-calendar-day {
    position: relative;
    overflow: hidden;
    min-height: 3em;
    padding: 2em 0 4px;
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd; }
    .attendance-calendar .ember-power-calendar-day-grid .ember-power-calendar-day:has(.attendance-term-minimaps__day-periods) {
      padding: 0;
      min-height: -webkit-fit-content;
      min-height: -moz-fit-content;
      min-height: fit-content; }
    .attendance-calendar .ember-power-calendar-day-grid .ember-power-calendar-day .day-bg {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #eeeeee; }
      .attendance-calendar .ember-power-calendar-day-grid .ember-power-calendar-day .day-bg.open {
        background-color: #80b3be; }
    .attendance-calendar .ember-power-calendar-day-grid .ember-power-calendar-day .day-number {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      padding-top: 1px;
      width: 3em;
      font-size: 125%;
      text-align: center;
      border-right: 1px solid #bdbdbd;
      border-bottom: 1px solid #bdbdbd; }
      .attendance-calendar .ember-power-calendar-day-grid .ember-power-calendar-day .day-number.open {
        border-right: 1px solid #277d91;
        border-bottom: 1px solid #277d91; }
      @media (max-width: 960px) {
        .attendance-calendar .ember-power-calendar-day-grid .ember-power-calendar-day .day-number {
          font-size: 80%; } }
    .attendance-calendar .ember-power-calendar-day-grid .ember-power-calendar-day .attendance-message {
      position: absolute;
      display: block;
      top: 0;
      right: -9px; }
      .attendance-calendar .ember-power-calendar-day-grid .ember-power-calendar-day .attendance-message.has-movement-log {
        right: 21px; }
      .attendance-calendar .ember-power-calendar-day-grid .ember-power-calendar-day .attendance-message md-icon {
        color: #fecb64; }
    .attendance-calendar .ember-power-calendar-day-grid .ember-power-calendar-day .day-periods .md-button:not(.adjoining):not(.adjoining-first):not(.adjoining-last) {
      min-width: 44px;
      min-height: 24px;
      line-height: 24px;
      margin: 4px; }
      .attendance-calendar .ember-power-calendar-day-grid .ember-power-calendar-day .day-periods .md-button:not(.adjoining):not(.adjoining-first):not(.adjoining-last):not(.md-raised) {
        background-color: #e1edef; }
      .attendance-calendar .ember-power-calendar-day-grid .ember-power-calendar-day .day-periods .md-button:not(.adjoining):not(.adjoining-first):not(.adjoining-last).green {
        background-color: #66bb6a; }
    .attendance-calendar .ember-power-calendar-day-grid .ember-power-calendar-day .day-periods .daily-log-icon {
      position: absolute;
      top: 0;
      right: 0; }
      .attendance-calendar .ember-power-calendar-day-grid .ember-power-calendar-day .day-periods .daily-log-icon > .md-button.md-icon-button:not(.adjoining):not(.adjoining-first):not(.adjoining-last) {
        background: none;
        min-width: 32px;
        width: 32px;
        margin: 2px; }
      .attendance-calendar .ember-power-calendar-day-grid .ember-power-calendar-day .day-periods .daily-log-icon .white-icon {
        color: white !important; }
    .attendance-calendar .ember-power-calendar-day-grid .ember-power-calendar-day.ember-power-calendar-day--today .day-bg {
      background-color: #bdbdbd; }
      .attendance-calendar .ember-power-calendar-day-grid .ember-power-calendar-day.ember-power-calendar-day--today .day-bg.open {
        background-color: #277d91; }
    .attendance-calendar .ember-power-calendar-day-grid .ember-power-calendar-day.ember-power-calendar-day--today .day-number {
      font-weight: bold;
      border-color: #9e9e9e; }
      .attendance-calendar .ember-power-calendar-day-grid .ember-power-calendar-day.ember-power-calendar-day--today .day-number.open {
        border-color: #80b3be; }

@media (max-width: 960px) {
  .attendance-group-dialog md-dialog-actions {
    padding: 0 8px 0 0; }
    .attendance-group-dialog md-dialog-actions button {
      min-width: 60px; }
    .attendance-group-dialog md-dialog-actions .layout-column > span:first-child {
      font-size: 85%; }
    .attendance-group-dialog md-dialog-actions .layout-column button {
      margin: 0 0 0 8px; } }

.attendance-group-learners .badge-card > md-card-content > .labels {
  display: none; }

.attendance-group-learners .attendance-disabled {
  opacity: 0.5;
  margin-bottom: 18px; }
  .attendance-group-learners .attendance-disabled md-card {
    margin-bottom: 0; }

.attendance-group-weekly td.md-cell {
  max-width: 146px; }
  .attendance-group-weekly td.md-cell > .layout-row {
    max-width: 138px;
    margin-right: 0; }

.attendance-group-weekly .adjoining-buttons {
  margin: 0 3px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.attendance-group-weekly th.md-column.border-left,
.attendance-group-weekly td.md-cell.border-left {
  border-left-color: #9e9e9e; }
  .attendance-group-weekly th.md-column.border-left.border-left--darker,
  .attendance-group-weekly td.md-cell.border-left.border-left--darker {
    border-left-color: #757575; }

.attendance-group-weekly .md-button.md-icon-button,
.attendance-group-weekly .md-button.md-fab.md-mini {
  height: 28px;
  min-height: 28px;
  line-height: 28px;
  width: 28px;
  min-width: 28px;
  padding: 3px;
  margin: 0; }

.attendance-group-weekly a.md-button.md-icon-button,
.attendance-group-weekly a.md-button.md-fab.md-mini {
  padding-top: 5px; }

.attendance-group-weekly td.group-attendance-weekly {
  min-width: 20px;
  background-color: #bdbdbd; }

.attendance-group-weekly td:not(.group-attendance-weekly) {
  padding-right: 8px !important; }

.attendance-group-weekly tbody.md-body > tr.md-row:first-child {
  height: 32px; }

.attendance-group-weekly td > div.layout-row > div:first-child > .paper-badge {
  margin-left: 0; }

.attendance-group-weekly__profile-image-container {
  min-width: 100%;
  margin: 0;
  padding: 0;
  line-height: normal; }

.attendance-group-weekly__profile-image {
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 8px; }

.attendance-group-weekly .paper-badge,
.attendance-absences .paper-badge {
  height: 1em;
  line-height: 0.8em;
  color: black;
  margin-left: 2px; }

.attendance-absences td.md-cell > div.layout-row span.label {
  padding: 8px 4px; }

@media only screen and (min-width: 500px) {
  .attendance-group-weekly > table.md-table tbody > tr:nth-of-type(odd) {
    background-color: white; }
  .attendance-group-weekly > table.md-table th.md-column.sticky-column-1, .attendance-group-weekly > table.md-table th.md-column.sticky-column-2, .attendance-group-weekly > table.md-table th.md-column.sticky-column-3, .attendance-group-weekly > table.md-table th.md-column.sticky-column-4,
  .attendance-group-weekly > table.md-table td.md-cell.sticky-column-1,
  .attendance-group-weekly > table.md-table td.md-cell.sticky-column-2,
  .attendance-group-weekly > table.md-table td.md-cell.sticky-column-3,
  .attendance-group-weekly > table.md-table td.md-cell.sticky-column-4 {
    z-index: 21;
    background: inherit; }
  .attendance-group-weekly > table.md-table th.md-column.sticky-column-1,
  .attendance-group-weekly > table.md-table td.md-cell.sticky-column-1 {
    max-width: 42px !important;
    min-width: 42px;
    padding: 0 8px !important; }
  .attendance-group-weekly > table.md-table th.md-column.sticky-column-2,
  .attendance-group-weekly > table.md-table td.md-cell.sticky-column-2 {
    left: 52px;
    max-width: 124px !important;
    width: 124px;
    padding: 0 8px !important; }
  .attendance-group-weekly > table.md-table th.md-column.sticky-column-3,
  .attendance-group-weekly > table.md-table td.md-cell.sticky-column-3 {
    left: 175px;
    max-width: 124px !important;
    width: 124px;
    padding: 0 8px !important; } }

.attendance-confirmation-list img {
  margin: 0 8px; }

.md-actions.attendance-marked, .md-actions.attendance-justified,
.md-button.md-raised.attendance-marked,
.md-button.md-raised.attendance-justified,
td.attendance-marked,
td.attendance-justified,
td.group-attendance-weekly.attendance-marked,
td.group-attendance-weekly.attendance-justified,
.paper-badge.attendance-marked,
.paper-badge.attendance-justified,
.attendance-term-minimaps__day-periods__cell.attendance-marked,
.attendance-term-minimaps__day-periods__cell.attendance-justified {
  background-color: #fecb64 !important; }

.md-actions.attendance-present,
.md-button.md-raised.attendance-present,
td.attendance-present,
td.group-attendance-weekly.attendance-present,
.paper-badge.attendance-present,
.attendance-term-minimaps__day-periods__cell.attendance-present {
  background-color: #81c784 !important; }

.md-actions.attendance-unjustified,
.md-button.md-raised.attendance-unjustified,
td.attendance-unjustified,
td.group-attendance-weekly.attendance-unjustified,
.paper-badge.attendance-unjustified,
.attendance-term-minimaps__day-periods__cell.attendance-unjustified {
  background-color: #e26268 !important; }

.md-actions.attendance-late,
.md-button.md-raised.attendance-late,
td.attendance-late,
td.group-attendance-weekly.attendance-late,
.paper-badge.attendance-late,
.attendance-term-minimaps__day-periods__cell.attendance-late {
  background: repeating-linear-gradient(45deg, #81c784, #81c784 10%, #81c784ad 10%, #81c784ad 20%); }

.attendance-today__actions-column {
  margin-right: 20px; }

.attendance-today__actions-block {
  margin-bottom: 12px; }
  .attendance-today__actions-block md-input-container {
    margin: 0; }
    .attendance-today__actions-block md-input-container .md-errors-spacer {
      display: none; }

.attendance-today__attendance-buttons {
  margin-bottom: 8px; }
  .attendance-today__attendance-buttons__future-absence {
    margin-left: 0; }
  .attendance-today__attendance-buttons .paper-divider {
    padding: 10px;
    margin-right: 20px;
    max-height: 90%; }

.attendance-today__period-widget {
  margin-right: 20px; }

.attendance-period > span {
  position: relative; }

.attendance-class md-card-content {
  padding: 0; }
  .attendance-class md-card-content .group-name {
    padding: 8px; }
  .attendance-class md-card-content .group-profile-image {
    height: 56px;
    width: auto; }
    .attendance-class md-card-content .group-profile-image img.single {
      width: 50px;
      height: 50px;
      margin: 3px;
      border-radius: 50%; }

.monospaced-code {
  display: inline-block;
  width: 1em;
  text-align: center; }

.attendance-unexplained-messages md-icon,
.attendance-group-messages md-icon {
  color: #fecb64 !important; }

.slip-printer-frame {
  height: 1px;
  width: 1px;
  position: absolute;
  top: -100px;
  left: -100px; }

.attendance-tallies > h4,
.attendance-tallies > span {
  padding-right: 8px; }

.attendance-term-minimaps {
  overflow-x: auto; }
  .attendance-term-minimaps__container {
    margin-right: 8px; }
  .attendance-term-minimaps__day-periods {
    min-width: 32px;
    min-height: 32px; }
    .attendance-term-minimaps__day-periods__cell {
      width: 100%;
      position: absolute;
      height: 100%;
      padding: 0.2px;
      -webkit-filter: none;
      filter: none; }
      .attendance-term-minimaps__day-periods__cell:hover {
        cursor: pointer;
        -webkit-filter: brightness(110%);
        filter: brightness(110%); }
      .attendance-term-minimaps__day-periods__cell:not(:only-child):first-child {
        clip-path: polygon(0 0, 100% 0%, 50% 50%, 0% 100%); }
      .attendance-term-minimaps__day-periods__cell:nth-child(2) {
        clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0% 100%); }
  .attendance-term-minimaps .day--closed {
    background-color: #bdbdbd; }
    .attendance-term-minimaps .day--closed:hover {
      cursor: pointer;
      background-color: #e0e0e0; }
  @media (max-width: 1280px) {
    .attendance-term-minimaps .ember-power-calendar-week-number {
      width: 24px; } }
  @media (min-width: 1280px) {
    .attendance-term-minimaps__container {
      margin-right: 12px; } }

.revised-code-button {
  color: #c41217; }

.attendance-messages__copy-message.md-button.md-icon-button {
  height: 28px;
  min-height: 28px;
  line-height: 28px;
  padding: 4px;
  border-radius: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .attendance-messages__copy-message.md-button.md-icon-button md-icon {
    color: #fecb64 !important; }

.chart-pie .arc text,
.chart-donut .arc text {
  font: 10px sans-serif;
  text-anchor: middle; }

.chart-pie .arc path,
.chart-donut .arc path {
  stroke: #fff; }

.chart-pie .arc:hover,
.chart-donut .arc:hover {
  fill-opacity: 0.75;
  cursor: pointer; }

.chart-pie .hole-label,
.chart-donut .hole-label {
  text-anchor: middle;
  font-weight: bold; }

.chart-pie .secure-percentage,
.chart-pie .developing-percentage,
.chart-donut .secure-percentage,
.chart-donut .developing-percentage {
  text-anchor: middle;
  font: 10px sans-serif; }

.chart-pie .secure-percentage,
.chart-donut .secure-percentage {
  fill: #fff; }

.chart-bar .bar:hover {
  fill-opacity: 0.75;
  cursor: pointer; }

.chart-box .box {
  font: 10px sans-serif; }
  .chart-box .box line,
  .chart-box .box rect,
  .chart-box .box circle {
    fill: #fff;
    stroke: #000;
    stroke-width: 1.5px; }
  .chart-box .box .center {
    stroke-dasharray: 3, 3; }
  .chart-box .box .outlier {
    fill: none;
    stroke: #ccc; }

.chart-sparkline circle {
  stroke: steelblue;
  fill: steelblue;
  cursor: pointer; }

.chart .legend {
  min-width: 120px;
  overflow-y: auto;
  padding-left: 8px; }
  .chart .legend li {
    list-style-type: none; }
  .chart .legend .legend-chip {
    display: inline-block;
    border: 1px solid #000;
    width: 12px;
    height: 12px;
    margin-right: 3px; }

@media (max-width: 960px) {
  .chart .legend {
    min-width: 60px;
    font-size: 0.85em; } }

.d3-tip {
  z-index: 100;
  line-height: 1;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  pointer-events: none;
  font-size: 0.85em;
  /* Creates a small triangle extender for the tooltip */
  /* Northward tooltips */
  /* Eastward tooltips */
  /* Southward tooltips */
  /* Westward tooltips */ }
  .d3-tip:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    position: absolute;
    pointer-events: none; }
  .d3-tip.n:after {
    content: '\25BC';
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
    text-align: center; }
  .d3-tip.e:after {
    content: '\25C0';
    margin: -4px 0 0 0;
    top: 50%;
    left: -8px; }
  .d3-tip.s:after {
    content: '\25B2';
    margin: 0 0 1px 0;
    top: -8px;
    left: 0;
    text-align: center; }
  .d3-tip.w:after {
    content: '\25B6';
    margin: -4px 0 0 -1px;
    top: 50%;
    left: 100%; }
  .d3-tip h3 {
    margin-top: 0;
    margin-bottom: 4px; }
  .d3-tip ul {
    margin-bottom: 0; }

.chart.chart-timeline .timeline-label {
  width: 45px;
  text-overflow: ellipsis; }

.chart.chart-timeline g.axis {
  stroke-dasharray: none; }
  .chart.chart-timeline g.axis g.tick {
    stroke-opacity: 0.3; }

.post-list-heading {
  background: #fafafa;
  position: sticky;
  top: -16px;
  max-width: 620px;
  padding: 0 8px 4px 8px;
  margin: 0 auto 18px auto;
  z-index: 2;
  color: #757575; }
  .post-list-heading md-icon {
    width: 24px;
    margin: 0 6px;
    color: #757575; }

.about-heading md-icon {
  width: 24px;
  margin: 0 6px; }

md-card.page-description-card {
  max-width: 600px;
  margin: 16px auto; }

.dummy-new-post {
  max-width: 616px;
  margin: 8px auto; }
  .dummy-new-post md-chips-wrap {
    -webkit-box-shadow: none;
    box-shadow: none; }

.post-container,
.summary-container {
  margin: 8px; }

.new-post-dialog {
  border: 0px dashed #bdbdbd;
  border-radius: 2px;
  color: #9e9e9e;
  padding: 8px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.21);
  border-radius: 10px;
  min-height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  font-weight: 400;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.new-post-dialog:active {
  -webkit-transform: scale(0.99);
  transform: scale(0.99);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out; }

.post-content {
  height: 100%; }

.newpost-ui {
  min-height: 50vh; }
  .newpost-ui .mce-tinymce {
    width: 100%; }
  .newpost-ui .tox-edit-area {
    min-height: 30vh; }

md-dialog .md-dialog-content.newpost-dialog-content {
  padding: 12px 24px; }

.post-tags-chooser h4 {
  margin-bottom: 4px; }

.post-tags-chooser .md-chips.layout-column md-chip {
  float: none;
  cursor: pointer; }

.post-tags-chooser md-chip > md-checkbox > .md-container {
  display: none; }

.post-tags-chooser md-chip > md-checkbox > .md-label {
  margin-left: 0; }

.md-button.md-default-theme.md-raised.new-post-fab,
.md-button.md-default-theme.md-raised.red-fab {
  background-color: #ca171d; }
  .md-button.md-default-theme.md-raised.new-post-fab:hover,
  .md-button.md-default-theme.md-raised.red-fab:hover {
    background-color: #ffb3b3; }
  .md-button.md-default-theme.md-raised.new-post-fab md-icon,
  .md-button.md-default-theme.md-raised.red-fab md-icon {
    color: #fff; }

md-card.post {
  max-width: 600px;
  margin: 16px auto; }
  md-card.post .post-header-text {
    max-height: inherit; }
  md-card.post .post-avatar {
    height: 100%; }
  md-card.post .post-author {
    width: 75px;
    height: 75px; }
    md-card.post .post-author img {
      margin: auto;
      width: 70px;
      height: 70px;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 50%; }
  @media only screen and (max-width: 350px) {
    md-card.post md-card md-card-header md-card-avatar + md-card-header-text .md-title.post-title,
    md-card.post .post-title {
      margin-top: 0 !important; }
    md-card.post .post-author,
    md-card.post .post-author img {
      margin-top: 1px;
      width: 35px;
      height: 35px; } }
  md-card.post md-card md-card-header md-card-avatar + md-card-header-text {
    max-height: auto; }
  md-card.post md-card md-card-header md-card-avatar + md-card-header-text .md-title.post-title,
  md-card.post .post-title {
    font-size: 1.2em;
    margin: 12px 0 0 4px;
    padding-bottom: 0.1em; }
  md-card.post .post-byline {
    margin-left: 4px; }
    md-card.post .post-byline md-chip {
      background-color: #e0e0e0;
      height: 24px;
      line-height: 24px;
      vertical-align: middle;
      border-radius: 12px;
      padding: 0;
      display: inline-block; }
      md-card.post .post-byline md-chip .md-chip-content {
        display: inline-block;
        line-height: 24px;
        height: 24px;
        margin: 0 12px 0 6px;
        vertical-align: top; }
    md-card.post .post-byline md-chips .md-contact-avatar img {
      max-width: 24px;
      max-height: 24px; }
    md-card.post .post-byline md-chips md-chips-wrap {
      -webkit-box-shadow: none;
      box-shadow: none;
      font-size: 0.9em; }
    md-card.post .post-byline md-chips md-chip .md-chip-content {
      margin-left: 0; }
  md-card.post .post-type md-icon {
    width: 18px;
    margin-left: 4px; }
  md-card.post md-card-actions {
    margin: 0; }
    md-card.post md-card-actions .md-button.md-icon-button {
      height: 24px;
      min-height: 24px;
      line-height: 24px;
      width: 24px;
      padding: 3px; }
      md-card.post md-card-actions .md-button.md-icon-button md-icon {
        color: #bdbdbd; }
        md-card.post md-card-actions .md-button.md-icon-button md-icon:hover {
          color: #757575; }
  md-card.post .post-publisher {
    padding-left: 8px; }
  md-card.post .post-body :first-child {
    margin-top: 0; }
  md-card.post .post-body {
    line-height: 23px;
    overflow: hidden; }
    md-card.post .post-body img {
      max-width: 100%; }
  md-card.post .post-comments {
    border-top: 1px solid #e0e0e0;
    padding-top: 8px;
    font-size: 85%; }
    md-card.post .post-comments .post-comments-count {
      cursor: pointer; }
      md-card.post .post-comments .post-comments-count md-icon {
        margin: 0 3px 0 6px; }
  md-card.post .post-gallery {
    position: relative;
    max-height: 80vh;
    background-color: #e0e0e0;
    overflow: hidden; }
    md-card.post .post-gallery img {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      max-height: inherit;
      max-width: 100%;
      margin: 0 auto;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: 50% 50%;
      object-position: 50% 50%; }
    md-card.post .post-gallery .video-js .vjs-big-play-button {
      left: 40%;
      width: 20%;
      top: 40%; }
    md-card.post .post-gallery object,
    md-card.post .post-gallery iframe {
      height: 50vh; }
    md-card.post .post-gallery .post-gallery-prev,
    md-card.post .post-gallery .post-gallery-next {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      opacity: 0.7; }
      md-card.post .post-gallery .post-gallery-prev:hover,
      md-card.post .post-gallery .post-gallery-next:hover {
        opacity: 1; }
    md-card.post .post-gallery .post-gallery-prev {
      left: 8px; }
    md-card.post .post-gallery .post-gallery-next {
      right: 8px; }
  md-card.post .post-comment {
    margin: 8px 0;
    padding-top: 8px; }
    md-card.post .post-comment img.comment-author {
      margin-right: 8px;
      width: 36px;
      height: 36px; }
    md-card.post .post-comment span.comment-author {
      margin-bottom: 8px;
      font-weight: bold; }
    md-card.post .post-comment .comment-in-reply-to {
      font-size: 85%;
      padding: 2px 0; }
      md-card.post .post-comment .comment-in-reply-to md-icon {
        margin-top: -2px; }
  md-card.post .post__comment--removed {
    opacity: 80%; }
  md-card.post .comment-date {
    margin: 8px 8px 8px 0px;
    color: #757575; }
  md-card.post .comment__status {
    cursor: default;
    min-width: 24px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    margin: -2px 5px 0;
    padding: 0 8px;
    font-size: 0.8em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    line-height: 2; }
    md-card.post .comment__status--accepted {
      background-color: #81c784; }
    md-card.post .comment__status--pending {
      background-color: #fecb64; }
    md-card.post .comment__status--declined {
      background-color: #d51f27;
      color: rgba(255, 255, 255, 0.87); }
  md-card.post .post-comments > .post-comment > .post-comment {
    padding-left: 44px; }
  md-card.post .post-new-comment {
    margin-top: 8px;
    padding-top: 8px;
    font-size: 85%; }
    md-card.post .post-new-comment img.comment-author {
      margin-right: 8px;
      width: 36px;
      height: 36px; }
    md-card.post .post-new-comment md-input-container {
      margin-top: 0; }
    md-card.post .post-new-comment .md-button.md-icon-button {
      margin: 0 10px;
      padding: 0;
      width: 16px;
      min-height: 16px;
      height: 16px;
      line-height: 16px; }
  md-card.post .post-tags {
    margin-top: 16px; }
  md-card.post md-card-content .post-tags md-chip {
    cursor: pointer; }
    md-card.post md-card-content .post-tags md-chip.md-selected {
      background-color: #4fc1c1; }

.post-attachment {
  height: 130px;
  width: 120px;
  margin: 6px 12px;
  position: relative; }
  .post-attachment .uppy-DashboardItem-preview {
    height: 100px !important;
    width: 120px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border: 1px solid #e0e0e0;
    background-color: #e0e0e0; }
    .post-attachment .uppy-DashboardItem-preview .uppy-DashboardItem-previewInnerWrap {
      -webkit-box-shadow: unset !important;
      box-shadow: unset !important;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .post-attachment .uppy-DashboardItem-preview .uppy-DashboardItem-previewInnerWrap > img {
        max-height: 90px;
        max-width: 120px; }
    .post-attachment .uppy-DashboardItem-preview .uppy-DashboardItem-previewIcon {
      z-index: 1 !important;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .post-attachment > span {
    font-size: 0.8em;
    white-space: nowrap;
    overflow: hidden;
    padding: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 120px;
    text-overflow: ellipsis;
    border: 1px solid #e0e0e0;
    border-top: 0px none; }
    .post-attachment > span.attachment-name {
      border-bottom: 0px none; }
    .post-attachment > span.attachment-meta {
      font-size: 0.65em;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px; }
  .post-attachment button.md-fab.md-mini {
    position: absolute;
    right: -8px;
    top: -8px;
    padding: 2px;
    margin: 0;
    line-height: 22px;
    min-height: 22px;
    height: 22px;
    width: 22px; }

.reactions .reactions-counts {
  padding-right: 8px;
  font-size: 0.85em; }
  .reactions .reactions-counts img {
    vertical-align: middle;
    margin-left: 8px; }

.reactions .md-button.reactions-react {
  padding: 0;
  margin: 6px 0;
  min-width: 0;
  min-height: 26px;
  line-height: 24px; }
  .reactions .md-button.reactions-react img,
  .reactions .md-button.reactions-react span {
    vertical-align: middle; }
  .reactions .md-button.reactions-react img {
    opacity: 0.8; }
  .reactions .md-button.reactions-react span {
    display: inline-block;
    padding-top: 2px;
    color: #9e9e9e;
    text-transform: none; }
  .reactions .md-button.reactions-react.reactions-reacted img, .reactions .md-button.reactions-react:hover img {
    opacity: 1; }
  .reactions .md-button.reactions-react.reactions-reacted span, .reactions .md-button.reactions-react:hover span {
    color: #000000; }

.post-publisher .md-button.md-raised {
  color: #424242; }
  .post-publisher .md-button.md-raised[disabled] {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
    .post-publisher .md-button.md-raised[disabled].published {
      background-color: #81c784;
      color: #fff; }
    .post-publisher .md-button.md-raised[disabled].draft {
      background-color: #ffb74d;
      color: #000; }

.modal-title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none; }

.new-post-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.new-post-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* Post Creation */
.mobile-post-container {
  position: absolute;
  width: 100%;
  height: 100%; }

.newpost-dialog-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.newpost-post-body {
  position: relative; }
  .newpost-post-body .newpost-editor-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .newpost-post-body .newpost-editor-wrap .mce-tinymce,
    .newpost-post-body .newpost-editor-wrap .mce-stack-layout,
    .newpost-post-body .newpost-editor-wrap .mce-edit-area {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
    .newpost-post-body .newpost-editor-wrap .mce-tinymce iframe {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }

.mobile-input {
  width: 100%;
  height: 100% !important;
  font-size: 20px;
  border: 0; }

.newpost-ui {
  height: 100%; }

.newpost-form {
  height: 100%; }

@media only screen and (orientation: portrait) {
  .picker.picker-dialog {
    height: 80vh !important;
    width: 96vw !important;
    top: 0 !important;
    margin: 10vh 0; }
    .picker.picker-dialog > .picker-dialog-content {
      height: 100% !important;
      width: 100% !important; } }

.mobile-post-toolbar {
  width: 100%;
  height: 100%;
  border-top: 1px solid #d7d7d7; }

.post-calender {
  border-width: 0 0 1px 0;
  height: 31.3px;
  width: 250px;
  font-size: 95%; }

.post-date-label {
  color: var(--foreground-2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: small; }

.post-filter-label {
  color: blue;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.post-filter-label:hover {
  fill-opacity: 0.75;
  cursor: pointer; }

.post-view-sentinel {
  height: 0;
  padding: 0;
  margin: 0; }

.post-published md-card {
  -webkit-box-shadow: inset 6px 0 0 0 #81c784, 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);
  box-shadow: inset 6px 0 0 0 #81c784, 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); }

.post-draft md-card {
  -webkit-box-shadow: inset 6px 0 0 0 #ffb74d, 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);
  box-shadow: inset 6px 0 0 0 #ffb74d, 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); }

.post-hero md-card {
  -webkit-box-shadow: inset 6px 0 0 0 #01667d, 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);
  box-shadow: inset 6px 0 0 0 #01667d, 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); }

.tag-wrap {
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  line-height: normal !important; }

.tag-text-padding {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

.tag-text-wrap-checkbox {
  margin-bottom: 4px !important;
  margin-top: 4px !important; }

.pinned-post__pinned-icon {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: default; }

.post-list-heading {
  top: 38px;
  margin: 24px auto 35px;
  padding-top: 13px; }
  @media (max-width: 960px) {
    .post-list-heading {
      top: 46px; } }
  .post-list-heading.my-feed-heading {
    margin: 0 auto;
    top: 0; }

.post-with-sidecar {
  max-width: 750px;
  margin: 0 auto; }

.sidecar-post {
  margin: 8px; }

.post-sidecar {
  padding: 8px 0; }
  .post-sidecar .badge-card {
    margin: 18px 12px 8px 6px; }
  .post-sidecar button.md-button {
    width: calc(100% - 18px);
    margin: 8px 12px 8px 6px; }
  .post-sidecar > span {
    width: 100%;
    text-align: center;
    font-size: 0.85em;
    padding: 0 8px; }

.md-contact-suggestion .md-contact-name {
  width: 150px !important; }

.post-reuser-preview .reuse-post-token {
  color: #d51f27; }

p.bulk-post-preview:not(h4) {
  font-size: 14px; }

.dummy-new-post > .new-post-dialog {
  max-width: 600px; }

.constrain-xs > .dummy-new-post > .new-post-dialog {
  margin-left: auto;
  margin-right: auto; }

.default-post-title {
  max-width: 616px;
  margin: 8px auto;
  font-size: 23px; }

.divide-line {
  height: 2px;
  border-width: 0;
  color: gray;
  background-color: #0d4d71; }

.route-group-posts__proof-read-container {
  border: #2f3439; }

.profile-banner.sticky-element__wrap {
  width: calc(100% + 32px);
  margin: -16px 0 0 -16px;
  min-height: 380px; }

.profile-banner a.profile-banner__image {
  background-color: transparent; }

.profile-banner .profile-banner.sticky-element {
  background-color: #fafafa;
  -webkit-box-shadow: 0 2px 4px -2px var(--box-shadow);
  box-shadow: 0 2px 4px -2px var(--box-shadow);
  padding: 0 16px; }

.profile-banner .profile-banner:not(.sticky-element--sticky) .profile-banner__image {
  width: 152px;
  display: inline-block;
  border-radius: 100px; }
  @media (max-width: 1280px) {
    .profile-banner .profile-banner:not(.sticky-element--sticky) .profile-banner__image {
      width: 104px; }
      .profile-banner .profile-banner:not(.sticky-element--sticky) .profile-banner__image .uppy-DragDrop-label {
        font-size: 12px !important; }
      .profile-banner .profile-banner:not(.sticky-element--sticky) .profile-banner__image .uppy-DragDrop-arrow {
        margin-bottom: 4px !important; }
      .profile-banner .profile-banner:not(.sticky-element--sticky) .profile-banner__image .uppy-DragDrop-container .uppy-DragDrop-inner {
        padding: 16px !important; } }
  @media (max-width: 960px) {
    .profile-banner .profile-banner:not(.sticky-element--sticky) .profile-banner__image {
      width: 76px; }
      .profile-banner .profile-banner:not(.sticky-element--sticky) .profile-banner__image .uppy-DragDrop-label {
        display: none !important; } }

.profile-banner .profile-banner .ribbon-wrapper {
  top: 12px;
  left: 100px; }

.profile-banner .profile-banner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px 0 16px; }
  .profile-banner .profile-banner__text .md-subhead {
    font-weight: bold;
    padding-left: 1px;
    font-size: 14px;
    color: var(--foreground-2); }
  @media (max-width: 1280px) {
    .profile-banner .profile-banner__text .md-headline {
      font-size: 22px; } }
  @media (max-width: 960px) {
    .profile-banner .profile-banner__text {
      font-size: 14px; }
      .profile-banner .profile-banner__text .md-headline {
        font-size: 20px; } }
  @media (max-width: 600px) {
    .profile-banner .profile-banner__text .md-headline {
      font-size: 18px; } }

.profile-banner .profile-banner__info {
  margin-top: 8px; }
  @media (max-width: 960px) {
    .profile-banner .profile-banner__info {
      margin-top: 4px; }
      .profile-banner .profile-banner__info md-icon {
        height: 20px !important;
        min-height: 20px !important;
        min-width: 20px !important;
        font-size: 20px !important;
        line-height: 20px !important; } }
  .profile-banner .profile-banner__info md-icon {
    margin-right: 6px; }
  .profile-banner .profile-banner__info.critical strong,
  .profile-banner .profile-banner__info.critical md-icon {
    color: #db4147; }

.profile-banner .profile-banner__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  padding: 16px;
  min-height: 44px; }
  @media (max-width: 960px) {
    .profile-banner .profile-banner__card {
      gap: 24px; } }

.profile-banner .profile-banner__image {
  -ms-flex-item-align: center;
  align-self: center; }
  .profile-banner .profile-banner__image img {
    height: 152px;
    width: 152px; }
  .profile-banner .profile-banner__image .image-uploader {
    width: 152px;
    height: 152px;
    border-radius: 100px; }
    .profile-banner .profile-banner__image .image-uploader.image-uploader--force-display .uppy-DragDrop-container {
      border-radius: 100px;
      opacity: 1;
      border: none;
      -webkit-box-shadow: 0 0 4px 2px #fafafa;
      box-shadow: 0 0 4px 2px #fafafa; }
      .profile-banner .profile-banner__image .image-uploader.image-uploader--force-display .uppy-DragDrop-container .uppy-DragDrop-inner {
        padding: 24px; }
        .profile-banner .profile-banner__image .image-uploader.image-uploader--force-display .uppy-DragDrop-container .uppy-DragDrop-inner svg {
          display: inline-block; }
    .profile-banner .profile-banner__image .image-uploader md-progress-circular {
      margin: 0 !important;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .profile-banner .profile-banner__image .image-uploader .uppy-DragDrop-container {
      display: block;
      position: absolute;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      z-index: 4;
      top: 0;
      left: 0; }
      .profile-banner .profile-banner__image .image-uploader .uppy-DragDrop-container .uppy-DragDrop-inner svg {
        display: none; }
    .profile-banner .profile-banner__image .image-uploader .uppy-DragDrop-container.is-dragdrop-supported.drag {
      opacity: 1;
      z-index: 6; }
  @media (max-width: 1280px) {
    .profile-banner .profile-banner__image img {
      height: 104px;
      width: 104px; }
    .profile-banner .profile-banner__image .image-uploader {
      width: 104px;
      height: 104px; } }
  @media (max-width: 960px) {
    .profile-banner .profile-banner__image img {
      height: 76px;
      width: 76px; }
    .profile-banner .profile-banner__image .image-uploader {
      width: 76px;
      height: 76px; } }
  .profile-banner .profile-banner__image-wrap {
    position: relative;
    -ms-flex-item-align: center;
    align-self: center; }
    .profile-banner .profile-banner__image-wrap .profile-banner__image__upload, .profile-banner .profile-banner__image-wrap .profile-banner__image__photo, .profile-banner .profile-banner__image-wrap .profile-banner__image__navigation {
      -webkit-box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 4px #01667d;
      box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 4px #01667d; }
    .profile-banner .profile-banner__image-wrap:has(.gender-male) .profile-banner__image__upload, .profile-banner .profile-banner__image-wrap:has(.gender-male) .profile-banner__image__photo, .profile-banner .profile-banner__image-wrap:has(.gender-male) .profile-banner__image__navigation {
      -webkit-box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 4px var(--gender-color-male);
      box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 4px var(--gender-color-male); }
    .profile-banner .profile-banner__image-wrap:has(.gender-female) .profile-banner__image__upload, .profile-banner .profile-banner__image-wrap:has(.gender-female) .profile-banner__image__photo, .profile-banner .profile-banner__image-wrap:has(.gender-female) .profile-banner__image__navigation {
      -webkit-box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 4px var(--gender-color-female);
      box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 4px var(--gender-color-female); }
    .profile-banner .profile-banner__image-wrap:has(.gender-neutral) .profile-banner__image__upload, .profile-banner .profile-banner__image-wrap:has(.gender-neutral) .profile-banner__image__photo, .profile-banner .profile-banner__image-wrap:has(.gender-neutral) .profile-banner__image__navigation {
      -webkit-box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 4px var(--gender-color-neutral);
      box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 4px var(--gender-color-neutral); }
  .profile-banner .profile-banner__image__wrapper {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-top: 50px; }
  .profile-banner .profile-banner__image__upload {
    background-color: #fafafa;
    bottom: 4px;
    display: block;
    height: 24px;
    margin: 0;
    min-height: 24px;
    position: absolute;
    right: 12px;
    width: 24px;
    z-index: 12; }
    @media (max-width: 1280px) {
      .profile-banner .profile-banner__image__upload {
        right: 0; } }
    @media (max-width: 960px) {
      .profile-banner .profile-banner__image__upload {
        bottom: 0; } }
    .profile-banner .profile-banner__image__upload.md-focused {
      background-color: #fafafa; }
    .profile-banner .profile-banner__image__upload.md-icon-button:hover {
      background-color: #fdfdfd; }
    .profile-banner .profile-banner__image__upload md-icon {
      font-size: 18px;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .profile-banner .profile-banner__image__upload--rotated md-icon {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
  .profile-banner .profile-banner__image__photo {
    background-color: #fafafa;
    bottom: 4px;
    display: block;
    height: 24px;
    margin: 0;
    min-height: 24px;
    position: absolute;
    left: 12px;
    width: 24px;
    z-index: 12; }
    @media (max-width: 1280px) {
      .profile-banner .profile-banner__image__photo {
        left: 0; } }
    @media (max-width: 960px) {
      .profile-banner .profile-banner__image__photo {
        bottom: 0; } }
    .profile-banner .profile-banner__image__photo.md-focused {
      background-color: #fafafa; }
    .profile-banner .profile-banner__image__photo.md-icon-button:hover {
      background-color: #fdfdfd; }
    .profile-banner .profile-banner__image__photo md-icon {
      font-size: 18px;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .profile-banner .profile-banner__image__photo--rotated md-icon {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
  .profile-banner .profile-banner__image__navigation {
    background-color: #fafafa;
    bottom: 2px;
    display: block;
    height: 24px;
    margin: 0;
    min-height: 24px;
    position: absolute;
    right: 6px;
    width: 24px;
    z-index: 12; }
    @media (max-width: 1280px) {
      .profile-banner .profile-banner__image__navigation {
        left: 0; } }
    @media (max-width: 960px) {
      .profile-banner .profile-banner__image__navigation {
        bottom: 0; } }
    .profile-banner .profile-banner__image__navigation.md-focused {
      background-color: #fafafa; }
    .profile-banner .profile-banner__image__navigation.md-icon-button:hover {
      background-color: #fdfdfd; }
    .profile-banner .profile-banner__image__navigation md-icon {
      font-size: 18px;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .profile-banner .profile-banner__image__navigation--rotated md-icon {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
  .profile-banner .profile-banner__image img {
    -webkit-box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 6px #01667d;
    box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 6px #01667d; }
  .profile-banner .profile-banner__image.gender-male img {
    -webkit-box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 6px var(--gender-color-male);
    box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 6px var(--gender-color-male); }
  .profile-banner .profile-banner__image.gender-female img {
    -webkit-box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 6px var(--gender-color-female);
    box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 6px var(--gender-color-female); }
  .profile-banner .profile-banner__image.gender-neutral img {
    -webkit-box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 6px var(--gender-color-neutral);
    box-shadow: 0px 0px 4px 2px #fafafa, 0px 0px 0px 6px var(--gender-color-neutral); }

.profile-banner .profile-banner.sticky-element--sticky {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 52px;
  padding: 4px 32px;
  right: 0;
  top: calc(56px + (var(--safe-area-inset-top) * 0.75));
  z-index: 24; }
  @media (max-width: 1280px) {
    .profile-banner .profile-banner.sticky-element--sticky {
      padding: 4px 24px; } }
  @media (max-width: 960px) {
    .profile-banner .profile-banner.sticky-element--sticky {
      padding: 4px 12px; } }
  @media (max-width: 600px) {
    .profile-banner .profile-banner.sticky-element--sticky {
      padding: 4px; } }
  .profile-banner .profile-banner.sticky-element--sticky .profile-banner__card {
    padding: 0;
    gap: 16px; }
    @media (max-width: 1280px) {
      .profile-banner .profile-banner.sticky-element--sticky .profile-banner__card {
        padding-left: 12px; } }
  .profile-banner .profile-banner.sticky-element--sticky .profile-banner__text {
    padding: 0;
    -ms-flex-item-align: center;
    align-self: center; }
    @media (max-width: 600px) {
      .profile-banner .profile-banner.sticky-element--sticky .profile-banner__text {
        max-width: 50%; } }
    @media (max-width: 1280px) {
      .profile-banner .profile-banner.sticky-element--sticky .profile-banner__text span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; } }
  .profile-banner .profile-banner.sticky-element--sticky .profile-banner__image {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-color: transparent; }
    .profile-banner .profile-banner.sticky-element--sticky .profile-banner__image-wrap {
      -ms-flex-item-align: center;
      align-self: center; }
    .profile-banner .profile-banner.sticky-element--sticky .profile-banner__image__upload, .profile-banner .profile-banner.sticky-element--sticky .profile-banner__image__photo {
      display: none; }
    .profile-banner .profile-banner.sticky-element--sticky .profile-banner__image img {
      -webkit-box-shadow: 0px 0px 2px 2px #fafafa, 0px 0px 0px 4px #01667d;
      box-shadow: 0px 0px 2px 2px #fafafa, 0px 0px 0px 4px #01667d; }
    .profile-banner .profile-banner.sticky-element--sticky .profile-banner__image.gender-male img {
      -webkit-box-shadow: 0px 0px 2px 2px #fafafa, 0px 0px 0px 4px var(--gender-color-male);
      box-shadow: 0px 0px 2px 2px #fafafa, 0px 0px 0px 4px var(--gender-color-male); }
    .profile-banner .profile-banner.sticky-element--sticky .profile-banner__image.gender-female img {
      -webkit-box-shadow: 0px 0px 2px 2px #fafafa, 0px 0px 0px 4px var(--gender-color-female);
      box-shadow: 0px 0px 2px 2px #fafafa, 0px 0px 0px 4px var(--gender-color-female); }
    .profile-banner .profile-banner.sticky-element--sticky .profile-banner__image.gender-neutral img {
      -webkit-box-shadow: 0px 0px 2px 2px #fafafa, 0px 0px 0px 4px var(--gender-color-neutral);
      box-shadow: 0px 0px 2px 2px #fafafa, 0px 0px 0px 4px var(--gender-color-neutral); }
    .profile-banner .profile-banner.sticky-element--sticky .profile-banner__image img {
      height: 32px;
      width: 32px; }
    .profile-banner .profile-banner.sticky-element--sticky .profile-banner__image__wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-top: 0; }
  .profile-banner .profile-banner.sticky-element--sticky .profile-banner__actions > a md-icon, .profile-banner .profile-banner.sticky-element--sticky .profile-banner__actions > button md-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media (max-width: 1280px) {
    .profile-banner .profile-banner.sticky-element--sticky .profile-banner__actions > a, .profile-banner .profile-banner.sticky-element--sticky .profile-banner__actions > button {
      margin: 0 4px;
      padding: 4px; } }
  @media (max-width: 600px) {
    .profile-banner .profile-banner.sticky-element--sticky .profile-banner__actions > a, .profile-banner .profile-banner.sticky-element--sticky .profile-banner__actions > button {
      margin: 0 2px;
      padding: 2px;
      width: 32px;
      height: 32px; } }

.profile-banner.group-banner.sticky-element__wrap {
  min-height: 64px; }

.profile-banner.group-banner .profile-banner {
  padding: 8px 16px 4px; }
  .profile-banner.group-banner .profile-banner.sticky-element--sticky {
    padding: 4px 16px; }
    .profile-banner.group-banner .profile-banner.sticky-element--sticky .profile-banner__text {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
  .profile-banner.group-banner .profile-banner__card {
    padding: 0;
    gap: 16px; }
    @media (max-width: 1280px) {
      .profile-banner.group-banner .profile-banner__card {
        padding-left: 12px; } }
  .profile-banner.group-banner .profile-banner__text {
    padding: 0;
    -ms-flex-item-align: center;
    align-self: center; }
  .profile-banner.group-banner .profile-banner__image {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 14px;
    padding-top: 0; }
    .profile-banner.group-banner .profile-banner__image .group-profile-image {
      height: 32px;
      width: 32px; }
    .profile-banner.group-banner .profile-banner__image img {
      height: 32px;
      width: 32px;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .profile-banner.group-banner .profile-banner__image__wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
  .profile-banner.group-banner .profile-banner__actions > a md-icon, .profile-banner.group-banner .profile-banner__actions > button md-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media (max-width: 1280px) {
    .profile-banner.group-banner .profile-banner__actions > a, .profile-banner.group-banner .profile-banner__actions > button {
      margin: 0 4px;
      padding: 4px; } }
  @media (max-width: 600px) {
    .profile-banner.group-banner .profile-banner__actions > a, .profile-banner.group-banner .profile-banner__actions > button {
      margin: 0 2px;
      padding: 2px; } }

.profile-info-popup {
  padding-top: calc(var(--safe-area-inset-top) * 0.75); }
  .profile-info-popup .md-dialog-content {
    position: relative; }
  .profile-info-popup .close-button {
    position: absolute;
    top: 8px;
    right: 8px;
    margin-right: 0; }
  .profile-info-popup .avatar {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0px 0px 3px 3px #fafafa, 0px 0px 0px 6px #01667d;
    box-shadow: 0px 0px 3px 3px #fafafa, 0px 0px 0px 6px #01667d; }
    .profile-info-popup .avatar.clickable {
      cursor: pointer; }
    .profile-info-popup .avatar.gender-male {
      -webkit-box-shadow: 0px 0px 3px 3px #fafafa, 0px 0px 0px 6px var(--gender-color-male);
      box-shadow: 0px 0px 3px 3px #fafafa, 0px 0px 0px 6px var(--gender-color-male); }
    .profile-info-popup .avatar.gender-female {
      -webkit-box-shadow: 0px 0px 3px 3px #fafafa, 0px 0px 0px 6px var(--gender-color-female);
      box-shadow: 0px 0px 3px 3px #fafafa, 0px 0px 0px 6px var(--gender-color-female); }
    .profile-info-popup .avatar.gender-neutral {
      -webkit-box-shadow: 0px 0px 3px 3px #fafafa, 0px 0px 0px 6px var(--gender-color-neutral);
      box-shadow: 0px 0px 3px 3px #fafafa, 0px 0px 0px 6px var(--gender-color-neutral); }
  @media (max-width: 600px) {
    .profile-info-popup .avatar {
      width: 60px;
      height: 60px; } }
  .profile-info-popup .md-padding {
    padding-top: 0; }

.group-profile-uploader {
  margin-right: 12px; }
  .group-profile-uploader > button.md-button {
    z-index: 40; }

.international-flag {
  width: 20px;
  height: 20px; }

.learner-image {
  padding: 3px;
  display: block; }

.learner-profiles {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.caregiver-learner-profile {
  margin: 3px; }

.caregiver-learner-access-profile {
  background-color: green; }

.caregiver-learner-finance-access-profile-border {
  border: 2px #01667d dotted;
  border-radius: 50%; }

.contact-profile {
  margin: 0px 8px 8px 0px; }

.no-bottom-margins {
  margin-bottom: -12px; }

.learner-profile-another-school {
  line-height: 32px;
  width: 32px;
  height: 32px;
  border: gray solid 3px;
  border-radius: 50%;
  text-align: center; }

.route-admin-import-profileimages__upload-button--disabled {
  width: 100%;
  height: 100%; }

.progression.sticky-element__wrap {
  width: calc(100% + 32px);
  margin: 0 0 0 -16px;
  min-height: 140px; }

.progression.sticky-element {
  padding: 8px 16px;
  z-index: 20; }
  .progression.sticky-element h1 {
    margin-bottom: 8px; }
  .progression.sticky-element--sticky {
    top: calc(108px + (var(--safe-area-inset-top) * 0.75));
    padding: 4px 16px 8px; }

.school-dates-header {
  margin: -18px 0 32px; }
  .school-dates-header > span {
    padding-bottom: 6px; }
  .school-dates-header > button {
    margin-top: 0; }
  .school-dates-header > .layout-row {
    margin-bottom: 6px; }
    .school-dates-header > .layout-row > :first-child {
      min-width: 4em; }

md-input-container.school-dates-term {
  width: 3em;
  margin-left: 4px; }

.school-dates-calendar {
  width: 222px;
  margin: 8px; }
  .school-dates-calendar .ember-power-calendar-week:first-child[data-missing-days="1"] {
    padding-left: 32px; }
  .school-dates-calendar .ember-power-calendar-week:first-child[data-missing-days="2"] {
    padding-left: 64px; }
  .school-dates-calendar .ember-power-calendar-week:first-child[data-missing-days="3"] {
    padding-left: 96px; }
  .school-dates-calendar .ember-power-calendar-week:first-child[data-missing-days="4"] {
    padding-left: 128px; }
  .school-dates-calendar .ember-power-calendar-week:first-child[data-missing-days="5"] {
    padding-left: 160px; }
  .school-dates-calendar .ember-power-calendar-week:first-child[data-missing-days="6"] {
    padding-left: 192px; }
  .school-dates-calendar .ember-power-calendar-week:last-child[data-missing-days="1"] {
    padding-right: 32px; }
  .school-dates-calendar .ember-power-calendar-week:last-child[data-missing-days="2"] {
    padding-right: 64px; }
  .school-dates-calendar .ember-power-calendar-week:last-child[data-missing-days="3"] {
    padding-right: 96px; }
  .school-dates-calendar .ember-power-calendar-week:last-child[data-missing-days="4"] {
    padding-right: 128px; }
  .school-dates-calendar .ember-power-calendar-week:last-child[data-missing-days="5"] {
    padding-right: 160px; }
  .school-dates-calendar .ember-power-calendar-week:last-child[data-missing-days="6"] {
    padding-right: 192px; }
  .school-dates-calendar .ember-power-calendar-day, .school-dates-calendar .ember-power-calendar-weekday {
    max-width: 30px;
    max-height: 30px;
    width: 30px;
    height: 30px; }
  .school-dates-calendar .ember-power-calendar-weekdays, .school-dates-calendar .ember-power-calendar-week {
    height: 32px;
    padding-left: 0;
    padding-right: 0; }
  .school-dates-calendar .ember-power-calendar-day {
    color: #bbb; }
  .school-dates-calendar .ember-power-calendar-weekdays {
    color: #333333; }
  .school-dates-calendar .ember-power-calendar-nav-control {
    color: #0078c9; }
    .school-dates-calendar .ember-power-calendar-nav-control:focus {
      color: #30acff; }
  .school-dates-calendar .ember-power-calendar-day--current-month {
    color: #656D78;
    background-color: #F5F7FA; }
  .school-dates-calendar .ember-power-calendar-day--today {
    background-color: #eee; }
  .school-dates-calendar .ember-power-calendar-day:not([disabled]):hover {
    background-color: #eee; }
  .school-dates-calendar .ember-power-calendar-day--focused {
    -webkit-box-shadow: inset 0px -2px 0px 0px #0078c9;
    box-shadow: inset 0px -2px 0px 0px #0078c9; }
  .school-dates-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-start {
    background-color: #96d5ff; }
    .school-dates-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-start:hover {
      background-color: #96d5ff; }
  .school-dates-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-end {
    background-color: #96d5ff; }
    .school-dates-calendar .ember-power-calendar-day--selected.ember-power-calendar-day--range-end:hover {
      background-color: #96d5ff; }
  .school-dates-calendar .ember-power-calendar-day--selected {
    background-color: #c9e9ff;
    color: #656D78; }
  .school-dates-calendar .ember-power-calendar-day--selected:not([disabled]):hover {
    background-color: #c9e9ff;
    color: #656D78; }
  .school-dates-calendar .ember-power-calendar-day--other-month:not([disabled]):hover {
    color: #656D78; }
  .school-dates-calendar .ember-power-calendar-day--today {
    font-size: 1.2em; }
  .school-dates-calendar .ember-power-calendar-nav-title {
    font-weight: bold; }
  .school-dates-calendar .school-dates-term-1:not(.school-state-closed) {
    background-color: #e1bee7; }
    .school-dates-calendar .school-dates-term-1:not(.school-state-closed):hover {
      background-color: #ce93d8; }
  .school-dates-calendar.school-dates-calendar-editing .school-dates-term-1 {
    background-color: #f3e5f5; }
    .school-dates-calendar.school-dates-calendar-editing .school-dates-term-1.ember-power-calendar-day--selected {
      background-color: #e1bee7; }
      .school-dates-calendar.school-dates-calendar-editing .school-dates-term-1.ember-power-calendar-day--selected.ember-power-calendar-day--range-start, .school-dates-calendar.school-dates-calendar-editing .school-dates-term-1.ember-power-calendar-day--selected.ember-power-calendar-day--range-end {
        background-color: #ce93d8; }
  .school-dates-calendar .school-dates-term-2:not(.school-state-closed) {
    background-color: #bbdefb; }
    .school-dates-calendar .school-dates-term-2:not(.school-state-closed):hover {
      background-color: #90caf9; }
  .school-dates-calendar.school-dates-calendar-editing .school-dates-term-2 {
    background-color: #e3f2fd; }
    .school-dates-calendar.school-dates-calendar-editing .school-dates-term-2.ember-power-calendar-day--selected {
      background-color: #bbdefb; }
      .school-dates-calendar.school-dates-calendar-editing .school-dates-term-2.ember-power-calendar-day--selected.ember-power-calendar-day--range-start, .school-dates-calendar.school-dates-calendar-editing .school-dates-term-2.ember-power-calendar-day--selected.ember-power-calendar-day--range-end {
        background-color: #90caf9; }
  .school-dates-calendar .school-dates-term-3:not(.school-state-closed) {
    background-color: #dcedc8; }
    .school-dates-calendar .school-dates-term-3:not(.school-state-closed):hover {
      background-color: #c5e1a5; }
  .school-dates-calendar.school-dates-calendar-editing .school-dates-term-3 {
    background-color: #f1f8e9; }
    .school-dates-calendar.school-dates-calendar-editing .school-dates-term-3.ember-power-calendar-day--selected {
      background-color: #dcedc8; }
      .school-dates-calendar.school-dates-calendar-editing .school-dates-term-3.ember-power-calendar-day--selected.ember-power-calendar-day--range-start, .school-dates-calendar.school-dates-calendar-editing .school-dates-term-3.ember-power-calendar-day--selected.ember-power-calendar-day--range-end {
        background-color: #c5e1a5; }
  .school-dates-calendar .school-dates-term-4:not(.school-state-closed) {
    background-color: #fff9c4; }
    .school-dates-calendar .school-dates-term-4:not(.school-state-closed):hover {
      background-color: #fff59d; }
  .school-dates-calendar.school-dates-calendar-editing .school-dates-term-4 {
    background-color: #fffde7; }
    .school-dates-calendar.school-dates-calendar-editing .school-dates-term-4.ember-power-calendar-day--selected {
      background-color: #fff9c4; }
      .school-dates-calendar.school-dates-calendar-editing .school-dates-term-4.ember-power-calendar-day--selected.ember-power-calendar-day--range-start, .school-dates-calendar.school-dates-calendar-editing .school-dates-term-4.ember-power-calendar-day--selected.ember-power-calendar-day--range-end {
        background-color: #fff59d; }
  .school-dates-calendar .school-state-open {
    border: 2px solid #00e676; }
  .school-dates-calendar .school-state-closed {
    border: 2px solid #9e9e9e; }
  .school-dates-calendar .school-state-morning {
    border: 2px solid;
    border-color: #00e676 #9e9e9e #9e9e9e #00e676;
    background: linear-gradient(135deg, #e1bee7 50%, #eeeeee 50%); }
    .school-dates-calendar .school-state-morning:hover {
      background: linear-gradient(135deg, #ce93d8 50%, #e0e0e0 50%); }
    .school-dates-calendar .school-state-morning.school-dates-term-2 {
      background: linear-gradient(135deg, #bbdefb 50%, #eeeeee 50%); }
      .school-dates-calendar .school-state-morning.school-dates-term-2:hover {
        background: linear-gradient(135deg, #90caf9 50%, #e0e0e0 50%); }
    .school-dates-calendar .school-state-morning.school-dates-term-3 {
      background: linear-gradient(135deg, #dcedc8 50%, #eeeeee 50%); }
      .school-dates-calendar .school-state-morning.school-dates-term-3:hover {
        background: linear-gradient(135deg, #c5e1a5 50%, #e0e0e0 50%); }
    .school-dates-calendar .school-state-morning.school-dates-term-4 {
      background: linear-gradient(135deg, #fff9c4 50%, #eeeeee 50%); }
      .school-dates-calendar .school-state-morning.school-dates-term-4:hover {
        background: linear-gradient(135deg, #fff59d 50%, #e0e0e0 50%); }
  .school-dates-calendar .school-state-afternoon {
    border: 2px solid;
    border-color: #9e9e9e #00e676 #00e676 #9e9e9e;
    background: linear-gradient(135deg, #eeeeee 50%, #e1bee7 50%); }
    .school-dates-calendar .school-state-afternoon:hover {
      background: linear-gradient(135deg, #e0e0e0 50%, #ce93d8 50%); }
    .school-dates-calendar .school-state-afternoon.school-dates-term-2 {
      background: linear-gradient(135deg, #eeeeee 50%, #bbdefb 50%); }
      .school-dates-calendar .school-state-afternoon.school-dates-term-2:hover {
        background: linear-gradient(135deg, #e0e0e0 50%, #90caf9 50%); }
    .school-dates-calendar .school-state-afternoon.school-dates-term-3 {
      background: linear-gradient(135deg, #eeeeee 50%, #dcedc8 50%); }
      .school-dates-calendar .school-state-afternoon.school-dates-term-3:hover {
        background: linear-gradient(135deg, #e0e0e0 50%, #c5e1a5 50%); }
    .school-dates-calendar .school-state-afternoon.school-dates-term-4 {
      background: linear-gradient(135deg, #eeeeee 50%, #fff9c4 50%); }
      .school-dates-calendar .school-state-afternoon.school-dates-term-4:hover {
        background: linear-gradient(135deg, #e0e0e0 50%, #fff59d 50%); }

.school-dates-legend {
  min-width: 24px;
  height: 24px;
  margin: -2px 2px 0;
  padding: 4px 8px;
  font-size: 0.8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .school-dates-legend.school-dates-legend-state {
    padding-top: 2px; }

.alternative-timeframe {
  text-align: center;
  width: 50%;
  margin-left: 25%; }

.holiday-report {
  margin-bottom: 16px; }

.overlapError {
  background-color: #ca171d;
  color: white;
  width: 200px;
  padding: 5px;
  margin-bottom: 15px; }

.school-period-form {
  position: relative; }
  .school-period-form md-input-container {
    padding-bottom: 0; }
    .school-period-form md-input-container .md-errors-spacer {
      display: none; }
  .school-period-form .remove {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
    min-height: 18px;
    height: 18px;
    line-height: 18px;
    min-width: 18px;
    width: 18px;
    padding: 0; }

.timetable-slots > .header {
  height: 18px;
  font-weight: bold;
  border-bottom: 1px solid #bdbdbd;
  padding: 2px; }

.timetable-day {
  min-width: 5em;
  width: 10vw;
  border-left: 1px solid #bdbdbd;
  text-align: center; }

.timetable-slot {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 48px;
  padding: 0 2px;
  border-bottom: 1px solid #bdbdbd; }
  .timetable-slot:last-of-type {
    border-bottom: 0px none; }
  .timetable-slot .timetable-period {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    left: 2px;
    right: 2px;
    border: 1px solid #616161;
    background-color: #fff;
    font-size: 0.8em;
    padding: 4px; }

/* Custom tree components */
.tree-branch .md-button,
.tree-node .md-button {
  margin: -4px 0 0 0;
  padding: 4px;
  min-width: 24px;
  width: 24px;
  min-height: 24px;
  height: 24px; }

.tree-branch > .layout-column > .layout-align-start-center:hover > .tree-controls .md-button,
.tree-node > .layout-column > .layout-align-start-center:hover > .tree-controls .md-button {
  opacity: 1; }

.tree-controls .md-button {
  opacity: 0.8; }

.tree-node-icon {
  width: 24px; }

.tree-node-clickable {
  cursor: pointer; }

.page-goals-card {
  max-width: 600px;
  margin: 16px auto; }
  .page-goals-card md-card-actions {
    margin: -8px 0 0; }
    .page-goals-card md-card-actions .md-button.md-icon-button {
      height: 24px;
      min-height: 24px;
      line-height: 24px;
      width: 24px;
      padding: 3px; }
      .page-goals-card md-card-actions .md-button.md-icon-button md-icon {
        color: #bdbdbd; }
        .page-goals-card md-card-actions .md-button.md-icon-button md-icon:hover {
          color: #757575; }

md-card.topic-detail {
  border-left: 6px solid; }

.goals-next-steps .goal-card,
.group-goals .goal-card {
  max-width: 45%; }

.md-chips-inline {
  display: inline-block; }

.goals-admin-list .inline-goal-card {
  width: 400px;
  max-width: 400px;
  padding: 4px; }

.goals-admin-list.list .inline-goal-card {
  width: 100%;
  max-width: none;
  padding: 4px; }

md-card.topic {
  width: 400px;
  max-width: 400px; }

.group-goals .goal-card {
  height: auto; }
  .group-goals .goal-card > md-card-content {
    height: auto; }

.md-headline > .goal-category-badge {
  margin-right: 12px; }

.goal-category-badge-uploader {
  position: relative;
  width: 150px;
  height: 150px;
  margin-right: 12px; }
  .goal-category-badge-uploader img {
    max-width: 150px;
    max-height: 150px; }
  .goal-category-badge-uploader .uppy-DragDrop-container {
    display: block;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    opacity: 0; }
    .goal-category-badge-uploader .uppy-DragDrop-container .uppy-DragDrop-inner {
      padding: 12px;
      line-height: 1.2; }
    .goal-category-badge-uploader .uppy-DragDrop-container .uppy-DragDrop-arrow {
      width: 50px;
      height: 50px;
      margin-bottom: 12px; }
  .goal-category-badge-uploader.is-empty:not(.is-uploading) .uppy-DragDrop-container,
  .goal-category-badge-uploader .uppy-DragDrop-container.is-dragdrop-supported.drag {
    opacity: 1; }

.group-goals md-card-content > p {
  margin-bottom: 4px; }

.group-goals md-card-content > md-contact-chips md-chips-wrap {
  -webkit-box-shadow: none;
  box-shadow: none; }

.learner-list.group-goals .badge-card md-card-title {
  padding: 4px;
  background-color: transparent; }

.learner-list.group-goals .badge-card h4 {
  min-height: 16px;
  text-shadow: 0 0 8px #fff; }

.learner-list.group-goals .badge-card .badge-content {
  text-align: center; }
  .learner-list.group-goals .badge-card .badge-content .md-button {
    margin: 0 0 6px; }

a.goal-matrix-card-wrap {
  display: block;
  width: 100%;
  margin-left: 8px; }

md-card.goal-matrix-card.topic {
  height: 100% !important;
  width: 400px !important; }

md-card.goal-matrix-card {
  width: 100%;
  height: 150px;
  margin-left: 0;
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis;
  position: relative; }
  md-card.goal-matrix-card md-progress-linear {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 12px; }
    md-card.goal-matrix-card md-progress-linear > div,
    md-card.goal-matrix-card md-progress-linear .md-bar {
      height: 11px; }
  md-card.goal-matrix-card md-card-actions.layout-column {
    margin: 0 0 0 8px; }
    md-card.goal-matrix-card md-card-actions.layout-column .md-button.md-icon-button {
      margin: 0 0 8px 0;
      padding: 2px;
      min-height: 28px;
      height: 28px;
      line-height: 28px;
      min-width: 28px;
      width: 28px; }
  md-card.goal-matrix-card div.goal-actions {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff; }

.goals-admin-list ul {
  list-style-type: none;
  padding: 0 2px; }
  .goals-admin-list ul md-card-content {
    padding: 6px 4px 12px 12px;
    min-width: 370px;
    max-width: 470px; }
    .goals-admin-list ul md-card-content > span {
      padding-top: 6px; }

md-card .faded {
  opacity: 0.5; }

md-card.goal-card.autoheight,
md-card.goal-card.autoheight > md-card-content {
  height: auto; }

.goal-subject-flags-legend {
  list-style-type: none;
  font-size: 80%;
  margin-top: 0;
  padding-left: 0; }
  .goal-subject-flags-legend > li {
    padding-bottom: 2px; }
    .goal-subject-flags-legend > li > md-icon,
    .goal-subject-flags-legend > li > i.ph-duotone {
      vertical-align: text-top; }

.goal-subject-button-text {
  overflow: hidden;
  text-overflow: ellipsis; }

.goal-subject-button-icon md-icon {
  padding-bottom: 4px; }

.goals_subject__subject_card_actions {
  margin-top: 0; }
  .goals_subject__subject_card_actions button md-icon {
    padding-bottom: 4px; }

md-card.goal-evidence-card {
  min-height: 108px; }
  md-card.goal-evidence-card md-card-actions.layout-column {
    margin: 0 0 0 8px; }
    md-card.goal-evidence-card md-card-actions.layout-column .md-button.md-icon-button {
      margin: 0 0 8px 0;
      padding: 2px;
      min-height: 28px;
      height: 28px;
      line-height: 28px;
      min-width: 28px;
      width: 28px; }
  md-card.goal-evidence-card div.goal-actions {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff; }

.ribbon.neutral span {
  background-color: white;
  color: black;
  font-size: 8px; }

.ribbon.stale span {
  background-color: #ca171d;
  font-size: 8px; }
  .ribbon.stale span md-icon {
    color: white; }

md-card.goal-card.goal-card-detailed {
  padding-bottom: 32px; }
  md-card.goal-card.goal-card-detailed > md-card-content {
    margin-right: 42px; }

.goal-card__goal-grader-container--absolute {
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 10; }

.goal-card__comet-button {
  background: #999abb;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.goal-secure .goal-grader__trigger md-icon {
  color: white; }

.goal-grader--inline__spacer {
  width: 4px; }

.goal-grader__trigger:not(.goal-grader__trigger--inline) {
  height: 46px !important;
  width: 46px !important; }
  .goal-grader__trigger:not(.goal-grader__trigger--inline) md-icon {
    line-height: 24px;
    font-size: 28px; }
  .goal-grader__trigger:not(.goal-grader__trigger--inline) .goal-grader__circle {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 6px solid white;
    width: 18px;
    height: 18px;
    margin-right: 0; }

.goal-grader__trigger--inline.small > .goal-grader__circle {
  height: 16px;
  width: 16px;
  margin-left: -4px;
  margin-top: -4px; }

.goal-grader__label button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.goal-grader__circle {
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 14px; }

.goal-grader__grade-key__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2px 8px;
  text-transform: capitalize; }
  .goal-grader__grade-key__item .goal-grader__circle {
    margin-right: 4px; }

.goal-key > table.md-table td.md-cell {
  vertical-align: middle; }
  .goal-key > table.md-table td.md-cell > .goal-grader__circle {
    margin-right: 0; }

.success-criteria-row > .progress-dot {
  margin: 8px 12px 0 0; }

.group-goal-setting__table-view__category-select {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 80%; }

.group-goal-setting__table-view__category-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.group-goal-setting__table-view__keys {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end; }
  .group-goal-setting__table-view__keys .goal-grader__grade-key {
    margin-top: 8px;
    min-width: 200px; }
    .group-goal-setting__table-view__keys .goal-grader__grade-key__item {
      font-size: 12px;
      margin: 2px 4px; }
  .group-goal-setting__table-view__keys .goal-grader__circle {
    height: 16px;
    width: 16px;
    margin-right: 4px; }

.group-goal-setting__table-view__category-text {
  margin-right: 12px; }

.group-goal-setting__table-view__table thead {
  font-size: 13px;
  line-height: 14px; }
  .group-goal-setting__table-view__table thead tr th {
    white-space: normal !important;
    padding: 6px 12px !important; }
    .group-goal-setting__table-view__table thead tr th .md-column.select-column {
      max-width: 56px !important;
      width: 56px !important;
      min-width: 56px !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      /* Ensure text doesn't overflow */
      white-space: nowrap !important; }

.group-goal-setting__table-view__table__body tr td {
  border-right: 1px solid #0000001f;
  padding: 0 12px !important;
  position: relative; }
  .group-goal-setting__table-view__table__body tr td .md-column.select-column {
    max-width: 56px !important;
    width: 56px !important;
    min-width: 56px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    /* Ensure text doesn't overflow */
    white-space: nowrap !important; }

.group-goal-setting__table-view__header-cell button {
  color: rgba(0, 0, 0, 0.54);
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  line-height: 14px; }

.goal-table-card__cell-container {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-color: #e0e0e0;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 4px;
  border: 1px solid #00000040;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .goal-table-card__cell-container.goal-secure .table-ribbon {
    color: white; }
  .goal-table-card__cell-container .table-ribbon {
    position: absolute;
    left: 4px;
    bottom: 4px;
    font-weight: bold;
    font-size: 12px; }
  .goal-table-card__cell-container .table-ribbon.stale {
    color: #ca171d; }
  .goal-table-card__cell-container.active {
    cursor: pointer; }
  .goal-table-card__cell-container:hover {
    -webkit-box-shadow: inset 0 0 4px 2px #0000000f;
    box-shadow: inset 0 0 4px 2px #0000000f;
    background-color: #bdbdbd; }
  .goal-table-card__cell-container.goal-secure {
    background-color: #66bb6a; }
  .goal-table-card__cell-container.goal-developing {
    background-color: #fee9bc; }

.goal-not-set--table {
  background-color: #e0e0e0; }

.goals-list-item__comet-button {
  background: #999abb; }

md-menu-item .md-button div.inline-icon {
  display: inline; }

.hide-staff {
  display: none; }

.goal-plan .goal-plan__delete-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 25px; }

.goal-plan .goal-plan__disclaimer {
  color: darkgray;
  font-size: 14px;
  margin-top: -30px;
  margin-bottom: 35px; }

.goal-plan .goal-plan__footer {
  color: darkgray;
  font-size: 14px;
  margin: 0;
  margin-top: 75px; }

.goal-plan .goal-plan__error-dialog-content {
  padding: 30px;
  padding-bottom: 15px;
  padding-top: 15px; }

.no-goal-plan .goal-plan__create-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #999abb;
  padding-right: 10px;
  padding-left: 10px; }

.no-goal-plan .goal-plan__loading-icon {
  margin-top: 15px;
  margin-right: 15px; }

.no-goal-plan .goal-plan__disclaimer {
  color: darkgray;
  font-size: 14px; }

.goal-plan-activity__card {
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
  margin: 8px;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

.goal-plan-activity__header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.goal-plan-activity__ratings {
  margin-top: 5px;
  color: darkgray; }

.goal-plan-activity__rating-avg {
  width: 35px;
  text-align: right; }

.goal-plan-activity__stars {
  direction: rtl;
  max-height: 20px;
  min-width: 95px;
  margin-left: 7px;
  margin-top: 8px; }

.goal-plan-activity__ratings .goal-plan-activity__star-button {
  max-width: 20px;
  max-height: 20px;
  margin: 0;
  margin-left: -5px;
  padding: 0; }

.goal-plan-activity__star {
  color: lightgray; }
  .goal-plan-activity__star--selected {
    color: dimgrey; }

.goal-plan-activity__star-button:hover > .goal-plan-activity__star,
.goal-plan-activity__star-button:hover ~ .goal-plan-activity__star-button > .goal-plan-activity__star {
  color: darkgray; }

.goal-plan-activity__community {
  float: right;
  margin: 0;
  margin-top: -12px;
  margin-right: 2px;
  font-size: 12px; }

.group-goal-card__actions {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 15px; }

.group-goal-card__comet-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.goal-matrix-card__container {
  position: relative;
  max-width: 240px; }

.goal-matrix-card__container .goal-matrix-card__comet-button {
  background: #999abb;
  position: absolute;
  top: -7px;
  right: -15px;
  z-index: 1; }

.group-goals__dialog-content .group-goals__comet-button {
  background: #999abb;
  margin-left: 12px;
  margin-top: 14px; }

.center-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.comet-beta-badge {
  background: #999abb;
  padding: 0 5px 0 5px;
  font-size: 16px;
  border-radius: 5px;
  margin: 20px 0 0 10px; }

.topic-detail-card {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px; }
  .topic-detail-card h2 {
    margin-top: 0; }

.topic-detail-title {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 14px 15px 10px 15px; }

.topic-detail-content {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 14px !important;
  position: relative;
  top: -10px;
  background-color: #fff; }
  .topic-detail-content .sticky-header-table table.md-table th.md-column {
    border: solid #0000001f;
    border-width: 0 1px 1px 0; }
    .topic-detail-content .sticky-header-table table.md-table th.md-column:not(.sticky-column-1) {
      background-color: #fff; }
    .topic-detail-content .sticky-header-table table.md-table th.md-column.sticky-column-1 {
      min-width: 84px; }
  .topic-detail-content .sticky-header-table table.md-table tbody.md-body > tr.md-row:first-child > td.md-cell {
    border-top: 0 none; }

.topic-section--learning-intentions {
  background-color: #d2eded; }

.topic-section--key-questions {
  background-color: #efa6a9; }

.topic-section--success-criteria {
  background-color: #ffcd9f; }

.topic-section--learning-connections {
  background-color: #bbdcf8; }

.topic-section--assessment-tasks {
  background-color: #fec3d5; }

.topic-section--teaching-strategies {
  background-color: #c2e098; }

.topic-section--exemplar {
  background-color: #5e94c0; }

.poster-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0; }

.poster-frame {
  width: 800px;
  height: 800px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px; }

.poster-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px; }

.goal-key {
  width: 100%;
  padding: 10px; }
  .goal-key .md-table.md-row-select tbody.md-body > tr.md-row {
    height: 25px !important; }

.spacer {
  display: block;
  height: 10px;
  width: 100%; }

md-card.page-description-card {
  max-width: 600px;
  margin: 16px auto; }

.tags-overview-chart {
  min-width: 260px;
  margin: 8px;
  background-color: #eeeeee;
  padding-top: 4px;
  border-radius: 3px; }
  .tags-overview-chart h4,
  .tags-overview-chart p {
    padding-left: 12px; }
  .tags-overview-chart ul.legend {
    width: 150px; }

.progress-chart-legend {
  font-size: 0.75em; }
  .progress-chart-legend > div {
    padding: 2px 8px; }
    .progress-chart-legend > div > span {
      margin-left: 3px; }
  .progress-chart-legend .progress-legend {
    display: inline-block;
    width: 24px;
    height: 0;
    border-top: 2px solid #000;
    border-bottom: 6px solid rgba(0, 0, 0, 0.3); }
    .progress-chart-legend .progress-legend.colours-progress--2 {
      border-color: #ff9800; }
    .progress-chart-legend .progress-legend.colours-progress--3 {
      border-color: #4dc2ff; }
    .progress-chart-legend .progress-legend.colours-progress--4 {
      border-color: #4caf50; }
  .progress-chart-legend .progress-line-legend {
    display: inline-block;
    width: 24px;
    height: 2px;
    border-bottom: 2px solid #000; }
    .progress-chart-legend .progress-line-legend:after {
      content: '';
      display: block;
      height: 0;
      width: 0;
      margin-top: -2px;
      margin-left: 9px;
      border: 3px solid #000;
      border-radius: 50%; }

.page-goals-card > md-card-content > md-chips.achievement-chip {
  padding-bottom: 0;
  margin-bottom: 16px;
  height: 32px; }
  .page-goals-card > md-card-content > md-chips.achievement-chip > md-chip.progress {
    margin-top: 0; }

.snug-top {
  margin-top: 4px !important; }

.padding-right-xs {
  padding-right: 4px; }

.padding-left-xs {
  padding-left: 4px; }

.padding-right-sm {
  padding-right: 8px; }

.padding-left-sm {
  padding-left: 8px; }

.padding-right {
  padding-right: 16px; }

.padding-left {
  padding-left: 16px; }

.margin-top {
  margin-top: 16px; }

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

.small-label {
  font-size: 12px;
  text-align: center;
  max-width: 80px;
  overflow: hidden; }

.color-red {
  color: red; }

.modal-text {
  text-align: center;
  padding: 32px 16px;
  width: 100%;
  font-style: italic; }

.md-chips.expectations {
  padding-bottom: 0; }
  .md-chips.expectations .well-below,
  .md-chips.expectations .colours-progress--1 {
    background-color: #e26268;
    color: #fff; }
  .md-chips.expectations .below,
  .md-chips.expectations .colours-progress--2 {
    background-color: #ff9800; }
  .md-chips.expectations .at,
  .md-chips.expectations .colours-progress--3 {
    background-color: #4dc2ff;
    color: #fff; }
  .md-chips.expectations .above,
  .md-chips.expectations .colours-progress--4 {
    background-color: #4caf50;
    color: #fff; }
  .md-chips.expectations .well-above,
  .md-chips.expectations .colours-progress--5 {
    background-color: #ffd600; }
  .md-chips.expectations md-chip {
    background-color: #9e9e9e;
    float: none;
    display: inline-block;
    margin: 4px 2px 8px 0; }

.expectations > .dragSortList {
  overflow: visible;
  display: inline-block;
  margin-right: 2px;
  min-width: 18px;
  height: 50px;
  text-align: center; }
  .expectations > .dragSortList.-isExpanded.-isDraggingOver {
    border: 1px dashed #9e9e9e; }
  .expectations > .dragSortList.-isExpanded.-isDraggingOver:before {
    display: none; }

.expectation-marker {
  display: inline-block; }
  .expectation-marker > div {
    position: relative;
    border: 1px dashed #757575;
    width: 0;
    height: 48px;
    margin: 0 8px; }
    .expectation-marker > div:before, .expectation-marker > div:after {
      content: '';
      position: absolute;
      left: -6px;
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent; }
    .expectation-marker > div:before {
      top: -1px;
      border-top: 6px solid #757575; }
    .expectation-marker > div:after {
      bottom: -1px;
      border-bottom: 6px solid #757575; }
  .expectation-marker.dragSortItem.-placeholderAbove, .expectation-marker.dragSortItem.-placeholderBelow {
    padding-top: 0;
    padding-bottom: 0; }
  .expectation-marker.dragSortItem.-placeholderAbove:before, .expectation-marker.dragSortItem.-placeholderBelow:before {
    display: none; }

.page-progress-card {
  max-width: 600px;
  margin: 16px auto; }

.otj-widget md-divider {
  margin: 8px 0; }

.otj-widget .otj-standards-line {
  padding: 0 16px; }
  .otj-widget .otj-standards-line .otj-milestone {
    overflow: visible;
    margin: 3px;
    height: 22px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    border-bottom: 4px solid #bdbdbd;
    background-color: transparent !important; }
    .otj-widget .otj-standards-line .otj-milestone .otj-milestone-label {
      position: absolute;
      white-space: nowrap;
      padding-left: 4px;
      font-size: 0.85em;
      color: #bdbdbd;
      border-left: 4px solid #bdbdbd; }
      @media (max-width: 600px) {
        .otj-widget .otj-standards-line .otj-milestone .otj-milestone-label {
          font-size: 0.7em; } }
    .otj-widget .otj-standards-line .otj-milestone.otj-1,
    .otj-widget .otj-standards-line .otj-milestone.otj-1 .otj-milestone-label {
      border-color: #e26268; }
    .otj-widget .otj-standards-line .otj-milestone.otj-2,
    .otj-widget .otj-standards-line .otj-milestone.otj-2 .otj-milestone-label {
      border-color: #ff9800; }
    .otj-widget .otj-standards-line .otj-milestone.otj-3,
    .otj-widget .otj-standards-line .otj-milestone.otj-3 .otj-milestone-label {
      border-color: #4dc2ff; }
    .otj-widget .otj-standards-line .otj-milestone.otj-4,
    .otj-widget .otj-standards-line .otj-milestone.otj-4 .otj-milestone-label {
      border-color: #4caf50; }
    .otj-widget .otj-standards-line .otj-milestone.otj-5,
    .otj-widget .otj-standards-line .otj-milestone.otj-5 .otj-milestone-label {
      border-color: #ffd600; }

.otj-widget .otj-standards-dots {
  padding: 0 16px; }
  .otj-widget .otj-standards-dots .otj-milestone {
    overflow: visible;
    margin: 3px;
    height: 22px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    border-bottom: 4px solid #bdbdbd;
    background-color: transparent !important; }
    .otj-widget .otj-standards-dots .otj-milestone .otj-milestone-label {
      position: absolute;
      white-space: nowrap;
      padding-left: 4px;
      font-size: 0.85em;
      color: #bdbdbd;
      border-left: 4px solid #bdbdbd; }
      @media (max-width: 600px) {
        .otj-widget .otj-standards-dots .otj-milestone .otj-milestone-label {
          font-size: 0.7em; } }
    .otj-widget .otj-standards-dots .otj-milestone.otj-1,
    .otj-widget .otj-standards-dots .otj-milestone.otj-1 .otj-milestone-label {
      border-color: #e26268; }
    .otj-widget .otj-standards-dots .otj-milestone.otj-2,
    .otj-widget .otj-standards-dots .otj-milestone.otj-2 .otj-milestone-label {
      border-color: #ff9800; }
    .otj-widget .otj-standards-dots .otj-milestone.otj-3,
    .otj-widget .otj-standards-dots .otj-milestone.otj-3 .otj-milestone-label {
      border-color: #4dc2ff; }
    .otj-widget .otj-standards-dots .otj-milestone.otj-4,
    .otj-widget .otj-standards-dots .otj-milestone.otj-4 .otj-milestone-label {
      border-color: #4caf50; }
    .otj-widget .otj-standards-dots .otj-milestone.otj-5,
    .otj-widget .otj-standards-dots .otj-milestone.otj-5 .otj-milestone-label {
      border-color: #ffd600; }

.otj-widget .md-chips md-chip.otj-1 {
  background-color: #e26268;
  color: #fff; }

.otj-widget .md-chips md-chip.otj-2 {
  background-color: #ff9800; }

.otj-widget .md-chips md-chip.otj-3 {
  background-color: #4dc2ff;
  color: #fff; }

.otj-widget .md-chips md-chip.otj-4 {
  background-color: #4caf50;
  color: #fff; }

.otj-widget .md-chips md-chip.otj-5 {
  background-color: #ffd600; }

.otj-widget .otj-statement {
  font-size: 0.85em;
  padding-left: 8px; }

.progress-dot-cell {
  padding: 3px !important; }

.progress-dot {
  display: inline-block;
  width: 38px;
  height: 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 2px 4px;
  border-radius: 50%;
  color: #fff; }
  .progress-dot.mini {
    width: 18px;
    height: 18px; }
  .progress-dot.interim {
    border: 1px dashed #000;
    opacity: 0.3; }
  .progress-dot.otj-1 {
    background-color: #e26268; }
  .progress-dot.otj-2 {
    background-color: #ff9800; }
  .progress-dot.otj-3 {
    background-color: #4dc2ff; }
  .progress-dot.otj-4 {
    background-color: #4caf50; }
  .progress-dot.otj-5 {
    background-color: #ffd600; }
  .progress-dot md-icon {
    color: #fff; }

.progress-dots-legend > span {
  padding: 4px 8px; }
  .progress-dots-legend > span > span {
    font-size: 0.8em;
    line-height: 20px;
    vertical-align: middle; }

.progress-dots-legend .progress-dot {
  width: 18px;
  height: 18px; }

.effort-dot-cell {
  padding: 3px !important; }

.effort-dot {
  display: inline-block;
  width: 38px;
  height: 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 2px 4px;
  color: #fff; }
  .effort-dot.mini {
    width: 18px;
    height: 18px; }

.progress-dots-legend > span {
  padding: 4px 8px; }
  .progress-dots-legend > span > span {
    font-size: 0.8em;
    line-height: 20px;
    vertical-align: middle; }

.progress-dots-legend .progress-dot {
  width: 18px;
  height: 18px; }

.learner-list .badge-card.otj-1 md-card-title {
  background-color: #e26268; }
  .learner-list .badge-card.otj-1 md-card-title h4 {
    color: #fff; }

.learner-list .badge-card.otj-2 md-card-title {
  background-color: #ff9800; }

.learner-list .badge-card.otj-3 md-card-title {
  background-color: #4dc2ff; }
  .learner-list .badge-card.otj-3 md-card-title h4 {
    color: #fff; }

.learner-list .badge-card.otj-4 md-card-title {
  background-color: #4caf50; }
  .learner-list .badge-card.otj-4 md-card-title h4 {
    color: #fff; }

.learner-list .badge-card.otj-5 md-card-title {
  background-color: #ffd600; }

.changelog > table.md-table tr.visually-split-rows:not(:first-child) > td {
  border-top: black solid 2px !important; }

.changelog > table.md-table tr.highlight,
.changelog > table.md-table td.highlight {
  background: #b3d1d8 !important; }

.changelog > table.md-table td.md-cell.progress-level,
.changelog > table.md-table th.md-column.progress-level {
  padding-left: 12px !important; }

.progress.interim {
  border: 1px dashed #000;
  opacity: 0.3; }

.milestone-subhead {
  font-weight: normal;
  font-size: 0.7em;
  vertical-align: 2.5px; }

.list-builder-list-tools {
  padding-bottom: 16px; }
  .list-builder-list-tools md-input-container {
    margin: 0; }
  .list-builder-list-tools .md-errors-spacer {
    display: none; }
  .list-builder-list-tools > span {
    padding: 12px 4px; }

.list-builder-list__table-profile-image {
  -o-object-fit: cover;
  object-fit: cover; }

.list-builder-list--display-none {
  display: none; }

.list-builder-list table.md-table thead.md-head > tr.md-row,
.list-builder-list table.md-table tfoot.md-foot > tr.md-row {
  height: 36px;
  background-color: #80b3be; }
  .list-builder-list table.md-table thead.md-head > tr.md-row th.md-column,
  .list-builder-list table.md-table tfoot.md-foot > tr.md-row th.md-column {
    background-color: inherit; }
    .list-builder-list table.md-table thead.md-head > tr.md-row th.md-column.column-small,
    .list-builder-list table.md-table tfoot.md-foot > tr.md-row th.md-column.column-small {
      width: 12px; }
    .list-builder-list table.md-table thead.md-head > tr.md-row th.md-column md-icon,
    .list-builder-list table.md-table tfoot.md-foot > tr.md-row th.md-column md-icon {
      height: 16px;
      min-height: 16px;
      width: 16px;
      min-width: 16px;
      font-size: 16px !important;
      line-height: 16px !important; }
  .list-builder-list table.md-table thead.md-head > tr.md-row.field-group-headers,
  .list-builder-list table.md-table tfoot.md-foot > tr.md-row.field-group-headers {
    background-color: #01667d;
    color: #fff; }

.list-builder-list .field-filters > td.md-cell,
.list-builder-list th.field-filters.md-column {
  padding-right: 12px !important; }
  .list-builder-list .field-filters > td.md-cell > md-input-container,
  .list-builder-list th.field-filters.md-column > md-input-container {
    width: 100%;
    margin: 0;
    padding-left: 0; }
    .list-builder-list .field-filters > td.md-cell > md-input-container > md-icon,
    .list-builder-list th.field-filters.md-column > md-input-container > md-icon {
      font-size: 18px;
      max-height: 18px;
      max-width: 18px;
      height: 18px;
      left: 0;
      bottom: 9px; }
    .list-builder-list .field-filters > td.md-cell > md-input-container:not(.md-focused) > md-icon,
    .list-builder-list th.field-filters.md-column > md-input-container:not(.md-focused) > md-icon {
      color: #bdbdbd; }
    .list-builder-list .field-filters > td.md-cell > md-input-container > .md-input,
    .list-builder-list th.field-filters.md-column > md-input-container > .md-input {
      padding-left: 22px; }
    .list-builder-list .field-filters > td.md-cell > md-input-container.md-input-has-value:not(.md-input-invalid) md-icon,
    .list-builder-list th.field-filters.md-column > md-input-container.md-input-has-value:not(.md-input-invalid) md-icon {
      color: #4caf50; }
    .list-builder-list .field-filters > td.md-cell > md-input-container.md-input-has-value:not(.md-input-invalid) .md-input,
    .list-builder-list th.field-filters.md-column > md-input-container.md-input-has-value:not(.md-input-invalid) .md-input {
      border-color: #4caf50;
      border-width: 0 0 2px 0;
      padding-bottom: 0; }
    .list-builder-list .field-filters > td.md-cell > md-input-container .md-errors-spacer,
    .list-builder-list th.field-filters.md-column > md-input-container .md-errors-spacer {
      display: none; }
    .list-builder-list .field-filters > td.md-cell > md-input-container.md-input-invalid .md-errors-spacer,
    .list-builder-list th.field-filters.md-column > md-input-container.md-input-invalid .md-errors-spacer {
      display: block; }
    .list-builder-list .field-filters > td.md-cell > md-input-container.md-input-invalid > md-icon,
    .list-builder-list th.field-filters.md-column > md-input-container.md-input-invalid > md-icon {
      bottom: 33px; }

.list-builder-list tbody > tr:nth-of-type(even) {
  background-color: #f5f5f5; }

.list-builder-list .border-left {
  border-left: 1px solid #bdbdbd;
  padding-left: 8px !important; }

.list-builder-list .border-top {
  border-top: 1px solid #bdbdbd !important; }

.list-builder-list .border-bottom {
  border-bottom: 1px solid #bdbdbd !important; }

.list-builder-list ul {
  padding-left: 20px; }

table.md-table tbody.md-body > tr.md-row.directory-family td.md-cell {
  padding-top: 4px;
  padding-bottom: 4px; }

table.md-table tbody.md-body > tr.md-row.directory-spacer {
  height: 0; }

table.md-table tbody.md-body > tr.md-row.directory-contact td.md-cell:nth-child(2) {
  padding-left: 0; }

table.md-table tbody.md-body > tr.md-row.directory-contact td.md-cell {
  padding-top: 4px;
  padding-bottom: 4px; }

.sticky-header-table {
  position: relative; }
  .sticky-header-table thead {
    top: 0;
    position: sticky;
    z-index: 3; }
  @media only screen {
    .sticky-header-table {
      max-height: 86vh; }
      .sticky-header-table table {
        width: 100%;
        overflow: auto; } }

.table-tools > .md-button:first-child {
  margin-left: 0; }

.route-admin-lists-class-lists-class-roll__homeroom-teachers-name {
  border-bottom: 1px solid black;
  display: inline-block;
  margin-right: 20px;
  width: 200px; }

.route-admin-lists-class-lists-class-roll__homeroom-date {
  border-bottom: 1px solid black;
  display: inline-block;
  width: 100px; }

.route-admin-lists-class-lists-class-roll__paper-data-table-row-header {
  min-width: 120px; }

.route-admin-lists-class-lists-class-roll__signature {
  border-bottom: 1px solid black;
  display: inline-block;
  width: 200px; }

.attendance-analysis .sticky-column-1 {
  min-width: 20px !important; }

.attendance-analysis .sticky-column-2 {
  left: 50px !important; }

.attendance-analysis .sticky-column-3 {
  left: 180px !important; }

.attendance-analysis .sticky-footer {
  left: -40px; }

@media only screen and (min-width: 900px) {
  .attendance-analysis .sticky-column-4 {
    position: sticky;
    left: 310px;
    max-width: 110px !important;
    background: #eeeeee;
    padding: 0 24px !important;
    min-width: 76px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    z-index: 2; }
  .attendance-analysis .sticky-footer {
    min-width: 456px; } }

.attendance-analysis .field-filters {
  background-color: white !important; }
  .attendance-analysis .field-filters input {
    font-size: 13px; }

.search-result-row__profile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.list-view__learner-flags {
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .list-view__learner-flags > span {
    margin-right: 8px;
    cursor: default; }

.list--medical-room ul {
  padding-left: 0;
  list-style-type: none;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0; }

.list--medical-room__column--wide {
  min-width: 200px; }

.list--medical-room__condition {
  margin-bottom: 5px;
  display: inline-block; }

.enrolment-form-builder .md-list-item-inner {
  padding-left: 0; }
  .enrolment-form-builder .md-list-item-inner h4 {
    margin: 12px 0; }
  .enrolment-form-builder .md-list-item-inner li > .md-button {
    margin: -4px 0 0 0;
    padding: 4px;
    min-width: 24px;
    width: 24px;
    min-height: 24px;
    height: 24px; }

.application-form-data > div {
  padding: 3px 0; }
  .application-form-data > div:nth-child(odd) {
    background-color: #eceff1; }
  .application-form-data > div > strong,
  .application-form-data > div > span {
    padding: 0 3px; }

.md-chip.has-line-item {
  background-color: #e1bee7; }

.md-chip.active {
  background-color: #01667d;
  color: #fff; }
  .md-chip.active.has-line-item {
    color: #e1bee7; }

.add-line-items-sticky md-toolbar.md-default-theme.filter-bar,
.statement-distribution-filter-bar md-toolbar.md-default-theme.filter-bar {
  background-color: #fff; }

.add-line-items-sticky md-divider,
.statement-distribution-filter-bar md-divider {
  width: 100%; }

@media (min-width: 600px) {
  .add-line-items-sticky {
    position: sticky;
    top: -24px;
    padding-top: 8px;
    background-color: #fff;
    z-index: 1; }
  .add-line-items-learners h4:before {
    content: '';
    display: block;
    height: 128px;
    margin: -128px 0 0; } }

@media (min-width: 1024px) {
  .add-line-items-learners h4:before,
  .statement-distribution-learners h4:before {
    height: 96px;
    margin: -96px 0 0; } }

div.quick-payment {
  max-width: 960px;
  margin: 0 auto; }
  div.quick-payment td.md-cell.remove {
    width: 24px; }
    div.quick-payment td.md-cell.remove .md-button {
      width: 24px;
      height: 24px;
      min-height: 24px;
      margin: 0;
      padding: 4px; }
  div.quick-payment .amount-remaining-wrap.sticky-element--sticky {
    background: #fff;
    z-index: 10;
    -webkit-box-shadow: 0px 4px 3px -4px rgba(0, 0, 0, 0.2), 0px 2px 1px -2px rgba(0, 0, 0, 0.14), 0px 4px 1px -2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 3px -4px rgba(0, 0, 0, 0.2), 0px 2px 1px -2px rgba(0, 0, 0, 0.14), 0px 4px 1px -2px rgba(0, 0, 0, 0.12); }
  div.quick-payment md-divider {
    margin: 16px 0; }
  div.quick-payment span.highlight {
    background-color: #fff9c4; }

.finance-reports-by-date {
  max-width: 960px; }
  .finance-reports-by-date > div {
    padding: 0 8px; }
  .finance-reports-by-date md-list {
    border: 1px solid #616161;
    padding: 0; }
    .finance-reports-by-date md-list md-list-item:not(:last-child) {
      border-bottom: 1px solid #616161; }
    .finance-reports-by-date md-list .md-list-item-inner.md-no-style {
      padding-top: 0; }

md-dialog-actions#apply-ledger-item-actions {
  border-top: 1px solid #e0e0e0; }

@media (min-width: 960px) {
  .apply-ledger-item-criteria {
    padding-right: 16px; } }

.statement-distribution-learners md-chip.md-disabled {
  background-color: #f2bcbe;
  color: #757575; }

.error-message-list {
  list-style-type: none;
  margin-top: 0;
  padding-left: 0; }

md-table-container.finance-cash-reconciliation > table.md-table thead.md-head > tr.md-row,
md-table-container.finance-cash-reconciliation > table.md-table tbody.md-body > tr.md-row,
md-table-container.finance-cash-reconciliation > table.md-table tfoot.md-foot > tr.md-row {
  height: 24px; }
  md-table-container.finance-cash-reconciliation > table.md-table thead.md-head > tr.md-row > th,
  md-table-container.finance-cash-reconciliation > table.md-table thead.md-head > tr.md-row > td.md-cell,
  md-table-container.finance-cash-reconciliation > table.md-table tbody.md-body > tr.md-row > th,
  md-table-container.finance-cash-reconciliation > table.md-table tbody.md-body > tr.md-row > td.md-cell,
  md-table-container.finance-cash-reconciliation > table.md-table tfoot.md-foot > tr.md-row > th,
  md-table-container.finance-cash-reconciliation > table.md-table tfoot.md-foot > tr.md-row > td.md-cell {
    padding: 0 12px; }
  md-table-container.finance-cash-reconciliation > table.md-table thead.md-head > tr.md-row > th.md-numeric,
  md-table-container.finance-cash-reconciliation > table.md-table tbody.md-body > tr.md-row > th.md-numeric,
  md-table-container.finance-cash-reconciliation > table.md-table tfoot.md-foot > tr.md-row > th.md-numeric {
    text-align: right; }

md-table-container.finance-cash-reconciliation > table.md-table md-input-container {
  margin: 0; }
  md-table-container.finance-cash-reconciliation > table.md-table md-input-container input {
    text-align: right; }
  md-table-container.finance-cash-reconciliation > table.md-table md-input-container div.md-errors-spacer {
    display: none; }

md-table-container.finance-deposit-slip-transactions > table.md-table tfoot.md-foot > tr.md-row > td.md-numeric {
  text-align: right;
  padding-right: 24px; }

md-table-container.finance-daily-summary > table.md-table td.md-cell.blacked-out {
  background-color: #757575; }

table.md-table tbody.md-body tr.md-row.cancelled-transaction td.md-cell:not(:has(.transaction-comment)):not(:has(button.square)),
table.md-table tbody.md-body tr.md-row.cancelled-transaction td.md-cell .transaction-comment > :not(.cancellation-note) {
  text-decoration: line-through; }

@media only screen {
  .finance-report {
    max-height: 65vh; } }

.finance-report.sticky-header-table tbody:has(tr.field-filters) {
  top: 36px;
  position: sticky !important;
  z-index: 3; }

.finance-report.sticky-header-table tfoot {
  bottom: -16px;
  position: sticky;
  z-index: 3; }

.line-item-buttons .md-button.md-icon-button {
  margin: 2px 0; }

.stripe-connect {
  display: inline-block;
  margin-bottom: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#28a0e5), to(#015e94));
  background-image: linear-gradient(#28a0e5, #015e94);
  -webkit-font-smoothing: antialiased;
  border: 0;
  padding: 1px;
  height: 30px;
  text-decoration: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.stripe-connect span {
  display: block;
  position: relative;
  padding: 0 12px 0 44px;
  height: 30px;
  background: #1275ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7dc5ee), color-stop(85%, #008cdd), to(#30a2e4));
  background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
  font-size: 14px;
  line-height: 30px;
  color: white;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  border-radius: 3px; }

.stripe-connect span:before {
  content: '';
  display: block;
  position: absolute;
  left: 11px;
  top: 50%;
  width: 23px;
  height: 24px;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-size: 23px 24px; }

.stripe-connect:active {
  background: #005d93; }

.stripe-connect:active span {
  color: #eee;
  background: #008cdd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008cdd), color-stop(85%, #008cdd), to(#239adf));
  background-image: linear-gradient(#008cdd, #008cdd 85%, #239adf);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); }

.stripe-connect.light-blue {
  background: #b5c3d8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b5c3d8), to(#9cabc2));
  background-image: linear-gradient(#b5c3d8, #9cabc2);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.stripe-connect.light-blue span {
  color: #556f88;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
  background: #f0f5fa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f5fa), color-stop(85%, #e4ecf5), to(#e7eef6));
  background-image: linear-gradient(#f0f5fa, #e4ecf5 85%, #e7eef6);
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff; }

.stripe-connect.light-blue:active {
  background: #9babc2; }

.stripe-connect.light-blue:active span {
  color: #556f88;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
  background: #d7dee8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d7dee8), to(#e7eef6));
  background-image: linear-gradient(#d7dee8, #e7eef6);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05); }

.stripe-connect.dark {
  background: #252525;
  background: rgba(0, 0, 0, 0.5) !important; }

/* Images*/
.stripe-connect span:before,
.stripe-connect.blue span:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAYAAAARfGZ1AAAKRGlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUFNcXx9/MbC+0XZYiZem9twWkLr1IlSYKy+4CS1nWZRewN0QFIoqICFYkKGLAaCgSK6JYCAgW7AEJIkoMRhEVlczGHPX3Oyf5/U7eH3c+8333nnfn3vvOGQAoASECYQ6sAEC2UCKO9PdmxsUnMPG9AAZEgAM2AHC4uaLQKL9ogK5AXzYzF3WS8V8LAuD1LYBaAK5bBIQzmX/p/+9DkSsSSwCAwtEAOx4/l4tyIcpZ+RKRTJ9EmZ6SKWMYI2MxmiDKqjJO+8Tmf/p8Yk8Z87KFPNRHlrOIl82TcRfKG/OkfJSREJSL8gT8fJRvoKyfJc0WoPwGZXo2n5MLAIYi0yV8bjrK1ihTxNGRbJTnAkCgpH3FKV+xhF+A5gkAO0e0RCxIS5cwjbkmTBtnZxYzgJ+fxZdILMI53EyOmMdk52SLOMIlAHz6ZlkUUJLVlokW2dHG2dHRwtYSLf/n9Y+bn73+GWS9/eTxMuLPnkGMni/al9gvWk4tAKwptDZbvmgpOwFoWw+A6t0vmv4+AOQLAWjt++p7GLJ5SZdIRC5WVvn5+ZYCPtdSVtDP6386fPb8e/jqPEvZeZ9rx/Thp3KkWRKmrKjcnKwcqZiZK+Jw+UyL/x7ifx34VVpf5WEeyU/li/lC9KgYdMoEwjS03UKeQCLIETIFwr/r8L8M+yoHGX6aaxRodR8BPckSKPTRAfJrD8DQyABJ3IPuQJ/7FkKMAbKbF6s99mnuUUb3/7T/YeAy9BXOFaQxZTI7MprJlYrzZIzeCZnBAhKQB3SgBrSAHjAGFsAWOAFX4Al8QRAIA9EgHiwCXJAOsoEY5IPlYA0oAiVgC9gOqsFeUAcaQBM4BtrASXAOXARXwTVwE9wDQ2AUPAOT4DWYgSAID1EhGqQGaUMGkBlkC7Egd8gXCoEioXgoGUqDhJAUWg6tg0qgcqga2g81QN9DJ6Bz0GWoH7oDDUPj0O/QOxiBKTAd1oQNYSuYBXvBwXA0vBBOgxfDS+FCeDNcBdfCR+BW+Bx8Fb4JD8HP4CkEIGSEgeggFggLYSNhSAKSioiRlUgxUonUIk1IB9KNXEeGkAnkLQaHoWGYGAuMKyYAMx/DxSzGrMSUYqoxhzCtmC7MdcwwZhLzEUvFamDNsC7YQGwcNg2bjy3CVmLrsS3YC9ib2FHsaxwOx8AZ4ZxwAbh4XAZuGa4UtxvXjDuL68eN4KbweLwa3gzvhg/Dc/ASfBF+J/4I/gx+AD+Kf0MgE7QJtgQ/QgJBSFhLqCQcJpwmDBDGCDNEBaIB0YUYRuQRlxDLiHXEDmIfcZQ4Q1IkGZHcSNGkDNIaUhWpiXSBdJ/0kkwm65KdyRFkAXk1uYp8lHyJPEx+S1GimFLYlESKlLKZcpBylnKH8pJKpRpSPakJVAl1M7WBep76kPpGjiZnKRcox5NbJVcj1yo3IPdcnihvIO8lv0h+qXyl/HH5PvkJBaKCoQJbgaOwUqFG4YTCoMKUIk3RRjFMMVuxVPGw4mXFJ0p4JUMlXyWeUqHSAaXzSiM0hKZHY9O4tHW0OtoF2igdRzeiB9Iz6CX07+i99EllJWV75RjlAuUa5VPKQwyEYcgIZGQxyhjHGLcY71Q0VbxU+CqbVJpUBlSmVeeoeqryVYtVm1Vvqr5TY6r5qmWqbVVrU3ugjlE3VY9Qz1ffo35BfWIOfY7rHO6c4jnH5tzVgDVMNSI1lmkc0OjRmNLU0vTXFGnu1DyvOaHF0PLUytCq0DqtNa5N03bXFmhXaJ/RfspUZnoxs5hVzC7mpI6GToCOVGe/Tq/OjK6R7nzdtbrNug/0SHosvVS9Cr1OvUl9bf1Q/eX6jfp3DYgGLIN0gx0G3QbThkaGsYYbDNsMnxipGgUaLTVqNLpvTDX2MF5sXGt8wwRnwjLJNNltcs0UNnUwTTetMe0zg80czQRmu836zbHmzuZC81rzQQuKhZdFnkWjxbAlwzLEcq1lm+VzK32rBKutVt1WH60drLOs66zv2SjZBNmstemw+d3W1JZrW2N7w45q52e3yq7d7oW9mT3ffo/9bQeaQ6jDBodOhw+OTo5ixybHcSd9p2SnXU6DLDornFXKuuSMdfZ2XuV80vmti6OLxOWYy2+uFq6Zroddn8w1msufWzd3xE3XjeO2323Ineme7L7PfchDx4PjUevxyFPPk+dZ7znmZeKV4XXE67m3tbfYu8V7mu3CXsE+64P4+PsU+/T6KvnO9632fein65fm1+g36e/gv8z/bAA2IDhga8BgoGYgN7AhcDLIKWhFUFcwJTgquDr4UYhpiDikIxQODQrdFnp/nsE84by2MBAWGLYt7EG4Ufji8B8jcBHhETURjyNtIpdHdkfRopKiDke9jvaOLou+N994vnR+Z4x8TGJMQ8x0rE9seexQnFXcirir8erxgvj2BHxCTEJ9wtQC3wXbF4wmOiQWJd5aaLSwYOHlReqLshadSpJP4iQdT8YmxyYfTn7PCePUcqZSAlN2pUxy2dwd3Gc8T14Fb5zvxi/nj6W6pZanPklzS9uWNp7ukV6ZPiFgC6oFLzICMvZmTGeGZR7MnM2KzWrOJmQnZ58QKgkzhV05WjkFOf0iM1GRaGixy+LtiyfFweL6XCh3YW67hI7+TPVIjaXrpcN57nk1eW/yY/KPFygWCAt6lpgu2bRkbKnf0m+XYZZxl3Uu11m+ZvnwCq8V+1dCK1NWdq7SW1W4anS1/+pDa0hrMtf8tNZ6bfnaV+ti13UUahauLhxZ77++sUiuSFw0uMF1w96NmI2Cjb2b7Dbt3PSxmFd8pcS6pLLkfSm39Mo3Nt9UfTO7OXVzb5lj2Z4tuC3CLbe2emw9VK5YvrR8ZFvottYKZkVxxavtSdsvV9pX7t1B2iHdMVQVUtW+U3/nlp3vq9Orb9Z41zTv0ti1adf0bt7ugT2ee5r2au4t2ftun2Df7f3++1trDWsrD+AO5B14XBdT1/0t69uGevX6kvoPB4UHhw5FHupqcGpoOKxxuKwRbpQ2jh9JPHLtO5/v2pssmvY3M5pLjoKj0qNPv0/+/tax4GOdx1nHm34w+GFXC62luBVqXdI62ZbeNtQe395/IuhEZ4drR8uPlj8ePKlzsuaU8qmy06TThadnzyw9M3VWdHbiXNq5kc6kznvn487f6Iro6r0QfOHSRb+L57u9us9ccrt08rLL5RNXWFfarjpebe1x6Gn5yeGnll7H3tY+p772a87XOvrn9p8e8Bg4d93n+sUbgTeu3px3s//W/Fu3BxMHh27zbj+5k3Xnxd28uzP3Vt/H3i9+oPCg8qHGw9qfTX5uHnIcOjXsM9zzKOrRvRHuyLNfcn95P1r4mPq4ckx7rOGJ7ZOT437j154ueDr6TPRsZqLoV8Vfdz03fv7Db56/9UzGTY6+EL+Y/b30pdrLg6/sX3VOhU89fJ39ema6+I3am0NvWW+738W+G5vJf49/X/XB5EPHx+CP92ezZ2f/AAOY8/wRDtFgAAADQklEQVRIDbWVaUiUQRjHZ96dXY/d1fYQj1U03dJSw9YkFgy6DIkILRArQSSC7PjQjQQqVH7oQ0GHQUWgpQhKHzoNSqiUwpXcsrwIjzVtPVrzbPV9Z6bZhYV3N3WXYAeGmWeeZ37z8J95GEgpBf5oeXn1Es4fYAdzPDlM6je4RBYhR+LMU89UxiCBGiCgkUwsBYSA+SlPKLQBQAYEAZm+3j42K96z3NyOF7VOeMrp62opRcacjPW5+43rDTpNSKQ8QKZAEg7xmPCTs/O27uGJgXuNbW0pxyvLfTmAEBzthEsFZLxRvPdi5rpYo2cmUiQJDA4IVeo0obGdlvGfXUPj0Sym2zPuHxvzcWjDyVupJ/YYizKTGNjLw/HiduNTAqIRIUJ6Vpp+ky8bCSFgwQ2xgkGxFi1ioNWEBGuJB31gbLIv/2pd7SpFoGxtpCYkLSEq4ptlzIYFO7tc7w0TKkeEYg5ADnrWkkYhD8s26GPq3nW0WKxTptftPYBI4Mj3O2fHvKNZBMVSDmMwarXNjDkSF3d5kExZeiCr8M2VI+VFu9IvsPcYtzAvkfoEZkEEE45jMppq3ppbCNPFIY1nD1cpo07lbMmvOXeoDCF8BLKy9uUAAjDkBh+c6bz78mNtVVP7MwET7JBnqb4xXpdWVpC1OVzWn+ELHLCsneX/s7rkRWl1463cy1U3WroG21jhCGKJXPOtKQnpAuENvsAppgDB3TcDVIrpDHbK5Kd+y7W8iodNybHh22rOHyxUK+UaMYjZaoyp25rYL54TSihSKmwZ14v3lc3ZFxdbeywjn/tGJnkmzrydX1ApxOEACKymmXLYfXVpi1JMEOGxPi1ep18doY4r2J7uFumQQ9yGf01bMcZW8dpyc0oIjxxpuC5wuUDX+ovWrnYeg3aXvdLIqnmOvXPsfH6uA5YbTb1DX8ofvTLzTy6ZV4K6fAw+gXiATfdffmjeaUgc1UdpdWplsCooQBrEnqUw82dhdnjit/Vxc4f59tP3DRjzJvYteqrl4rmNlJIfrOwpgNklesDRNQBCHYtQAQqD2CgACNjHAJnG1EyfV/S67fZiJB5t2OGEe4n7L3fS4fpEv/2hUEATfoPbuam5v8N7nps70YTbAAAAAElFTkSuQmCC"); }

.stripe-connect.light-blue span:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAYAAAARfGZ1AAAKRGlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUFNcXx9/MbC+0XZYiZem9twWkLr1IlSYKy+4CS1nWZRewN0QFIoqICFYkKGLAaCgSK6JYCAgW7AEJIkoMRhEVlczGHPX3Oyf5/U7eH3c+8333nnfn3vvOGQAoASECYQ6sAEC2UCKO9PdmxsUnMPG9AAZEgAM2AHC4uaLQKL9ogK5AXzYzF3WS8V8LAuD1LYBaAK5bBIQzmX/p/+9DkSsSSwCAwtEAOx4/l4tyIcpZ+RKRTJ9EmZ6SKWMYI2MxmiDKqjJO+8Tmf/p8Yk8Z87KFPNRHlrOIl82TcRfKG/OkfJSREJSL8gT8fJRvoKyfJc0WoPwGZXo2n5MLAIYi0yV8bjrK1ihTxNGRbJTnAkCgpH3FKV+xhF+A5gkAO0e0RCxIS5cwjbkmTBtnZxYzgJ+fxZdILMI53EyOmMdk52SLOMIlAHz6ZlkUUJLVlokW2dHG2dHRwtYSLf/n9Y+bn73+GWS9/eTxMuLPnkGMni/al9gvWk4tAKwptDZbvmgpOwFoWw+A6t0vmv4+AOQLAWjt++p7GLJ5SZdIRC5WVvn5+ZYCPtdSVtDP6386fPb8e/jqPEvZeZ9rx/Thp3KkWRKmrKjcnKwcqZiZK+Jw+UyL/x7ifx34VVpf5WEeyU/li/lC9KgYdMoEwjS03UKeQCLIETIFwr/r8L8M+yoHGX6aaxRodR8BPckSKPTRAfJrD8DQyABJ3IPuQJ/7FkKMAbKbF6s99mnuUUb3/7T/YeAy9BXOFaQxZTI7MprJlYrzZIzeCZnBAhKQB3SgBrSAHjAGFsAWOAFX4Al8QRAIA9EgHiwCXJAOsoEY5IPlYA0oAiVgC9gOqsFeUAcaQBM4BtrASXAOXARXwTVwE9wDQ2AUPAOT4DWYgSAID1EhGqQGaUMGkBlkC7Egd8gXCoEioXgoGUqDhJAUWg6tg0qgcqga2g81QN9DJ6Bz0GWoH7oDDUPj0O/QOxiBKTAd1oQNYSuYBXvBwXA0vBBOgxfDS+FCeDNcBdfCR+BW+Bx8Fb4JD8HP4CkEIGSEgeggFggLYSNhSAKSioiRlUgxUonUIk1IB9KNXEeGkAnkLQaHoWGYGAuMKyYAMx/DxSzGrMSUYqoxhzCtmC7MdcwwZhLzEUvFamDNsC7YQGwcNg2bjy3CVmLrsS3YC9ib2FHsaxwOx8AZ4ZxwAbh4XAZuGa4UtxvXjDuL68eN4KbweLwa3gzvhg/Dc/ASfBF+J/4I/gx+AD+Kf0MgE7QJtgQ/QgJBSFhLqCQcJpwmDBDGCDNEBaIB0YUYRuQRlxDLiHXEDmIfcZQ4Q1IkGZHcSNGkDNIaUhWpiXSBdJ/0kkwm65KdyRFkAXk1uYp8lHyJPEx+S1GimFLYlESKlLKZcpBylnKH8pJKpRpSPakJVAl1M7WBep76kPpGjiZnKRcox5NbJVcj1yo3IPdcnihvIO8lv0h+qXyl/HH5PvkJBaKCoQJbgaOwUqFG4YTCoMKUIk3RRjFMMVuxVPGw4mXFJ0p4JUMlXyWeUqHSAaXzSiM0hKZHY9O4tHW0OtoF2igdRzeiB9Iz6CX07+i99EllJWV75RjlAuUa5VPKQwyEYcgIZGQxyhjHGLcY71Q0VbxU+CqbVJpUBlSmVeeoeqryVYtVm1Vvqr5TY6r5qmWqbVVrU3ugjlE3VY9Qz1ffo35BfWIOfY7rHO6c4jnH5tzVgDVMNSI1lmkc0OjRmNLU0vTXFGnu1DyvOaHF0PLUytCq0DqtNa5N03bXFmhXaJ/RfspUZnoxs5hVzC7mpI6GToCOVGe/Tq/OjK6R7nzdtbrNug/0SHosvVS9Cr1OvUl9bf1Q/eX6jfp3DYgGLIN0gx0G3QbThkaGsYYbDNsMnxipGgUaLTVqNLpvTDX2MF5sXGt8wwRnwjLJNNltcs0UNnUwTTetMe0zg80czQRmu836zbHmzuZC81rzQQuKhZdFnkWjxbAlwzLEcq1lm+VzK32rBKutVt1WH60drLOs66zv2SjZBNmstemw+d3W1JZrW2N7w45q52e3yq7d7oW9mT3ffo/9bQeaQ6jDBodOhw+OTo5ixybHcSd9p2SnXU6DLDornFXKuuSMdfZ2XuV80vmti6OLxOWYy2+uFq6Zroddn8w1msufWzd3xE3XjeO2323Ineme7L7PfchDx4PjUevxyFPPk+dZ7znmZeKV4XXE67m3tbfYu8V7mu3CXsE+64P4+PsU+/T6KvnO9632fein65fm1+g36e/gv8z/bAA2IDhga8BgoGYgN7AhcDLIKWhFUFcwJTgquDr4UYhpiDikIxQODQrdFnp/nsE84by2MBAWGLYt7EG4Ufji8B8jcBHhETURjyNtIpdHdkfRopKiDke9jvaOLou+N994vnR+Z4x8TGJMQ8x0rE9seexQnFXcirir8erxgvj2BHxCTEJ9wtQC3wXbF4wmOiQWJd5aaLSwYOHlReqLshadSpJP4iQdT8YmxyYfTn7PCePUcqZSAlN2pUxy2dwd3Gc8T14Fb5zvxi/nj6W6pZanPklzS9uWNp7ukV6ZPiFgC6oFLzICMvZmTGeGZR7MnM2KzWrOJmQnZ58QKgkzhV05WjkFOf0iM1GRaGixy+LtiyfFweL6XCh3YW67hI7+TPVIjaXrpcN57nk1eW/yY/KPFygWCAt6lpgu2bRkbKnf0m+XYZZxl3Uu11m+ZvnwCq8V+1dCK1NWdq7SW1W4anS1/+pDa0hrMtf8tNZ6bfnaV+ti13UUahauLhxZ77++sUiuSFw0uMF1w96NmI2Cjb2b7Dbt3PSxmFd8pcS6pLLkfSm39Mo3Nt9UfTO7OXVzb5lj2Z4tuC3CLbe2emw9VK5YvrR8ZFvottYKZkVxxavtSdsvV9pX7t1B2iHdMVQVUtW+U3/nlp3vq9Orb9Z41zTv0ti1adf0bt7ugT2ee5r2au4t2ftun2Df7f3++1trDWsrD+AO5B14XBdT1/0t69uGevX6kvoPB4UHhw5FHupqcGpoOKxxuKwRbpQ2jh9JPHLtO5/v2pssmvY3M5pLjoKj0qNPv0/+/tax4GOdx1nHm34w+GFXC62luBVqXdI62ZbeNtQe395/IuhEZ4drR8uPlj8ePKlzsuaU8qmy06TThadnzyw9M3VWdHbiXNq5kc6kznvn487f6Iro6r0QfOHSRb+L57u9us9ccrt08rLL5RNXWFfarjpebe1x6Gn5yeGnll7H3tY+p772a87XOvrn9p8e8Bg4d93n+sUbgTeu3px3s//W/Fu3BxMHh27zbj+5k3Xnxd28uzP3Vt/H3i9+oPCg8qHGw9qfTX5uHnIcOjXsM9zzKOrRvRHuyLNfcn95P1r4mPq4ckx7rOGJ7ZOT437j154ueDr6TPRsZqLoV8Vfdz03fv7Db56/9UzGTY6+EL+Y/b30pdrLg6/sX3VOhU89fJ39ema6+I3am0NvWW+738W+G5vJf49/X/XB5EPHx+CP92ezZ2f/AAOY8/wRDtFgAAADIElEQVRIDbWVTWgTQRTHZ2Z3s5vdpsm2aZp+iKKNCgZsK4iWik0tClqwHozS9iYo4nfw0KNU8ebBm+JNESktBfEgWg+KB0FbiqhFMS1SKyk0lTY1zcd+jG82TSkNoXtoXngk+2bm92b/780EU0pRKWxwcJAjpQAzZrKqSigZ3G3ISsnguka8/FpZWrrOtwi8cI4jpJkiuodgTKAkhqbrC9lM5ms6o936/ObJ+7Vriv3GHFe/Cm8LX76nejwR2elEgsOBOI5DGD6UmpyuG750OtWuZbNLALMFp4axzYK3h690V6oVkXJ3ORJF0QITDIphQMHWTdNEqZSE3IroK7bT9XFMSG7n1T7vDaXMhWRZRhBcPw8ReAuHYVhJCwaLBGBPOc1FSdopSU4Lwuay3ve45FTfhdMfE8ll4U8srkxMTquLC4s/irAKwvDSiiWLw+HgeB40xkyHHHwu/lfouXZ7ePjhnafVlWptczAQhKFfbNyWYZTrc9XtikFjIOiOFSfIoAjyCfeP9kR+tp662AXAZ+AfbIFhEqUrAu8LNjw32SMksJLAwWVd4/V6UW1Njeqv9vW3n7n6JRQKrXbXRkkwMrE1OXyi7YFJcWDs29RxaBGetSDhCQKtkCiJVqHhOzhLyGOAdm8Ezo/ndxI923m4f3/jru8v346GpmPzTXCd5ZJA9/AcD8W2ZGPy2LY8nC0Y217vj17q7Xw3HZs79Gjg9c2sbkACMA4jSZJQRnJK7NGOUUSoBT/WG+mDWv4jFI8ih/ip4+DeqK5p16HpeVYDZjwkYBLZNYypacHravzhjKY3GXBQTPDxiSnkUVWkyMpqe0L9kbtMztiFw3TNgleoHqdOWRmhxtREBHR2CIKlM4sxM0yKAlv9UbtwqFnSggsAEggPx9t6LFgPlxfyV7oTvSc77hYMFgmAzHGLdqBp94vZ+aWFxUSyPpXRVN0wnHAEsMARw6VI6WBgS6yjpXEIOANFWAVhapozeOU/dAeMNoDXgXvAneCt4Anw3+CvwEfAbdvQyPiRvA6TsIr5phnc5zOF9+sm4XnBjJcMvsgtJ/8DyYLwNvinaNYAAAAASUVORK5CYII="); }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .stripe-connect span:before,
  .stripe-connect.blue span:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAwCAYAAABuZUjcAAAKRGlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUFNcXx9/MbC+0XZYiZem9twWkLr1IlSYKy+4CS1nWZRewN0QFIoqICFYkKGLAaCgSK6JYCAgW7AEJIkoMRhEVlczGHPX3Oyf5/U7eH3c+8333nnfn3vvOGQAoASECYQ6sAEC2UCKO9PdmxsUnMPG9AAZEgAM2AHC4uaLQKL9ogK5AXzYzF3WS8V8LAuD1LYBaAK5bBIQzmX/p/+9DkSsSSwCAwtEAOx4/l4tyIcpZ+RKRTJ9EmZ6SKWMYI2MxmiDKqjJO+8Tmf/p8Yk8Z87KFPNRHlrOIl82TcRfKG/OkfJSREJSL8gT8fJRvoKyfJc0WoPwGZXo2n5MLAIYi0yV8bjrK1ihTxNGRbJTnAkCgpH3FKV+xhF+A5gkAO0e0RCxIS5cwjbkmTBtnZxYzgJ+fxZdILMI53EyOmMdk52SLOMIlAHz6ZlkUUJLVlokW2dHG2dHRwtYSLf/n9Y+bn73+GWS9/eTxMuLPnkGMni/al9gvWk4tAKwptDZbvmgpOwFoWw+A6t0vmv4+AOQLAWjt++p7GLJ5SZdIRC5WVvn5+ZYCPtdSVtDP6386fPb8e/jqPEvZeZ9rx/Thp3KkWRKmrKjcnKwcqZiZK+Jw+UyL/x7ifx34VVpf5WEeyU/li/lC9KgYdMoEwjS03UKeQCLIETIFwr/r8L8M+yoHGX6aaxRodR8BPckSKPTRAfJrD8DQyABJ3IPuQJ/7FkKMAbKbF6s99mnuUUb3/7T/YeAy9BXOFaQxZTI7MprJlYrzZIzeCZnBAhKQB3SgBrSAHjAGFsAWOAFX4Al8QRAIA9EgHiwCXJAOsoEY5IPlYA0oAiVgC9gOqsFeUAcaQBM4BtrASXAOXARXwTVwE9wDQ2AUPAOT4DWYgSAID1EhGqQGaUMGkBlkC7Egd8gXCoEioXgoGUqDhJAUWg6tg0qgcqga2g81QN9DJ6Bz0GWoH7oDDUPj0O/QOxiBKTAd1oQNYSuYBXvBwXA0vBBOgxfDS+FCeDNcBdfCR+BW+Bx8Fb4JD8HP4CkEIGSEgeggFggLYSNhSAKSioiRlUgxUonUIk1IB9KNXEeGkAnkLQaHoWGYGAuMKyYAMx/DxSzGrMSUYqoxhzCtmC7MdcwwZhLzEUvFamDNsC7YQGwcNg2bjy3CVmLrsS3YC9ib2FHsaxwOx8AZ4ZxwAbh4XAZuGa4UtxvXjDuL68eN4KbweLwa3gzvhg/Dc/ASfBF+J/4I/gx+AD+Kf0MgE7QJtgQ/QgJBSFhLqCQcJpwmDBDGCDNEBaIB0YUYRuQRlxDLiHXEDmIfcZQ4Q1IkGZHcSNGkDNIaUhWpiXSBdJ/0kkwm65KdyRFkAXk1uYp8lHyJPEx+S1GimFLYlESKlLKZcpBylnKH8pJKpRpSPakJVAl1M7WBep76kPpGjiZnKRcox5NbJVcj1yo3IPdcnihvIO8lv0h+qXyl/HH5PvkJBaKCoQJbgaOwUqFG4YTCoMKUIk3RRjFMMVuxVPGw4mXFJ0p4JUMlXyWeUqHSAaXzSiM0hKZHY9O4tHW0OtoF2igdRzeiB9Iz6CX07+i99EllJWV75RjlAuUa5VPKQwyEYcgIZGQxyhjHGLcY71Q0VbxU+CqbVJpUBlSmVeeoeqryVYtVm1Vvqr5TY6r5qmWqbVVrU3ugjlE3VY9Qz1ffo35BfWIOfY7rHO6c4jnH5tzVgDVMNSI1lmkc0OjRmNLU0vTXFGnu1DyvOaHF0PLUytCq0DqtNa5N03bXFmhXaJ/RfspUZnoxs5hVzC7mpI6GToCOVGe/Tq/OjK6R7nzdtbrNug/0SHosvVS9Cr1OvUl9bf1Q/eX6jfp3DYgGLIN0gx0G3QbThkaGsYYbDNsMnxipGgUaLTVqNLpvTDX2MF5sXGt8wwRnwjLJNNltcs0UNnUwTTetMe0zg80czQRmu836zbHmzuZC81rzQQuKhZdFnkWjxbAlwzLEcq1lm+VzK32rBKutVt1WH60drLOs66zv2SjZBNmstemw+d3W1JZrW2N7w45q52e3yq7d7oW9mT3ffo/9bQeaQ6jDBodOhw+OTo5ixybHcSd9p2SnXU6DLDornFXKuuSMdfZ2XuV80vmti6OLxOWYy2+uFq6Zroddn8w1msufWzd3xE3XjeO2323Ineme7L7PfchDx4PjUevxyFPPk+dZ7znmZeKV4XXE67m3tbfYu8V7mu3CXsE+64P4+PsU+/T6KvnO9632fein65fm1+g36e/gv8z/bAA2IDhga8BgoGYgN7AhcDLIKWhFUFcwJTgquDr4UYhpiDikIxQODQrdFnp/nsE84by2MBAWGLYt7EG4Ufji8B8jcBHhETURjyNtIpdHdkfRopKiDke9jvaOLou+N994vnR+Z4x8TGJMQ8x0rE9seexQnFXcirir8erxgvj2BHxCTEJ9wtQC3wXbF4wmOiQWJd5aaLSwYOHlReqLshadSpJP4iQdT8YmxyYfTn7PCePUcqZSAlN2pUxy2dwd3Gc8T14Fb5zvxi/nj6W6pZanPklzS9uWNp7ukV6ZPiFgC6oFLzICMvZmTGeGZR7MnM2KzWrOJmQnZ58QKgkzhV05WjkFOf0iM1GRaGixy+LtiyfFweL6XCh3YW67hI7+TPVIjaXrpcN57nk1eW/yY/KPFygWCAt6lpgu2bRkbKnf0m+XYZZxl3Uu11m+ZvnwCq8V+1dCK1NWdq7SW1W4anS1/+pDa0hrMtf8tNZ6bfnaV+ti13UUahauLhxZ77++sUiuSFw0uMF1w96NmI2Cjb2b7Dbt3PSxmFd8pcS6pLLkfSm39Mo3Nt9UfTO7OXVzb5lj2Z4tuC3CLbe2emw9VK5YvrR8ZFvottYKZkVxxavtSdsvV9pX7t1B2iHdMVQVUtW+U3/nlp3vq9Orb9Z41zTv0ti1adf0bt7ugT2ee5r2au4t2ftun2Df7f3++1trDWsrD+AO5B14XBdT1/0t69uGevX6kvoPB4UHhw5FHupqcGpoOKxxuKwRbpQ2jh9JPHLtO5/v2pssmvY3M5pLjoKj0qNPv0/+/tax4GOdx1nHm34w+GFXC62luBVqXdI62ZbeNtQe395/IuhEZ4drR8uPlj8ePKlzsuaU8qmy06TThadnzyw9M3VWdHbiXNq5kc6kznvn487f6Iro6r0QfOHSRb+L57u9us9ccrt08rLL5RNXWFfarjpebe1x6Gn5yeGnll7H3tY+p772a87XOvrn9p8e8Bg4d93n+sUbgTeu3px3s//W/Fu3BxMHh27zbj+5k3Xnxd28uzP3Vt/H3i9+oPCg8qHGw9qfTX5uHnIcOjXsM9zzKOrRvRHuyLNfcn95P1r4mPq4ckx7rOGJ7ZOT437j154ueDr6TPRsZqLoV8Vfdz03fv7Db56/9UzGTY6+EL+Y/b30pdrLg6/sX3VOhU89fJ39ema6+I3am0NvWW+738W+G5vJf49/X/XB5EPHx+CP92ezZ2f/AAOY8/wRDtFgAAAIbklEQVRoBdVZa5BURxU+fZ9z57mzs7PvF4i7srAQSCifMVDERC0jYlzUlJalKeGPlCnL/NEfywpWacoiVZRVJIYfGjGUu5bxj5qHFSAYyQOBEsJzYSHDvnd2dp535j66PX1vNgsULDPs1cr2Vs+9e7v79NfnnnP663MJYwwWYxEWI2iOedEClxabxgkBwjEvOuA9PQOOlSw64JMr4vK8GidYYMcOES4tVSEAAZ8FAUqon1GiAJEEEG0CjFB8cTaxZUMAo1gEqQA0UABprAjPbrUwXnkesgqKP8CBk5vDIenrE+BKmwI+MawA1MbCkdV10cBDflXuVmSxQRbFkCAQZ9U2ZTaONyxKcyXDHjMs83ImV3rz6njmDRPMUZB80zAJOuvvsflkXpTP7DrWyeXcYCqk75AEieawrEoty1vrvlcV0ja3VQdb1rVUQVd9EFqqNIj5ZfDJooPBsCnohq2ldDMynC42XZnW7z09lu25lMxDMl34y0gyvTsBwyewc84Z4MEPpWIzF/MBcLLtNzJISmxZU+PmWETbtqGzfvVja5uguyF02+kCIEJUk6Ex4oMV9XP9ZnQT/nZ24it7XrtoJ5LZ7SjAM+Bg2+0ckAOcbBkQIaZFVzY1bGurjezYfn87PNQZ5+13ZaQRXMzH26Lg8ymfUokQdAR59INOc53GQ6q/Jiiua6oJ7+h9uAPua47cHeLrwHEmQRmTGLHV6x4v+JYwWsOFCGRDn6RKem1rPPrkN9Y0uqAXLN4VwCgjYGEE8rBgMAjwKsF9S9WgLa9qjYcf+Po9jXdlGrfC5Wj8Vg0Lf+ZENAFmpGB9TWTLhmUxUD1UDg/gtudRnK+a4RtkgqQyO+RT5LVrmiLgJcN19gcGNojUWriS5yRQm7pcBTc/vyCKdW1RrWwzOTiYhGf+dRUmcgZosgDVfgWaMCS2V2tO+OzG0MiVjdUwiFiYm9a7O4kJAoZEooV9H4T0O0ofODkKr5+6+nY6V3heVZQpv6ZWaz55qSJJnXjtUBW5pT7k8xeK5u+B0PQdBVbQgTLq9HbQYthyNVSmTT6A/nB0aGpF0K99+trY1F7TNI9PZGXkKUVRtYjGZCIOV1dHR4Ynz8FSLV8BrjK6uiAlpLcmco1ipmgpAaU8rfesboCuumBg31uJbx6+qH0uX9D/em0i85xFhaslKZKA8/82RtYDhd/1MkCuBnjxrLgKB0EQSb5oWO+9O1bZrsy3+Kc3dcH+b99b07NuyXe6P9r8z/am+C9lkuqCjo4qGGkQES76qJcuz/2GOlUoFuVsQS+98frlaSeq8Gkqqctrg7Dz853wwrfugUfXtj3W3tJ8oCletRUEXy1SCSSYHhdu41gFqILcZCrzwkvnJmE0U3JtHefiL7eS2l7th11f7IQ9j65aVh+r+nlzbd2TELJrHPLmIXZX3wyBX8MTQMm8PJ0u9Pe9chGQYy9omvXouHu/thJqI+Ef1sZDm0AMBmfPiQsSPDuY2zhWwSH5ISU5Pjm98x9nRo7+7JVBB3wl5nJz35Vo/z/esBQUVf2+QlkD9Aw42/Ts3Au7ushdAhQ5UzJoOjE+OrV9/1tDR7cNnIax7N2bDX9nm1bUQXdz9Rp/MLwRoqAtDOzcaO7rvDrAWW8vhcatWVNjF6cmJre9embkz1947h3YfXgIUgVzblQldxgFH0ZOr/qULwM15k4Zlci4Vd9ZU5ltY71oObHBnBFQBidmUk8kEsOP7Hntwqsb974NfS8PAh7LKoo23Hw+2R4FQcSzKlDPgFOEyf8kx3HW94kQ7xJgRRdAJG7CyIWxgiXNUN0+k5nJLN83k3n8D8eHN3+1ux5+8uBHIKiWt1G1Rn3IJkiUCcQzU3G0h9qWHMeJdoSrwtr9dl6I6DNjFwRRyxiKnStSqkPJPsGSmZ+mp1P9z2dzOy3Klj31yMdmX9S8V75APEsomMZwT9fz9i6vkW9AvEgQyqrBQM2Dq9rrD0gCgXfHA0jpjIRm2Zcw+3CR2tZl27SnMZFSZ1lWcRwZITeDckresAEXaoKwwBh7/WQubgTOQj5BVjdv7KiBJz7bztMNcHIk03JiONNyfiK/ntv2VMHAMx6BjpoA/Gj9Emdjul7W7e6TeQNDK9WJLRm361P5c1drEmAaymaYoXpfjZoiOk7FHWuh5dxEHmzLHiXM9oyTz9FawRZw65f5yyzXBMpd0JGhFKB5nSwRMVvumDv2cxm4m1f5X4AuWhRePDUOtqEPQJVVGfWcBz1ahmPlTlxzqaJLquYZU1HTvjcTMD6dOULM0n+g5nKposHzdWbo7FgEkDBviWlYx++53XtQ33kvDU8dHAJm6L8usdwEZn09S3qiPed5lcCSLUpI0eEA8620zLbDl6bh8T+egkI+/7Rl6kegcTSPst1QUKaM+brhrjnF2yUQJNxnrGMnR7KbTw5nYFVjyAl98w2+VdvVlA67Dw3BgROjAKa+yyrpz0BKTbJnez1NT6AKrrnA1bEi1av2v3xaiL90dnxL2Kc0rsXc4WpcQEc8AEtiGrRiejmK6WWeMDIxtVwwKExijB5KFuBYIg1cy8dx0dTQ/yQVc78yBXMIqJ5i/VvvkqHdSjXuM/THKy7w2LQJ6fpJms38QiHGvlzBt+RwJv2JQ2elbjyRtjIi1AIRMAsKPuQduHVzr2YW+kIBE5BTwOzzxLKOiMX8QVuWh00IpqD+S0WHtLlzefpLBOZo/IYvEqQPnTX5dxmy4xookqaCjRuT4mMi8g3bxs2KCkj3GFj4+QSzA0RkeskU8iCJeUiBDv09Jt8OPEV6k7DlP3gxxh/dAPymPh/Kf5d897dIOd9P7H8oEd4G1JV8wPGbRadx52sgLmrRAZ99EZ5+LZgV+v+4Llrg/wX6HRCxgvzAAwAAAABJRU5ErkJggg=="); }
  .stripe-connect.light-blue span:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAwCAYAAABuZUjcAAAKRGlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUFNcXx9/MbC+0XZYiZem9twWkLr1IlSYKy+4CS1nWZRewN0QFIoqICFYkKGLAaCgSK6JYCAgW7AEJIkoMRhEVlczGHPX3Oyf5/U7eH3c+8333nnfn3vvOGQAoASECYQ6sAEC2UCKO9PdmxsUnMPG9AAZEgAM2AHC4uaLQKL9ogK5AXzYzF3WS8V8LAuD1LYBaAK5bBIQzmX/p/+9DkSsSSwCAwtEAOx4/l4tyIcpZ+RKRTJ9EmZ6SKWMYI2MxmiDKqjJO+8Tmf/p8Yk8Z87KFPNRHlrOIl82TcRfKG/OkfJSREJSL8gT8fJRvoKyfJc0WoPwGZXo2n5MLAIYi0yV8bjrK1ihTxNGRbJTnAkCgpH3FKV+xhF+A5gkAO0e0RCxIS5cwjbkmTBtnZxYzgJ+fxZdILMI53EyOmMdk52SLOMIlAHz6ZlkUUJLVlokW2dHG2dHRwtYSLf/n9Y+bn73+GWS9/eTxMuLPnkGMni/al9gvWk4tAKwptDZbvmgpOwFoWw+A6t0vmv4+AOQLAWjt++p7GLJ5SZdIRC5WVvn5+ZYCPtdSVtDP6386fPb8e/jqPEvZeZ9rx/Thp3KkWRKmrKjcnKwcqZiZK+Jw+UyL/x7ifx34VVpf5WEeyU/li/lC9KgYdMoEwjS03UKeQCLIETIFwr/r8L8M+yoHGX6aaxRodR8BPckSKPTRAfJrD8DQyABJ3IPuQJ/7FkKMAbKbF6s99mnuUUb3/7T/YeAy9BXOFaQxZTI7MprJlYrzZIzeCZnBAhKQB3SgBrSAHjAGFsAWOAFX4Al8QRAIA9EgHiwCXJAOsoEY5IPlYA0oAiVgC9gOqsFeUAcaQBM4BtrASXAOXARXwTVwE9wDQ2AUPAOT4DWYgSAID1EhGqQGaUMGkBlkC7Egd8gXCoEioXgoGUqDhJAUWg6tg0qgcqga2g81QN9DJ6Bz0GWoH7oDDUPj0O/QOxiBKTAd1oQNYSuYBXvBwXA0vBBOgxfDS+FCeDNcBdfCR+BW+Bx8Fb4JD8HP4CkEIGSEgeggFggLYSNhSAKSioiRlUgxUonUIk1IB9KNXEeGkAnkLQaHoWGYGAuMKyYAMx/DxSzGrMSUYqoxhzCtmC7MdcwwZhLzEUvFamDNsC7YQGwcNg2bjy3CVmLrsS3YC9ib2FHsaxwOx8AZ4ZxwAbh4XAZuGa4UtxvXjDuL68eN4KbweLwa3gzvhg/Dc/ASfBF+J/4I/gx+AD+Kf0MgE7QJtgQ/QgJBSFhLqCQcJpwmDBDGCDNEBaIB0YUYRuQRlxDLiHXEDmIfcZQ4Q1IkGZHcSNGkDNIaUhWpiXSBdJ/0kkwm65KdyRFkAXk1uYp8lHyJPEx+S1GimFLYlESKlLKZcpBylnKH8pJKpRpSPakJVAl1M7WBep76kPpGjiZnKRcox5NbJVcj1yo3IPdcnihvIO8lv0h+qXyl/HH5PvkJBaKCoQJbgaOwUqFG4YTCoMKUIk3RRjFMMVuxVPGw4mXFJ0p4JUMlXyWeUqHSAaXzSiM0hKZHY9O4tHW0OtoF2igdRzeiB9Iz6CX07+i99EllJWV75RjlAuUa5VPKQwyEYcgIZGQxyhjHGLcY71Q0VbxU+CqbVJpUBlSmVeeoeqryVYtVm1Vvqr5TY6r5qmWqbVVrU3ugjlE3VY9Qz1ffo35BfWIOfY7rHO6c4jnH5tzVgDVMNSI1lmkc0OjRmNLU0vTXFGnu1DyvOaHF0PLUytCq0DqtNa5N03bXFmhXaJ/RfspUZnoxs5hVzC7mpI6GToCOVGe/Tq/OjK6R7nzdtbrNug/0SHosvVS9Cr1OvUl9bf1Q/eX6jfp3DYgGLIN0gx0G3QbThkaGsYYbDNsMnxipGgUaLTVqNLpvTDX2MF5sXGt8wwRnwjLJNNltcs0UNnUwTTetMe0zg80czQRmu836zbHmzuZC81rzQQuKhZdFnkWjxbAlwzLEcq1lm+VzK32rBKutVt1WH60drLOs66zv2SjZBNmstemw+d3W1JZrW2N7w45q52e3yq7d7oW9mT3ffo/9bQeaQ6jDBodOhw+OTo5ixybHcSd9p2SnXU6DLDornFXKuuSMdfZ2XuV80vmti6OLxOWYy2+uFq6Zroddn8w1msufWzd3xE3XjeO2323Ineme7L7PfchDx4PjUevxyFPPk+dZ7znmZeKV4XXE67m3tbfYu8V7mu3CXsE+64P4+PsU+/T6KvnO9632fein65fm1+g36e/gv8z/bAA2IDhga8BgoGYgN7AhcDLIKWhFUFcwJTgquDr4UYhpiDikIxQODQrdFnp/nsE84by2MBAWGLYt7EG4Ufji8B8jcBHhETURjyNtIpdHdkfRopKiDke9jvaOLou+N994vnR+Z4x8TGJMQ8x0rE9seexQnFXcirir8erxgvj2BHxCTEJ9wtQC3wXbF4wmOiQWJd5aaLSwYOHlReqLshadSpJP4iQdT8YmxyYfTn7PCePUcqZSAlN2pUxy2dwd3Gc8T14Fb5zvxi/nj6W6pZanPklzS9uWNp7ukV6ZPiFgC6oFLzICMvZmTGeGZR7MnM2KzWrOJmQnZ58QKgkzhV05WjkFOf0iM1GRaGixy+LtiyfFweL6XCh3YW67hI7+TPVIjaXrpcN57nk1eW/yY/KPFygWCAt6lpgu2bRkbKnf0m+XYZZxl3Uu11m+ZvnwCq8V+1dCK1NWdq7SW1W4anS1/+pDa0hrMtf8tNZ6bfnaV+ti13UUahauLhxZ77++sUiuSFw0uMF1w96NmI2Cjb2b7Dbt3PSxmFd8pcS6pLLkfSm39Mo3Nt9UfTO7OXVzb5lj2Z4tuC3CLbe2emw9VK5YvrR8ZFvottYKZkVxxavtSdsvV9pX7t1B2iHdMVQVUtW+U3/nlp3vq9Orb9Z41zTv0ti1adf0bt7ugT2ee5r2au4t2ftun2Df7f3++1trDWsrD+AO5B14XBdT1/0t69uGevX6kvoPB4UHhw5FHupqcGpoOKxxuKwRbpQ2jh9JPHLtO5/v2pssmvY3M5pLjoKj0qNPv0/+/tax4GOdx1nHm34w+GFXC62luBVqXdI62ZbeNtQe395/IuhEZ4drR8uPlj8ePKlzsuaU8qmy06TThadnzyw9M3VWdHbiXNq5kc6kznvn487f6Iro6r0QfOHSRb+L57u9us9ccrt08rLL5RNXWFfarjpebe1x6Gn5yeGnll7H3tY+p772a87XOvrn9p8e8Bg4d93n+sUbgTeu3px3s//W/Fu3BxMHh27zbj+5k3Xnxd28uzP3Vt/H3i9+oPCg8qHGw9qfTX5uHnIcOjXsM9zzKOrRvRHuyLNfcn95P1r4mPq4ckx7rOGJ7ZOT437j154ueDr6TPRsZqLoV8Vfdz03fv7Db56/9UzGTY6+EL+Y/b30pdrLg6/sX3VOhU89fJ39ema6+I3am0NvWW+738W+G5vJf49/X/XB5EPHx+CP92ezZ2f/AAOY8/wRDtFgAAAHH0lEQVRoBdVZ628UVRS/857dme3strvblpaXCiI+WkCkpFAoECAgr0oqxASjiAZMiF9MiI80/AfqB+WD3/xABOMrKCgRJCBSLCACQUEIEai8ywJ97GNm/J3ZbizM7C7trpG9m7N39t5z7/2dM+eec+5dzrZtVoqFL0XQhLlkgYulpnGOYxxhLjngW7Zsdayk5IB3RyJSSWrcMP1aSQJPJfnwoIA3LFhTy3hrAdx+IzbIOMbsGkQAR3pM1Icdcxv1ZZtxf+D5OGPm3vbJo4/YbW0WLVSswglCLc3F5QtAzyx6ZbbA7Hc5jp8hCAIj4nmecTy2NyRwCqShOEZzWZbFTMtkpmky27Ku2Da36cC2j9vSjIV/b93RsZpmybo5n2htlct6yz6SReFlWZaZIitMURRGz6IkMoEXHPAOFAewnQacSrFkMsUSiTgoEU0kk4vBUzTgHM87GvcE3traKgTjxleyT5mvaTrTdY2pqo9JBNjReBp0v0sFLtI4tA2ClqFtIpPF43EIEdcd4Yr0hSWy23hnIvi2T/PPDwaDLBAIMFVRmSACbMY0XCDSImTCsOOvYDr0hqxUQnGxF9AA4/T2Ks2LXwsD9Iby8nIWNIJMVmTGZwWcAwFW4AWIYmfEycE7mC6OZfHjqviCYZT5gobhaIw24VALjRz6aO9Vsdm9I6eu6XN1mIcC8+ALAO0sS28qvY43iiG0csxydOHanJqm1ZFNk8vLp67hVeHjLfMbvx9ZHY7Fbvco17pi2vlL1youXemKXLh8Y8SV610jelPJIcDLP8QFXJHlELm77BsxPaltW6xx4vgDo2uiN6klZOh9RGNG1VzHz1Ogn6j99LkLcaqLXVzA4acRnIS82k6lTLbjx/aqhgmPvglQMZAMItcXAkVAw4nGjKq9hbroxQVcVeVenuN9//po7zUpQp44ffbZOSvWb48nEhv3fr5pBzhJu6TxP0E/g6iUpavifrt8VUXIuEC27eyrHDVFTtoLiqo2SKK4vem5tQebWl5dwW3ceO+c/4nG712EwUaPIhDmRU5RtMwoY5FwhIXg83VNmyxJ6uamY5ePNbWsXVFc/bpncwFfMnvqN4oi3iRTyfXh+zVO0bUyGmXRykpWXkEC6ONlWdo8c/m6L+atWpXJHt0rF9jiAq7rvpPzGuu/hqlYjjskr5mFKDiRB/Ijtw8FQywaibJKCEBvwOf3L032lf0wbcnqQIEYPYe7gIPrRPPU+kONk8Z/jVAPb38fH0gpiiLA+lgwaDgCRMJhJGf6FFXV3vNcucBGL+Am5ty2dM6UjkWzp3ziU+Vb+TZqpp9yGhLADwFCoXKYTgVD3vPSrBXr6wrE6RruBZyYzoK+nT7psdMb1rS8P+Hxh3bKstiT19X0S4CcGSmDzAzkO9gDHHL5510rF9jg8uMD5juC55jfry5aubBpb+xOz8Fd+3+rO3bqr6ndvX0VA/i8HyEEHT4CeoAl4/GFYHrLm3Fordk0npmNNP8haJeh+7uWzW04+M665R9MmzT+S0kU+jImkq2mJE1RFab6fA9nJixWnUvjmTUoS6K84xfQU0i+piya9fRhjrftfR2/L3M8TobToxYFEScnqehu0QW8ufX1eoGXJPNy6Mju3W2pAVgSeO4AHQLV+SR5pIVES+CQ1+QolPeoqlr0RMsFXJTkpXDbbVxVV/eclW+04wjTDod4HGe907aQuiImOV7RfbXVVdWNeqCMCUpu4ORM4Zl6csg2pC4X8GHRsNbdl6BrBs1MpWbh4DuLrhvoEGzZODVJHA7GPOuLJ5iG0ELAchUcn5mh63/n4hlKnwt4bW11uCvW65x+cLXAkgkQDgMpXDtQRkhAydXRKQnJVTqq5liZTv/V0dDJHCyD6rIZT5mU+15Fgk36/X7n/oQ0beGawQTgtMZxT4UP2a1zt4I6n8bxPlLNU+u+GxS6HMwch43lBZzu+tHpXPaIPDRKWi2gPDKi6sDo2sqjBUxx91CbOWdBN6r+hCqfJu+ezfuXEfCdX7lw+k70nvDmGHwr7KSbRrmA9+POa7v5lgwHA2debJn5KSIvxQBnsXxj7qcfwe4a8bmAD4tWnLp6s7uzN2lWw33kdhkeK/lUpat+3Kg9C2ZMPIzuC6A9HmxDbsJeozndwNesXLCf2mO376gnz3TW4Jph2I3Y7cidnr7ynt54MJky/ZZli8jFTZHnE7Ikdmt+9Ua0wjg/bvSwM0+OHXER0ZV2PqULn4EGBjH8LKzgJH+OZnBpHG3kczuNgF7dUD/2DJ6JBlO6wLwP9OtgBt0vr22a3hrHBHQnQkSXlTWgahBlg+WgIMgHIoEpb6cdTvZ7A3QRRFruBDm+FnXRiyhZ3jY+YCXKLwgI0QNTYkKPt1d5YBBmAaJdver48bx/pWQZ/781wx06nq7kgGc0lu8ElOF74OqSBf4P9hj31KSAw4AAAAAASUVORK5CYII="); } }

.group-insights.sticky-element__wrap {
  min-height: 111px; }

.group-insights.sticky-element {
  background-color: #fafafa;
  z-index: 4;
  padding: 16px 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .group-insights.sticky-element--sticky {
    top: calc(108px + (var(--safe-area-inset-top) * 0.75));
    padding: 16px 40px 0; }
    .group-insights.sticky-element--sticky md-tabs-wrapper {
      border: none !important; }
  .group-insights.sticky-element h2 {
    margin: 3px 0; }

.group-insights-card {
  margin: 16px; }

.group-insights-progress-rates-table {
  padding-top: 30px; }

.insights-result-column {
  padding-right: 25px !important;
  padding-left: 8px !important; }

.insights-progress-column {
  padding-left: 25px !important;
  padding-right: 8px !important; }

.group-insights-chips .md-chip {
  font-size: 0.85em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100px; }

table.md-table tr.md-row.no-border > td.md-cell {
  border-top: 0 none; }

table.md-table td.md-cell.group-insights-progress,
table.md-table th.md-column.group-insights-progress {
  text-align: center;
  padding: 0 8px !important; }
  table.md-table td.md-cell.group-insights-progress.progress-none,
  table.md-table th.md-column.group-insights-progress.progress-none {
    background-color: #fff3e0; }
  table.md-table td.md-cell.group-insights-progress.progress-down,
  table.md-table th.md-column.group-insights-progress.progress-down {
    background-color: #f57c00; }
  table.md-table td.md-cell.group-insights-progress.progress-up,
  table.md-table th.md-column.group-insights-progress.progress-up {
    background-color: #43a047;
    color: #fff; }

.insights-progress-count {
  font-weight: bold; }
  .insights-progress-count.progress-down {
    color: #f57c00; }
  .insights-progress-count.progress-up {
    color: #43a047; }

.insights-progress-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 2px 0 4px; }
  .insights-progress-dot.progress-none {
    position: relative;
    border: 1px solid #9e9e9e;
    background-color: #000; }
    .insights-progress-dot.progress-none md-icon {
      position: absolute;
      top: -1px;
      left: -1px;
      color: #fff3e0; }
  .insights-progress-dot.progress-down md-icon {
    color: #f57c00; }
  .insights-progress-dot.progress-up md-icon {
    color: #43a047; }

.progress-chart-legend .progress-legend.term-0 {
  border-color: #1565c0; }
  .progress-chart-legend .progress-legend.term-0:after {
    background-color: #1565c0; }

.progress-chart-legend .progress-legend.term-1 {
  border-color: #d84315; }
  .progress-chart-legend .progress-legend.term-1:after {
    background-color: #d84315; }

.progress-chart-legend .progress-legend.term-2 {
  border-color: #fc9d14; }
  .progress-chart-legend .progress-legend.term-2:after {
    background-color: #fc9d14; }

.progress-chart-legend .progress-legend.term-3 {
  border-color: #2e7d32; }
  .progress-chart-legend .progress-legend.term-3:after {
    background-color: #2e7d32; }

.progress-chart-legend .progress-legend.term-4 {
  border-color: #6a1b9a; }
  .progress-chart-legend .progress-legend.term-4:after {
    background-color: #6a1b9a; }

.progress-chart-legend .progress-legend.term-5 {
  border-color: #00acc1; }
  .progress-chart-legend .progress-legend.term-5:after {
    background-color: #00acc1; }

.progress-chart-legend .progress-legend.term-6 {
  border-color: #e91e63; }
  .progress-chart-legend .progress-legend.term-6:after {
    background-color: #e91e63; }

.progress-chart-legend .progress-legend.term-7 {
  border-color: #9e9d24; }
  .progress-chart-legend .progress-legend.term-7:after {
    background-color: #9e9d24; }

md-progress-linear.gender-breakdown {
  border: 1px solid #bdbdbd;
  border-bottom: 0 none;
  margin-top: -6px;
  background-color: var(--gender-color-neutral); }
  md-progress-linear.gender-breakdown .md-bar1 {
    background-color: var(--gender-color-female); }
  md-progress-linear.gender-breakdown .md-bar2 {
    background-color: var(--gender-color-male); }

.sticky-header-table-insights {
  position: relative; }
  .sticky-header-table-insights thead {
    top: 0;
    position: sticky;
    z-index: 3; }
  @media only screen {
    .sticky-header-table-insights {
      max-height: 62vh; }
      .sticky-header-table-insights.dialog-table {
        max-height: 50vh; }
      .sticky-header-table-insights.full-height {
        max-height: 100%; }
      .sticky-header-table-insights table {
        width: 100%;
        overflow: auto; } }
  .sticky-header-table-insights th.md-column,
  .sticky-header-table-insights td.md-cell {
    padding: 0 8px !important; }
    .sticky-header-table-insights th.md-column[class*='sticky-column'],
    .sticky-header-table-insights td.md-cell[class*='sticky-column'] {
      position: sticky;
      left: 0;
      background: #eeeeee;
      z-index: 12; }
    .sticky-header-table-insights th.md-column.sticky-column-1,
    .sticky-header-table-insights td.md-cell.sticky-column-1 {
      min-width: 52px;
      padding: 0 8px !important; }
    .sticky-header-table-insights th.md-column.sticky-column-2,
    .sticky-header-table-insights td.md-cell.sticky-column-2 {
      left: 68px;
      min-width: 92px;
      max-width: 92px;
      padding: 0 8px !important; }
    .sticky-header-table-insights th.md-column.sticky-column-3,
    .sticky-header-table-insights td.md-cell.sticky-column-3 {
      left: 176px;
      min-width: 116px;
      max-width: 116px !important;
      padding: 0 8px !important; }
    .sticky-header-table-insights th.md-column.sticky-column-4,
    .sticky-header-table-insights td.md-cell.sticky-column-4 {
      left: 308px;
      min-width: 110px;
      max-width: 110px !important;
      padding: 0 8px !important;
      z-index: 2; }

.attendance-table__cell {
  text-align: center !important;
  padding: 0 15px 0 15px !important; }
  .attendance-table__cell--monday {
    border-right: 1px solid #9e9e9e; }

.attendance-table__dot {
  height: 16px;
  width: 16px;
  margin: 5px; }
  .attendance-table__dot--present {
    background-color: #81c784; }
  .attendance-table__dot--justified {
    background-color: #fecb64; }
  .attendance-table__dot--unjustified {
    background-color: #e26268; }
  .attendance-table__dot--overseas {
    background-color: #64b5f6; }

.attendance-graph__movement-title {
  margin-top: 0;
  margin-bottom: 0; }

.attendance-graph__chart-card md-card-content {
  padding: 0 8px 0 0; }

.attendance-graph__chart-card .chart-pie .legend {
  max-height: 134px !important;
  margin: 8px 0;
  font-size: 85%; }

.table-text__bulk-publish md-input-container.date-input {
  padding-top: 5px;
  margin: 0;
  width: 125px; }
  .table-text__bulk-publish md-input-container.date-input .md-errors-spacer {
    display: none; }

.progress-breakdown__cell--last {
  min-width: 70px; }

.linced-guides .guide:hover {
  -webkit-transform: rotate(2deg) scale(1.01);
  transform: rotate(2deg) scale(1.01); }

.linced-guides .guide a img {
  width: 150px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  float: left;
  margin: 5px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.import-ui {
  margin: 0 auto;
  overflow-y: hidden; }
  .import-ui > md-card-content.flex {
    min-height: 70vh;
    height: 70vh;
    overflow-y: hidden; }
    .import-ui > md-card-content.flex md-stepper md-step-body {
      min-height: calc( 70vh /* md-card-content's height, minus: */ - 72px);
      padding-bottom: 0; }

.import-mapper-headers h4.columns {
  padding-left: 8px; }

.import-mapper-headers h4.fields {
  padding-left: 4px; }

.import-mapper-headers h4.available {
  padding-left: 12px; }

.import-mapper-body {
  overflow: hidden; }

.import-field-mapper {
  overflow: hidden; }
  .import-field-mapper.hide-auto-mapped .auto-mapped {
    display: none; }
  .import-field-mapper .import-columns {
    overflow-y: auto;
    padding-right: 8px; }
  .import-field-mapper .field,
  .import-field-mapper .column-drop-zone {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #9e9e9e;
    height: 52px;
    padding: 8px;
    margin: 2px 0;
    border-radius: 3px 0 0 3px;
    overflow: hidden; }
    .import-field-mapper .field .meta,
    .import-field-mapper .column-drop-zone .meta {
      font-size: 0.85em;
      color: #9e9e9e; }
  .import-field-mapper md-input-container {
    margin-top: 0; }
    .import-field-mapper md-input-container .md-errors-spacer {
      display: none; }
  .import-field-mapper .column-drop-zone {
    border-radius: 0 3px 3px 0;
    border-left: 0 none; }
    .import-field-mapper .column-drop-zone.-isEmpty {
      border: 1px dashed #bdbdbd;
      border-left: 0 none; }
      .import-field-mapper .column-drop-zone.-isEmpty:after {
        color: #9e9e9e;
        font-style: italic;
        content: 'Drag and drop field here'; }
    .import-field-mapper .column-drop-zone .field {
      border: 0 none;
      padding: 0;
      margin: 0; }
  .import-field-mapper.assessment-module-mapper .column-drop-zone.-isEmpty:after {
    content: 'Drag and drop module here'; }
  .import-field-mapper .unmapped-fields {
    margin-left: 0;
    border-left: 1px solid #9e9e9e;
    padding-left: 8px;
    position: relative; }
    .import-field-mapper .unmapped-fields .field-list {
      position: absolute;
      top: 72px;
      left: 0;
      right: 0;
      bottom: 0;
      overflow-y: auto;
      padding: 4px 8px; }
    .import-field-mapper .unmapped-fields .field {
      border-radius: 3px;
      margin: 4px 0; }

.import-preview {
  position: relative; }
  .import-preview table {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto; }
  .import-preview thead.md-head tr.md-row th.md-column {
    position: sticky;
    top: 0;
    z-index: 10; }
  .import-preview .meta {
    font-size: 0.85em;
    font-weight: normal;
    color: #424242; }

.import-count {
  width: 212px; }
  .import-count md-card-title {
    padding: 16px 4px 8px; }
  .import-count md-card-content {
    font-size: 4em; }

.potential-siblings > div {
  padding: 4px 0; }

.assessment-import-value-mapper {
  width: calc(100% - 32px); }

.attendance-import-ui .progress-bar--label {
  min-width: 84px; }

.datasheet-most-posts {
  padding-left: 0; }
  .datasheet-most-posts li {
    background-color: #e0e0e0;
    margin-bottom: 8px; }
    .datasheet-most-posts li .count {
      position: relative;
      min-height: 64px;
      width: 128px;
      padding: 0 16px 0 8px;
      font-size: 3.5em;
      text-align: right;
      background-color: #01667d;
      color: #fff; }
      .datasheet-most-posts li .count:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        border: 7px solid transparent;
        height: 1px;
        width: 0;
        border-right-color: #e0e0e0;
        margin-top: -7px; }
    .datasheet-most-posts li .names {
      padding: 4px 16px;
      overflow: hidden; }

.class-placements > .layout-column:last-child {
  border-left: 1px dashed #9e9e9e; }

.class-placements .class-placements-groups {
  max-height: calc(100vh - 64px - 150px);
  overflow-y: auto; }

.class-placements .class-placements-group {
  margin: 8px 16px;
  position: relative; }
  .class-placements .class-placements-group .processing-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px; }
    .class-placements .class-placements-group .processing-overlay md-progress-circular path {
      stroke: #43fdff; }
  .class-placements .class-placements-group.class-placements-to .dragSortList.-isDraggingOver {
    background-color: #81c784; }
  .class-placements .class-placements-group.class-placements-from .-horizontal .dragSortItem.-placeholderBefore,
  .class-placements .class-placements-group.class-placements-from .-horizontal .dragSortItem.-placeholderAfter {
    padding: 0; }
    .class-placements .class-placements-group.class-placements-from .-horizontal .dragSortItem.-placeholderBefore:before,
    .class-placements .class-placements-group.class-placements-from .-horizontal .dragSortItem.-placeholderAfter:before {
      display: none; }
  .class-placements .class-placements-group .badge-card {
    zoom: 75%; }
    .class-placements .class-placements-group .badge-card.move-all {
      height: 150px;
      border: 1px dashed #9e9e9e; }
      .class-placements .class-placements-group .badge-card.move-all md-card-content {
        text-align: center;
        font-size: 120%;
        margin-top: 50%; }
    .class-placements .class-placements-group .badge-card md-card-title {
      padding-bottom: 7px; }
      .class-placements .class-placements-group .badge-card md-card-title h4 {
        height: 16px;
        min-height: 16px; }
    .class-placements .class-placements-group .badge-card .internationalFlag {
      top: 65px; }
    .class-placements .class-placements-group .badge-card .medicalFlag {
      top: 85px; }
    .class-placements .class-placements-group .badge-card .accessFlag {
      top: 115px; }

.nz-moe-roll-return-approval {
  /*************
  Blue Theme
 *************/
  /* overall */
  /* header */
  /* tbody */
  /* hovered row colors
   you'll need to add additional lines for
   rows with more than 2 child rows
   */
  /* Zebra Widget - row alternating colors */
  /* caption */ }
  .nz-moe-roll-return-approval .compact-radio md-radio-button > .md-label {
    margin-left: 24px; }
  .nz-moe-roll-return-approval .tablesorter {
    width: 100%;
    background-color: #fff;
    margin: 10px 0 15px;
    text-align: left;
    border-spacing: 0;
    border: #cdcdcd 1px solid;
    border-width: 1px 0 0 1px; }
  .nz-moe-roll-return-approval .tablesorter th,
  .nz-moe-roll-return-approval .tablesorter td {
    border: #cdcdcd 1px solid;
    border-width: 0 1px 1px 0; }
  .nz-moe-roll-return-approval .tablesorter th,
  .nz-moe-roll-return-approval .tablesorter thead td {
    font: bold 12px/18px Arial, Sans-serif;
    color: #fff;
    background-color: #5e87b0;
    border-collapse: collapse;
    padding: 4px;
    text-shadow: 0 1px 0 rgba(204, 204, 204, 0.7); }
  .nz-moe-roll-return-approval .tablesorter tbody td,
  .nz-moe-roll-return-approval .tablesorter tfoot th,
  .nz-moe-roll-return-approval .tablesorter tfoot td {
    padding: 4px;
    vertical-align: top; }
  .nz-moe-roll-return-approval .tablesorter td {
    color: #3d3d3d;
    background-color: #fff;
    padding: 4px;
    vertical-align: top; }
  .nz-moe-roll-return-approval .tablesorter tbody > tr:hover > td,
  .nz-moe-roll-return-approval .tablesorter tbody > tr:hover + tr.tablesorter-childRow > td,
  .nz-moe-roll-return-approval .tablesorter tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
  .nz-moe-roll-return-approval .tablesorter tbody > tr:nth-child(even):hover > td,
  .nz-moe-roll-return-approval .tablesorter tbody > tr:nth-child(even):hover + tr.tablesorter-childRow > td,
  .nz-moe-roll-return-approval .tablesorter tbody > tr:nth-child(even):hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
    background: #d9d9d9; }
  .nz-moe-roll-return-approval .tablesorter tbody > tr:nth-child(odd):hover > td,
  .nz-moe-roll-return-approval .tablesorter tbody > tr:nth-child(odd):hover + tr.tablesorter-childRow > td,
  .nz-moe-roll-return-approval .tablesorter tbody > tr:nth-child(odd):hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
    background: #bfbfbf; }
  .nz-moe-roll-return-approval .tablesorter tbody tr:nth-child(odd) > td {
    background-color: #ebf2fa; }
  .nz-moe-roll-return-approval .tablesorter tbody tr:nth-child(even) > td {
    background-color: #fff; }
  .nz-moe-roll-return-approval caption {
    background: #fff; }

.paper-badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: #d51f27;
  color: #fff;
  margin-left: 8px; }
  .paper-badge--pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    padding-top: 0.5em;
    border-radius: 10rem; }

.marvel-device {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  margin: 8px; }
  .marvel-device .screen {
    width: 100%;
    position: relative;
    height: 100%;
    z-index: 3;
    background: white;
    overflow: hidden;
    display: block;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 0 3px #111;
    box-shadow: 0 0 0 3px #111; }
  .marvel-device .top-bar,
  .marvel-device .bottom-bar {
    height: 3px;
    background: black;
    width: 100%;
    display: block; }
  .marvel-device .middle-bar {
    width: 3px;
    height: 4px;
    top: 0px;
    left: 90px;
    background: black;
    position: absolute; }
  .marvel-device.iphone-x {
    width: 360px;
    height: 780px;
    padding: 26px;
    background: #fdfdfd;
    -webkit-box-shadow: inset 0 0 11px 0 black;
    box-shadow: inset 0 0 11px 0 black;
    border-radius: 66px; }
    .marvel-device.iphone-x .overflow {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 66px;
      overflow: hidden; }
    .marvel-device.iphone-x .shadow {
      border-radius: 100%;
      width: 60px;
      height: 60px;
      position: absolute;
      background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 60%); }
    .marvel-device.iphone-x .shadow--tl {
      top: 15px;
      left: 15px; }
    .marvel-device.iphone-x .shadow--tr {
      top: 15px;
      right: 15px; }
    .marvel-device.iphone-x .shadow--bl {
      bottom: 15px;
      left: 15px; }
    .marvel-device.iphone-x .shadow--br {
      bottom: 15px;
      right: 15px; }
    .marvel-device.iphone-x:before {
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      position: absolute;
      top: 5px;
      content: '';
      left: 5px;
      border-radius: 61px;
      background: black;
      z-index: 1; }
    .marvel-device.iphone-x .inner-shadow {
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      position: absolute;
      top: 10px;
      overflow: hidden;
      left: 10px;
      border-radius: 56px;
      -webkit-box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.66);
      box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.66);
      z-index: 1; }
      .marvel-device.iphone-x .inner-shadow:before {
        -webkit-box-shadow: inset 0 0 20px 0 #ffffff;
        box-shadow: inset 0 0 20px 0 #ffffff;
        width: 100%;
        height: 116%;
        position: absolute;
        top: -8%;
        content: '';
        left: 0;
        border-radius: 200px / 112px;
        z-index: 2; }
    .marvel-device.iphone-x .screen {
      border-radius: 40px;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .marvel-device.iphone-x .top-bar,
    .marvel-device.iphone-x .bottom-bar {
      width: 100%;
      position: absolute;
      height: 8px;
      background: rgba(0, 0, 0, 0.1);
      left: 0; }
    .marvel-device.iphone-x .top-bar {
      top: 80px; }
    .marvel-device.iphone-x .bottom-bar {
      bottom: 80px; }
    .marvel-device.iphone-x .volume,
    .marvel-device.iphone-x .volume:before,
    .marvel-device.iphone-x .volume:after,
    .marvel-device.iphone-x .sleep {
      width: 3px;
      background: #b5b5b5;
      position: absolute; }
    .marvel-device.iphone-x .volume {
      left: -3px;
      top: 116px;
      height: 32px; }
      .marvel-device.iphone-x .volume:before {
        height: 62px;
        top: 62px;
        content: '';
        left: 0; }
      .marvel-device.iphone-x .volume:after {
        height: 62px;
        top: 140px;
        content: '';
        left: 0; }
    .marvel-device.iphone-x .sleep {
      height: 96px;
      top: 200px;
      right: -3px; }
    .marvel-device.iphone-x .camera {
      width: 6px;
      height: 6px;
      top: 9px;
      border-radius: 100%;
      position: absolute;
      left: 154px;
      background: #0d4d71; }
    .marvel-device.iphone-x .speaker {
      height: 6px;
      width: 60px;
      left: 50%;
      position: absolute;
      top: 9px;
      margin-left: -30px;
      background: #171818;
      border-radius: 6px; }
    .marvel-device.iphone-x .notch {
      position: absolute;
      width: 210px;
      height: 30px;
      top: 26px;
      left: 108px;
      z-index: 4;
      background: black;
      border-bottom-left-radius: 24px;
      border-bottom-right-radius: 24px; }
      .marvel-device.iphone-x .notch:before, .marvel-device.iphone-x .notch:after {
        content: '';
        height: 8px;
        position: absolute;
        top: 0;
        width: 8px; }
      .marvel-device.iphone-x .notch:after {
        background: radial-gradient(circle at bottom left, transparent 0, transparent 70%, black 70%, black 100%);
        left: -8px; }
      .marvel-device.iphone-x .notch:before {
        background: radial-gradient(circle at bottom right, transparent 0, transparent 70%, black 70%, black 100%);
        right: -8px; }
    .marvel-device.iphone-x.landscape {
      height: 375px;
      width: 812px; }
      .marvel-device.iphone-x.landscape .top-bar,
      .marvel-device.iphone-x.landscape .bottom-bar {
        width: 8px;
        height: 100%;
        top: 0; }
      .marvel-device.iphone-x.landscape .top-bar {
        left: 80px; }
      .marvel-device.iphone-x.landscape .bottom-bar {
        right: 80px;
        bottom: auto;
        left: auto; }
      .marvel-device.iphone-x.landscape .volume,
      .marvel-device.iphone-x.landscape .volume:before,
      .marvel-device.iphone-x.landscape .volume:after,
      .marvel-device.iphone-x.landscape .sleep {
        height: 3px; }
      .marvel-device.iphone-x.landscape .inner-shadow:before {
        height: 100%;
        width: 116%;
        left: -8%;
        top: 0;
        border-radius: 112px / 200px; }
      .marvel-device.iphone-x.landscape .volume {
        bottom: -3px;
        top: auto;
        left: 116px;
        width: 32px; }
        .marvel-device.iphone-x.landscape .volume:before {
          width: 62px;
          left: 62px;
          top: 0; }
        .marvel-device.iphone-x.landscape .volume:after {
          width: 62px;
          left: 140px;
          top: 0; }
      .marvel-device.iphone-x.landscape .sleep {
        width: 96px;
        left: 200px;
        top: -3px;
        right: auto; }
      .marvel-device.iphone-x.landscape .camera {
        left: 9px;
        bottom: 154px;
        top: auto; }
      .marvel-device.iphone-x.landscape .speaker {
        width: 6px;
        height: 60px;
        left: 9px;
        top: 50%;
        margin-top: -30px;
        margin-left: 0; }
      .marvel-device.iphone-x.landscape .notch {
        height: 210px;
        width: 30px;
        left: 26px;
        bottom: 108px;
        top: auto;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
        border-bottom-left-radius: 0; }
        .marvel-device.iphone-x.landscape .notch:before, .marvel-device.iphone-x.landscape .notch:after {
          left: 0; }
        .marvel-device.iphone-x.landscape .notch:after {
          background: radial-gradient(circle at bottom right, transparent 0, transparent 70%, black 70%, black 100%);
          bottom: -8px;
          top: auto; }
        .marvel-device.iphone-x.landscape .notch:before {
          background: radial-gradient(circle at top right, transparent 0, transparent 70%, black 70%, black 100%);
          top: -8px; }

.unenrolment-date-width {
  width: 220px; }

.unenrolment-input-width {
  width: 320px; }

md-card.school {
  max-width: 600px;
  margin: 16px auto;
  color: #8889af;
  -webkit-box-shadow: inset 6px 0 0 0, 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);
  box-shadow: inset 6px 0 0 0, 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.school.dark {
    color: #90a4ae; }
  md-card.school.blue {
    color: #64b5f6; }
  md-card.school.light {
    color: #e0e0e0; }
  md-card.school > * {
    color: var(--foreground-1); }
  md-card.school > img.md-card-image {
    border-left: 6px transparent solid;
    background-color: transparent;
    border-radius: 10px 10px 0 0;
    max-height: 33vh; }
  md-card.school md-card-header-text h2 {
    margin-top: 8px;
    margin-bottom: 4px; }
  md-card.school md-card-header-text img.md-card-image {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 10px auto;
    background-color: transparent; }
    md-card.school md-card-header-text img.md-card-image + h2 {
      margin-top: 0; }
  md-card.school md-card-content {
    padding-left: 20px; }
  @media only screen and (max-width: 499px) {
    md-card.school md-card-content {
      padding: 14px; } }

/**
 * .qr-code-display provides styles for the qr-code-display component.
 */
.qr-code-display {
  /**
   * .qr-code-display__content provides the main block for holding the current
   * QR Code's linked learner information, the QR Code itself and it's expiry.
   */
  /**
   * .qr-code-display__learner-select provides styles to enable users to scroll
   * learner buttons horizontally when choosing a QR Code to display.
   */ }
  .qr-code-display__content {
    min-height: 60vh; }
  .qr-code-display__learner-select {
    overflow: auto;
    padding-top: 24px; }

.booking {
  height: 70px;
  width: 70px;
  cursor: pointer;
  border-radius: 10px;
  font-weight: 500; }

.booking-no-edit {
  cursor: auto; }

.booking img.round {
  border: 2px solid #277d91; }
  .booking img.round.top {
    margin-top: -15px; }

.booking-round {
  border: 2px solid #277d91;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 32px;
  width: 32px;
  background-color: white;
  margin-bottom: 3px;
  text-align: center;
  font-size: 1.5em; }
  .booking-round.top {
    margin-top: -15px; }

.booking-status-available {
  border: 2px solid #66bb6a;
  background-color: #a5d6a7; }

.booking-status-blocked {
  border: 2px solid #db4147;
  background-color: #ea8f93; }

.booking-status-reserved {
  border: 2px solid #80b3be;
  background-color: #b3d1d8; }

.booking-status-booked {
  border: 2px solid #277d91;
  background-color: #80b3be; }

.booking-gap {
  background-color: #eeeeee;
  border-top: 2px solid #bdbdbd;
  border-bottom: 2px solid #bdbdbd;
  cursor: default;
  height: 35px;
  width: 5px; }

.booking-break {
  cursor: default;
  height: 70px;
  width: 15px; }

.manage-bookings-group {
  margin: 6px 8px; }

@-webkit-keyframes eventHighlight {
  from {
    background-color: #c8e6c9; }
  to {
    background-color: inherit; } }

@keyframes eventHighlight {
  from {
    background-color: #c8e6c9; }
  to {
    background-color: inherit; } }

.highlightEvent {
  -webkit-animation-name: eventHighlight;
  animation-name: eventHighlight;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.status-change-dialog {
  text-align: center; }
  .status-change-dialog__reason-input {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .status-change-dialog__reason-input md-input-container {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .status-change-dialog__reason-input b {
      text-align: center;
      margin: auto 8px auto auto;
      vertical-align: text-bottom; }

.sickbay-editor-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 250px; }
  .sickbay-editor-wrap .mce-tinymce,
  .sickbay-editor-wrap .mce-stack-layout,
  .sickbay-editor-wrap .mce-edit-area {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .sickbay-editor-wrap .mce-tinymce iframe {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.sickbay-list table.md-table td.md-cell:nth-child(3),
.sickbay-list table.md-table th.md-column:nth-child(3) {
  width: 50px; }

.sickbay-register--student-count {
  padding: 12px 4px 24px; }

.sickbay-dialog__student-selector {
  width: 100%;
  margin-right: 16px; }
  .sickbay-dialog__student-selector md-input-container {
    width: 100%; }

.sickbay-dialog__student-contact-chip md-autocomplete, .sickbay-dialog__student-contact-chip .md-chip-input-container {
  min-width: 100%; }

.behaviour-incident-dialog .layout-row .full-width {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.behaviour-incident-dialog .full-width-column {
  width: 100%; }

.behaviour-incident-dialog__incident-editor-wrap--small .tox-tinymce {
  height: 250px !important; }

.behaviour-incident-dialog__student-confirmation {
  -ms-flex-item-align: center;
  align-self: center; }

.behaviour-incident-dialog md-dialog-actions {
  padding-left: calc(var(--safe-area-inset-left) * 0.5 + 16px);
  padding-right: calc(var(--safe-area-inset-right) * 0.5 + 16px); }

.behaviour-incident-dialog__outcome-details md-input-container {
  width: 100%; }

.behaviour-incident-dialog__letter-view__text-editor--small {
  height: 150px; }

.behaviour-incident-dialog__letter-view md-card.post {
  max-width: 100%; }

.end-suspension-dialog--info-text {
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 12px; }

.behaviour__vert-separator {
  margin-top: 12px; }

.behaviour__people-view {
  overflow: auto;
  height: 80vh; }

.behaviour__details-view {
  padding-left: 16px; }
  .behaviour__details-view .align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start; }
  .behaviour__details-view__flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 8px; }

.suspension-action-manager-dialog--approval-card md-card-title {
  padding-bottom: 0; }

.suspension-action-manager-dialog--approval-card .layout-row md-input-container.full-width {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.suspension-action-manager-dialog__spacer {
  margin: 12px; }

.expulsion__highlight-tooltip {
  color: #4caf50; }

.expulsion__edit__padding {
  padding-right: 10px; }

.expulsion__next-stage__input {
  width: 250px; }

.expulsion__letter-view md-card.post {
  max-width: 100%; }

.suspension-indicator {
  cursor: default; }

.incident-register--action-button--expulsion.md-button.md-icon-button {
  padding-left: 11px;
  padding-top: 9px; }

table.md-table.md-row-select tbody.md-body > tr.md-row:not([disabled]).highlight-expulsion {
  background-color: #81c784 !important; }

table.md-table.md-row-select tbody.md-body > tr.md-row:not([disabled]).highlight-expulsion:hover {
  background-color: #43a047 !important; }

.suspension-extension-manager__placeholder {
  margin: 8px;
  padding: 32px 16px 24px;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px 2px #e4e4e4;
  box-shadow: inset 0 0 4px 2px #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px; }
  .suspension-extension-manager__placeholder:hover {
    background-color: #f4f4f4;
    -webkit-box-shadow: inset 0 0 4px 2px #e8e8e8;
    box-shadow: inset 0 0 4px 2px #e8e8e8;
    cursor: pointer; }

.suspension-extension-manager__extension-card p {
  -webkit-margin-before: 0.5em;
  margin-block-start: 0.5em;
  -webkit-margin-after: 0.5em;
  margin-block-end: 0.5em; }

.suspension-extension-manager__extension-card__buttons .md-button.md-icon-button {
  margin: 6px 0 0; }
  .suspension-extension-manager__extension-card__buttons .md-button.md-icon-button:first-child {
    margin: 0 0 6px 0; }

.wellbeing-list table.md-table {
  position: relative; }
  .wellbeing-list table.md-table.md-row-select th.md-column:nth-child(n + 3):nth-last-child(n + 2) {
    padding: 0 12px; }
  .wellbeing-list table.md-table td.md-cell.sticky-column,
  .wellbeing-list table.md-table thead.md-head th.md-column.sticky-column {
    position: sticky;
    left: 0;
    background: #eeeeee;
    min-width: 76px;
    z-index: 2; }
    .wellbeing-list table.md-table td.md-cell.sticky-column--1,
    .wellbeing-list table.md-table thead.md-head th.md-column.sticky-column--1 {
      min-width: 96px;
      max-width: 96px; }
    .wellbeing-list table.md-table td.md-cell.sticky-column--2,
    .wellbeing-list table.md-table thead.md-head th.md-column.sticky-column--2 {
      left: 120px;
      min-width: 80px;
      max-width: 80px; }
    .wellbeing-list table.md-table td.md-cell.sticky-column--3,
    .wellbeing-list table.md-table thead.md-head th.md-column.sticky-column--3 {
      left: 224px; }
  .wellbeing-list table.md-table td.md-cell:nth-child(n + 3):nth-last-child(n + 2),
  .wellbeing-list table.md-table thead.md-head th.md-column:nth-child(n + 3):nth-last-child(n + 2) {
    padding: 0 12px; }

.interventions__table__notes {
  min-width: 150px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content; }
  @media screen {
    .interventions__table__notes--hide-screen {
      display: none; } }
  .interventions__table__notes textarea {
    resize: horizontal; }
  .interventions__table__notes__button {
    margin: 0;
    padding: 0;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content; }

.flame-updates-button {
  position: relative; }
  .flame-updates-button__notification {
    position: absolute;
    border-radius: 50%;
    background-color: #db4249ff;
    color: white;
    height: 12px;
    width: 12px;
    margin-left: 33px; }

.flame-updates-dialog {
  position: fixed;
  top: 7%;
  bottom: 7%;
  border-radius: 5px; }

.flame-updates-dialog .flame-updates-toolbar {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content; }

.flame-updates-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px; }
  .flame-updates-header__back-button-container {
    width: 40px;
    height: 40px;
    margin-left: -8px; }

.blogpost__link {
  font-size: 16px; }

.flame-updates-dialog .flame-updates-dialog__content {
  padding: 0; }

.flame-updates-dialog__content .preview-list {
  padding: 0 6px 0 6px;
  padding: 0 6px 30px 6px; }

.preview-blogpost {
  padding: 30px 24px 30px 24px;
  border-bottom: 1px solid lightgray; }
  .preview-blogpost__content {
    max-height: 120px;
    max-width: 500px;
    overflow: hidden; }
  .preview-blogpost__content:hover {
    cursor: pointer; }
  .preview-blogpost__title {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines */
    -webkit-box-orient: vertical; }
  .preview-blogpost__body {
    color: #5A5A5A;
    margin-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines */
    -webkit-box-orient: vertical; }

.preview-blogpost .hs-featured-image-wrapper {
  display: none; }

.preview-blogpost:last-child {
  border: 0; }

.blogpost__content {
  padding: 24px; }

.blogpost__NEW {
  background-color: #db4249ff;
  color: white;
  padding: 0 3px 0 3px;
  margin-right: 2px;
  border-radius: 10%; }

.blogpost__tag {
  background-color: #01647dff;
  color: white;
  padding: 0 4px 0 4px;
  margin-left: 2px;
  border-radius: 10%; }

.blogpost__title {
  margin: 0; }

.blogpost__info {
  font-size: 12px; }

.blogpost__date {
  color: darkgray;
  margin-bottom: 5px; }

.blogpost__link {
  color: #01647dff; }

.blogpost__link:hover {
  text-decoration: underline; }

.blogpost__body {
  color: #5A5A5A;
  margin-top: 25px; }

.blogpost__content .hs-featured-image-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: auto;
  margin-bottom: 20px; }

.blogpost__content .hs-featured-image-wrapper img {
  min-width: 100%; }

.flame-updates-footer {
  width: 100%;
  height: 30px;
  border-top: solid 1px lightgray;
  background-color: white;
  position: absolute;
  bottom: 0;
  font-size: 12px; }
  .flame-updates-footer__link {
    color: gray;
    position: absolute;
    right: 24px;
    top: 7px; }
  .flame-updates-footer__link:hover {
    text-decoration: underline; }

.applications__margin--bottom {
  margin-bottom: 32px; }

.applications table.md-table th.md-column {
  font-size: 100%; }

.applications .md-column {
  -ms-flex-line-pack: baseline;
  align-content: baseline; }

.applications__custom-column__dropdown .md-searchbox {
  padding-left: 0; }

.applications__custom-column__dropdown .md-searchinput {
  padding: 16px; }

.applications__custom-column__inner {
  display: inline-table;
  margin: 16px 0 0 0; }
  .applications__custom-column__inner md-input-container {
    padding: 0;
    margin: 0;
    display: block; }

.applications .sticky-column-last {
  position: sticky;
  right: 0;
  z-index: 2;
  background: #eeeeee;
  max-width: 74px; }

.applications table.md-table.md-row-select td.md-cell:nth-child(n + 3):nth-last-child(n + 2),
.applications table.md-table.md-row-select th.md-column:nth-child(n + 3):nth-last-child(n + 2) {
  padding: 0 16px 0 0; }

.post-analysis__table table.md-table tr th.post-analysis__table__header__column {
  font-size: 102%;
  min-width: 200px !important; }

.post-analysis__table__subheader {
  padding-bottom: 8px !important; }

.post-analysis__table__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.post-analysis__inner-table {
  width: 100%;
  padding-bottom: 0; }
  .post-analysis__inner-table table.md-table tr {
    background-color: transparent; }
  .post-analysis__inner-table table.md-table td.md-cell {
    border-top: none;
    width: 180px; }
    .post-analysis__inner-table table.md-table td.md-cell > ul {
      margin: 0; }
  .post-analysis__inner-table--wider table.md-table tr {
    background-color: transparent; }
  .post-analysis__inner-table--wider table.md-table td.md-cell {
    border-top: none;
    min-width: 180px;
    width: 180px; }

.post-analysis__graphs__card {
  min-width: 360px;
  max-width: 360px; }
  @media (max-width: 600px) {
    .post-analysis__graphs__card {
      margin: 8px; } }
  .post-analysis__graphs__card .md-subhead {
    margin-top: 16px; }
  .post-analysis__graphs__card .chart {
    max-width: 350px; }
    .post-analysis__graphs__card .chart .legend {
      max-width: 30%; }
  .post-analysis__graphs__card > md-card:not(:last-of-type) {
    margin-right: 16px; }

.sidekick-code-inline .student {
  width: 180px !important;
  overflow: clip; }
  .sidekick-code-inline .student .code-title {
    height: 74px; }

.sidekick-code-inline md-card md-card-header {
  margin: 0;
  padding-bottom: 0; }

.sidekick-code-inline md-card md-card-title {
  padding-top: 0; }
  .sidekick-code-inline md-card md-card-title md-card-title-text {
    padding-left: 0; }

.sidekick-code-inline .code-header-text .md-subhead {
  font-size: 10px; }

.sidekick-code-inline .code-header-text p {
  display: block;
  max-width: 200px; }

.profile-banner .sidekick-code-inline {
  margin-top: 22px; }
  .profile-banner .sidekick-code-inline .code-title {
    font-size: 15px; }
  .profile-banner .sidekick-code-inline .code-header-text .md-subhead {
    font-size: 10px; }
  .profile-banner .sidekick-code-inline md-card-title-text .md-subhead {
    padding-top: 0; }

.goal-matrix-card .sidekick {
  margin-right: 16px; }

.goal-matrix-card .topic-count {
  font-size: 0.8em; }

.goal-matrix-card .topic-label {
  max-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis; }

.grade-section h2.grade-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 21px; }
  .grade-section h2.grade-heading .progress-dot {
    margin-right: 20px; }

md-card.data-card {
  background-color: #eeeeee; }
  md-card.data-card.landscape {
    page-break-after: always; }
    md-card.data-card.landscape .learner-data-card .core-info-section,
    md-card.data-card.landscape .learner-data-card .goals-section,
    md-card.data-card.landscape .learner-data-card .topic-section,
    md-card.data-card.landscape .learner-data-card .topics-section,
    md-card.data-card.landscape .learner-progress-card .core-info-section,
    md-card.data-card.landscape .learner-progress-card .goals-section,
    md-card.data-card.landscape .learner-progress-card .topic-section,
    md-card.data-card.landscape .learner-progress-card .topics-section {
      margin: 0px 6px 0px 0px; }
    md-card.data-card.landscape .learner-data-card .assessments-section,
    md-card.data-card.landscape .learner-data-card .attendance-section,
    md-card.data-card.landscape .learner-data-card .progress-section,
    md-card.data-card.landscape .learner-progress-card .assessments-section,
    md-card.data-card.landscape .learner-progress-card .attendance-section,
    md-card.data-card.landscape .learner-progress-card .progress-section {
      margin: 6px 0px 0px 0px; }
  md-card.data-card img.fullscreen-profile {
    width: 600px; }
    @media (max-width: 960px) {
      md-card.data-card img.fullscreen-profile {
        width: 85vw;
        max-width: none; } }
  md-card.data-card.triangulation {
    padding: 3px;
    margin: 16px 0; }

md-card .learner-progress-card table.md-table td.md-cell,
md-card .learner-data-card table.md-table td.md-cell {
  border: none; }
  md-card .learner-progress-card table.md-table td.md-cell.image-column,
  md-card .learner-data-card table.md-table td.md-cell.image-column {
    width: 80px;
    margin-left: 8px; }
  md-card .learner-progress-card table.md-table td.md-cell.label-column,
  md-card .learner-data-card table.md-table td.md-cell.label-column {
    padding: 0; }
  md-card .learner-progress-card table.md-table td.md-cell.data-column,
  md-card .learner-data-card table.md-table td.md-cell.data-column {
    font-weight: bold; }
  md-card .learner-progress-card table.md-table td.md-cell.name-column,
  md-card .learner-data-card table.md-table td.md-cell.name-column {
    font-weight: bold;
    font-size: 18px; }
  md-card .learner-progress-card table.md-table td.md-cell.profile-banner,
  md-card .learner-data-card table.md-table td.md-cell.profile-banner {
    position: relative;
    display: inline-block; }
    md-card .learner-progress-card table.md-table td.md-cell.profile-banner .profile-banner__image__wrapper,
    md-card .learner-data-card table.md-table td.md-cell.profile-banner .profile-banner__image__wrapper {
      margin: 0;
      height: 90px; }
      md-card .learner-progress-card table.md-table td.md-cell.profile-banner .profile-banner__image__wrapper .profile-banner__image-wrap,
      md-card .learner-data-card table.md-table td.md-cell.profile-banner .profile-banner__image__wrapper .profile-banner__image-wrap {
        position: absolute; }
        md-card .learner-progress-card table.md-table td.md-cell.profile-banner .profile-banner__image__wrapper .profile-banner__image-wrap .profile-banner__image img,
        md-card .learner-data-card table.md-table td.md-cell.profile-banner .profile-banner__image__wrapper .profile-banner__image-wrap .profile-banner__image img {
          width: 80px;
          height: 80px; }
        md-card .learner-progress-card table.md-table td.md-cell.profile-banner .profile-banner__image__wrapper .profile-banner__image-wrap .profile-banner__image.gender-male:not(.ribbon), md-card .learner-progress-card table.md-table td.md-cell.profile-banner .profile-banner__image__wrapper .profile-banner__image-wrap .profile-banner__image.gender-female:not(.ribbon), md-card .learner-progress-card table.md-table td.md-cell.profile-banner .profile-banner__image__wrapper .profile-banner__image-wrap .profile-banner__image.gender-neutral:not(.ribbon),
        md-card .learner-data-card table.md-table td.md-cell.profile-banner .profile-banner__image__wrapper .profile-banner__image-wrap .profile-banner__image.gender-male:not(.ribbon),
        md-card .learner-data-card table.md-table td.md-cell.profile-banner .profile-banner__image__wrapper .profile-banner__image-wrap .profile-banner__image.gender-female:not(.ribbon),
        md-card .learner-data-card table.md-table td.md-cell.profile-banner .profile-banner__image__wrapper .profile-banner__image-wrap .profile-banner__image.gender-neutral:not(.ribbon) {
          background-color: transparent !important; }
  md-card .learner-progress-card table.md-table td.md-cell:last-child,
  md-card .learner-data-card table.md-table td.md-cell:last-child {
    padding: 0px 0px 0px 10px; }

md-card .learner-progress-card table.md-table th.md-column:last-child,
md-card .learner-data-card table.md-table th.md-column:last-child {
  padding: 0px 0px 0px 10px; }

md-card .learner-progress-card table.md-table tbody.md-body > tr.md-row,
md-card .learner-data-card table.md-table tbody.md-body > tr.md-row {
  height: 35px; }
  md-card .learner-progress-card table.md-table tbody.md-body > tr.md-row table.md-table tbody.md-body > tr.md-row,
  md-card .learner-data-card table.md-table tbody.md-body > tr.md-row table.md-table tbody.md-body > tr.md-row {
    height: 24px; }
  md-card .learner-progress-card table.md-table tbody.md-body > tr.md-row.header-row,
  md-card .learner-data-card table.md-table tbody.md-body > tr.md-row.header-row {
    height: 20px;
    font-weight: bold;
    border-bottom: 1px solid black; }
  md-card .learner-progress-card table.md-table tbody.md-body > tr.md-row.data-row,
  md-card .learner-data-card table.md-table tbody.md-body > tr.md-row.data-row {
    font-size: 12px;
    line-height: 16px;
    max-height: 24px !important;
    height: 26px !important; }
  md-card .learner-progress-card table.md-table tbody.md-body > tr.md-row.goals-row,
  md-card .learner-data-card table.md-table tbody.md-body > tr.md-row.goals-row {
    font-size: 12px;
    display: block;
    line-height: 28px;
    max-height: 24px !important; }
    md-card .learner-progress-card table.md-table tbody.md-body > tr.md-row.goals-row td.md-cell,
    md-card .learner-data-card table.md-table tbody.md-body > tr.md-row.goals-row td.md-cell {
      position: relative;
      line-height: 30px;
      display: block;
      max-height: 24px !important; }
      md-card .learner-progress-card table.md-table tbody.md-body > tr.md-row.goals-row td.md-cell.goal-column,
      md-card .learner-data-card table.md-table tbody.md-body > tr.md-row.goals-row td.md-cell.goal-column {
        width: 80%;
        overflow: hidden;
        line-height: 24px; }
      md-card .learner-progress-card table.md-table tbody.md-body > tr.md-row.goals-row td.md-cell .progress-dot,
      md-card .learner-data-card table.md-table tbody.md-body > tr.md-row.goals-row td.md-cell .progress-dot {
        position: absolute;
        right: 7px;
        top: -21px;
        width: 20px;
        height: 20px; }

md-card .learner-progress-card {
  padding: 0; }
  md-card .learner-progress-card .section-content {
    overflow-y: auto; }
  md-card .learner-progress-card .data-card-content {
    border: 2px solid #e0e0e0;
    overflow: hidden;
    position: relative;
    background-color: white;
    margin: 3px;
    border-radius: 7px;
    padding: 1px !important; }
    md-card .learner-progress-card .data-card-content--scroll-x {
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch; }
      md-card .learner-progress-card .data-card-content--scroll-x .section-content {
        display: block;
        min-width: 100%; }
      md-card .learner-progress-card .data-card-content--scroll-x .assessment-table {
        display: block; }
      md-card .learner-progress-card .data-card-content--scroll-x .assessment-table md-table-container {
        display: inline-block;
        min-width: 100%;
        width: auto;
        overflow: visible; }
      md-card .learner-progress-card .data-card-content--scroll-x .assessment-table table {
        width: auto;
        min-width: 100%; }
    md-card .learner-progress-card .data-card-content span.section-label {
      font-weight: bold;
      top: 2px;
      left: 2px;
      z-index: 10;
      position: absolute;
      display: inline-block;
      height: 16px;
      padding: 1px 9px 5px 9px;
      border-radius: 15px;
      margin: 1px; }
    md-card .learner-progress-card .data-card-content md-table-container.full-width {
      width: 345px !important; }
  md-card .learner-progress-card .goals-section {
    height: 285px;
    padding-top: 34px; }
    md-card .learner-progress-card .goals-section span {
      text-align: center; }
    md-card .learner-progress-card .goals-section h4 {
      margin: 0 0 0 12px;
      font-size: 14px; }
    md-card .learner-progress-card .goals-section p {
      margin: 0px 0px 10px 0px; }
    md-card .learner-progress-card .goals-section > div.section-content > div {
      margin-bottom: 12px; }
  md-card .learner-progress-card .progress-section {
    height: 285px; }
  md-card .learner-progress-card .assessments-section {
    height: 285px;
    padding-top: 34px; }
    md-card .learner-progress-card .assessments-section .assessment-table {
      overflow: visible !important;
      width: 100%; }
      md-card .learner-progress-card .assessments-section .assessment-table table {
        display: table;
        width: 100%;
        border-collapse: collapse;
        border-bottom: 1px dashed black; }
    md-card .learner-progress-card .assessments-section span {
      text-align: center; }

md-card .learner-data-card {
  border-radius: 10px;
  height: 100%; }
  md-card .learner-data-card .data-card-slim-container {
    overflow-y: auto;
    background-color: transparent;
    border-radius: 7px; }
    md-card .learner-data-card .data-card-slim-container.landscape {
      height: 482px !important; }
    md-card .learner-data-card .data-card-slim-container.portrait {
      height: 145px !important; }
    md-card .learner-data-card .data-card-slim-container .data-card-slim-content {
      overflow: hidden;
      position: relative;
      border: 2px solid #e0e0e0;
      background-color: white;
      margin: 6px 6px 0px 7px;
      border-radius: 7px; }
      md-card .learner-data-card .data-card-slim-container .data-card-slim-content.landscape {
        width: 240px; }
      md-card .learner-data-card .data-card-slim-container .data-card-slim-content.portrait {
        width: 345px; }
      md-card .learner-data-card .data-card-slim-container .data-card-slim-content span.section-label {
        font-weight: bold;
        top: 2px;
        left: 2px;
        z-index: 10;
        position: absolute;
        display: inline-block;
        height: 16px;
        padding: 1px 9px 5px 9px;
        border-radius: 15px;
        margin: 1px; }
      md-card .learner-data-card .data-card-slim-container .data-card-slim-content .progress-section {
        height: 136px !important;
        max-height: 136px !important;
        padding-top: 4px; }
        md-card .learner-data-card .data-card-slim-container .data-card-slim-content .progress-section .card-chart {
          height: 100px !important;
          width: 245px !important;
          margin: 19px 0px 0px 22px; }
    md-card .learner-data-card .data-card-slim-container .progress-section__chart {
      width: auto;
      height: auto;
      min-width: 0;
      min-height: 0; }
  md-card .learner-data-card .data-card-content {
    border: 2px solid #e0e0e0;
    overflow: hidden;
    position: relative;
    width: 345px;
    background-color: white;
    margin: 6px 0px 0px 7px;
    border-radius: 7px; }
    md-card .learner-data-card .data-card-content--scroll-x {
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch; }
      md-card .learner-data-card .data-card-content--scroll-x .section-content {
        display: block;
        min-width: 100%; }
      md-card .learner-data-card .data-card-content--scroll-x .assessment-table {
        display: block; }
      md-card .learner-data-card .data-card-content--scroll-x .assessment-table md-table-container {
        display: inline-block;
        min-width: 100%;
        width: auto;
        overflow: visible; }
      md-card .learner-data-card .data-card-content--scroll-x .assessment-table table {
        width: auto;
        min-width: 100%; }
    md-card .learner-data-card .data-card-content span.section-label {
      top: 2px;
      left: 2px;
      z-index: 10;
      position: absolute;
      display: inline-block;
      height: 16px;
      padding: 1px 9px 5px 9px;
      border-radius: 15px;
      margin: 1px; }
    md-card .learner-data-card .data-card-content img.fullscreen-profile {
      width: 600px; }
      @media (max-width: 768px) {
        md-card .learner-data-card .data-card-content img.fullscreen-profile {
          width: 90vw;
          max-width: none; } }
    md-card .learner-data-card .data-card-content .core-info-section {
      position: relative;
      background-color: white;
      border-radius: 7px;
      overflow: hidden;
      height: 144px !important;
      max-height: 144px !important;
      padding: 1px !important; }
      md-card .learner-data-card .data-card-content .core-info-section .list-view__learner-flags {
        position: absolute;
        right: 7px;
        top: 2px;
        z-index: 25; }
        md-card .learner-data-card .data-card-content .core-info-section .list-view__learner-flags .ethnicFlag {
          height: 20px;
          min-height: 20px;
          min-width: 20px;
          font-size: 20px;
          line-height: 20px;
          padding: 2px; }
          md-card .learner-data-card .data-card-content .core-info-section .list-view__learner-flags .ethnicFlag img {
            width: 18px; }
      md-card .learner-data-card .data-card-content .core-info-section .settings-button {
        position: absolute;
        top: -6px;
        left: -13px; }
      md-card .learner-data-card .data-card-content .core-info-section md-table-container.full-width {
        width: 345px !important; }
        md-card .learner-data-card .data-card-content .core-info-section md-table-container.full-width .md-table {
          overflow: visible !important; }
      md-card .learner-data-card .data-card-content .core-info-section .extra-info {
        padding: 2px; }
        md-card .learner-data-card .data-card-content .core-info-section .extra-info md-chips md-chip {
          height: 26px; }
    md-card .learner-data-card .data-card-content .extra-info-section {
      height: 48px !important;
      max-height: 48px !important;
      overflow-y: auto; }
    md-card .learner-data-card .data-card-content .dummy-pie {
      display: block;
      width: 80px;
      height: 80px;
      margin-top: 10px;
      border-radius: 50%;
      background-color: #EEEEEE; }
    md-card .learner-data-card .data-card-content .extras {
      height: 44px !important; }
    md-card .learner-data-card .data-card-content .section-content {
      overflow-y: auto; }
    md-card .learner-data-card .data-card-content .attendance-section {
      height: 116px;
      padding-top: 24px; }
      md-card .learner-data-card .data-card-content .attendance-section span {
        text-align: center; }
      md-card .learner-data-card .data-card-content .attendance-section p {
        margin: 0px; }
    md-card .learner-data-card .data-card-content .topic-section {
      height: 76px !important;
      max-height: 76px !important;
      padding-top: 24px; }
      md-card .learner-data-card .data-card-content .topic-section span {
        text-align: center; }
      md-card .learner-data-card .data-card-content .topic-section p {
        margin: 0px 0px 10px 0px; }
    md-card .learner-data-card .data-card-content .topics-section {
      height: 80px !important;
      max-height: 80px !important;
      padding-top: 29px;
      margin-right: 0 !important; }
      md-card .learner-data-card .data-card-content .topics-section span {
        text-align: center; }
      md-card .learner-data-card .data-card-content .topics-section p {
        margin: 0px 0px 10px 0px; }
    md-card .learner-data-card .data-card-content .curriculum-section {
      height: 154px;
      padding-top: 34px; }
      md-card .learner-data-card .data-card-content .curriculum-section span {
        text-align: center; }
      md-card .learner-data-card .data-card-content .curriculum-section p {
        margin: 0px 0px 10px 0px; }
    md-card .learner-data-card .data-card-content .goals-section {
      height: 244px !important;
      max-height: 244px !important;
      padding-top: 34px;
      margin-right: 0 !important; }
      md-card .learner-data-card .data-card-content .goals-section span {
        text-align: center; }
      md-card .learner-data-card .data-card-content .goals-section h4 {
        margin: 0 0 0 12px;
        font-size: 14px; }
      md-card .learner-data-card .data-card-content .goals-section p {
        margin: 0px 0px 10px 0px; }
      md-card .learner-data-card .data-card-content .goals-section > div.section-content > div {
        margin-bottom: 12px; }
    md-card .learner-data-card .data-card-content .assessments-section {
      height: 296px !important;
      max-height: 296px !important;
      padding-top: 32px; }
      md-card .learner-data-card .data-card-content .assessments-section .assessment-table {
        overflow: visible !important;
        width: 100%; }
        md-card .learner-data-card .data-card-content .assessments-section .assessment-table table {
          display: table;
          width: 100%;
          border-collapse: collapse;
          border-bottom: 1px dashed black; }
      md-card .learner-data-card .data-card-content .assessments-section span {
        text-align: center; }

@media print {
  .data-card-content--scroll-x {
    overflow: visible; }
    .data-card-content--scroll-x .section-content {
      display: block;
      width: auto;
      min-width: 0; }
  .learner-data-card .goals-section,
  .learner-data-card .assessments-section,
  .learner-progress-card .goals-section,
  .learner-progress-card .assessments-section,
  .learner-progress-card .progress-section {
    height: auto !important;
    max-height: none !important;
    padding-top: 16px; }
  .assessments-section .assessment-table {
    overflow: visible !important; }
    .assessments-section .assessment-table md-table-container {
      width: auto !important;
      max-width: none !important; }
    .assessments-section .assessment-table table {
      width: auto;
      max-width: none; }
  .goals-section .section-content,
  .assessments-section .section-content {
    overflow: visible; }
  .progress-section {
    overflow: visible; }
    .progress-section__otj-widget {
      display: none !important; }
    .progress-section__chart {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 100% !important;
      min-width: 0;
      min-height: 0;
      height: auto !important; } }

.full-calendar {
  width: 800px;
  margin-top: 20px; }

.fc-event-container, .fc-row, .fc-list-item {
  cursor: pointer; }

.new-event md-autocomplete {
  width: 400px !important; }

.fc-button-primary {
  text-transform: capitalize;
  background-color: var(--background-50) !important;
  color: black !important; }

.fc-button-primary:hover:not(.fc-button-active) {
  opacity: 0.65; }

.fc-today-button {
  background-color: #01667d !important;
  color: #fff !important; }

.fc-next-button, .fc-prev-button {
  background-color: #01667d !important;
  color: #fff !important; }

.fc-button-primary:disabled {
  color: #fff !important;
  background-color: #2C3E50 !important;
  border-color: #2C3E50 !important; }

.fc-button-primary.fc-button-active {
  background-color: #01667d !important;
  color: #fff !important; }

.event-draft {
  background-color: #757575; }

.event-pending {
  background-color: #ffa858; }

.event-public {
  background-color: #699e61; }

.event-approved {
  background-color: #b8db87; }

.event-closed {
  background-color: #8d6e63; }

.event-complete {
  background-color: #1e88e5; }

.event-cancelled {
  background-color: #e26468; }

.event-status-filter {
  margin-top: 8px;
  width: 100%;
  border-collapse: separate; }

.event-status-filter td {
  padding: 0;
  width: 1%; }

.event-status-filter .fc-day-grid-event {
  display: block;
  padding: 6px 12px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  font-weight: 600; }

@media (max-width: 768px) {
  .event-status-filter tbody,
  .event-status-filter tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px; }
  .event-status-filter td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 140px;
    flex: 1 1 140px;
    width: auto; }
  .event-status-filter .fc-day-grid-event {
    width: 100%; }
  .fc-event-container.legend {
    width: 100%; } }

.status-filter {
  position: relative;
  display: block;
  font-size: 0.85em;
  line-height: 1.4;
  border-radius: 3px; }

.fc-event-container.legend {
  text-align: center;
  width: 5%; }
  .fc-event-container.legend.primary {
    border-bottom: 2px solid red;
    padding-bottom: 2px; }

table.md-table td.md-cell.dynamic-field md-checkbox {
  width: auto; }

.permission-replies table.md-table th.md-column {
  white-space: normal; }

md-card.event .md-card-image {
  border-radius: 10px 10px 0px 0px; }

.risk-table {
  border-collapse: collapse;
  width: 100%; }

.risk-table th,
.risk-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left; }

.risk-table th {
  background-color: #f2f2f2; }

.event-type-image {
  max-height: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill; }

.edit-event-type-image-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(255, 255, 255, 0.85);
  z-index: 3; }

.event-back-btn {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(255, 255, 255, 0.85);
  color: #1c1e21;
  z-index: 3; }
  .event-back-btn:hover, .event-back-btn:focus {
    background: rgba(255, 255, 255, 0.95); }

.event-type-image-container {
  position: relative;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; }
  .event-type-image-container.edit {
    height: 100%; }

.event-title {
  font-size: 24px;
  font-weight: 700;
  color: #1c1e21;
  margin: 0 0 8px 0;
  line-height: 1.2; }

.event-title a {
  color: inherit;
  text-decoration: none; }

.new-event__date-picker {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.new-event__date-clear {
  margin-left: 8px; }

.event-status-row {
  margin-bottom: 16px; }

.status-badge {
  background: #e7f3ff;
  color: #1877f2;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block; }

.status-badge.event-draft {
  background-color: #757575;
  color: white; }

.status-badge.event-pending {
  background-color: #ffa858;
  color: white; }

.status-badge.event-complete {
  background-color: #1e88e5;
  color: white; }

.status-badge.event-approved {
  background-color: #b8db87;
  color: white; }

.status-badge.event-public {
  background-color: #699e61;
  color: white; }

.status-badge.event-cancelled {
  background-color: #e26468;
  color: white; }

.status-badge.event-closed {
  background-color: #8d6e63;
  color: white; }

.event-details {
  margin-bottom: 16px; }

.detail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  color: #65676b;
  font-size: 15px; }

.detail-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 2px; }

.detail-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.post-byline {
  margin-bottom: 12px;
  gap: 12px; }
  .post-byline md-chip {
    background-color: #e0e0e0;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    border-radius: 12px;
    padding: 0;
    display: inline-block;
    margin-top: 2px; }
    .post-byline md-chip .md-chip-content {
      display: inline-block;
      line-height: 24px;
      height: 24px;
      margin: 0 12px 0 6px;
      vertical-align: top; }
  .post-byline md-chips .md-contact-avatar img {
    max-width: 24px;
    max-height: 24px; }
  .post-byline md-chips md-chips-wrap {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.9em; }
  .post-byline md-chips md-chip .md-chip-content {
    margin-left: 0; }

td.cost-mapping-option-text md-input-container {
  width: 100%; }

td.cost-mapping-option-text {
  width: 60%; }

.assessment-group-edit-card p.info.editing-disabled-note {
  margin: 0; }

.assessment-group-edit-card .grade-date-filters {
  max-width: 100%; }
  .assessment-group-edit-card .grade-date-filters md-input-container > .md-errors-spacer {
    display: none; }
  .assessment-group-edit-card .grade-date-filters > .md-button {
    min-width: 36px; }

.assessment-group-edit-card .assessment-modules-filter {
  margin-top: 8px; }

@media only screen and (max-width: 600px) {
  .assessment-group-edit-card .grade-date-filters > .md-button {
    margin-left: 12px; }
  .assessment-group-edit-card md-switch {
    margin: 8px 0; } }

.assessment-group-edit {
  position: relative; }
  @media only screen and (min-width: 600px) {
    .assessment-group-edit {
      max-height: 680px !important; }
      .assessment-group-edit table {
        width: 100%;
        overflow-x: auto;
        overflow-y: auto; }
      .assessment-group-edit table thead th {
        position: sticky;
        top: 0;
        z-index: 3; }
        .assessment-group-edit table thead th[class*='sticky-column'] {
          z-index: 13 !important; } }
  .assessment-group-edit > table.md-table thead th {
    background: #80b3be !important; }
    .assessment-group-edit > table.md-table thead th > md-icon.md-sort-icon {
      min-height: 16px;
      min-width: 16px; }
  .assessment-group-edit > table.md-table tr.bulk-grading td {
    background-color: white !important; }
  .assessment-group-edit > table.md-table tr.bulk-grading .bulk-apply {
    float: right; }
  .assessment-group-edit > table.md-table tr.bulk-grading td.md-cell {
    z-index: 2; }
    .assessment-group-edit > table.md-table tr.bulk-grading td.md-cell:not(.md-sort) {
      padding: 4px 4px 2px !important; }
    .assessment-group-edit > table.md-table tr.bulk-grading td.md-cell md-input-container.audit-reason {
      margin: 6px 0; }
  .assessment-group-edit > table.md-table tr.bulk-grading .assessment-multi-grader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .assessment-group-edit > table.md-table tr.bulk-grading .assessment-multi-grader__input {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 100%; }
    .assessment-group-edit > table.md-table tr.bulk-grading .assessment-multi-grader md-input-container {
      min-width: 80px !important;
      margin: 0;
      width: 100%; }
    .assessment-group-edit > table.md-table tr.bulk-grading .assessment-multi-grader button.md-button {
      margin: 0; }
  .assessment-group-edit > table.md-table md-chip {
    margin-right: 4px; }
  .assessment-group-edit > table.md-table .md-removable md-chip {
    padding-left: 8px;
    padding-right: 16px; }
    .assessment-group-edit > table.md-table .md-removable md-chip .md-chip-remove {
      width: 20px; }
  .assessment-group-edit > table.md-table md-chip,
  .assessment-group-edit > table.md-table md-chip .md-chip-remove {
    height: 22px;
    line-height: 22px;
    font-size: 0.85em; }
    .assessment-group-edit > table.md-table md-chip > md-icon,
    .assessment-group-edit > table.md-table md-chip .md-chip-remove > md-icon {
      font-size: 12px !important; }
  .assessment-group-edit > table.md-table th.md-column,
  .assessment-group-edit > table.md-table td.md-cell {
    padding: 0 6px !important; }
    .assessment-group-edit > table.md-table th.md-column md-input-container,
    .assessment-group-edit > table.md-table td.md-cell md-input-container {
      min-width: 100%;
      margin-top: 0; }
    .assessment-group-edit > table.md-table th.md-column .grade-assessment-overview,
    .assessment-group-edit > table.md-table td.md-cell .grade-assessment-overview {
      padding-left: 2px; }
    .assessment-group-edit > table.md-table th.md-column.select-column,
    .assessment-group-edit > table.md-table td.md-cell.select-column {
      text-align: center;
      width: 32px;
      max-width: 32px;
      min-width: 32px; }
    .assessment-group-edit > table.md-table th.md-column.select-all,
    .assessment-group-edit > table.md-table td.md-cell.select-all {
      padding: 0 16px !important; }
      .assessment-group-edit > table.md-table th.md-column.select-all md-checkbox,
      .assessment-group-edit > table.md-table td.md-cell.select-all md-checkbox {
        margin: 0 8px; }
    .assessment-group-edit > table.md-table th.md-column button.md-icon-button,
    .assessment-group-edit > table.md-table td.md-cell button.md-icon-button {
      min-width: 40px;
      min-height: 40px;
      max-width: 40px;
      max-height: 40px; }
      .assessment-group-edit > table.md-table th.md-column button.md-icon-button.small,
      .assessment-group-edit > table.md-table td.md-cell button.md-icon-button.small {
        min-width: 28px;
        min-height: 28px;
        max-width: 28px;
        max-height: 28px; }
    @media only screen and (min-width: 600px) {
      .assessment-group-edit > table.md-table th.md-column[class*='sticky-column'],
      .assessment-group-edit > table.md-table td.md-cell[class*='sticky-column'] {
        position: sticky;
        left: 0;
        background: #eeeeee;
        z-index: 12;
        padding: 0 4px !important; }
      .assessment-group-edit > table.md-table th.md-column.sticky-column-1,
      .assessment-group-edit > table.md-table td.md-cell.sticky-column-1 {
        min-width: 32px; }
      .assessment-group-edit > table.md-table th.md-column.sticky-column-2,
      .assessment-group-edit > table.md-table td.md-cell.sticky-column-2 {
        left: 40px;
        min-width: 116px;
        max-width: 116px; }
      .assessment-group-edit > table.md-table th.md-column.sticky-column-3,
      .assessment-group-edit > table.md-table td.md-cell.sticky-column-3 {
        left: 164px;
        min-width: 116px;
        max-width: 116px !important; }
      .assessment-group-edit > table.md-table th.md-column.sticky-column-4,
      .assessment-group-edit > table.md-table td.md-cell.sticky-column-4 {
        position: static;
        background: inherit;
        z-index: 2 !important; }
        .assessment-group-edit > table.md-table th.md-column.sticky-column-4.md-column,
        .assessment-group-edit > table.md-table td.md-cell.sticky-column-4.md-column {
          position: sticky;
          z-index: 3 !important;
          background: #80b3be; } }
    @media only screen and (min-width: 960px) {
      .assessment-group-edit > table.md-table th.md-column.sticky-column-4,
      .assessment-group-edit > table.md-table td.md-cell.sticky-column-4 {
        position: sticky !important;
        background: #eeeeee;
        left: 288px;
        min-width: 74px;
        max-width: 74px !important; }
        .assessment-group-edit > table.md-table th.md-column.sticky-column-4.md-column,
        .assessment-group-edit > table.md-table td.md-cell.sticky-column-4.md-column {
          z-index: 13 !important; } }
  .assessment-group-edit > table.md-table .table-column--upload-evidence {
    text-align: left; }
  .assessment-group-edit > table.md-table .assessment-group-saved {
    background-color: #c8e6c9; }
  .assessment-group-edit > table.md-table .grade-assessor-note {
    font-size: 85%; }
  .assessment-group-edit > table.md-table .md-errors-spacer {
    display: none; }
  .assessment-group-edit > table.md-table.md-input-invalid .md-errors-spacer {
    display: block; }
  @media only screen and (min-width: 600px) {
    .assessment-group-edit.with-jurisdictional-id > table.md-table th.md-column.sticky-column-2,
    .assessment-group-edit.with-jurisdictional-id > table.md-table td.md-cell.sticky-column-2 {
      min-width: 82px;
      max-width: 82px; }
    .assessment-group-edit.with-jurisdictional-id > table.md-table th.md-column.sticky-column-3,
    .assessment-group-edit.with-jurisdictional-id > table.md-table td.md-cell.sticky-column-3 {
      left: 130px; }
    .assessment-group-edit.with-jurisdictional-id > table.md-table th.md-column.sticky-column-4,
    .assessment-group-edit.with-jurisdictional-id > table.md-table td.md-cell.sticky-column-4 {
      position: sticky !important;
      left: 254px;
      background: #eeeeee;
      min-width: 110px;
      max-width: 110px; }
      .assessment-group-edit.with-jurisdictional-id > table.md-table th.md-column.sticky-column-4.md-column,
      .assessment-group-edit.with-jurisdictional-id > table.md-table td.md-cell.sticky-column-4.md-column {
        z-index: 13 !important; }
    .assessment-group-edit.with-jurisdictional-id > table.md-table th.md-column.sticky-column-5,
    .assessment-group-edit.with-jurisdictional-id > table.md-table td.md-cell.sticky-column-5 {
      position: static;
      background: inherit;
      z-index: 2 !important; }
      .assessment-group-edit.with-jurisdictional-id > table.md-table th.md-column.sticky-column-5.md-column,
      .assessment-group-edit.with-jurisdictional-id > table.md-table td.md-cell.sticky-column-5.md-column {
        position: sticky;
        z-index: 3 !important;
        background: #80b3be; } }
  @media only screen and (min-width: 960px) {
    .assessment-group-edit.with-jurisdictional-id > table.md-table th.md-column.sticky-column-5,
    .assessment-group-edit.with-jurisdictional-id > table.md-table td.md-cell.sticky-column-5 {
      position: sticky !important;
      left: 372px;
      background: #eeeeee;
      min-width: 74px;
      max-width: 74px; }
      .assessment-group-edit.with-jurisdictional-id > table.md-table th.md-column.sticky-column-5.md-column,
      .assessment-group-edit.with-jurisdictional-id > table.md-table td.md-cell.sticky-column-5.md-column {
        z-index: 13 !important; } }

/* Overrides */
.page-header {
  background-color: #01667d; }

.navigation-safe-area,
.bottom-safe-area {
  background-color: #01667d; }

.md-tab {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

a {
  text-decoration: none;
  color: #01667d; }
  a:hover(:not .parent-app-demo) {
    text-decoration: underline; }