[layout] {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
[layout=column] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
[layout=row] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
[layout-padding],
[layout-padding] > [flex] {
  padding: 8px;
}
[layout-margin],
[layout-margin] > [flex] {
  padding: 8px;
}
[layout-wrap] {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
[layout-fill] {
  margin: 0;
  min-height: 100%;
  width: 100%;
}
[flex-auto] {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
[flex] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
[flex="0"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0%;
      -ms-flex: 0 0 0%;
          flex: 0 0 0%;
}
[layout="row"] > [flex="0"] {
  max-width: 0%;
}
[layout="column"] > [flex="0"] {
  max-height: 0%;
}
[flex="5"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 5%;
      -ms-flex: 0 0 5%;
          flex: 0 0 5%;
}
[layout="row"] > [flex="5"] {
  max-width: 5%;
}
[layout="column"] > [flex="5"] {
  max-height: 5%;
}
[flex="10"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10%;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
}
[layout="row"] > [flex="10"] {
  max-width: 10%;
}
[layout="column"] > [flex="10"] {
  max-height: 10%;
}
[flex="15"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15%;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}
[layout="row"] > [flex="15"] {
  max-width: 15%;
}
[layout="column"] > [flex="15"] {
  max-height: 15%;
}
[flex="20"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
[layout="row"] > [flex="20"] {
  max-width: 20%;
}
[layout="column"] > [flex="20"] {
  max-height: 20%;
}
[flex="25"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
[layout="row"] > [flex="25"] {
  max-width: 25%;
}
[layout="column"] > [flex="25"] {
  max-height: 25%;
}
[flex="30"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
[layout="row"] > [flex="30"] {
  max-width: 30%;
}
[layout="column"] > [flex="30"] {
  max-height: 30%;
}
[flex="35"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}
[layout="row"] > [flex="35"] {
  max-width: 35%;
}
[layout="column"] > [flex="35"] {
  max-height: 35%;
}
[flex="40"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
[layout="row"] > [flex="40"] {
  max-width: 40%;
}
[layout="column"] > [flex="40"] {
  max-height: 40%;
}
[flex="45"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
[layout="row"] > [flex="45"] {
  max-width: 45%;
}
[layout="column"] > [flex="45"] {
  max-height: 45%;
}
[flex="50"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
[layout="row"] > [flex="50"] {
  max-width: 50%;
}
[layout="column"] > [flex="50"] {
  max-height: 50%;
}
[flex="55"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
[layout="row"] > [flex="55"] {
  max-width: 55%;
}
[layout="column"] > [flex="55"] {
  max-height: 55%;
}
[flex="60"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
[layout="row"] > [flex="60"] {
  max-width: 60%;
}
[layout="column"] > [flex="60"] {
  max-height: 60%;
}
[flex="65"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
}
[layout="row"] > [flex="65"] {
  max-width: 65%;
}
[layout="column"] > [flex="65"] {
  max-height: 65%;
}
[flex="70"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}
[layout="row"] > [flex="70"] {
  max-width: 70%;
}
[layout="column"] > [flex="70"] {
  max-height: 70%;
}
[flex="75"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}
[layout="row"] > [flex="75"] {
  max-width: 75%;
}
[layout="column"] > [flex="75"] {
  max-height: 75%;
}
[flex="80"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}
[layout="row"] > [flex="80"] {
  max-width: 80%;
}
[layout="column"] > [flex="80"] {
  max-height: 80%;
}
[flex="85"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 85%;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%;
}
[layout="row"] > [flex="85"] {
  max-width: 85%;
}
[layout="column"] > [flex="85"] {
  max-height: 85%;
}
[flex="90"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90%;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
}
[layout="row"] > [flex="90"] {
  max-width: 90%;
}
[layout="column"] > [flex="90"] {
  max-height: 90%;
}
[flex="95"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 95%;
      -ms-flex: 0 0 95%;
          flex: 0 0 95%;
}
[layout="row"] > [flex="95"] {
  max-width: 95%;
}
[layout="column"] > [flex="95"] {
  max-height: 95%;
}
[flex="100"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
[layout="row"] > [flex="100"] {
  max-width: 100%;
}
[layout="column"] > [flex="100"] {
  max-height: 100%;
}
[flex="33"],
[flex="34"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
[flex="66"],
[flex="67"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66%;
      -ms-flex: 0 0 66.66%;
          flex: 0 0 66.66%;
}
[layout="row"] > ['flex'="33"],
[layout="row"] > ['flex'="34"] {
  max-width: 33.33%;
}
[layout="row"] > ['flex'="66"],
[layout="row"] ['flex'="67"] {
  max-width: 66.66%;
}
[layout="column"] > ['flex'="33"],
[layout="column"] ['flex'="34"] {
  max-height: 33.33%;
}
[layout="column"] > ['flex'="66"],
[layout="column"] > ['flex'="67"] {
  max-width: 66.66%;
}
[layout-align="center"],
[layout-align="center center"],
[layout-align="center start"],
[layout-align="center end"] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[layout-align="end"],
[layout-align="end center"],
[layout-align="end start"],
[layout-align="end end"] {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-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"] {
  -webkit-justify-content: space-around;
      -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"] {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[layout-align="center center"],
[layout-align="start center"],
[layout-align="end center"],
[layout-align="space-between center"],
[layout-align="space-around center"] {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
[layout-align="center start"],
[layout-align="start start"],
[layout-align="end start"],
[layout-align="space-between start"],
[layout-align="space-around start"] {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
[layout-align="center end"],
[layout-align="start end"],
[layout-align="end end"],
[layout-align="space-between end"],
[layout-align="space-around end"] {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
[flex-order="0"] {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
[flex-order="1"] {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
[flex-order="2"] {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
[flex-order="3"] {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
[flex-order="4"] {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
[flex-order="5"] {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}
[flex-order="6"] {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}
[flex-order="7"] {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}
[flex-order="8"] {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}
[flex-order="9"] {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}
@media (max-width: 599px) {
  [hide-sm]:not([show-sm]):not([show]),
  [hide]:not([show-sm]):not([show]) {
    display: none;
  }
  [flex-order-sm="0"] {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  [flex-order-sm="1"] {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  [flex-order-sm="2"] {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  [flex-order-sm="3"] {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  [flex-order-sm="4"] {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  [flex-order-sm="5"] {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  [flex-order-sm="6"] {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  [flex-order-sm="7"] {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  [flex-order-sm="8"] {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  [flex-order-sm="9"] {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  [layout-align-sm="center"],
  [layout-align-sm="center center"],
  [layout-align-sm="center start"],
  [layout-align-sm="center end"] {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  [layout-align-sm="end"],
  [layout-align-sm="end center"],
  [layout-align-sm="end start"],
  [layout-align-sm="end end"] {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-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"] {
    -webkit-justify-content: space-around;
        -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"] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  [layout-align-sm="center center"],
  [layout-align-sm="start center"],
  [layout-align-sm="end center"],
  [layout-align-sm="space-between center"],
  [layout-align-sm="space-around center"] {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [layout-align-sm="center start"],
  [layout-align-sm="start start"],
  [layout-align-sm="end start"],
  [layout-align-sm="space-between start"],
  [layout-align-sm="space-around start"] {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  [layout-align-sm="center end"],
  [layout-align-sm="start end"],
  [layout-align-sm="end end"],
  [layout-align-sm="space-between end"],
  [layout-align-sm="space-around end"] {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  [layout-sm] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  [layout-sm=column] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [layout-sm=row] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  [flex-sm] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  [flex-sm="0"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0%;
        -ms-flex: 0 0 0%;
            flex: 0 0 0%;
  }
  [layout="row"] > [flex-sm="0"] {
    max-width: 0%;
  }
  [layout="column"] > [flex-sm="0"] {
    max-height: 0%;
  }
  [flex-sm="5"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5%;
        -ms-flex: 0 0 5%;
            flex: 0 0 5%;
  }
  [layout="row"] > [flex-sm="5"] {
    max-width: 5%;
  }
  [layout="column"] > [flex-sm="5"] {
    max-height: 5%;
  }
  [flex-sm="10"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
  }
  [layout="row"] > [flex-sm="10"] {
    max-width: 10%;
  }
  [layout="column"] > [flex-sm="10"] {
    max-height: 10%;
  }
  [flex-sm="15"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  [layout="row"] > [flex-sm="15"] {
    max-width: 15%;
  }
  [layout="column"] > [flex-sm="15"] {
    max-height: 15%;
  }
  [flex-sm="20"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  [layout="row"] > [flex-sm="20"] {
    max-width: 20%;
  }
  [layout="column"] > [flex-sm="20"] {
    max-height: 20%;
  }
  [flex-sm="25"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  [layout="row"] > [flex-sm="25"] {
    max-width: 25%;
  }
  [layout="column"] > [flex-sm="25"] {
    max-height: 25%;
  }
  [flex-sm="30"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  [layout="row"] > [flex-sm="30"] {
    max-width: 30%;
  }
  [layout="column"] > [flex-sm="30"] {
    max-height: 30%;
  }
  [flex-sm="35"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  [layout="row"] > [flex-sm="35"] {
    max-width: 35%;
  }
  [layout="column"] > [flex-sm="35"] {
    max-height: 35%;
  }
  [flex-sm="40"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  [layout="row"] > [flex-sm="40"] {
    max-width: 40%;
  }
  [layout="column"] > [flex-sm="40"] {
    max-height: 40%;
  }
  [flex-sm="45"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  [layout="row"] > [flex-sm="45"] {
    max-width: 45%;
  }
  [layout="column"] > [flex-sm="45"] {
    max-height: 45%;
  }
  [flex-sm="50"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  [layout="row"] > [flex-sm="50"] {
    max-width: 50%;
  }
  [layout="column"] > [flex-sm="50"] {
    max-height: 50%;
  }
  [flex-sm="55"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
  [layout="row"] > [flex-sm="55"] {
    max-width: 55%;
  }
  [layout="column"] > [flex-sm="55"] {
    max-height: 55%;
  }
  [flex-sm="60"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  [layout="row"] > [flex-sm="60"] {
    max-width: 60%;
  }
  [layout="column"] > [flex-sm="60"] {
    max-height: 60%;
  }
  [flex-sm="65"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
  [layout="row"] > [flex-sm="65"] {
    max-width: 65%;
  }
  [layout="column"] > [flex-sm="65"] {
    max-height: 65%;
  }
  [flex-sm="70"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
  [layout="row"] > [flex-sm="70"] {
    max-width: 70%;
  }
  [layout="column"] > [flex-sm="70"] {
    max-height: 70%;
  }
  [flex-sm="75"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  [layout="row"] > [flex-sm="75"] {
    max-width: 75%;
  }
  [layout="column"] > [flex-sm="75"] {
    max-height: 75%;
  }
  [flex-sm="80"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  [layout="row"] > [flex-sm="80"] {
    max-width: 80%;
  }
  [layout="column"] > [flex-sm="80"] {
    max-height: 80%;
  }
  [flex-sm="85"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 85%;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
  }
  [layout="row"] > [flex-sm="85"] {
    max-width: 85%;
  }
  [layout="column"] > [flex-sm="85"] {
    max-height: 85%;
  }
  [flex-sm="90"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
  }
  [layout="row"] > [flex-sm="90"] {
    max-width: 90%;
  }
  [layout="column"] > [flex-sm="90"] {
    max-height: 90%;
  }
  [flex-sm="95"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95%;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
  }
  [layout="row"] > [flex-sm="95"] {
    max-width: 95%;
  }
  [layout="column"] > [flex-sm="95"] {
    max-height: 95%;
  }
  [flex-sm="100"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  [layout="row"] > [flex-sm="100"] {
    max-width: 100%;
  }
  [layout="column"] > [flex-sm="100"] {
    max-height: 100%;
  }
  [flex-sm="33"],
  [flex-sm="34"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  [flex-sm="66"],
  [flex-sm="67"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66%;
        -ms-flex: 0 0 66.66%;
            flex: 0 0 66.66%;
  }
  [layout="row"] > [flex-sm="33"],
  [layout="row"] > [flex-sm="34"] {
    max-width: 33.33%;
  }
  [layout="row"] > [flex-sm="66"],
  [layout="row"] [flex-sm="67"] {
    max-width: 66.66%;
  }
  [layout="column"] > [flex-sm="33"],
  [layout="column"] [flex-sm="34"] {
    max-height: 33.33%;
  }
  [layout="column"] > [flex-sm="66"],
  [layout="column"] > [flex-sm="67"] {
    max-width: 66.66%;
  }
}
@media (min-width: 600px) {
  [flex-order-gt-sm="0"] {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  [flex-order-gt-sm="1"] {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  [flex-order-gt-sm="2"] {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  [flex-order-gt-sm="3"] {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  [flex-order-gt-sm="4"] {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  [flex-order-gt-sm="5"] {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  [flex-order-gt-sm="6"] {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  [flex-order-gt-sm="7"] {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  [flex-order-gt-sm="8"] {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  [flex-order-gt-sm="9"] {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  [layout-align-gt-sm="center"],
  [layout-align-gt-sm="center center"],
  [layout-align-gt-sm="center start"],
  [layout-align-gt-sm="center end"] {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  [layout-align-gt-sm="end"],
  [layout-align-gt-sm="end center"],
  [layout-align-gt-sm="end start"],
  [layout-align-gt-sm="end end"] {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-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"] {
    -webkit-justify-content: space-around;
        -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"] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  [layout-align-gt-sm="center center"],
  [layout-align-gt-sm="start 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;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [layout-align-gt-sm="center start"],
  [layout-align-gt-sm="start 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;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  [layout-align-gt-sm="center end"],
  [layout-align-gt-sm="start 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;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  [layout-gt-sm] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  [layout-gt-sm=column] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [layout-gt-sm=row] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  [flex-gt-sm] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  [flex-gt-sm="0"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0%;
        -ms-flex: 0 0 0%;
            flex: 0 0 0%;
  }
  [layout="row"] > [flex-gt-sm="0"] {
    max-width: 0%;
  }
  [layout="column"] > [flex-gt-sm="0"] {
    max-height: 0%;
  }
  [flex-gt-sm="5"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5%;
        -ms-flex: 0 0 5%;
            flex: 0 0 5%;
  }
  [layout="row"] > [flex-gt-sm="5"] {
    max-width: 5%;
  }
  [layout="column"] > [flex-gt-sm="5"] {
    max-height: 5%;
  }
  [flex-gt-sm="10"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
  }
  [layout="row"] > [flex-gt-sm="10"] {
    max-width: 10%;
  }
  [layout="column"] > [flex-gt-sm="10"] {
    max-height: 10%;
  }
  [flex-gt-sm="15"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  [layout="row"] > [flex-gt-sm="15"] {
    max-width: 15%;
  }
  [layout="column"] > [flex-gt-sm="15"] {
    max-height: 15%;
  }
  [flex-gt-sm="20"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  [layout="row"] > [flex-gt-sm="20"] {
    max-width: 20%;
  }
  [layout="column"] > [flex-gt-sm="20"] {
    max-height: 20%;
  }
  [flex-gt-sm="25"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  [layout="row"] > [flex-gt-sm="25"] {
    max-width: 25%;
  }
  [layout="column"] > [flex-gt-sm="25"] {
    max-height: 25%;
  }
  [flex-gt-sm="30"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  [layout="row"] > [flex-gt-sm="30"] {
    max-width: 30%;
  }
  [layout="column"] > [flex-gt-sm="30"] {
    max-height: 30%;
  }
  [flex-gt-sm="35"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  [layout="row"] > [flex-gt-sm="35"] {
    max-width: 35%;
  }
  [layout="column"] > [flex-gt-sm="35"] {
    max-height: 35%;
  }
  [flex-gt-sm="40"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  [layout="row"] > [flex-gt-sm="40"] {
    max-width: 40%;
  }
  [layout="column"] > [flex-gt-sm="40"] {
    max-height: 40%;
  }
  [flex-gt-sm="45"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  [layout="row"] > [flex-gt-sm="45"] {
    max-width: 45%;
  }
  [layout="column"] > [flex-gt-sm="45"] {
    max-height: 45%;
  }
  [flex-gt-sm="50"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  [layout="row"] > [flex-gt-sm="50"] {
    max-width: 50%;
  }
  [layout="column"] > [flex-gt-sm="50"] {
    max-height: 50%;
  }
  [flex-gt-sm="55"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
  [layout="row"] > [flex-gt-sm="55"] {
    max-width: 55%;
  }
  [layout="column"] > [flex-gt-sm="55"] {
    max-height: 55%;
  }
  [flex-gt-sm="60"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  [layout="row"] > [flex-gt-sm="60"] {
    max-width: 60%;
  }
  [layout="column"] > [flex-gt-sm="60"] {
    max-height: 60%;
  }
  [flex-gt-sm="65"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
  [layout="row"] > [flex-gt-sm="65"] {
    max-width: 65%;
  }
  [layout="column"] > [flex-gt-sm="65"] {
    max-height: 65%;
  }
  [flex-gt-sm="70"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
  [layout="row"] > [flex-gt-sm="70"] {
    max-width: 70%;
  }
  [layout="column"] > [flex-gt-sm="70"] {
    max-height: 70%;
  }
  [flex-gt-sm="75"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  [layout="row"] > [flex-gt-sm="75"] {
    max-width: 75%;
  }
  [layout="column"] > [flex-gt-sm="75"] {
    max-height: 75%;
  }
  [flex-gt-sm="80"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  [layout="row"] > [flex-gt-sm="80"] {
    max-width: 80%;
  }
  [layout="column"] > [flex-gt-sm="80"] {
    max-height: 80%;
  }
  [flex-gt-sm="85"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 85%;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
  }
  [layout="row"] > [flex-gt-sm="85"] {
    max-width: 85%;
  }
  [layout="column"] > [flex-gt-sm="85"] {
    max-height: 85%;
  }
  [flex-gt-sm="90"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
  }
  [layout="row"] > [flex-gt-sm="90"] {
    max-width: 90%;
  }
  [layout="column"] > [flex-gt-sm="90"] {
    max-height: 90%;
  }
  [flex-gt-sm="95"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95%;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
  }
  [layout="row"] > [flex-gt-sm="95"] {
    max-width: 95%;
  }
  [layout="column"] > [flex-gt-sm="95"] {
    max-height: 95%;
  }
  [flex-gt-sm="100"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  [layout="row"] > [flex-gt-sm="100"] {
    max-width: 100%;
  }
  [layout="column"] > [flex-gt-sm="100"] {
    max-height: 100%;
  }
  [flex-gt-sm="33"],
  [flex-gt-sm="34"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  [flex-gt-sm="66"],
  [flex-gt-sm="67"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66%;
        -ms-flex: 0 0 66.66%;
            flex: 0 0 66.66%;
  }
  [layout="row"] > [flex-gt-sm="33"],
  [layout="row"] > [flex-gt-sm="34"] {
    max-width: 33.33%;
  }
  [layout="row"] > [flex-gt-sm="66"],
  [layout="row"] [flex-gt-sm="67"] {
    max-width: 66.66%;
  }
  [layout="column"] > [flex-gt-sm="33"],
  [layout="column"] [flex-gt-sm="34"] {
    max-height: 33.33%;
  }
  [layout="column"] > [flex-gt-sm="66"],
  [layout="column"] > [flex-gt-sm="67"] {
    max-width: 66.66%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  [hide]:not([show-gt-sm]):not([show-md]):not([show]),
  [hide-gt-sm]:not([show-gt-sm]):not([show-md]):not([show]) {
    display: none;
  }
  [hide-md]:not([show-md]):not([show]) {
    display: none;
  }
  [flex-order-md="0"] {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  [flex-order-md="1"] {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  [flex-order-md="2"] {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  [flex-order-md="3"] {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  [flex-order-md="4"] {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  [flex-order-md="5"] {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  [flex-order-md="6"] {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  [flex-order-md="7"] {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  [flex-order-md="8"] {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  [flex-order-md="9"] {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  [layout-align-md="center"],
  [layout-align-md="center center"],
  [layout-align-md="center start"],
  [layout-align-md="center end"] {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  [layout-align-md="end"],
  [layout-align-md="end center"],
  [layout-align-md="end start"],
  [layout-align-md="end end"] {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-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"] {
    -webkit-justify-content: space-around;
        -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"] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  [layout-align-md="center center"],
  [layout-align-md="start center"],
  [layout-align-md="end center"],
  [layout-align-md="space-between center"],
  [layout-align-md="space-around center"] {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [layout-align-md="center start"],
  [layout-align-md="start start"],
  [layout-align-md="end start"],
  [layout-align-md="space-between start"],
  [layout-align-md="space-around start"] {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  [layout-align-md="center end"],
  [layout-align-md="start end"],
  [layout-align-md="end end"],
  [layout-align-md="space-between end"],
  [layout-align-md="space-around end"] {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  [layout-md] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  [layout-md=column] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [layout-md=row] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  [flex-md] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  [flex-md="0"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0%;
        -ms-flex: 0 0 0%;
            flex: 0 0 0%;
  }
  [layout="row"] > [flex-md="0"] {
    max-width: 0%;
  }
  [layout="column"] > [flex-md="0"] {
    max-height: 0%;
  }
  [flex-md="5"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5%;
        -ms-flex: 0 0 5%;
            flex: 0 0 5%;
  }
  [layout="row"] > [flex-md="5"] {
    max-width: 5%;
  }
  [layout="column"] > [flex-md="5"] {
    max-height: 5%;
  }
  [flex-md="10"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
  }
  [layout="row"] > [flex-md="10"] {
    max-width: 10%;
  }
  [layout="column"] > [flex-md="10"] {
    max-height: 10%;
  }
  [flex-md="15"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  [layout="row"] > [flex-md="15"] {
    max-width: 15%;
  }
  [layout="column"] > [flex-md="15"] {
    max-height: 15%;
  }
  [flex-md="20"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  [layout="row"] > [flex-md="20"] {
    max-width: 20%;
  }
  [layout="column"] > [flex-md="20"] {
    max-height: 20%;
  }
  [flex-md="25"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  [layout="row"] > [flex-md="25"] {
    max-width: 25%;
  }
  [layout="column"] > [flex-md="25"] {
    max-height: 25%;
  }
  [flex-md="30"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  [layout="row"] > [flex-md="30"] {
    max-width: 30%;
  }
  [layout="column"] > [flex-md="30"] {
    max-height: 30%;
  }
  [flex-md="35"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  [layout="row"] > [flex-md="35"] {
    max-width: 35%;
  }
  [layout="column"] > [flex-md="35"] {
    max-height: 35%;
  }
  [flex-md="40"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  [layout="row"] > [flex-md="40"] {
    max-width: 40%;
  }
  [layout="column"] > [flex-md="40"] {
    max-height: 40%;
  }
  [flex-md="45"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  [layout="row"] > [flex-md="45"] {
    max-width: 45%;
  }
  [layout="column"] > [flex-md="45"] {
    max-height: 45%;
  }
  [flex-md="50"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  [layout="row"] > [flex-md="50"] {
    max-width: 50%;
  }
  [layout="column"] > [flex-md="50"] {
    max-height: 50%;
  }
  [flex-md="55"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
  [layout="row"] > [flex-md="55"] {
    max-width: 55%;
  }
  [layout="column"] > [flex-md="55"] {
    max-height: 55%;
  }
  [flex-md="60"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  [layout="row"] > [flex-md="60"] {
    max-width: 60%;
  }
  [layout="column"] > [flex-md="60"] {
    max-height: 60%;
  }
  [flex-md="65"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
  [layout="row"] > [flex-md="65"] {
    max-width: 65%;
  }
  [layout="column"] > [flex-md="65"] {
    max-height: 65%;
  }
  [flex-md="70"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
  [layout="row"] > [flex-md="70"] {
    max-width: 70%;
  }
  [layout="column"] > [flex-md="70"] {
    max-height: 70%;
  }
  [flex-md="75"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  [layout="row"] > [flex-md="75"] {
    max-width: 75%;
  }
  [layout="column"] > [flex-md="75"] {
    max-height: 75%;
  }
  [flex-md="80"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  [layout="row"] > [flex-md="80"] {
    max-width: 80%;
  }
  [layout="column"] > [flex-md="80"] {
    max-height: 80%;
  }
  [flex-md="85"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 85%;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
  }
  [layout="row"] > [flex-md="85"] {
    max-width: 85%;
  }
  [layout="column"] > [flex-md="85"] {
    max-height: 85%;
  }
  [flex-md="90"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
  }
  [layout="row"] > [flex-md="90"] {
    max-width: 90%;
  }
  [layout="column"] > [flex-md="90"] {
    max-height: 90%;
  }
  [flex-md="95"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95%;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
  }
  [layout="row"] > [flex-md="95"] {
    max-width: 95%;
  }
  [layout="column"] > [flex-md="95"] {
    max-height: 95%;
  }
  [flex-md="100"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  [layout="row"] > [flex-md="100"] {
    max-width: 100%;
  }
  [layout="column"] > [flex-md="100"] {
    max-height: 100%;
  }
  [flex-md="33"],
  [flex-md="34"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  [flex-md="66"],
  [flex-md="67"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66%;
        -ms-flex: 0 0 66.66%;
            flex: 0 0 66.66%;
  }
  [layout="row"] > [flex-md="33"],
  [layout="row"] > [flex-md="34"] {
    max-width: 33.33%;
  }
  [layout="row"] > [flex-md="66"],
  [layout="row"] [flex-md="67"] {
    max-width: 66.66%;
  }
  [layout="column"] > [flex-md="33"],
  [layout="column"] [flex-md="34"] {
    max-height: 33.33%;
  }
  [layout="column"] > [flex-md="66"],
  [layout="column"] > [flex-md="67"] {
    max-width: 66.66%;
  }
}
@media (min-width: 960px) {
  [flex-order-gt-md="0"] {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  [flex-order-gt-md="1"] {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  [flex-order-gt-md="2"] {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  [flex-order-gt-md="3"] {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  [flex-order-gt-md="4"] {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  [flex-order-gt-md="5"] {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  [flex-order-gt-md="6"] {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  [flex-order-gt-md="7"] {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  [flex-order-gt-md="8"] {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  [flex-order-gt-md="9"] {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  [layout-align-gt-md="center"],
  [layout-align-gt-md="center center"],
  [layout-align-gt-md="center start"],
  [layout-align-gt-md="center end"] {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  [layout-align-gt-md="end"],
  [layout-align-gt-md="end center"],
  [layout-align-gt-md="end start"],
  [layout-align-gt-md="end end"] {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-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"] {
    -webkit-justify-content: space-around;
        -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"] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  [layout-align-gt-md="center center"],
  [layout-align-gt-md="start 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;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [layout-align-gt-md="center start"],
  [layout-align-gt-md="start 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;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  [layout-align-gt-md="center end"],
  [layout-align-gt-md="start 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;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  [layout-gt-md] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  [layout-gt-md=column] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [layout-gt-md=row] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  [flex-gt-md] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  [flex-gt-md="0"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0%;
        -ms-flex: 0 0 0%;
            flex: 0 0 0%;
  }
  [layout="row"] > [flex-gt-md="0"] {
    max-width: 0%;
  }
  [layout="column"] > [flex-gt-md="0"] {
    max-height: 0%;
  }
  [flex-gt-md="5"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5%;
        -ms-flex: 0 0 5%;
            flex: 0 0 5%;
  }
  [layout="row"] > [flex-gt-md="5"] {
    max-width: 5%;
  }
  [layout="column"] > [flex-gt-md="5"] {
    max-height: 5%;
  }
  [flex-gt-md="10"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
  }
  [layout="row"] > [flex-gt-md="10"] {
    max-width: 10%;
  }
  [layout="column"] > [flex-gt-md="10"] {
    max-height: 10%;
  }
  [flex-gt-md="15"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  [layout="row"] > [flex-gt-md="15"] {
    max-width: 15%;
  }
  [layout="column"] > [flex-gt-md="15"] {
    max-height: 15%;
  }
  [flex-gt-md="20"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  [layout="row"] > [flex-gt-md="20"] {
    max-width: 20%;
  }
  [layout="column"] > [flex-gt-md="20"] {
    max-height: 20%;
  }
  [flex-gt-md="25"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  [layout="row"] > [flex-gt-md="25"] {
    max-width: 25%;
  }
  [layout="column"] > [flex-gt-md="25"] {
    max-height: 25%;
  }
  [flex-gt-md="30"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  [layout="row"] > [flex-gt-md="30"] {
    max-width: 30%;
  }
  [layout="column"] > [flex-gt-md="30"] {
    max-height: 30%;
  }
  [flex-gt-md="35"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  [layout="row"] > [flex-gt-md="35"] {
    max-width: 35%;
  }
  [layout="column"] > [flex-gt-md="35"] {
    max-height: 35%;
  }
  [flex-gt-md="40"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  [layout="row"] > [flex-gt-md="40"] {
    max-width: 40%;
  }
  [layout="column"] > [flex-gt-md="40"] {
    max-height: 40%;
  }
  [flex-gt-md="45"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  [layout="row"] > [flex-gt-md="45"] {
    max-width: 45%;
  }
  [layout="column"] > [flex-gt-md="45"] {
    max-height: 45%;
  }
  [flex-gt-md="50"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  [layout="row"] > [flex-gt-md="50"] {
    max-width: 50%;
  }
  [layout="column"] > [flex-gt-md="50"] {
    max-height: 50%;
  }
  [flex-gt-md="55"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
  [layout="row"] > [flex-gt-md="55"] {
    max-width: 55%;
  }
  [layout="column"] > [flex-gt-md="55"] {
    max-height: 55%;
  }
  [flex-gt-md="60"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  [layout="row"] > [flex-gt-md="60"] {
    max-width: 60%;
  }
  [layout="column"] > [flex-gt-md="60"] {
    max-height: 60%;
  }
  [flex-gt-md="65"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
  [layout="row"] > [flex-gt-md="65"] {
    max-width: 65%;
  }
  [layout="column"] > [flex-gt-md="65"] {
    max-height: 65%;
  }
  [flex-gt-md="70"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
  [layout="row"] > [flex-gt-md="70"] {
    max-width: 70%;
  }
  [layout="column"] > [flex-gt-md="70"] {
    max-height: 70%;
  }
  [flex-gt-md="75"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  [layout="row"] > [flex-gt-md="75"] {
    max-width: 75%;
  }
  [layout="column"] > [flex-gt-md="75"] {
    max-height: 75%;
  }
  [flex-gt-md="80"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  [layout="row"] > [flex-gt-md="80"] {
    max-width: 80%;
  }
  [layout="column"] > [flex-gt-md="80"] {
    max-height: 80%;
  }
  [flex-gt-md="85"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 85%;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
  }
  [layout="row"] > [flex-gt-md="85"] {
    max-width: 85%;
  }
  [layout="column"] > [flex-gt-md="85"] {
    max-height: 85%;
  }
  [flex-gt-md="90"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
  }
  [layout="row"] > [flex-gt-md="90"] {
    max-width: 90%;
  }
  [layout="column"] > [flex-gt-md="90"] {
    max-height: 90%;
  }
  [flex-gt-md="95"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95%;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
  }
  [layout="row"] > [flex-gt-md="95"] {
    max-width: 95%;
  }
  [layout="column"] > [flex-gt-md="95"] {
    max-height: 95%;
  }
  [flex-gt-md="100"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  [layout="row"] > [flex-gt-md="100"] {
    max-width: 100%;
  }
  [layout="column"] > [flex-gt-md="100"] {
    max-height: 100%;
  }
  [flex-gt-md="33"],
  [flex-gt-md="34"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  [flex-gt-md="66"],
  [flex-gt-md="67"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66%;
        -ms-flex: 0 0 66.66%;
            flex: 0 0 66.66%;
  }
  [layout="row"] > [flex-gt-md="33"],
  [layout="row"] > [flex-gt-md="34"] {
    max-width: 33.33%;
  }
  [layout="row"] > [flex-gt-md="66"],
  [layout="row"] [flex-gt-md="67"] {
    max-width: 66.66%;
  }
  [layout="column"] > [flex-gt-md="33"],
  [layout="column"] [flex-gt-md="34"] {
    max-height: 33.33%;
  }
  [layout="column"] > [flex-gt-md="66"],
  [layout="column"] > [flex-gt-md="67"] {
    max-width: 66.66%;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  [hide]:not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]),
  [hide-gt-sm]:not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]),
  [hide-gt-md]:not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]) {
    display: none;
  }
  [hide-lg]:not([show-lg]):not([show]) {
    display: none;
  }
  [flex-order-lg="0"] {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  [flex-order-lg="1"] {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  [flex-order-lg="2"] {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  [flex-order-lg="3"] {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  [flex-order-lg="4"] {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  [flex-order-lg="5"] {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  [flex-order-lg="6"] {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  [flex-order-lg="7"] {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  [flex-order-lg="8"] {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  [flex-order-lg="9"] {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  [layout-align-lg="center"],
  [layout-align-lg="center center"],
  [layout-align-lg="center start"],
  [layout-align-lg="center end"] {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  [layout-align-lg="end"],
  [layout-align-lg="end center"],
  [layout-align-lg="end start"],
  [layout-align-lg="end end"] {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-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"] {
    -webkit-justify-content: space-around;
        -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"] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  [layout-align-lg="center center"],
  [layout-align-lg="start center"],
  [layout-align-lg="end center"],
  [layout-align-lg="space-between center"],
  [layout-align-lg="space-around center"] {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [layout-align-lg="center start"],
  [layout-align-lg="start start"],
  [layout-align-lg="end start"],
  [layout-align-lg="space-between start"],
  [layout-align-lg="space-around start"] {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  [layout-align-lg="center end"],
  [layout-align-lg="start end"],
  [layout-align-lg="end end"],
  [layout-align-lg="space-between end"],
  [layout-align-lg="space-around end"] {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  [layout-lg] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  [layout-lg=column] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [layout-lg=row] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  [flex-lg] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  [flex-lg="0"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0%;
        -ms-flex: 0 0 0%;
            flex: 0 0 0%;
  }
  [layout="row"] > [flex-lg="0"] {
    max-width: 0%;
  }
  [layout="column"] > [flex-lg="0"] {
    max-height: 0%;
  }
  [flex-lg="5"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5%;
        -ms-flex: 0 0 5%;
            flex: 0 0 5%;
  }
  [layout="row"] > [flex-lg="5"] {
    max-width: 5%;
  }
  [layout="column"] > [flex-lg="5"] {
    max-height: 5%;
  }
  [flex-lg="10"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
  }
  [layout="row"] > [flex-lg="10"] {
    max-width: 10%;
  }
  [layout="column"] > [flex-lg="10"] {
    max-height: 10%;
  }
  [flex-lg="15"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  [layout="row"] > [flex-lg="15"] {
    max-width: 15%;
  }
  [layout="column"] > [flex-lg="15"] {
    max-height: 15%;
  }
  [flex-lg="20"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  [layout="row"] > [flex-lg="20"] {
    max-width: 20%;
  }
  [layout="column"] > [flex-lg="20"] {
    max-height: 20%;
  }
  [flex-lg="25"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  [layout="row"] > [flex-lg="25"] {
    max-width: 25%;
  }
  [layout="column"] > [flex-lg="25"] {
    max-height: 25%;
  }
  [flex-lg="30"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  [layout="row"] > [flex-lg="30"] {
    max-width: 30%;
  }
  [layout="column"] > [flex-lg="30"] {
    max-height: 30%;
  }
  [flex-lg="35"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  [layout="row"] > [flex-lg="35"] {
    max-width: 35%;
  }
  [layout="column"] > [flex-lg="35"] {
    max-height: 35%;
  }
  [flex-lg="40"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  [layout="row"] > [flex-lg="40"] {
    max-width: 40%;
  }
  [layout="column"] > [flex-lg="40"] {
    max-height: 40%;
  }
  [flex-lg="45"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  [layout="row"] > [flex-lg="45"] {
    max-width: 45%;
  }
  [layout="column"] > [flex-lg="45"] {
    max-height: 45%;
  }
  [flex-lg="50"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  [layout="row"] > [flex-lg="50"] {
    max-width: 50%;
  }
  [layout="column"] > [flex-lg="50"] {
    max-height: 50%;
  }
  [flex-lg="55"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
  [layout="row"] > [flex-lg="55"] {
    max-width: 55%;
  }
  [layout="column"] > [flex-lg="55"] {
    max-height: 55%;
  }
  [flex-lg="60"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  [layout="row"] > [flex-lg="60"] {
    max-width: 60%;
  }
  [layout="column"] > [flex-lg="60"] {
    max-height: 60%;
  }
  [flex-lg="65"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
  [layout="row"] > [flex-lg="65"] {
    max-width: 65%;
  }
  [layout="column"] > [flex-lg="65"] {
    max-height: 65%;
  }
  [flex-lg="70"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
  [layout="row"] > [flex-lg="70"] {
    max-width: 70%;
  }
  [layout="column"] > [flex-lg="70"] {
    max-height: 70%;
  }
  [flex-lg="75"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  [layout="row"] > [flex-lg="75"] {
    max-width: 75%;
  }
  [layout="column"] > [flex-lg="75"] {
    max-height: 75%;
  }
  [flex-lg="80"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  [layout="row"] > [flex-lg="80"] {
    max-width: 80%;
  }
  [layout="column"] > [flex-lg="80"] {
    max-height: 80%;
  }
  [flex-lg="85"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 85%;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
  }
  [layout="row"] > [flex-lg="85"] {
    max-width: 85%;
  }
  [layout="column"] > [flex-lg="85"] {
    max-height: 85%;
  }
  [flex-lg="90"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
  }
  [layout="row"] > [flex-lg="90"] {
    max-width: 90%;
  }
  [layout="column"] > [flex-lg="90"] {
    max-height: 90%;
  }
  [flex-lg="95"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95%;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
  }
  [layout="row"] > [flex-lg="95"] {
    max-width: 95%;
  }
  [layout="column"] > [flex-lg="95"] {
    max-height: 95%;
  }
  [flex-lg="100"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  [layout="row"] > [flex-lg="100"] {
    max-width: 100%;
  }
  [layout="column"] > [flex-lg="100"] {
    max-height: 100%;
  }
  [flex-lg="33"],
  [flex-lg="34"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  [flex-lg="66"],
  [flex-lg="67"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66%;
        -ms-flex: 0 0 66.66%;
            flex: 0 0 66.66%;
  }
  [layout="row"] > [flex-lg="33"],
  [layout="row"] > [flex-lg="34"] {
    max-width: 33.33%;
  }
  [layout="row"] > [flex-lg="66"],
  [layout="row"] [flex-lg="67"] {
    max-width: 66.66%;
  }
  [layout="column"] > [flex-lg="33"],
  [layout="column"] [flex-lg="34"] {
    max-height: 33.33%;
  }
  [layout="column"] > [flex-lg="66"],
  [layout="column"] > [flex-lg="67"] {
    max-width: 66.66%;
  }
}
@media (min-width: 1200px) {
  [hide-gt-sm]:not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show]),
  [hide-gt-md]:not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show]),
  [hide-gt-lg]:not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show]),
  [hide]:not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show]) {
    display: none;
  }
  [flex-order-gt-lg="0"] {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  [flex-order-gt-lg="1"] {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  [flex-order-gt-lg="2"] {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  [flex-order-gt-lg="3"] {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  [flex-order-gt-lg="4"] {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  [flex-order-gt-lg="5"] {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  [flex-order-gt-lg="6"] {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  [flex-order-gt-lg="7"] {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  [flex-order-gt-lg="8"] {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  [flex-order-gt-lg="9"] {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  [layout-align-gt-lg="center"],
  [layout-align-gt-lg="center center"],
  [layout-align-gt-lg="center start"],
  [layout-align-gt-lg="center end"] {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  [layout-align-gt-lg="end"],
  [layout-align-gt-lg="end center"],
  [layout-align-gt-lg="end start"],
  [layout-align-gt-lg="end end"] {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-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"] {
    -webkit-justify-content: space-around;
        -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"] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  [layout-align-gt-lg="center center"],
  [layout-align-gt-lg="start 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;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [layout-align-gt-lg="center start"],
  [layout-align-gt-lg="start 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;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  [layout-align-gt-lg="center end"],
  [layout-align-gt-lg="start 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;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  [layout-gt-lg] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  [layout-gt-lg=column] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [layout-gt-lg=row] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  [flex-gt-lg] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  [flex-gt-lg="0"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0%;
        -ms-flex: 0 0 0%;
            flex: 0 0 0%;
  }
  [layout="row"] > [flex-gt-lg="0"] {
    max-width: 0%;
  }
  [layout="column"] > [flex-gt-lg="0"] {
    max-height: 0%;
  }
  [flex-gt-lg="5"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 5%;
        -ms-flex: 0 0 5%;
            flex: 0 0 5%;
  }
  [layout="row"] > [flex-gt-lg="5"] {
    max-width: 5%;
  }
  [layout="column"] > [flex-gt-lg="5"] {
    max-height: 5%;
  }
  [flex-gt-lg="10"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
  }
  [layout="row"] > [flex-gt-lg="10"] {
    max-width: 10%;
  }
  [layout="column"] > [flex-gt-lg="10"] {
    max-height: 10%;
  }
  [flex-gt-lg="15"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  [layout="row"] > [flex-gt-lg="15"] {
    max-width: 15%;
  }
  [layout="column"] > [flex-gt-lg="15"] {
    max-height: 15%;
  }
  [flex-gt-lg="20"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  [layout="row"] > [flex-gt-lg="20"] {
    max-width: 20%;
  }
  [layout="column"] > [flex-gt-lg="20"] {
    max-height: 20%;
  }
  [flex-gt-lg="25"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  [layout="row"] > [flex-gt-lg="25"] {
    max-width: 25%;
  }
  [layout="column"] > [flex-gt-lg="25"] {
    max-height: 25%;
  }
  [flex-gt-lg="30"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  [layout="row"] > [flex-gt-lg="30"] {
    max-width: 30%;
  }
  [layout="column"] > [flex-gt-lg="30"] {
    max-height: 30%;
  }
  [flex-gt-lg="35"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  [layout="row"] > [flex-gt-lg="35"] {
    max-width: 35%;
  }
  [layout="column"] > [flex-gt-lg="35"] {
    max-height: 35%;
  }
  [flex-gt-lg="40"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  [layout="row"] > [flex-gt-lg="40"] {
    max-width: 40%;
  }
  [layout="column"] > [flex-gt-lg="40"] {
    max-height: 40%;
  }
  [flex-gt-lg="45"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  [layout="row"] > [flex-gt-lg="45"] {
    max-width: 45%;
  }
  [layout="column"] > [flex-gt-lg="45"] {
    max-height: 45%;
  }
  [flex-gt-lg="50"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  [layout="row"] > [flex-gt-lg="50"] {
    max-width: 50%;
  }
  [layout="column"] > [flex-gt-lg="50"] {
    max-height: 50%;
  }
  [flex-gt-lg="55"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
  [layout="row"] > [flex-gt-lg="55"] {
    max-width: 55%;
  }
  [layout="column"] > [flex-gt-lg="55"] {
    max-height: 55%;
  }
  [flex-gt-lg="60"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  [layout="row"] > [flex-gt-lg="60"] {
    max-width: 60%;
  }
  [layout="column"] > [flex-gt-lg="60"] {
    max-height: 60%;
  }
  [flex-gt-lg="65"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
  [layout="row"] > [flex-gt-lg="65"] {
    max-width: 65%;
  }
  [layout="column"] > [flex-gt-lg="65"] {
    max-height: 65%;
  }
  [flex-gt-lg="70"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
  [layout="row"] > [flex-gt-lg="70"] {
    max-width: 70%;
  }
  [layout="column"] > [flex-gt-lg="70"] {
    max-height: 70%;
  }
  [flex-gt-lg="75"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  [layout="row"] > [flex-gt-lg="75"] {
    max-width: 75%;
  }
  [layout="column"] > [flex-gt-lg="75"] {
    max-height: 75%;
  }
  [flex-gt-lg="80"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  [layout="row"] > [flex-gt-lg="80"] {
    max-width: 80%;
  }
  [layout="column"] > [flex-gt-lg="80"] {
    max-height: 80%;
  }
  [flex-gt-lg="85"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 85%;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
  }
  [layout="row"] > [flex-gt-lg="85"] {
    max-width: 85%;
  }
  [layout="column"] > [flex-gt-lg="85"] {
    max-height: 85%;
  }
  [flex-gt-lg="90"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
  }
  [layout="row"] > [flex-gt-lg="90"] {
    max-width: 90%;
  }
  [layout="column"] > [flex-gt-lg="90"] {
    max-height: 90%;
  }
  [flex-gt-lg="95"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95%;
        -ms-flex: 0 0 95%;
            flex: 0 0 95%;
  }
  [layout="row"] > [flex-gt-lg="95"] {
    max-width: 95%;
  }
  [layout="column"] > [flex-gt-lg="95"] {
    max-height: 95%;
  }
  [flex-gt-lg="100"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  [layout="row"] > [flex-gt-lg="100"] {
    max-width: 100%;
  }
  [layout="column"] > [flex-gt-lg="100"] {
    max-height: 100%;
  }
  [flex-gt-lg="33"],
  [flex-gt-lg="34"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  [flex-gt-lg="66"],
  [flex-gt-lg="67"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66%;
        -ms-flex: 0 0 66.66%;
            flex: 0 0 66.66%;
  }
  [layout="row"] > [flex-gt-lg="33"],
  [layout="row"] > [flex-gt-lg="34"] {
    max-width: 33.33%;
  }
  [layout="row"] > [flex-gt-lg="66"],
  [layout="row"] [flex-gt-lg="67"] {
    max-width: 66.66%;
  }
  [layout="column"] > [flex-gt-lg="33"],
  [layout="column"] [flex-gt-lg="34"] {
    max-height: 33.33%;
  }
  [layout="column"] > [flex-gt-lg="66"],
  [layout="column"] > [flex-gt-lg="67"] {
    max-width: 66.66%;
  }
}
.green-background {
  background-color: #5cb85c;
  color: white;
}
.no-padding {
  padding: 0;
  margin: 0;
}
.overflow-hidden {
  overflow-x: hidden;
}
.clickable {
  cursor: pointer;
}
.ccc-blue {
  color: #00a4db;
}
.ccc-red {
  color: red;
}
.ccc-green {
  color: #5cb85c;
}
.ccc-light-grey {
  color: #efefef;
}
.ccc-medium-grey {
  color: #cccccc;
}
.ccc-medium-dark-grey {
  color: #a6a6a6;
}
.ccc-dark-grey {
  color: #333333;
}
.ccc-grey {
  color: #d1d1d1;
}
.ccc-white {
  color: white;
}
.no-margin {
  margin: 0;
}
.collapsable {
  -webkit-transition: height 0.5s cubic-bezier(0.35, 0, 0.25, 1);
          transition: height 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  overflow: hidden;
}
.collapsable.collapsed {
  overflow: hidden;
}
[ng-cloak] {
  display: none !important;
}
html {
  -ms-overflow-style: scrollbar;
}
body {
  background-color: #ffffff;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Tahoma, Arial, "San Serif";
  color: #454545;
  min-height: 100%;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  position: relative;
}
[tabindex='-1']:focus {
  outline: none;
}
.inset {
  padding: 10px;
}
button {
  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;
}
* {
  box-sizing: border-box;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
}
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #efefef;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #efefef;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #efefef;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #efefef;
}
.table .table {
  background-color: transparent;
}
.page-header {
  padding-bottom: 8px;
  margin: 8px 0 8px;
  border-bottom: 1px solid #efefef;
}
html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
}
button,
select,
html,
textarea,
input {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Tahoma, Arial, "San Serif";
}
select,
button,
textarea,
input {
  font-size: 100%;
}
section {
  padding-bottom: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
pre {
  margin: 0 0 10px;
  font-size: 13px;
  word-break: break-all;
  word-wrap: break-word;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.code {
  font-family: monospace;
  background: #f5f5f5;
  padding: 3px 6px;
  font-weight: 500;
  border-radius: 5px;
  margin: 0 1px;
}
ccc-icon {
  margin: auto;
  background-repeat: no-repeat no-repeat;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  height: 24px;
  width: 24px;
}
ccc-icon.flipped {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.icon-8 {
  height: 8px;
  width: 8px;
}
.icon-10 {
  height: 10px;
  width: 10px;
}
.icon-11 {
  height: 11px;
  width: 11px;
}
.icon-12 {
  height: 12px;
  width: 12px;
}
.icon-14 {
  height: 14px;
  width: 14px;
}
.icon-16 {
  height: 16px;
  width: 16px;
}
.icon-17 {
  height: 17px;
  width: 17px;
}
.icon-18 {
  height: 18px;
  width: 18px;
}
.icon-20 {
  height: 20px;
  width: 20px;
}
.icon-24 {
  height: 24px;
  width: 24px;
}
.icon-30 {
  height: 30px;
  width: 30px;
}
.icon-32 {
  height: 32px;
  width: 32px;
}
/*

Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>

*/
.hljs {
  display: block;
  overflow-x: auto;
  /*padding: 0.5em;*/
  /* Disabled to allow for custom padding */
  background: inherit;
  /* Changed White => Inherit to allow for custom background color */
  color: black;
  -webkit-text-size-adjust: none;
}
.hljs-comment,
.hljs-annotation,
.diff .hljs-header,
.hljs-chunk,
.apache .hljs-cbracket {
  color: #008000;
}
.hljs-keyword,
.hljs-id,
.hljs-built_in,
.smalltalk .hljs-class,
.hljs-winutils,
.bash .hljs-variable,
.tex .hljs-command,
.hljs-request,
.hljs-status,
.nginx .hljs-title,
.xml .hljs-tag,
.xml .hljs-tag .hljs-value {
  color: #00f;
}
.hljs-string,
.hljs-title,
.hljs-parent,
.hljs-tag .hljs-value,
.hljs-rule .hljs-value,
.ruby .hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.hljs-template_tag,
.django .hljs-variable,
.hljs-addition,
.hljs-flow,
.hljs-stream,
.apache .hljs-tag,
.hljs-date,
.tex .hljs-formula,
.coffeescript .hljs-attribute,
.hljs-name {
  color: #a31515;
}
.ruby .hljs-string,
.hljs-decorator,
.hljs-filter .hljs-argument,
.hljs-localvars,
.hljs-array,
.hljs-attr_selector,
.hljs-pseudo,
.hljs-pi,
.hljs-doctype,
.hljs-deletion,
.hljs-envvar,
.hljs-shebang,
.hljs-preprocessor,
.hljs-pragma,
.userType,
.apache .hljs-sqbracket,
.nginx .hljs-built_in,
.tex .hljs-special,
.hljs-prompt {
  color: #2b91af;
}
.hljs-doctag,
.hljs-xmlDocTag {
  color: #808080;
}
.hljs-type,
.hljs-typename {
  font-weight: bold;
}
.vhdl .hljs-string {
  color: #666666;
}
.vhdl .hljs-literal {
  color: #a31515;
}
.vhdl .hljs-attribute {
  color: #00b0e8;
}
.xml .hljs-attribute {
  color: #f00;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  /*margin-top: -10px;*/
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
body {
  min-width: 700px;
}
a {
  color: #00a4db;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00a4db;
  text-decoration: none;
}
section:not(.page-header):not(.no-border):not(:last-of-type) {
  border-bottom: 1px solid #efefef;
}
input,
select {
  padding: 5px;
}
input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus::-moz-placeholder {
  color: transparent !important;
}
input:focus:-moz-placeholder {
  color: transparent !important;
}
.table {
  border: 1px solid #efefef;
}
.table > thead > tr > th {
  border: 1px solid #ffffff;
  background-color: #efefef;
  vertical-align: middle;
}
.table > thead > tr > th:first-child {
  border-left: 1px solid #efefef;
}
.table > thead > tr > th:last-child {
  border-right: 1px solid #efefef;
}
.table > tbody > tr > td {
  border: 1px solid #efefef;
}
pre {
  border: none;
  border-radius: 0;
  background-color: inherit;
  padding: 0;
  margin: 0;
}
pre code {
  white-space: pre-wrap;
}
pre code.hljs {
  padding-top: 0;
  padding-bottom: 0;
}
pre.inline {
  display: inline-block;
}
.code-snippet-stacked {
  padding: 0;
  border: 1px solid #efefef;
}
.code-snippet-stacked pre {
  padding: 0 8px;
}
.code-snippet-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #efefef;
  background-color: #e2f5f9;
}
.code-snippet-table td {
  padding: 8px;
  vertical-align: top;
}
.code-snippet-table td.code-snippet-download {
  padding: 3px 8px;
  text-align: right;
}
.code-snippet-title {
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.code-snippet-title.green {
  color: #679966;
  font-weight: 600;
  border-right: 25px solid #679966;
}
.code-snippet-title.dark-blue {
  color: #33679a;
  font-weight: 600;
  border-right: 25px solid #33679a;
}
.code-snippet-title.dark-orange {
  color: #ff4500;
  font-weight: 600;
  border-right: 25px solid #ff4500;
}
.code-snippet-note {
  padding-top: 4px;
  font-size: 12pt;
}
.code-snippet-note.green {
  color: #679966;
}
.code-snippet .xml-tag {
  font-size: 10pt;
  color: #0000ff;
}
.code-snippet .xml-tag-name {
  color: #a31515;
}
.code-snippet-download-link {
  color: #8f8f8f;
  margin: 0;
}
.code-snippet-download-link:hover {
  color: #00a4db;
}
.code-snippet-download-link-text {
  display: inline;
  vertical-align: middle;
  padding-left: 7px;
}
.xml-response-xpath {
  word-break: break-all;
}
.xml-sample-content {
  display: none;
}
.grey-background {
  background-color: #cccccc;
}
.light-grey-background {
  background-color: #efefef;
}
.highlight-yellow {
  background-color: #faffaf;
}
.strong {
  font-weight: bold;
}
.break-all {
  word-break: break-all;
  word-wrap: break-word;
}
.light-blue-background {
  background-color: #e2f5f9;
}
.display-inline {
  display: inline;
}
.text-center {
  text-align: center;
}
.text-required {
  padding-left: 3px;
  color: red;
}
.text-required.required-content::after {
  padding-left: 3px;
  font-size: 10px;
  top: -6px;
  content: 'required';
  position: relative;
}
.btn {
  border-radius: 0;
  box-shadow: none;
}
.btn:active {
  box-shadow: none;
}
.btn:hover,
.btn:focus,
.btn:active:focus {
  outline: none;
  outline-offset: 0;
}
.btn-grey {
  background-color: #CCCCCC;
  color: white;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active {
  background-color: #CCCCCC;
  color: white;
}
.btn-green {
  background-color: #5cb85c;
  color: white;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
  background-color: #5cb85c;
  color: white;
}
.webhook-btn {
  padding: 5px 10px;
  background-color: #00a4db;
  color: white;
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  -webkit-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);
}
.webhook-btn:hover {
  background-color: #1ac2fa;
  cursor: pointer;
}
.page-header {
  margin: 10px 0 16px;
  padding-bottom: 10px;
}
.page-header ccc-icon {
  margin: 0 10px;
}
.page-header .navigation-divider {
  padding: 0 20px;
}
.page-header-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page-header-title {
  font-size: 34px;
  font-weight: 300;
  margin: 0 20px 0 0;
  padding-bottom: 10px;
}
.page-header-navigation {
  margin: 10px 0 15px;
  padding-bottom: 20px;
}
.login-content {
  color: #c9c8c9;
  background-image: url("../Images/CCCONE_LoginImage.jpg");
  background-size: cover;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 7% 5%;
}
.login-content h1 {
  font-size: 60px;
  font-family: 'Courier New';
}
.login-content input {
  padding: 4px 10px;
  font-size: 25px;
  vertical-align: bottom;
  width: 550px;
}
.login-content input.login-content-invalid {
  background-color: #e5b8b7;
}
.login-content button.login {
  padding: 10px 20px;
}
.error-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 7% 5%;
}
.page-section ul.coding-steps li {
  color: #454545;
  font-size: 15px;
  margin-bottom: 16px;
}
.page-section .version-whats-new {
  border: 3px dotted #00a4db;
  background-color: #efefef;
  padding-left: 15px;
}
.page-section .version-whats-new h4 {
  color: #00a4db;
  font-weight: 600;
}
.page-section .version-whats-new h4.collapsable {
  cursor: pointer;
}
.page-section .version-whats-new h4.collapsable:hover {
  text-decoration: underline;
}
.page-section .version-whats-new li {
  font-size: 15px;
  color: #454545;
  margin-bottom: 16px;
}
.coding-image-postman {
  width: 1010px;
  height: 500px;
  margin-left: 15px;
  margin-top: 15px;
}
.page-section {
  margin-bottom: 16px;
}
.page-section h3.section-title {
  font-size: 26px;
  font-weight: normal;
  margin: 20px 0;
}
.page-section h5.section-sub-title {
  margin-top: 40px;
  color: #8f8f8f;
  font-size: 22px;
}
.page-section h5.section-sub-title span {
  padding-right: 20px;
}
.page-section h5.section-sub-title.combined-sub-title {
  margin-top: 0;
}
.page-section h5.section-webhook-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  color: #8f8f8f;
  font-size: 22px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-section ul {
  padding-left: 50px;
  list-style-type: square;
}
.page-section ul li {
  color: #d1d1d1;
  font-size: 20px;
}
.page-section ul li span {
  font-size: 16px;
  color: #454545;
}
.page-section .page-contents-list {
  list-style-type: square;
  padding-left: 25px;
}
.page-section .page-contents-list li {
  font-size: 22px;
  color: #d1d1d1;
}
.page-section .page-contents-list li span {
  font-size: 18px;
  color: #454545;
}
.page-section .partner-key-guid {
  display: inline-block;
  text-transform: uppercase;
  padding: 15px;
  border: 1px solid #d1d1d1;
}
.page-section .partner-key-guid > h3 {
  margin: 0;
}
.page-section .partner-key-guid-copy:hover {
  fill: #00a4db;
}
.page-section .version-notes {
  font-weight: bold;
}
.page-section .setup-image-container .setup-image {
  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);
  margin: 20px;
}
.sidebar {
  background-color: #454545;
  color: #fff;
  padding: 0;
  width: 320px;
  min-width: 320px;
  z-index: 10;
}
.sidebar ul {
  list-style-type: none;
  display: block !important;
}
.sidebar ul a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
.sidebar ul a:hover,
.sidebar ul a:focus {
  text-decoration: none;
}
.sidebar ul.sidebar-list {
  font-weight: 300;
  font-size: 18px;
  padding: 0 30px;
}
.sidebar ul.sidebar-list li.active {
  color: #00a4db;
}
.sidebar ul.sidebar-list li.active > a {
  color: #00a4db;
}
.sidebar ul.sidebar-list li {
  padding: 5px 0;
}
.sidebar ul.sidebar-list-submenu {
  margin: 20px 0 10px 10px;
  padding-left: 15px;
  border-left: 3px solid #00a4db;
  color: #fff;
}
.sidebar ul.sidebar-list-submenu li {
  color: white;
}
.sidebar ul.sidebar-list-nestedsubmenu {
  margin: 20px 0 10px 10px;
  padding-left: 15px;
  color: #fff;
}
.sidebar ul.sidebar-list-nestedsubmenu li {
  color: white;
}
.sidebar ul ccc-icon {
  -webkit-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);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidebar ul ccc-icon.flipped {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sidebar ul .sidebar-list-item:hover {
  color: #00a4db;
}
.sidebar .sidebar-content {
  padding-top: 24px;
}
.main-content {
  height: 100%;
  min-height: 100%;
  padding: 16px 32px;
}
.navbar-default {
  color: #ffffff;
  width: 100%;
  background-color: #00a4db;
  height: 100px;
  margin-bottom: 0;
  border: none;
  z-index: 1;
}
.navbar-default a {
  color: #ffffff;
}
.navbar-default a:hover,
.navbar-default a:focus {
  color: #ffffff;
}
.navbar-default .navbar-header {
  padding-left: 15px;
  padding-right: 15px;
}
.navbar {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 64px;
  box-shadow: none;
  background-color: #00a4db;
  color: #ffffff;
}
.navbar .navbar-indent {
  margin-left: 64px;
}
.navbar *,
.navbar *:before,
.navbar *:after {
  box-sizing: border-box;
}
.navbar .navbar-brand {
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .navbar-brand-name {
  margin-left: 8px;
}
.navbar-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 64px;
  max-height: 64px;
  font-size: inherit;
  font-weight: normal;
  padding: 0 16px;
  margin: 0;
}
.navbar-items * {
  font-size: inherit;
}
.navbar-items a {
  color: #ffffff;
}
.navbar-items a:hover,
.navbar-items a:focus {
  color: #ffffff;
}
.navbar-items h1,
.navbar-items h2,
.navbar-items h3 {
  font-size: inherit;
  font-weight: inherit;
  margin: inherit;
}
.navbar-items .fill-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer {
  background-color: #333333;
  color: #ffffff;
  min-height: 64px;
  padding: 12px 0;
  font-size: 10pt;
}
.footer a {
  color: #ffffff;
}
.footer a:hover,
.footer a:focus {
  color: #ffffff;
}
.footer .navigation-divider {
  padding: 0 10px;
}
.footer-items {
  padding: 0 16px;
}
.footer-links {
  line-height: 20px;
  padding: 5px 0;
}
.footer-links .confidential {
  color: #8f8f8f;
}
.behavioral-notes .text-center {
  text-align: center;
}
.behavioral-notes-valid {
  background-color: #d6e3bc;
}
.behavioral-notes-invalid {
  background-color: #e5b8b7;
}
ul.definition-summary li {
  color: inherit;
  font-size: inherit;
}
.fault-codes h1 {
  margin-top: 0;
}
@-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);
  }
}
ccc-icon.spin-infinite {
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}
ccc-icon.stop-animation {
  -webkit-animation: 0;
          animation: 0;
}
ccc-icon.flip-animation {
  -webkit-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);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
ccc-icon.flip-animation.flipped {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
ccc-icon.flip-animation.flipped90 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
ccc-backdrop {
  background-color: #000000;
  position: fixed;
  height: 100%;
  left: 0;
  right: 0;
}
ccc-backdrop.ng-enter {
  -webkit-transition: opacity 0.5s cubic-bezier(0.35, 0, 0.25, 1);
          transition: opacity 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  opacity: 0;
}
ccc-backdrop.ng-enter-active {
  opacity: 1;
}
ccc-backdrop.ng-leave {
  -webkit-transition: opacity 0.2s cubic-bezier(0.35, 0, 0.25, 1);
          transition: opacity 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  opacity: 1;
}
ccc-backdrop.ng-leave-active {
  opacity: 0;
}
ccc-backdrop.dialog-backdrop {
  z-index: 79;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
ccc-backdrop.badge-backdrop {
  z-index: 109;
  background-color: rgba(0, 0, 0, 0.6);
}
ccc-backdrop.user-location-menu-backdrop {
  position: fixed;
  z-index: 99;
  background-color: transparent;
}
.dialog-container {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  overflow: auto;
}
modal-dialog {
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  opacity: 0;
  min-width: 240px;
  max-width: 80%;
  position: relative;
  box-shadow: 0px 27px 24px 0 rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 4px;
  margin: 30px auto;
}
modal-dialog.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: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
modal-dialog.transition-out {
  -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, 100%, 0) scale(0.2);
          transform: translate3d(0, 100%, 0) scale(0.2);
}
modal-dialog modal-dialog-content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
modal-dialog .modal-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  box-sizing: border-box;
  margin-bottom: 0;
  padding-right: 8px;
  padding-left: 16px;
  min-height: 64px;
}
.invalid-form-modal {
  display: block;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  text-align: center;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.webhook-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.webhook-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.webhook-container .webhook-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  -webkit-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease;
}
.webhook-container .webhook-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}
.webhook-container:hover input ~ .webhook-checkbox {
  background-color: #cccccc;
}
.webhook-container input:checked ~ .webhook-checkbox {
  background-color: #00a4db;
}
.webhook-container input:checked ~ .webhook-checkbox:after {
  display: block;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.webhook-container input:checked:hover ~ .webhook-checkbox {
  background-color: #1ac2fa;
}
.hover-disabled {
  pointer-events: none;
}
.webcontrol-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-disabled-class {
  background-color: grey;
  opacity: 0.5;
}
.custom-disabled-class:hover {
  cursor: not-allowed;
  background-color: grey;
}
.error {
  color: red;
  font-size: small;
}
.field-error {
  border: 1px solid red;
  background-color: #ff00000d;
}
.field-error:focus {
  border: 1px solid red;
  outline: none;
  background-color: #ff00000d;
}
.version-dropdown {
  box-sizing: border-box;
  width: 55px;
  border: 1px solid gray;
}
.partial-view-select {
  padding-bottom: 10px;
}
.partial-view-select select {
  width: 100%;
}
.partial-view-select .loading-spinner {
  padding-top: 5px;
}
.partial-view-version-select {
  margin-top: 10px;
  min-width: 250px;
}
.partial-view-version-select .active-version {
  font-weight: bold;
}
.partial-view-version-select .version-select:hover {
  color: #00a4db;
}
.partial-view-version-select .arrow-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  vertical-align: baseline;
  margin-right: 0;
}
.partial-view-version-select .version-select-menu {
  display: none;
  border: 1px solid #cccccc;
  position: absolute;
  background-color: #fff;
  width: 130px;
  margin-top: 5px;
  padding: 5px 0;
}
.partial-view-version-select .version-select-menu-item {
  padding: 2px 8px;
}
.partial-view-version-select .version-select-menu-item:hover {
  color: #00a4db;
  background-color: #efefef;
}
.terms-content {
  padding: 32px;
}
.api-usage-table {
  min-width: 1185px;
  border-top: 1px solid #efefef;
}
.api-usage-table .api-usage-header .header-item {
  background-color: #efefef;
  border-left: 1px solid white;
  font-weight: bold;
  padding: 8px;
}
.api-usage-table .api-usage-header .header-item.col-first {
  border-left: none;
}
.api-usage-table .api-usage-row {
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.api-usage-table .api-usage-row.no-usage {
  background-color: #faffaf;
  padding: 8px;
}
.api-usage-table .api-usage-row .row-detail {
  background-color: #e2f5f9;
  border-left: 1px solid #efefef;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1.5px solid #d1d1d1;
  padding: 5px 0;
  font-size: 13px;
}
.api-usage-table .api-usage-row .api-usage-row-pagination {
  background-color: #efefef;
  padding: 5px 40px;
}
.api-usage-table .api-usage-row .api-usage-row-pagination .pagination-link {
  font-size: 12px;
  color: #333333;
}
.api-usage-table .api-usage-row .api-usage-row-pagination .pagination-link .link-text {
  font-weight: bold;
  padding: 0 10px;
}
/* Message Definition Table */
.api-message {
  border-left: 1px solid #efefef;
  padding: 8px;
}
.api-message.col-title {
  width: 10%;
  border-left: none;
  word-break: break-word;
}
.api-message.col-title.row-user {
  word-break: break-all;
  text-align: right;
}
.api-message.col-hour {
  font-size: 14px;
  min-width: 45px;
  width: 3.75%;
  text-align: center;
  padding: 0;
}
.api-message.col-hour.row-user {
  border-left: 1px solid #d1d1d1;
}
.api-message.col-hour.row-user .header-item {
  font-size: 10px;
  color: #d1d1d1;
}
/* User Table */
.api-user {
  border-left: 1px solid #efefef;
  padding: 8px;
}
.api-user.col-user {
  width: 15%;
  border-left: none;
}
.api-user.col-message {
  width: 70%;
}
.api-user.col-calls {
  width: 15%;
}
.api-user .col-hour {
  border-left: 1px solid #d1d1d1;
  padding: 5px 0;
  min-width: 40px;
  min-height: 28px;
  text-align: center;
}
.api-user .col-hour.header-item {
  border-bottom: 1px solid #d1d1d1;
  color: grey;
  font-size: 10px;
}
.api-user .col-hour.col-first {
  border-left: none;
}
/* Errors Table */
.api-error {
  border-left: 1px solid #efefef;
  padding: 8px;
}
.api-error.col-user {
  width: 10%;
  border-left: none;
}
.api-error.col-message {
  width: 60%;
}
.api-error.col-code {
  width: 15%;
}
.api-error.col-date {
  width: 15%;
}
.table-map {
  padding: 5px;
  border: 2px solid grey;
}
.table-map .table-map-col {
  padding: 10px;
  border: 2px solid black;
}
.checkbox-slider {
  position: relative;
  width: 67px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox-slider-checkbox {
  display: none;
}
.checkbox-slider-label {
  display: block;
  overflow: hidden;
  border: 2px solid #8f8f8f;
  border-radius: 4px;
}
.checkbox-slider-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
          transition: margin 0.3s ease-in 0s;
}
.checkbox-slider-inner:before,
.checkbox-slider-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 22px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.checkbox-slider-inner:before {
  content: "ON";
  padding-left: 11px;
  padding-top: 1px;
  background-color: #00a4db;
  color: white;
  vertical-align: middle;
}
.checkbox-slider-inner:after {
  content: "OFF";
  padding-right: 8px;
  padding-top: 1px;
  background-color: #d1d1d1;
  color: #333333;
  text-align: right;
}
.checkbox-slider-switch {
  display: block;
  width: 24px;
  background: white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 43px;
  border: 2px solid #8f8f8f;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in 0s;
          transition: all 0.3s ease-in 0s;
}
.checkbox-slider-checkbox:checked + .checkbox-slider-label .checkbox-slider-inner {
  margin-left: 0;
}
.checkbox-slider-checkbox:checked + .checkbox-slider-label .checkbox-slider-switch {
  right: 0;
}

