.textInput__label___1huGs {
  font-size: 12px;
  margin: 0px 0px -5px 12px;
  display: block; }

.textInput__field___2Q-sL {
  height: 40px; }

.textInput__inputContainer___e76Tj {
  position: relative; }
  .textInput__inputContainer___e76Tj.textInput__denoteError___LLHbR .textInput__formTextInput___3EMo- {
    box-shadow: 0 0 0 5px red; }

.textInput__formTextInput___3EMo- {
  border-radius: 4px;
  border: 1px solid #696969;
  height: 35px;
  padding-left: 8px;
  font-size: 15px;
  outline: none;
  box-shadow: 0 0 0 5px #696969;
  margin: 12px;
  width: calc(100% - 24px);
  box-sizing: border-box;
  position: relative; }

.textInput__formTextInput___3EMo-:focus {
  box-shadow: 0 0 0 5px orange; }
  .textInput__formTextInput___3EMo-:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 0.2; }
  .textInput__formTextInput___3EMo-:focus::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0.2; }
  .textInput__formTextInput___3EMo-:focus:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 0.2; }
  .textInput__formTextInput___3EMo-:focus:-moz-placeholder {
    /* Firefox 18- */
    opacity: 0.2; }

.textInput__errorMessage___lEEJQ {
  position: absolute;
  top: 71px;
  right: 0;
  z-index: 1000;
  margin: -7px 14px 6px 14px;
  padding: 3px 6px;
  background: red;
  font-size: 12px;
  line-height: 17px;
  color: white;
  border-radius: 0 0 4px 4px;
  text-align: right; }
.button__buttonContainer___2sHsJ {
  display: inline-block;
  margin: 0 10px 0 0; }

.button__label___3AxQt {
  font-size: 12px;
  margin: 0px 0px -5px 12px;
  display: block; }

.button__buttonStyles___31v_H {
  min-height: 35px;
  min-width: 70px;
  border-radius: 4px;
  border: 1px solid #696969;
  font-size: 15px;
  box-shadow: 0 0 0 5px #696969;
  margin: 0 5px;
  background: #696969;
  color: white;
  cursor: pointer;
  outline: none; }
  .button__buttonStyles___31v_H:hover {
    background: orange;
    box-shadow: 0 0 0 5px orange;
    border: 1px solid orange;
    color: black; }
  .button__buttonStyles___31v_H:active {
    background: #ffd726;
    box-shadow: 0 0 0 5px #ffd726;
    border: 1px solid #ffd726; }
  .button__buttonStyles___31v_H.button__fullWidthButton___2qPBH {
    width: calc(100% - 10px); }

.button__buttonIcon___2qfVS {
  display: inline-block;
  transform: scale(2);
  margin: 0 12px 0 2px; }

.button__errorMessage___1kZI5 {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  z-index: 1000;
  margin: -7px 14px 6px 14px;
  padding: 3px 6px;
  background: red;
  font-size: 12px;
  line-height: 17px;
  color: white;
  border-radius: 0 0 4px 4px; }
.login__pageContainer___3a11j {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: stretch;
  align-items: flex-start; }

.login__appName___2XTMJ {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-height: 60px;
  overflow: hidden;
  background: #2d2d2d;
  padding: 5px 10px 0 10px;
  color: #3e3e3e;
  text-shadow: 0 0 3px black;
  font-family: "Harry-Heavy", Helvetica, Arial, sans-serif; }
  .login__appName___2XTMJ sup {
    font-size: 22px;
    margin: 0 5px;
    color: #3e3e3e;
    text-shadow: 0 0 3px black; }

.login__loginContainer___1QxEm {
  width: 50%;
  height: auto;
  order: 0;
  flex: 0 1 auto;
  align-self: center; }
  .login__loginContainer___1QxEm label {
    color: #868686; }
.articleSplash__articleSplashContainer___2bcoY {
  position: relative;
  height: 100vh;
  margin: 0;
  width: 100%; }

.articleSplash__headingContainer___1Z5vv {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: auto; }

.articleSplash__headingNorth___SkD-E {
  top: 40px;
  right: 0;
  left: 0;
  text-align: center; }

.articleSplash__headingNorthEast___1pjMg {
  top: 40px;
  right: 0;
  left: 0;
  text-align: right; }

.articleSplash__headingEast___2K1_D {
  top: 50%;
  right: 0;
  text-align: right; }
  .articleSplash__headingEast___2K1_D > h1 {
    transform: translateY(-50%); }

.articleSplash__headingSouthEast___WtabA {
  right: 0;
  bottom: 40px;
  text-align: right; }

.articleSplash__headingSouth___3dZxq {
  right: 0;
  bottom: 40px;
  left: 0;
  text-align: center; }

.articleSplash__headingSouthWest___3tR2q {
  left: 0;
  bottom: 40px;
  text-align: left; }

.articleSplash__headingWest___2sY1X {
  top: 50%;
  left: 0;
  text-align: left; }
  .articleSplash__headingWest___2sY1X > h1 {
    transform: translateY(-50%); }

.articleSplash__headingNorthWest___jWg1_ {
  top: 40px; }

.articleSplash__headingContainer___1Z5vv > h1 {
  display: inline-block;
  background: black;
  color: white;
  padding: 20px 40px;
  width: auto;
  height: auto;
  max-width: 75%;
  box-sizing: border-box;
  text-transform: uppercase; }
.articleContent__articleContentContainer___1HQQw {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  text-align: center;
  background: ghostwhite;
  margin: 0; }

.articleContent__articleContent___3l0ng {
  position: relative;
  box-sizing: border-box;
  margin: 40px auto;
  width: 1200px;
  min-height: calc(100vh - 80px);
  z-index: 1000;
  text-align: left;
  box-sizing: border-box;
  border: 1px solid #1f1f1f;
  padding: 60px 120px;
  background: white; }
  .articleContent__articleContent___3l0ng > h1, .articleContent__articleContent___3l0ng > h2, .articleContent__articleContent___3l0ng > h3, .articleContent__articleContent___3l0ng > h4, .articleContent__articleContent___3l0ng > h5, .articleContent__articleContent___3l0ng > h6 {
    background: black;
    color: white;
    padding: 10px 60px 10px 120px;
    transform: translateX(-120px);
    margin-bottom: 10px;
    display: inline-block;
    width: auto;
    min-width: 50%; }

@media only screen and (max-width: 1300px) {
  .articleContent__articleContent___3l0ng {
    width: 800px;
    padding: 60px 80px; }
    .articleContent__articleContent___3l0ng > p {
      font-size: 21px; } }

@media only screen and (max-width: 900px) {
  .articleContent__articleContent___3l0ng {
    width: 580px;
    padding: 60px; }
    .articleContent__articleContent___3l0ng > p {
      font-size: 17px; } }

@media only screen and (max-width: 640px) {
  .articleContent__articleContent___3l0ng {
    width: auto;
    margin: 16px;
    padding: 24px; }
  > p {
    font-size: 15px; } }
.articleView__articleContainer___792pR {
  display: inline-block;
  width: 100%;
  min-height: 200vh;
  background: white; }

.articleView__splashContainer___JaNoD {
  display: inline-block;
  width: 100%;
  height: 100vh; }

.articleView__contentContainer___1MCK9 {
  display: inline-block;
  width: calc(100% - 8px);
  min-height: 100vh; }
.sideMenu__sideMenuContainer___1U-6N {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 100px;
  background: #3e3e3e;
  z-index: 100; }

.sideMenu__sideMenuContainerExpanded___23oiK {
  width: 300px; }

.sideMenu__buttonStyles___1pPlU {
  position: relative;
  width: calc(100% - 20px);
  height: 80px;
  margin: 0 10px 10px 10px;
  background: #188cde;
  border-radius: 6px;
  font-size: 15px;
  box-sizing: border-box;
  text-align: center;
  padding: 6px;
  cursor: pointer;
  color: white !important; }
  .sideMenu__buttonStyles___1pPlU:hover {
    background: #56aeed; }
  .sideMenu__buttonStyles___1pPlU:active {
    background: #84c4f2; }
  .sideMenu__buttonStyles___1pPlU > a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    color: white !important; }

.sideMenu__menuToggleButton___1roYj {
  position: absolute;
  left: 0;
  bottom: 0; }

.sideMenu__sideMenuList___KfsB7 {
  margin: 10px 0 100px 0; }

.sideMenu__sideMenuListItem___NJB0m { }

.sideMenu__buttonIcon___cAjnL {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 50px;
  padding-top: 6px; }

.sideMenu__buttonLabel___1UPaB {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding-bottom: 8px;
  height: 16px;
  font-size: 12px; }
.loadingWheel__loadingWheelContainer___1parW {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 100px;
  right: 0;
  text-align: center; }
  .loadingWheel__loadingWheelContainer___1parW .loadingWheel__ldsring___3Sief {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto; }
  .loadingWheel__loadingWheelContainer___1parW .loadingWheel__ldsring___3Sief div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    margin: 15px;
    border: 6px solid #fff;
    border-radius: 50%;
    animation: loadingWheel__ldsring___3Sief 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #0a23ff transparent transparent transparent; }
  .loadingWheel__loadingWheelContainer___1parW .loadingWheel__ldsring___3Sief div:nth-child(1) {
    animation-delay: -0.45s; }
  .loadingWheel__loadingWheelContainer___1parW .loadingWheel__ldsring___3Sief div:nth-child(2) {
    animation-delay: -0.3s; }
  .loadingWheel__loadingWheelContainer___1parW .loadingWheel__ldsring___3Sief div:nth-child(3) {
    animation-delay: -0.15s; }

@keyframes loadingWheel__ldsring___3Sief {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.articleListItem__item___d46ND {
  list-style-type: none;
  position: relative;
  padding: 0;
  margin: 0;
  height: 45px;
  box-sizing: border-box; }
  .articleListItem__item___d46ND:hover .articleListItem__itemVisual___2J189 {
    background-color: #5a5a5a;
    transition: none; }
    .articleListItem__item___d46ND:hover .articleListItem__itemVisual___2J189 .articleListItem__iconContainer___eMf80 {
      background-color: #56aeed;
      transition: none; }
    .articleListItem__item___d46ND:hover .articleListItem__itemVisual___2J189 .articleListItem__url___2XgYy {
      color: white;
      transition: none; }
  .articleListItem__item___d46ND.articleListItem__draggingItem___1S5Ap {
    opacity: 0.1; }
  .articleListItem__item___d46ND.articleListItem__draggedOverItem___1nu-S {
    height: 85px; }
    .articleListItem__item___d46ND.articleListItem__draggedOverItem___1nu-S:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 7.5px;
      right: 0;
      left: 0;
      height: 35px;
      background: #202020;
      border-radius: 20px 6px 6px 20px;
      opacity: 0.6; }
  .articleListItem__item___d46ND.articleListItem__aDragIsHappenening___nVuIi .articleListItem__itemVisual___2J189 {
    pointer-events: none; }
    .articleListItem__item___d46ND.articleListItem__aDragIsHappenening___nVuIi .articleListItem__itemVisual___2J189 .articleListItem__dragHandle___3X70k {
      pointer-events: none; }
      .articleListItem__item___d46ND.articleListItem__aDragIsHappenening___nVuIi .articleListItem__itemVisual___2J189 .articleListItem__dragHandle___3X70k > svg {
        pointer-events: none; }
  .articleListItem__item___d46ND .articleListItem__itemVisual___2J189 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    background: #5a5a5a;
    background-color: #3e3e3e;
    color: white;
    border-radius: 20px 6px 6px 20px;
    transition: background-color 0.2s ease-out;
    height: 35px; }
    .articleListItem__item___d46ND .articleListItem__itemVisual___2J189 > a {
      position: absolute;
      top: 0;
      right: 35px;
      bottom: 0;
      left: 0; }
    .articleListItem__item___d46ND .articleListItem__itemVisual___2J189 .articleListItem__iconContainer___eMf80 {
      position: absolute;
      top: 3px;
      left: 3px;
      height: 29px;
      width: 29px;
      text-align: center;
      border-radius: 50%;
      background-color: #188cde;
      transition: background-color 0.2s ease-out; }
    .articleListItem__item___d46ND .articleListItem__itemVisual___2J189 .articleListItem__articleIcon___l8CaQ {
      display: inline-block;
      font-size: 21px;
      line-height: 21px;
      transform: translateY(4px); }
    .articleListItem__item___d46ND .articleListItem__itemVisual___2J189 .articleListItem__articleIconSubicon___1CfeM {
      display: inline-block;
      position: absolute;
      bottom: 0;
      right: 1px;
      width: 14px;
      height: 14px;
      font-size: 14px;
      line-height: 14px; }
    .articleListItem__item___d46ND .articleListItem__itemVisual___2J189 .articleListItem__headline1___2WSh7 {
      position: relative;
      display: inline-block;
      font-size: 26px;
      line-height: 26px;
      font-weight: bold;
      height: 32px;
      margin: 3px 6px 0 38px;
      width: auto;
      max-width: calc(60% - 50px);
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      pointer-events: none; }
    .articleListItem__item___d46ND .articleListItem__itemVisual___2J189 .articleListItem__url___2XgYy {
      height: 22px;
      width: auto;
      margin: 7px;
      font-size: 14px;
      float: right;
      text-align: right;
      color: #868686;
      transition: color 0.2s ease-out;
      max-width: calc(40% - 130px);
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      pointer-events: none; }
    .articleListItem__item___d46ND .articleListItem__itemVisual___2J189 .articleListItem__status___2ey3N {
      height: 25px;
      width: auto;
      margin: 5px;
      padding-top: 1px;
      padding-right: 6px;
      padding-left: 6px;
      float: right;
      box-sizing: border-box;
      font-size: 17px;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      border-radius: 3px;
      pointer-events: none; }
      .articleListItem__item___d46ND .articleListItem__itemVisual___2J189 .articleListItem__status___2ey3N[data-status='published'] {
        background: #74bf00;
        color: white; }
      .articleListItem__item___d46ND .articleListItem__itemVisual___2J189 .articleListItem__status___2ey3N[data-status='draft'] {
        background: #ffa929;
        color: white; }
      .articleListItem__item___d46ND .articleListItem__itemVisual___2J189 .articleListItem__status___2ey3N[data-status='deleted'] {
        background: #c72500;
        color: white; }
    .articleListItem__item___d46ND .articleListItem__itemVisual___2J189 .articleListItem__dragHandle___3X70k {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 35px;
      padding: 0 2px 0 0;
      cursor: grab; }
      .articleListItem__item___d46ND .articleListItem__itemVisual___2J189 .articleListItem__dragHandle___3X70k > svg {
        fill: #868686; }
.articleList__list___2psiP {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 100px;
  margin: 0;
  padding: 0 10px; }
.articleOrganiser__organiserGrid___1aqqi {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-areas: 'left right';
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0;
  padding: 10px;
  box-sizing: border-box; }

.articleOrganiser__draftsContainer___2rWHD {
  position: relative;
  grid-area: left;
  padding: 10px;
  border-radius: 33px 10px 10px 10px;
  background: #202020; }

.articleOrganiser__publishedContainer___2ovto {
  position: relative;
  grid-area: right;
  padding: 10px;
  border-radius: 33px 10px 10px 10px;
  background: #202020; }

.articleOrganiser__sectionIcon___3Zg0h {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  display: inline-block;
  background: #188cde;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 35px;
  padding: 3px 14px;
  box-sizing: border-box; }

.articleOrganiser__sectionHeader___1D0Tm {
  padding-left: 55px;
  color: white; }

.articleOrganiser__listContainerTemplate___1qZAb {
  position: absolute;
  top: 65px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  margin: 0;
  padding: 0 10px;
  border-radius: 7px;
  background: #2d2d2d;
  overflow: hidden;
  overflow-y: auto; }

.articleOrganiser__publishedListContainer___2Ze8- { }

.articleOrganiser__draftListContainer___3zUiR {
  bottom: 100px; }

.articleOrganiser__buttonMenuContainer___14Hy_ {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 90px;
  box-sizing: border-box;
  padding: 0 10px 10px 10px;
  text-align: right; }

.articleOrganiser__button___3mVKu {
  position: relative;
  width: auto;
  max-width: 160px;
  height: 80px;
  margin: 0 0 0 10px;
  background: #188cde;
  border-radius: 7px;
  font-size: 15px;
  box-sizing: border-box;
  text-align: center;
  padding: 6px 6px 6px 80px;
  border: none;
  cursor: pointer; }
  .articleOrganiser__button___3mVKu:hover {
    background: #56aeed; }
  .articleOrganiser__button___3mVKu:active {
    background: #84c4f2; }
  .articleOrganiser__button___3mVKu > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: white; }
  .articleOrganiser__button___3mVKu > .articleOrganiser__iconContainer___wjCGO {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80px;
    font-size: 50px;
    padding-top: 6px;
    color: white;
    pointer-events: none; }
    .articleOrganiser__button___3mVKu > .articleOrganiser__iconContainer___wjCGO .articleOrganiser__articleIcon___2nQBT {
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      font-size: 60px;
      padding-top: 6px; }
    .articleOrganiser__button___3mVKu > .articleOrganiser__iconContainer___wjCGO .articleOrganiser__articleIconSubicon____Dfq3 {
      display: inline-block;
      position: absolute;
      bottom: 15px;
      right: 13px;
      width: 17px;
      height: 17px;
      font-size: 17px;
      line-height: 17px; }
  .articleOrganiser__button___3mVKu .articleOrganiser__label___2Cf9Z {
    color: white;
    word-wrap: normal; }
.dragAndDrop__dragAndDropContainer___1zi9i {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: #5a5a5a;
  box-sizing: border-box;
  padding: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center; }

.dragAndDrop__draggingIndicator___3q88Z {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  border: dashed red 4px;
  align-self: center;
  text-align: center; }

.dragAndDrop__draggingIndicatorLabel___2bRFL {
  align-self: center;
  text-align: center;
  color: grey;
  background: orange;
  font-size: 36px; }
.draggedItemPreview__thumbnailContainer___2XlC_ {
  position: relative;
  height: 200px;
  width: 200px;
  background: #202020;
  background-size: contain;
  margin: 5px;
  padding: 10px;
  overflow: hidden;
  text-align: center;
  border-radius: 7px;
  order: 0;
  flex: 0 1 auto;
  align-self: auto; }

.draggedItemPreview__thumbnail___2V-wk {
  max-width: 100%;
  max-height: calc(100% - 16px);
  margin: auto; }

.draggedItemPreview__filename___1MQiK {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 16px;
  margin: 5px;
  font-size: 12px;
  color: white;
  text-align: center; }
.imageUploader__sectionIcon___1fThY {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 45px;
  width: 45px;
  color: white;
  display: inline-block;
  background: #188cde;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 30px;
  padding: 7px 10px;
  box-sizing: border-box; }

.imageUploader__sectionHeader___2y6oV {
  display: inline-block;
  padding-left: 55px;
  color: white; }

.imageUploader__modalContainerTEMPLATE___3qxgb {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  background: rgba(32, 32, 32, 0.95);
  box-shadow: 0 0 12px 0 black; }

.imageUploader__modalContainerActive___1Csgq { }

.imageUploader__modalContainerInactive___21DgC {
  display: none; }

.imageUploader__uploaderContainer___jtJfM {
  position: absolute;
  top: 60px;
  right: 10%;
  bottom: 110px;
  left: 10%;
  margin: 0;
  padding: 10px;
  border-radius: 33px 10px 10px 10px;
  background: #2d2d2d;
  box-shadow: 0 0 12px 0 black; }

.imageUploader__dragComponentContainer___286xD {
  position: absolute;
  top: 65px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-radius: 3px;
  overflow: hidden;
  overflow-y: auto; }

.imageUploader__dragAndDropInstruction___2RoLK {
  width: 100%;
  text-align: center; }

.imageUploader__uploadFilesButton___3ooM0 {
  position: absolute;
  top: 0;
  right: 0;
  margin: 16px;
  font-size: 16px;
  height: 30px;
  color: white;
  border: 0;
  border-radius: 3px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0 10px;
  outline: 0;
  cursor: pointer;
  background: #188cde; }
  .imageUploader__uploadFilesButton___3ooM0:hover {
    background: #56aeed; }
  .imageUploader__uploadFilesButton___3ooM0:active {
    background: #84c4f2; }
  .imageUploader__uploadFilesButton___3ooM0[data-filecount='0'] {
    background: #c72500;
    color: white; }

.imageUploader__busyUploadingFilesButton___3T8IJ {
  position: absolute;
  top: 0;
  right: 0;
  margin: 16px;
  font-size: 16px;
  height: 30px;
  color: white;
  border: 0;
  border-radius: 3px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0 10px;
  outline: 0;
  cursor: pointer;
  background: #ffa929; }
  .imageUploader__busyUploadingFilesButton___3T8IJ:hover {
    background: #ffc876; }
  .imageUploader__busyUploadingFilesButton___3T8IJ:active {
    background: #ffdca9; }
  .imageUploader__busyUploadingFilesButton___3T8IJ[data-filecount='0'] {
    background: #c72500;
    color: white; }

.imageUploader__closeUploaderButton___w_amA {
  position: absolute;
  top: 0;
  right: 0;
  margin: 16px;
  font-size: 16px;
  height: 30px;
  color: white;
  border: 0;
  border-radius: 3px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0 10px;
  outline: 0;
  cursor: pointer;
  background: #74bf00; }
  .imageUploader__closeUploaderButton___w_amA:hover {
    background: #a0ff0d; }
  .imageUploader__closeUploaderButton___w_amA:active {
    background: #b4ff40; }
  .imageUploader__closeUploaderButton___w_amA[data-filecount='0'] {
    background: #c72500;
    color: white; }

.imageUploader__closeButton___1fIun {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: black;
  color: white;
  border-radius: 50%;
  border: solid white 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }
  .imageUploader__closeButton___1fIun:hover {
    border: solid #c72500 5px; }
.imageLibrary__imageLibraryContainer___CRMyx {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 100000; }

.imageLibrary__imageLibraryThumbsViewer___3rqzI {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: #2d2d2d;
  border-radius: 7px;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start; }
.imageThumb__imageThumb___3b7rd {
  position: relative;
  display: flex;
  width: 200px;
  height: 200px;
  margin: 5px;
  overflow: hidden;
  border-radius: 7px;
  order: 0;
  flex: 0 1 auto;
  align-self: flex-start;
  background: #3e3e3e;
  cursor: pointer; }
  .imageThumb__imageThumb___3b7rd:hover {
    background: #188cde; }

.imageThumb__imageThumbSelected___2spue {
  box-shadow: inset 0 0 0 5px #188cde;
  background: #56aeed; }

.imageThumb__imageThumbContainer___2ljqr {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 12px;
  left: 0;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .imageThumb__imageThumbContainer___2ljqr > img {
    max-width: 100%;
    max-height: 100%;
    align-self: center; }

.imageThumb__filename___111iK {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 12px;
  font-size: 11px;
  color: white;
  text-align: center;
  padding: 0 10px 6px 10px;
  margin: 0; }
.imageModal__modalContainer___2WWaC {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20000;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center; }

.imageModal__imagePreviewModal___Dwoi9 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(32, 32, 32, 0.95);
  display: flex;
  align-items: center;
  justify-content: center; }
  .imageModal__imagePreviewModal___Dwoi9 > img {
    max-height: 90%;
    max-width: 90%; }

.imageModal__imageInformationContainer___22EDC {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5); }

.imageModal__filesize___1947M {
  margin: 20px; }

.imageModal__id___2hzwl {
  margin: 20px; }

.imageModal__parentCategory___oQdcZ {
  margin: 20px; }

.imageModal__type___2sy5t {
  margin: 20px; }

.imageModal__closeButton___3cWkW {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: black;
  color: white;
  border-radius: 50%;
  border: solid white 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }
  .imageModal__closeButton___3cWkW:hover {
    border: solid #c72500 5px; }
.customQuill__customQuillContainer___2JUsF {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  border-radius: 10px;
  background: #202020;
  box-sizing: border-box;
  display: grid;
  grid-template-areas: 'editorToolbarTop' 'editorContentWindow';
  grid-template-columns: 1fr;
  grid-template-rows: 60px 1fr;
  grid-row-gap: 10px;
  padding: 10px; }

.customQuill__toolbarRow___3cUvK {
  position: relative;
  grid-area: editorToolbarTop;
  overflow: hidden; }

.customQuill__editorRow___3uSSw {
  position: relative;
  grid-area: editorContentWindow;
  border-radius: 2px;
  overflow: hidden;
  overflow-y: auto; }
  .customQuill__editorRow___3uSSw > div {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
.articleEditor__container___1Oau5 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  border-radius: 10px;
  background: #202020;
  box-sizing: border-box;
  display: grid;
  grid-template-areas: 'editorContainer' 'editorButtonsFooter';
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 60px;
  margin: 10px; }

.articleEditor__sideToolbarContainer___sdS68 {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4); }

.articleEditor__sideToolbarContainerVisible___n-063 {
  width: 200px; }

.articleEditor__editorContainer___pAHWR {
  position: relative;
  grid-area: editorContainer;
  overflow: hidden; }

.articleEditor__bottomToolbarContainer___CUd0_ {
  padding: 0 10px;
  position: relative;
  grid-area: editorButtonsFooter; }
  .articleEditor__bottomToolbarContainer___CUd0_ > button {
    height: 50px;
    background: #188cde;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px;
    margin-right: 10px; }
.articlePreview__previewContainer___32jnQ {
  position: relative;
  grid-area: preview;
  background: #2d2d2d;
  border-radius: 5px;
  overflow: hidden; }
  .articlePreview__previewContainer___32jnQ:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(to right, #2d2d2d 10%, rgba(45, 45, 45, 0) 100%);
    z-index: 100;
    pointer-events: none; }
  .articlePreview__previewContainer___32jnQ:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(to left, #2d2d2d 10%, rgba(45, 45, 45, 0) 100%);
    z-index: 100;
    pointer-events: none; }

.articlePreview__stageContainerTEMPLATE___13dnF {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 10px 30px;
  border-radius: 5px;
  overflow: hidden;
  transform: translateX(calc(-100% - 20px));
  transition: transform 0.4s linear; }
  .articlePreview__stageContainerTEMPLATE___13dnF[data-currentstage="true"] {
    transform: translateX(0%); }
  .articlePreview__stageContainerTEMPLATE___13dnF[data-completed="true"] {
    transform: translateX(calc(100% + 20px)); }

.articlePreview__stageOneContainer___3msYo { }

.articlePreview__stageTwoContainer___3qtS0 { }

.articlePreview__stageThreeContainer___2WsfT { }

.articlePreview__stageFourContainer___1tPBp { }

.articlePreview__stageOneContainer___3msYo {
  display: grid;
  grid-template-areas: 'leftpreview rightpreview';
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 20px; }

.articlePreview__headerPreviewImageContainerTEMPLATE___2bvSl {
  position: relative;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch; }
  .articlePreview__headerPreviewImageContainerTEMPLATE___2bvSl > img {
    position: relative;
    width: 50%;
    order: 0;
    flex: 0 0 auto;
    align-self: center;
    transition: width 0.1s linear; }

.articlePreview__headerPreviewImageContainer___25Zr6 {
  grid-area: leftpreview; }
  .articlePreview__headerPreviewImageContainer___25Zr6 > img[data-splashrequired="true"] {
    width: 100%; }
  .articlePreview__headerPreviewImageContainer___25Zr6 > img[data-splashrequired="false"] {
    width: 50%; }

.articlePreview__noHeaderpreviewImageContainer___3yuFD {
  grid-area: rightpreview; }
  .articlePreview__noHeaderpreviewImageContainer___3yuFD > img[data-splashrequired="false"] {
    width: 50%; }
  .articlePreview__noHeaderpreviewImageContainer___3yuFD > img[data-splashrequired="false"] {
    width: 100%; }

.articlePreview__imageLibraryBrowser___1JYex {
  position: absolute;
  top: 10px;
  right: 20px;
  bottom: 10px;
  left: 20px;
  padding: 5px;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  border-radius: 10px;
  background: #202020; }

.articlePreview__orientationSelectionContainer___2Qvht {
  position: absolute;
  top: 10px;
  right: 20px;
  bottom: 10px;
  left: 20px;
  padding: 5px;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: flex-start; }

.articlePreview__orientationSelectionTool___2no38 {
  position: relative;
  display: inline-block;
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  padding-top: 56.25%;
  background: #5a5a5a;
  align-self: center;
  overflow: hidden; }

.articlePreview__headlinePreviewHeadingOne___3oS1g {
  position: absolute;
  background: black;
  color: white;
  font-size: 40px;
  display: inline-block;
  width: auto;
  padding: 15px 25px;
  max-width: 75%;
  text-transform: uppercase; }
  .articlePreview__headlinePreviewHeadingOne___3oS1g[data-position='N'] {
    top: 0;
    left: calc(50%);
    transform: translateX(-50%);
    margin-top: 20px;
    text-align: center; }
  .articlePreview__headlinePreviewHeadingOne___3oS1g[data-position='NE'] {
    top: 0;
    right: 0;
    margin-top: 20px; }
  .articlePreview__headlinePreviewHeadingOne___3oS1g[data-position='E'] {
    top: calc(50% - 40px);
    right: 0; }
  .articlePreview__headlinePreviewHeadingOne___3oS1g[data-position='SE'] {
    bottom: 0;
    right: 0;
    margin-bottom: 20px; }
  .articlePreview__headlinePreviewHeadingOne___3oS1g[data-position='S'] {
    bottom: 0;
    left: calc(50%);
    transform: translateX(-50%);
    margin-bottom: 20px;
    text-align: center; }
  .articlePreview__headlinePreviewHeadingOne___3oS1g[data-position='SW'] {
    bottom: 0;
    left: 0;
    margin-bottom: 20px; }
  .articlePreview__headlinePreviewHeadingOne___3oS1g[data-position='W'] {
    top: calc(50% - 40px);
    left: 0; }
  .articlePreview__headlinePreviewHeadingOne___3oS1g[data-position='NW'] {
    top: 0;
    left: 0;
    margin-top: 20px; }

.articlePreview__headlinePreviewHeadingTwo___Zf0JF {
  display: none; }
.orientationButton__posbutton___LssVz {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: white;
  box-shadow: inset 0 0 0 10px white, inset 0 0 0 20px black;
  opacity: 0.2;
  cursor: pointer; }
  .orientationButton__posbutton___LssVz:hover {
    opacity: 0.4; }
  .orientationButton__posbutton___LssVz[data-position='N'] {
    top: 0;
    left: calc(50% - 40px); }
  .orientationButton__posbutton___LssVz[data-position='NE'] {
    top: 0;
    right: 0; }
  .orientationButton__posbutton___LssVz[data-position='E'] {
    top: calc(50% - 40px);
    right: 0; }
  .orientationButton__posbutton___LssVz[data-position='SE'] {
    bottom: 0;
    right: 0; }
  .orientationButton__posbutton___LssVz[data-position='S'] {
    bottom: 0;
    left: calc(50% - 40px); }
  .orientationButton__posbutton___LssVz[data-position='SW'] {
    bottom: 0;
    left: 0; }
  .orientationButton__posbutton___LssVz[data-position='W'] {
    top: calc(50% - 40px);
    left: 0; }
  .orientationButton__posbutton___LssVz[data-position='NW'] {
    top: 0;
    left: 0; }
  .orientationButton__posbutton___LssVz .orientationButton__label___1GT_x {
    display: none; }
.progressionIndicator__progressionContainer___3PVzV {
  position: relative;
  order: 0;
  flex: 1 1 auto;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  z-index: 100; }

.progressionIndicator__stepTEMPLATE___35NBy {
  order: 0;
  flex: 1 1 auto;
  align-self: stretch;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center; }
  .progressionIndicator__stepTEMPLATE___35NBy > span {
    display: inline-block;
    box-sizing: border-box;
    padding-top: 1px;
    font-size: 19px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #2d2d2d;
    color: white;
    text-align: center;
    align-self: center;
    align-content: center;
    box-shadow: 0 0 0 5px white;
    transition: box-shadow 0.6s ease-out; }
  .progressionIndicator__stepTEMPLATE___35NBy[data-currentstage='true'] > span {
    box-shadow: 0 0 0 5px white, 0 0 0 10px #188cde, inset 0 0 0 0px #74bf00; }
  .progressionIndicator__stepTEMPLATE___35NBy[data-completedstage='true'] > span {
    box-shadow: 0 0 0 5px white, 0 0 0 0 #188cde, inset 0 0 0 20px #74bf00; }

.progressionIndicator__stepOne___1ZKCZ { }

.progressionIndicator__stepTwo___1_K2a { }

.progressionIndicator__stepThree___3oy5n { }

.progressionIndicator__stepFour___3dfsp { }
.articleCreatorButtons__buttonsContainer___At3vQ {
  display: grid;
  grid-template-areas: 'leftbuttonpane rightbuttonpane';
  grid-template-columns: 3.82fr 6.18fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 10px; }

.articleCreatorButtons__leftContainer___BR9kO {
  position: relative;
  grid-area: leftbuttonpane;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding-right: 5px; }
  .articleCreatorButtons__leftContainer___BR9kO:before {
    position: absolute;
    top: calc(50% - 2.5px);
    right: 20px;
    left: 20px;
    content: '';
    display: inline-block;
    height: 5px;
    background: white;
    z-index: 10; }

.articleCreatorButtons__buttonTEMPLATE___1H5nt {
  width: auto;
  height: 80px;
  color: white;
  background: #188cde;
  border: none;
  border-radius: 7px;
  padding: 20px;
  border: 5px solid white;
  cursor: pointer;
  outline: none; }
  .articleCreatorButtons__buttonTEMPLATE___1H5nt:hover {
    background: #56aeed; }
  .articleCreatorButtons__buttonTEMPLATE___1H5nt:active {
    background: #84c4f2; }

.articleCreatorButtons__prevButtonStyle___1SJKf {
  position: relative;
  z-index: 100; }

.articleCreatorButtons__nextButtonStyle___KoIF4 {
  position: relative;
  z-index: 100; }

.articleCreatorButtons__greyedOutOne___5UwtM,
.articleCreatorButtons__greyedOutTwo___iub5l,
.articleCreatorButtons__greyedOutThree___3boG3,
.articleCreatorButtons__greyedOutFour___1NgRL {
  background: #c72500 !important;
  cursor: not-allowed;
  pointer-events: none; }

.articleCreatorButtons__submitGreyedOut___rBCkS {
  border: none;
  background: #c72500 !important;
  cursor: not-allowed;
  pointer-events: none; }

.articleCreatorButtons__rightContainer___3WjX0 {
  position: relative;
  grid-area: rightbuttonpane;
  text-align: right; }

.articleCreatorButtons__submitButtonStyle___3hvJP {
  border-color: #188cde; }
  .articleCreatorButtons__submitButtonStyle___3hvJP:hover {
    border-color: #56aeed; }
  .articleCreatorButtons__submitButtonStyle___3hvJP:active {
    border-color: #84c4f2; }
.articleCreator__newArticleSetupMenu___3I1Wu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #202020;
  display: grid;
  grid-template-areas: 'header header' 'setup preview' 'buttons buttons';
  grid-template-columns: 3.82fr 6.18fr;
  grid-template-rows: 45px 1fr 100px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 10px; }

.articleCreator__sectionHeaderContainer___18h6v {
  position: relative;
  grid-area: header; }
  .articleCreator__sectionHeaderContainer___18h6v .articleCreator__sectionIcon___1qySN {
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    width: 45px;
    color: white;
    display: inline-block;
    background: #188cde;
    border-radius: 50%;
    font-size: 30px;
    padding: 7px 10px;
    box-sizing: border-box;
    text-align: center; }
  .articleCreator__sectionHeaderContainer___18h6v .articleCreator__sectionHeader___2kFGj {
    display: inline-block;
    padding-left: 55px;
    color: white; }

.articleCreator__buttonsContainer___3XNr4 {
  position: relative;
  grid-area: buttons;
  background: orange;
  background: #2d2d2d;
  border-radius: 5px; }
.selectInput__dropdownContainer___2KO1k {
  display: inline-block;
  width: 100%;
  position: relative; }
  .selectInput__dropdownContainer___2KO1k.selectInput__denoteError___L4oK5 .selectInput__formSelectDropdown___15tJ3 {
    box-shadow: 0 0 0 5px #D50000; }

.selectInput__label___uEZXH {
  font-size: 12px;
  margin: 0px 0px -5px 12px;
  display: block; }

.selectInput__selectWrapper___1N8zl {
  position: relative;
  cursor: pointer; }
  .selectInput__selectWrapper___1N8zl:after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: '\25BC';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    font-size: 12px;
    pointer: cursor;
    pointer-events: none;
    background: black;
    color: orange; }
  .selectInput__selectWrapper___1N8zl:hover:after {
    background: orange;
    color: black; }

.selectInput__formSelectDropdown___15tJ3 {
  border-radius: 4px;
  border: 1px solid #696969;
  height: 35px;
  padding-left: 8px;
  font-size: 15px;
  -webkit-appearance: none;
  outline: none;
  box-shadow: 0 0 0 5px #696969;
  padding-right: 30px;
  margin: 12px;
  width: calc(100% - 24px);
  box-sizing: border-box;
  position: relative;
  cursor: pointer; }

.selectInput__formSelectDropdown___15tJ3:focus {
  box-shadow: 0 0 0 5px orange; }

.selectInput__errorMessage___31Uvz {
  position: absolute;
  top: 71px;
  right: 0;
  z-index: 1000;
  margin: -7px 14px 6px 14px;
  padding: 3px 6px;
  background: red;
  font-size: 12px;
  line-height: 17px;
  color: white;
  border-radius: 0 0 4px 4px;
  text-align: right; }
.setupOptions__setupOptionsContainer___2a96D {
  position: relative;
  grid-area: setup;
  padding: 10px;
  background: #2d2d2d;
  border-radius: 5px;
  overflow: hidden;
  color: white; }
  .setupOptions__setupOptionsContainer___2a96D:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(to right, #2d2d2d 10%, rgba(45, 45, 45, 0) 100%);
    z-index: 100; }
  .setupOptions__setupOptionsContainer___2a96D:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(to left, #2d2d2d 10%, rgba(45, 45, 45, 0) 100%);
    z-index: 100; }

.setupOptions__stageContainerTEMPLATE___3mpY0 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 30px 30px 30px;
  border-radius: 5px;
  overflow: hidden;
  transform: translateX(calc(-100% - 20px));
  transition: transform 0.4s linear; }
  .setupOptions__stageContainerTEMPLATE___3mpY0[data-currentstage="true"] {
    transform: translateX(0%); }
  .setupOptions__stageContainerTEMPLATE___3mpY0[data-completed="true"] {
    transform: translateX(calc(100% + 20px)); }

/****************************/
.setupOptions__stageOneContainer___6wSV0 {
  display: grid;
  grid-template-areas: 'questionone'  'yesanswerone'  'noanswerone';
  grid-template-rows: auto 1fr 1fr;
  grid-row-gap: 30px; }

.setupOptions__questionone___2O-yn {
  grid-area: questionone; }

.setupOptions__radioButtonTEMPLATE___2lwDi {
  width: auto;
  margin: 0 10px;
  background: #188cde;
  border-radius: 3px;
  cursor: pointer;
  display: grid;
  grid-template-areas: 'radiobutton radiolabel radiodescription';
  grid-template-columns: 100px auto 1fr;
  grid-column-gap: 10px; }
  .setupOptions__radioButtonTEMPLATE___2lwDi:hover {
    background: #56aeed; }
  .setupOptions__radioButtonTEMPLATE___2lwDi:active {
    background: #84c4f2; }

.setupOptions__radioYesButton___fm7oK {
  grid-area: yesanswerone; }

.setupOptions__radioNoButton___2HYEd {
  grid-area: noanswerone; }

.setupOptions__radioInput___3T71G {
  height: 52px;
  width: 52px;
  margin: 0 auto;
  grid-area: radiobutton;
  align-self: center;
  text-align: center; }

.setupOptions__radioLabel___33kLl {
  font-size: 72px;
  line-height: 125%;
  grid-area: radiolabel;
  align-self: center; }

.setupOptions__radioDescription___3tRLg {
  grid-area: radiodescription;
  align-self: center;
  padding: 30px; }

/****************************/
.setupOptions__stageTwoContainer___3r8j9 {
  display: grid;
  grid-template-areas: 'questiontwo'  'previewtwo'  'questionCopy';
  grid-template-rows: auto 1fr 100px;
  grid-row-gap: 30px; }

.setupOptions__questiontwo___Q8vaU {
  grid-area: questiontwo; }

.setupOptions__selectedImagePreviewContainer___cfK-K {
  grid-area: previewtwo;
  display: flex;
  align-content: center; }

.setupOptions__selectedImagePreview___CsPtY {
  width: 100%;
  padding-top: 56.25%;
  background: #5a5a5a;
  align-self: center; }

.setupOptions__questiontwoCopy___1t7kV {
  grid-area: questionCopy;
  color: white;
  font-size: 16px; }

/****************************/
.setupOptions__stageThreeContainer___2ytS4 { }

.setupOptions__stageFourContainer___2UeGo { }

.setupOptions__questionfourCopy___1clzn {
  color: white;
  font-size: 16px; }
.imageManagement__imageManagementContainer___2e9sb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 10px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #202020; }

.imageManagement__sectionIcon___1FMME {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 45px;
  width: 45px;
  color: white;
  display: inline-block;
  background: #188cde;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 30px;
  padding: 7px 10px;
  box-sizing: border-box; }

.imageManagement__sectionHeader___1mNPU {
  display: inline-block;
  padding-left: 55px;
  color: white; }

.imageManagement__sectionBody___3MW41 {
  position: absolute;
  top: 55px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000; }

.imageManagement__uploaderToggleButton___1pJHe {
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
  max-width: 180px;
  height: 45px;
  margin: 0 0 0 10px;
  background: #188cde;
  border-radius: 7px;
  font-size: 15px;
  box-sizing: border-box;
  text-align: center;
  padding: 6px 6px 6px 80px;
  border: none;
  cursor: pointer; }
  .imageManagement__uploaderToggleButton___1pJHe:hover {
    background: #56aeed; }
  .imageManagement__uploaderToggleButton___1pJHe:active {
    background: #84c4f2; }
  .imageManagement__uploaderToggleButton___1pJHe > .imageManagement__iconContainer___2ty59 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    font-size: 50px;
    padding-top: 6px;
    color: white;
    pointer-events: none; }
    .imageManagement__uploaderToggleButton___1pJHe > .imageManagement__iconContainer___2ty59 .imageManagement__articleIcon___1cNNk {
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 10px;
      font-size: 30px;
      padding-top: 6px; }
    .imageManagement__uploaderToggleButton___1pJHe > .imageManagement__iconContainer___2ty59 .imageManagement__articleIconSubicon___2Wp8a {
      display: inline-block;
      position: absolute;
      bottom: 10px;
      right: 5px;
      width: 17px;
      height: 17px;
      font-size: 17px;
      line-height: 17px; }
  .imageManagement__uploaderToggleButton___1pJHe > .imageManagement__label___10PJU {
    color: white;
    word-wrap: normal; }

.imageManagement__tempNotice___2MS5z {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 45px;
  padding: 10px 10px; }
  .imageManagement__tempNotice___2MS5z > p {
    font-size: 16px;
    line-height: 125%;
    color: white;
    padding: 0;
    margin: 0; }
.mainView__mainViewContainer___JxboP {
  position: absolute;
  top: 60px;
  left: 100px;
  bottom: 0;
  right: 0;
  background: #333333; }

.mainView__mainViewContainerExpanded___33kDb {
  left: 300px; }
.topMenu__topMenuContainer___2Stws {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #070042;
  z-index: 10000; }

.topMenu__appName___3VC7R {
  padding: 5px 10px;
  color: white;
  font-family: "Harry-Heavy", Helvetica, Arial, sans-serif; }
  .topMenu__appName___3VC7R sup {
    font-size: 22px;
    margin: 0 5px;
    color: orange; }

.topMenu__logoutConfirmationModal___1PAOd {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center; }

.topMenu__queryBox___3EKnB {
  position: relative;
  background: #2d2d2d;
  color: white;
  border-radius: 6px; }

.topMenu__query___KvTLI {
  padding: 10px 10px 70px 10px;
  color: white; }

.topMenu__buttons___1x6N2 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 60px;
  padding: 0 10px 10px 10px; }
  .topMenu__buttons___1x6N2 > button {
    background: #188cde;
    height: 60px;
    border-radius: 6px;
    border: 0;
    margin-right: 10px;
    color: white;
    padding: 0 20px;
    outline: none;
    cursor: pointer; }

.topMenu__userMenuContainer___3qYbD {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }

.topMenu__buttonsContainer___998-E {
  position: relative;
  float: right;
  height: 40px;
  margin: 10px 10px 0 0;
  background: ghostwhite;
  border-radius: 4px; }

.topMenu__buttonTemplate___2btgk {
  margin: 5px;
  font-size: 16px;
  height: 30px;
  color: white;
  border: 0;
  border-radius: 3px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0 10px;
  outline: 0;
  cursor: pointer; }

.topMenu__settingsButton___3kb4H {
  background: #ffa929; }
  .topMenu__settingsButton___3kb4H:focus {
    box-shadow: inset 0 0 0 2px #f59300;
    background: #ffc876; }
  .topMenu__settingsButton___3kb4H:hover {
    background: #ffc876; }
  .topMenu__settingsButton___3kb4H:active {
    background: #ffdca9; }

.topMenu__logoutButton___13vrZ {
  background: #c72500;
  margin-left: 0; }
  .topMenu__logoutButton___13vrZ:focus {
    box-shadow: inset 0 0 0 2px #941c00;
    background: #ff4015; }
  .topMenu__logoutButton___13vrZ:hover {
    background: #ff4015; }
  .topMenu__logoutButton___13vrZ:active {
    background: #ff6a48; }

.topMenu__userDetails___3SYdf {
  position: relative;
  float: right;
  height: 40px;
  width: auto;
  margin: 10px 10px 0 0;
  background: ghostwhite;
  padding-left: 40px;
  padding-right: 10px;
  border-radius: 20px 4px  4px 20px; }

.topMenu__userIcon___1tBiN {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  font-size: 38px;
  text-align: center; }

.topMenu__authorName___2Csc4 {
  width: 100%;
  font-size: 21px;
  font-weight: bold;
  text-align: left;
  float: right;
  clear: right; }

.topMenu__username___3EEil {
  width: 100%;
  font-size: 12px;
  text-align: left;
  float: right;
  clear: right; }

.topMenu__dropdownContainerTemplate___2JLSk {
  position: absolute;
  top: 60px;
  right: 40px;
  width: 400px;
  background: #5a5a5a;
  z-index: 1000;
  transition: all 60ms linear;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  color: white;
  padding: 20px;
  box-sizing: border-box; }

.topMenu__dropdownOpen___3IDfB {
  width: 400px;
  height: 500px;
  opacity: 1; }

.topMenu__dropdownClosed___LPxCZ {
  width: 200px;
  height: 0;
  opacity: 0;
  pointer-events: none; }
.scribe__main___1zwJC {
  position: relative;
  height: 100vh; }
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}@charset "UTF-8";
@font-face {
  font-family: "Ionicons";
  src: url(/fonts/ionicons.eot);
  src: url(/fonts/ionicons.eot#iefix) format("embedded-opentype"), url(/fonts/ionicons.ttf) format("truetype"), url(/fonts/ionicons.woff) format("woff"), url(/fonts/ionicons.svg) format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: "\F101"; }

.ion-alert-circled:before {
  content: "\F100"; }

.ion-android-add:before {
  content: "\F2C7"; }

.ion-android-add-circle:before {
  content: "\F359"; }

.ion-android-alarm-clock:before {
  content: "\F35A"; }

.ion-android-alert:before {
  content: "\F35B"; }

.ion-android-apps:before {
  content: "\F35C"; }

.ion-android-archive:before {
  content: "\F2C9"; }

.ion-android-arrow-back:before {
  content: "\F2CA"; }

.ion-android-arrow-down:before {
  content: "\F35D"; }

.ion-android-arrow-dropdown:before {
  content: "\F35F"; }

.ion-android-arrow-dropdown-circle:before {
  content: "\F35E"; }

.ion-android-arrow-dropleft:before {
  content: "\F361"; }

.ion-android-arrow-dropleft-circle:before {
  content: "\F360"; }

.ion-android-arrow-dropright:before {
  content: "\F363"; }

.ion-android-arrow-dropright-circle:before {
  content: "\F362"; }

.ion-android-arrow-dropup:before {
  content: "\F365"; }

.ion-android-arrow-dropup-circle:before {
  content: "\F364"; }

.ion-android-arrow-forward:before {
  content: "\F30F"; }

.ion-android-arrow-up:before {
  content: "\F366"; }

.ion-android-attach:before {
  content: "\F367"; }

.ion-android-bar:before {
  content: "\F368"; }

.ion-android-bicycle:before {
  content: "\F369"; }

.ion-android-boat:before {
  content: "\F36A"; }

.ion-android-bookmark:before {
  content: "\F36B"; }

.ion-android-bulb:before {
  content: "\F36C"; }

.ion-android-bus:before {
  content: "\F36D"; }

.ion-android-calendar:before {
  content: "\F2D1"; }

.ion-android-call:before {
  content: "\F2D2"; }

.ion-android-camera:before {
  content: "\F2D3"; }

.ion-android-cancel:before {
  content: "\F36E"; }

.ion-android-car:before {
  content: "\F36F"; }

.ion-android-cart:before {
  content: "\F370"; }

.ion-android-chat:before {
  content: "\F2D4"; }

.ion-android-checkbox:before {
  content: "\F374"; }

.ion-android-checkbox-blank:before {
  content: "\F371"; }

.ion-android-checkbox-outline:before {
  content: "\F373"; }

.ion-android-checkbox-outline-blank:before {
  content: "\F372"; }

.ion-android-checkmark-circle:before {
  content: "\F375"; }

.ion-android-clipboard:before {
  content: "\F376"; }

.ion-android-close:before {
  content: "\F2D7"; }

.ion-android-cloud:before {
  content: "\F37A"; }

.ion-android-cloud-circle:before {
  content: "\F377"; }

.ion-android-cloud-done:before {
  content: "\F378"; }

.ion-android-cloud-outline:before {
  content: "\F379"; }

.ion-android-color-palette:before {
  content: "\F37B"; }

.ion-android-compass:before {
  content: "\F37C"; }

.ion-android-contact:before {
  content: "\F2D8"; }

.ion-android-contacts:before {
  content: "\F2D9"; }

.ion-android-contract:before {
  content: "\F37D"; }

.ion-android-create:before {
  content: "\F37E"; }

.ion-android-delete:before {
  content: "\F37F"; }

.ion-android-desktop:before {
  content: "\F380"; }

.ion-android-document:before {
  content: "\F381"; }

.ion-android-done:before {
  content: "\F383"; }

.ion-android-done-all:before {
  content: "\F382"; }

.ion-android-download:before {
  content: "\F2DD"; }

.ion-android-drafts:before {
  content: "\F384"; }

.ion-android-exit:before {
  content: "\F385"; }

.ion-android-expand:before {
  content: "\F386"; }

.ion-android-favorite:before {
  content: "\F388"; }

.ion-android-favorite-outline:before {
  content: "\F387"; }

.ion-android-film:before {
  content: "\F389"; }

.ion-android-folder:before {
  content: "\F2E0"; }

.ion-android-folder-open:before {
  content: "\F38A"; }

.ion-android-funnel:before {
  content: "\F38B"; }

.ion-android-globe:before {
  content: "\F38C"; }

.ion-android-hand:before {
  content: "\F2E3"; }

.ion-android-hangout:before {
  content: "\F38D"; }

.ion-android-happy:before {
  content: "\F38E"; }

.ion-android-home:before {
  content: "\F38F"; }

.ion-android-image:before {
  content: "\F2E4"; }

.ion-android-laptop:before {
  content: "\F390"; }

.ion-android-list:before {
  content: "\F391"; }

.ion-android-locate:before {
  content: "\F2E9"; }

.ion-android-lock:before {
  content: "\F392"; }

.ion-android-mail:before {
  content: "\F2EB"; }

.ion-android-map:before {
  content: "\F393"; }

.ion-android-menu:before {
  content: "\F394"; }

.ion-android-microphone:before {
  content: "\F2EC"; }

.ion-android-microphone-off:before {
  content: "\F395"; }

.ion-android-more-horizontal:before {
  content: "\F396"; }

.ion-android-more-vertical:before {
  content: "\F397"; }

.ion-android-navigate:before {
  content: "\F398"; }

.ion-android-notifications:before {
  content: "\F39B"; }

.ion-android-notifications-none:before {
  content: "\F399"; }

.ion-android-notifications-off:before {
  content: "\F39A"; }

.ion-android-open:before {
  content: "\F39C"; }

.ion-android-options:before {
  content: "\F39D"; }

.ion-android-people:before {
  content: "\F39E"; }

.ion-android-person:before {
  content: "\F3A0"; }

.ion-android-person-add:before {
  content: "\F39F"; }

.ion-android-phone-landscape:before {
  content: "\F3A1"; }

.ion-android-phone-portrait:before {
  content: "\F3A2"; }

.ion-android-pin:before {
  content: "\F3A3"; }

.ion-android-plane:before {
  content: "\F3A4"; }

.ion-android-playstore:before {
  content: "\F2F0"; }

.ion-android-print:before {
  content: "\F3A5"; }

.ion-android-radio-button-off:before {
  content: "\F3A6"; }

.ion-android-radio-button-on:before {
  content: "\F3A7"; }

.ion-android-refresh:before {
  content: "\F3A8"; }

.ion-android-remove:before {
  content: "\F2F4"; }

.ion-android-remove-circle:before {
  content: "\F3A9"; }

.ion-android-restaurant:before {
  content: "\F3AA"; }

.ion-android-sad:before {
  content: "\F3AB"; }

.ion-android-search:before {
  content: "\F2F5"; }

.ion-android-send:before {
  content: "\F2F6"; }

.ion-android-settings:before {
  content: "\F2F7"; }

.ion-android-share:before {
  content: "\F2F8"; }

.ion-android-share-alt:before {
  content: "\F3AC"; }

.ion-android-star:before {
  content: "\F2FC"; }

.ion-android-star-half:before {
  content: "\F3AD"; }

.ion-android-star-outline:before {
  content: "\F3AE"; }

.ion-android-stopwatch:before {
  content: "\F2FD"; }

.ion-android-subway:before {
  content: "\F3AF"; }

.ion-android-sunny:before {
  content: "\F3B0"; }

.ion-android-sync:before {
  content: "\F3B1"; }

.ion-android-textsms:before {
  content: "\F3B2"; }

.ion-android-time:before {
  content: "\F3B3"; }

.ion-android-train:before {
  content: "\F3B4"; }

.ion-android-unlock:before {
  content: "\F3B5"; }

.ion-android-upload:before {
  content: "\F3B6"; }

.ion-android-volume-down:before {
  content: "\F3B7"; }

.ion-android-volume-mute:before {
  content: "\F3B8"; }

.ion-android-volume-off:before {
  content: "\F3B9"; }

.ion-android-volume-up:before {
  content: "\F3BA"; }

.ion-android-walk:before {
  content: "\F3BB"; }

.ion-android-warning:before {
  content: "\F3BC"; }

.ion-android-watch:before {
  content: "\F3BD"; }

.ion-android-wifi:before {
  content: "\F305"; }

.ion-aperture:before {
  content: "\F313"; }

.ion-archive:before {
  content: "\F102"; }

.ion-arrow-down-a:before {
  content: "\F103"; }

.ion-arrow-down-b:before {
  content: "\F104"; }

.ion-arrow-down-c:before {
  content: "\F105"; }

.ion-arrow-expand:before {
  content: "\F25E"; }

.ion-arrow-graph-down-left:before {
  content: "\F25F"; }

.ion-arrow-graph-down-right:before {
  content: "\F260"; }

.ion-arrow-graph-up-left:before {
  content: "\F261"; }

.ion-arrow-graph-up-right:before {
  content: "\F262"; }

.ion-arrow-left-a:before {
  content: "\F106"; }

.ion-arrow-left-b:before {
  content: "\F107"; }

.ion-arrow-left-c:before {
  content: "\F108"; }

.ion-arrow-move:before {
  content: "\F263"; }

.ion-arrow-resize:before {
  content: "\F264"; }

.ion-arrow-return-left:before {
  content: "\F265"; }

.ion-arrow-return-right:before {
  content: "\F266"; }

.ion-arrow-right-a:before {
  content: "\F109"; }

.ion-arrow-right-b:before {
  content: "\F10A"; }

.ion-arrow-right-c:before {
  content: "\F10B"; }

.ion-arrow-shrink:before {
  content: "\F267"; }

.ion-arrow-swap:before {
  content: "\F268"; }

.ion-arrow-up-a:before {
  content: "\F10C"; }

.ion-arrow-up-b:before {
  content: "\F10D"; }

.ion-arrow-up-c:before {
  content: "\F10E"; }

.ion-asterisk:before {
  content: "\F314"; }

.ion-at:before {
  content: "\F10F"; }

.ion-backspace:before {
  content: "\F3BF"; }

.ion-backspace-outline:before {
  content: "\F3BE"; }

.ion-bag:before {
  content: "\F110"; }

.ion-battery-charging:before {
  content: "\F111"; }

.ion-battery-empty:before {
  content: "\F112"; }

.ion-battery-full:before {
  content: "\F113"; }

.ion-battery-half:before {
  content: "\F114"; }

.ion-battery-low:before {
  content: "\F115"; }

.ion-beaker:before {
  content: "\F269"; }

.ion-beer:before {
  content: "\F26A"; }

.ion-bluetooth:before {
  content: "\F116"; }

.ion-bonfire:before {
  content: "\F315"; }

.ion-bookmark:before {
  content: "\F26B"; }

.ion-bowtie:before {
  content: "\F3C0"; }

.ion-briefcase:before {
  content: "\F26C"; }

.ion-bug:before {
  content: "\F2BE"; }

.ion-calculator:before {
  content: "\F26D"; }

.ion-calendar:before {
  content: "\F117"; }

.ion-camera:before {
  content: "\F118"; }

.ion-card:before {
  content: "\F119"; }

.ion-cash:before {
  content: "\F316"; }

.ion-chatbox:before {
  content: "\F11B"; }

.ion-chatbox-working:before {
  content: "\F11A"; }

.ion-chatboxes:before {
  content: "\F11C"; }

.ion-chatbubble:before {
  content: "\F11E"; }

.ion-chatbubble-working:before {
  content: "\F11D"; }

.ion-chatbubbles:before {
  content: "\F11F"; }

.ion-checkmark:before {
  content: "\F122"; }

.ion-checkmark-circled:before {
  content: "\F120"; }

.ion-checkmark-round:before {
  content: "\F121"; }

.ion-chevron-down:before {
  content: "\F123"; }

.ion-chevron-left:before {
  content: "\F124"; }

.ion-chevron-right:before {
  content: "\F125"; }

.ion-chevron-up:before {
  content: "\F126"; }

.ion-clipboard:before {
  content: "\F127"; }

.ion-clock:before {
  content: "\F26E"; }

.ion-close:before {
  content: "\F12A"; }

.ion-close-circled:before {
  content: "\F128"; }

.ion-close-round:before {
  content: "\F129"; }

.ion-closed-captioning:before {
  content: "\F317"; }

.ion-cloud:before {
  content: "\F12B"; }

.ion-code:before {
  content: "\F271"; }

.ion-code-download:before {
  content: "\F26F"; }

.ion-code-working:before {
  content: "\F270"; }

.ion-coffee:before {
  content: "\F272"; }

.ion-compass:before {
  content: "\F273"; }

.ion-compose:before {
  content: "\F12C"; }

.ion-connection-bars:before {
  content: "\F274"; }

.ion-contrast:before {
  content: "\F275"; }

.ion-crop:before {
  content: "\F3C1"; }

.ion-cube:before {
  content: "\F318"; }

.ion-disc:before {
  content: "\F12D"; }

.ion-document:before {
  content: "\F12F"; }

.ion-document-text:before {
  content: "\F12E"; }

.ion-drag:before {
  content: "\F130"; }

.ion-earth:before {
  content: "\F276"; }

.ion-easel:before {
  content: "\F3C2"; }

.ion-edit:before {
  content: "\F2BF"; }

.ion-egg:before {
  content: "\F277"; }

.ion-eject:before {
  content: "\F131"; }

.ion-email:before {
  content: "\F132"; }

.ion-email-unread:before {
  content: "\F3C3"; }

.ion-erlenmeyer-flask:before {
  content: "\F3C5"; }

.ion-erlenmeyer-flask-bubbles:before {
  content: "\F3C4"; }

.ion-eye:before {
  content: "\F133"; }

.ion-eye-disabled:before {
  content: "\F306"; }

.ion-female:before {
  content: "\F278"; }

.ion-filing:before {
  content: "\F134"; }

.ion-film-marker:before {
  content: "\F135"; }

.ion-fireball:before {
  content: "\F319"; }

.ion-flag:before {
  content: "\F279"; }

.ion-flame:before {
  content: "\F31A"; }

.ion-flash:before {
  content: "\F137"; }

.ion-flash-off:before {
  content: "\F136"; }

.ion-folder:before {
  content: "\F139"; }

.ion-fork:before {
  content: "\F27A"; }

.ion-fork-repo:before {
  content: "\F2C0"; }

.ion-forward:before {
  content: "\F13A"; }

.ion-funnel:before {
  content: "\F31B"; }

.ion-gear-a:before {
  content: "\F13D"; }

.ion-gear-b:before {
  content: "\F13E"; }

.ion-grid:before {
  content: "\F13F"; }

.ion-hammer:before {
  content: "\F27B"; }

.ion-happy:before {
  content: "\F31C"; }

.ion-happy-outline:before {
  content: "\F3C6"; }

.ion-headphone:before {
  content: "\F140"; }

.ion-heart:before {
  content: "\F141"; }

.ion-heart-broken:before {
  content: "\F31D"; }

.ion-help:before {
  content: "\F143"; }

.ion-help-buoy:before {
  content: "\F27C"; }

.ion-help-circled:before {
  content: "\F142"; }

.ion-home:before {
  content: "\F144"; }

.ion-icecream:before {
  content: "\F27D"; }

.ion-image:before {
  content: "\F147"; }

.ion-images:before {
  content: "\F148"; }

.ion-information:before {
  content: "\F14A"; }

.ion-information-circled:before {
  content: "\F149"; }

.ion-ionic:before {
  content: "\F14B"; }

.ion-ios-alarm:before {
  content: "\F3C8"; }

.ion-ios-alarm-outline:before {
  content: "\F3C7"; }

.ion-ios-albums:before {
  content: "\F3CA"; }

.ion-ios-albums-outline:before {
  content: "\F3C9"; }

.ion-ios-americanfootball:before {
  content: "\F3CC"; }

.ion-ios-americanfootball-outline:before {
  content: "\F3CB"; }

.ion-ios-analytics:before {
  content: "\F3CE"; }

.ion-ios-analytics-outline:before {
  content: "\F3CD"; }

.ion-ios-arrow-back:before {
  content: "\F3CF"; }

.ion-ios-arrow-down:before {
  content: "\F3D0"; }

.ion-ios-arrow-forward:before {
  content: "\F3D1"; }

.ion-ios-arrow-left:before {
  content: "\F3D2"; }

.ion-ios-arrow-right:before {
  content: "\F3D3"; }

.ion-ios-arrow-thin-down:before {
  content: "\F3D4"; }

.ion-ios-arrow-thin-left:before {
  content: "\F3D5"; }

.ion-ios-arrow-thin-right:before {
  content: "\F3D6"; }

.ion-ios-arrow-thin-up:before {
  content: "\F3D7"; }

.ion-ios-arrow-up:before {
  content: "\F3D8"; }

.ion-ios-at:before {
  content: "\F3DA"; }

.ion-ios-at-outline:before {
  content: "\F3D9"; }

.ion-ios-barcode:before {
  content: "\F3DC"; }

.ion-ios-barcode-outline:before {
  content: "\F3DB"; }

.ion-ios-baseball:before {
  content: "\F3DE"; }

.ion-ios-baseball-outline:before {
  content: "\F3DD"; }

.ion-ios-basketball:before {
  content: "\F3E0"; }

.ion-ios-basketball-outline:before {
  content: "\F3DF"; }

.ion-ios-bell:before {
  content: "\F3E2"; }

.ion-ios-bell-outline:before {
  content: "\F3E1"; }

.ion-ios-body:before {
  content: "\F3E4"; }

.ion-ios-body-outline:before {
  content: "\F3E3"; }

.ion-ios-bolt:before {
  content: "\F3E6"; }

.ion-ios-bolt-outline:before {
  content: "\F3E5"; }

.ion-ios-book:before {
  content: "\F3E8"; }

.ion-ios-book-outline:before {
  content: "\F3E7"; }

.ion-ios-bookmarks:before {
  content: "\F3EA"; }

.ion-ios-bookmarks-outline:before {
  content: "\F3E9"; }

.ion-ios-box:before {
  content: "\F3EC"; }

.ion-ios-box-outline:before {
  content: "\F3EB"; }

.ion-ios-briefcase:before {
  content: "\F3EE"; }

.ion-ios-briefcase-outline:before {
  content: "\F3ED"; }

.ion-ios-browsers:before {
  content: "\F3F0"; }

.ion-ios-browsers-outline:before {
  content: "\F3EF"; }

.ion-ios-calculator:before {
  content: "\F3F2"; }

.ion-ios-calculator-outline:before {
  content: "\F3F1"; }

.ion-ios-calendar:before {
  content: "\F3F4"; }

.ion-ios-calendar-outline:before {
  content: "\F3F3"; }

.ion-ios-camera:before {
  content: "\F3F6"; }

.ion-ios-camera-outline:before {
  content: "\F3F5"; }

.ion-ios-cart:before {
  content: "\F3F8"; }

.ion-ios-cart-outline:before {
  content: "\F3F7"; }

.ion-ios-chatboxes:before {
  content: "\F3FA"; }

.ion-ios-chatboxes-outline:before {
  content: "\F3F9"; }

.ion-ios-chatbubble:before {
  content: "\F3FC"; }

.ion-ios-chatbubble-outline:before {
  content: "\F3FB"; }

.ion-ios-checkmark:before {
  content: "\F3FF"; }

.ion-ios-checkmark-empty:before {
  content: "\F3FD"; }

.ion-ios-checkmark-outline:before {
  content: "\F3FE"; }

.ion-ios-circle-filled:before {
  content: "\F400"; }

.ion-ios-circle-outline:before {
  content: "\F401"; }

.ion-ios-clock:before {
  content: "\F403"; }

.ion-ios-clock-outline:before {
  content: "\F402"; }

.ion-ios-close:before {
  content: "\F406"; }

.ion-ios-close-empty:before {
  content: "\F404"; }

.ion-ios-close-outline:before {
  content: "\F405"; }

.ion-ios-cloud:before {
  content: "\F40C"; }

.ion-ios-cloud-download:before {
  content: "\F408"; }

.ion-ios-cloud-download-outline:before {
  content: "\F407"; }

.ion-ios-cloud-outline:before {
  content: "\F409"; }

.ion-ios-cloud-upload:before {
  content: "\F40B"; }

.ion-ios-cloud-upload-outline:before {
  content: "\F40A"; }

.ion-ios-cloudy:before {
  content: "\F410"; }

.ion-ios-cloudy-night:before {
  content: "\F40E"; }

.ion-ios-cloudy-night-outline:before {
  content: "\F40D"; }

.ion-ios-cloudy-outline:before {
  content: "\F40F"; }

.ion-ios-cog:before {
  content: "\F412"; }

.ion-ios-cog-outline:before {
  content: "\F411"; }

.ion-ios-color-filter:before {
  content: "\F414"; }

.ion-ios-color-filter-outline:before {
  content: "\F413"; }

.ion-ios-color-wand:before {
  content: "\F416"; }

.ion-ios-color-wand-outline:before {
  content: "\F415"; }

.ion-ios-compose:before {
  content: "\F418"; }

.ion-ios-compose-outline:before {
  content: "\F417"; }

.ion-ios-contact:before {
  content: "\F41A"; }

.ion-ios-contact-outline:before {
  content: "\F419"; }

.ion-ios-copy:before {
  content: "\F41C"; }

.ion-ios-copy-outline:before {
  content: "\F41B"; }

.ion-ios-crop:before {
  content: "\F41E"; }

.ion-ios-crop-strong:before {
  content: "\F41D"; }

.ion-ios-download:before {
  content: "\F420"; }

.ion-ios-download-outline:before {
  content: "\F41F"; }

.ion-ios-drag:before {
  content: "\F421"; }

.ion-ios-email:before {
  content: "\F423"; }

.ion-ios-email-outline:before {
  content: "\F422"; }

.ion-ios-eye:before {
  content: "\F425"; }

.ion-ios-eye-outline:before {
  content: "\F424"; }

.ion-ios-fastforward:before {
  content: "\F427"; }

.ion-ios-fastforward-outline:before {
  content: "\F426"; }

.ion-ios-filing:before {
  content: "\F429"; }

.ion-ios-filing-outline:before {
  content: "\F428"; }

.ion-ios-film:before {
  content: "\F42B"; }

.ion-ios-film-outline:before {
  content: "\F42A"; }

.ion-ios-flag:before {
  content: "\F42D"; }

.ion-ios-flag-outline:before {
  content: "\F42C"; }

.ion-ios-flame:before {
  content: "\F42F"; }

.ion-ios-flame-outline:before {
  content: "\F42E"; }

.ion-ios-flask:before {
  content: "\F431"; }

.ion-ios-flask-outline:before {
  content: "\F430"; }

.ion-ios-flower:before {
  content: "\F433"; }

.ion-ios-flower-outline:before {
  content: "\F432"; }

.ion-ios-folder:before {
  content: "\F435"; }

.ion-ios-folder-outline:before {
  content: "\F434"; }

.ion-ios-football:before {
  content: "\F437"; }

.ion-ios-football-outline:before {
  content: "\F436"; }

.ion-ios-game-controller-a:before {
  content: "\F439"; }

.ion-ios-game-controller-a-outline:before {
  content: "\F438"; }

.ion-ios-game-controller-b:before {
  content: "\F43B"; }

.ion-ios-game-controller-b-outline:before {
  content: "\F43A"; }

.ion-ios-gear:before {
  content: "\F43D"; }

.ion-ios-gear-outline:before {
  content: "\F43C"; }

.ion-ios-glasses:before {
  content: "\F43F"; }

.ion-ios-glasses-outline:before {
  content: "\F43E"; }

.ion-ios-grid-view:before {
  content: "\F441"; }

.ion-ios-grid-view-outline:before {
  content: "\F440"; }

.ion-ios-heart:before {
  content: "\F443"; }

.ion-ios-heart-outline:before {
  content: "\F442"; }

.ion-ios-help:before {
  content: "\F446"; }

.ion-ios-help-empty:before {
  content: "\F444"; }

.ion-ios-help-outline:before {
  content: "\F445"; }

.ion-ios-home:before {
  content: "\F448"; }

.ion-ios-home-outline:before {
  content: "\F447"; }

.ion-ios-infinite:before {
  content: "\F44A"; }

.ion-ios-infinite-outline:before {
  content: "\F449"; }

.ion-ios-information:before {
  content: "\F44D"; }

.ion-ios-information-empty:before {
  content: "\F44B"; }

.ion-ios-information-outline:before {
  content: "\F44C"; }

.ion-ios-ionic-outline:before {
  content: "\F44E"; }

.ion-ios-keypad:before {
  content: "\F450"; }

.ion-ios-keypad-outline:before {
  content: "\F44F"; }

.ion-ios-lightbulb:before {
  content: "\F452"; }

.ion-ios-lightbulb-outline:before {
  content: "\F451"; }

.ion-ios-list:before {
  content: "\F454"; }

.ion-ios-list-outline:before {
  content: "\F453"; }

.ion-ios-location:before {
  content: "\F456"; }

.ion-ios-location-outline:before {
  content: "\F455"; }

.ion-ios-locked:before {
  content: "\F458"; }

.ion-ios-locked-outline:before {
  content: "\F457"; }

.ion-ios-loop:before {
  content: "\F45A"; }

.ion-ios-loop-strong:before {
  content: "\F459"; }

.ion-ios-medical:before {
  content: "\F45C"; }

.ion-ios-medical-outline:before {
  content: "\F45B"; }

.ion-ios-medkit:before {
  content: "\F45E"; }

.ion-ios-medkit-outline:before {
  content: "\F45D"; }

.ion-ios-mic:before {
  content: "\F461"; }

.ion-ios-mic-off:before {
  content: "\F45F"; }

.ion-ios-mic-outline:before {
  content: "\F460"; }

.ion-ios-minus:before {
  content: "\F464"; }

.ion-ios-minus-empty:before {
  content: "\F462"; }

.ion-ios-minus-outline:before {
  content: "\F463"; }

.ion-ios-monitor:before {
  content: "\F466"; }

.ion-ios-monitor-outline:before {
  content: "\F465"; }

.ion-ios-moon:before {
  content: "\F468"; }

.ion-ios-moon-outline:before {
  content: "\F467"; }

.ion-ios-more:before {
  content: "\F46A"; }

.ion-ios-more-outline:before {
  content: "\F469"; }

.ion-ios-musical-note:before {
  content: "\F46B"; }

.ion-ios-musical-notes:before {
  content: "\F46C"; }

.ion-ios-navigate:before {
  content: "\F46E"; }

.ion-ios-navigate-outline:before {
  content: "\F46D"; }

.ion-ios-nutrition:before {
  content: "\F470"; }

.ion-ios-nutrition-outline:before {
  content: "\F46F"; }

.ion-ios-paper:before {
  content: "\F472"; }

.ion-ios-paper-outline:before {
  content: "\F471"; }

.ion-ios-paperplane:before {
  content: "\F474"; }

.ion-ios-paperplane-outline:before {
  content: "\F473"; }

.ion-ios-partlysunny:before {
  content: "\F476"; }

.ion-ios-partlysunny-outline:before {
  content: "\F475"; }

.ion-ios-pause:before {
  content: "\F478"; }

.ion-ios-pause-outline:before {
  content: "\F477"; }

.ion-ios-paw:before {
  content: "\F47A"; }

.ion-ios-paw-outline:before {
  content: "\F479"; }

.ion-ios-people:before {
  content: "\F47C"; }

.ion-ios-people-outline:before {
  content: "\F47B"; }

.ion-ios-person:before {
  content: "\F47E"; }

.ion-ios-person-outline:before {
  content: "\F47D"; }

.ion-ios-personadd:before {
  content: "\F480"; }

.ion-ios-personadd-outline:before {
  content: "\F47F"; }

.ion-ios-photos:before {
  content: "\F482"; }

.ion-ios-photos-outline:before {
  content: "\F481"; }

.ion-ios-pie:before {
  content: "\F484"; }

.ion-ios-pie-outline:before {
  content: "\F483"; }

.ion-ios-pint:before {
  content: "\F486"; }

.ion-ios-pint-outline:before {
  content: "\F485"; }

.ion-ios-play:before {
  content: "\F488"; }

.ion-ios-play-outline:before {
  content: "\F487"; }

.ion-ios-plus:before {
  content: "\F48B"; }

.ion-ios-plus-empty:before {
  content: "\F489"; }

.ion-ios-plus-outline:before {
  content: "\F48A"; }

.ion-ios-pricetag:before {
  content: "\F48D"; }

.ion-ios-pricetag-outline:before {
  content: "\F48C"; }

.ion-ios-pricetags:before {
  content: "\F48F"; }

.ion-ios-pricetags-outline:before {
  content: "\F48E"; }

.ion-ios-printer:before {
  content: "\F491"; }

.ion-ios-printer-outline:before {
  content: "\F490"; }

.ion-ios-pulse:before {
  content: "\F493"; }

.ion-ios-pulse-strong:before {
  content: "\F492"; }

.ion-ios-rainy:before {
  content: "\F495"; }

.ion-ios-rainy-outline:before {
  content: "\F494"; }

.ion-ios-recording:before {
  content: "\F497"; }

.ion-ios-recording-outline:before {
  content: "\F496"; }

.ion-ios-redo:before {
  content: "\F499"; }

.ion-ios-redo-outline:before {
  content: "\F498"; }

.ion-ios-refresh:before {
  content: "\F49C"; }

.ion-ios-refresh-empty:before {
  content: "\F49A"; }

.ion-ios-refresh-outline:before {
  content: "\F49B"; }

.ion-ios-reload:before {
  content: "\F49D"; }

.ion-ios-reverse-camera:before {
  content: "\F49F"; }

.ion-ios-reverse-camera-outline:before {
  content: "\F49E"; }

.ion-ios-rewind:before {
  content: "\F4A1"; }

.ion-ios-rewind-outline:before {
  content: "\F4A0"; }

.ion-ios-rose:before {
  content: "\F4A3"; }

.ion-ios-rose-outline:before {
  content: "\F4A2"; }

.ion-ios-search:before {
  content: "\F4A5"; }

.ion-ios-search-strong:before {
  content: "\F4A4"; }

.ion-ios-settings:before {
  content: "\F4A7"; }

.ion-ios-settings-strong:before {
  content: "\F4A6"; }

.ion-ios-shuffle:before {
  content: "\F4A9"; }

.ion-ios-shuffle-strong:before {
  content: "\F4A8"; }

.ion-ios-skipbackward:before {
  content: "\F4AB"; }

.ion-ios-skipbackward-outline:before {
  content: "\F4AA"; }

.ion-ios-skipforward:before {
  content: "\F4AD"; }

.ion-ios-skipforward-outline:before {
  content: "\F4AC"; }

.ion-ios-snowy:before {
  content: "\F4AE"; }

.ion-ios-speedometer:before {
  content: "\F4B0"; }

.ion-ios-speedometer-outline:before {
  content: "\F4AF"; }

.ion-ios-star:before {
  content: "\F4B3"; }

.ion-ios-star-half:before {
  content: "\F4B1"; }

.ion-ios-star-outline:before {
  content: "\F4B2"; }

.ion-ios-stopwatch:before {
  content: "\F4B5"; }

.ion-ios-stopwatch-outline:before {
  content: "\F4B4"; }

.ion-ios-sunny:before {
  content: "\F4B7"; }

.ion-ios-sunny-outline:before {
  content: "\F4B6"; }

.ion-ios-telephone:before {
  content: "\F4B9"; }

.ion-ios-telephone-outline:before {
  content: "\F4B8"; }

.ion-ios-tennisball:before {
  content: "\F4BB"; }

.ion-ios-tennisball-outline:before {
  content: "\F4BA"; }

.ion-ios-thunderstorm:before {
  content: "\F4BD"; }

.ion-ios-thunderstorm-outline:before {
  content: "\F4BC"; }

.ion-ios-time:before {
  content: "\F4BF"; }

.ion-ios-time-outline:before {
  content: "\F4BE"; }

.ion-ios-timer:before {
  content: "\F4C1"; }

.ion-ios-timer-outline:before {
  content: "\F4C0"; }

.ion-ios-toggle:before {
  content: "\F4C3"; }

.ion-ios-toggle-outline:before {
  content: "\F4C2"; }

.ion-ios-trash:before {
  content: "\F4C5"; }

.ion-ios-trash-outline:before {
  content: "\F4C4"; }

.ion-ios-undo:before {
  content: "\F4C7"; }

.ion-ios-undo-outline:before {
  content: "\F4C6"; }

.ion-ios-unlocked:before {
  content: "\F4C9"; }

.ion-ios-unlocked-outline:before {
  content: "\F4C8"; }

.ion-ios-upload:before {
  content: "\F4CB"; }

.ion-ios-upload-outline:before {
  content: "\F4CA"; }

.ion-ios-videocam:before {
  content: "\F4CD"; }

.ion-ios-videocam-outline:before {
  content: "\F4CC"; }

.ion-ios-volume-high:before {
  content: "\F4CE"; }

.ion-ios-volume-low:before {
  content: "\F4CF"; }

.ion-ios-wineglass:before {
  content: "\F4D1"; }

.ion-ios-wineglass-outline:before {
  content: "\F4D0"; }

.ion-ios-world:before {
  content: "\F4D3"; }

.ion-ios-world-outline:before {
  content: "\F4D2"; }

.ion-ipad:before {
  content: "\F1F9"; }

.ion-iphone:before {
  content: "\F1FA"; }

.ion-ipod:before {
  content: "\F1FB"; }

.ion-jet:before {
  content: "\F295"; }

.ion-key:before {
  content: "\F296"; }

.ion-knife:before {
  content: "\F297"; }

.ion-laptop:before {
  content: "\F1FC"; }

.ion-leaf:before {
  content: "\F1FD"; }

.ion-levels:before {
  content: "\F298"; }

.ion-lightbulb:before {
  content: "\F299"; }

.ion-link:before {
  content: "\F1FE"; }

.ion-load-a:before {
  content: "\F29A"; }

.ion-load-b:before {
  content: "\F29B"; }

.ion-load-c:before {
  content: "\F29C"; }

.ion-load-d:before {
  content: "\F29D"; }

.ion-location:before {
  content: "\F1FF"; }

.ion-lock-combination:before {
  content: "\F4D4"; }

.ion-locked:before {
  content: "\F200"; }

.ion-log-in:before {
  content: "\F29E"; }

.ion-log-out:before {
  content: "\F29F"; }

.ion-loop:before {
  content: "\F201"; }

.ion-magnet:before {
  content: "\F2A0"; }

.ion-male:before {
  content: "\F2A1"; }

.ion-man:before {
  content: "\F202"; }

.ion-map:before {
  content: "\F203"; }

.ion-medkit:before {
  content: "\F2A2"; }

.ion-merge:before {
  content: "\F33F"; }

.ion-mic-a:before {
  content: "\F204"; }

.ion-mic-b:before {
  content: "\F205"; }

.ion-mic-c:before {
  content: "\F206"; }

.ion-minus:before {
  content: "\F209"; }

.ion-minus-circled:before {
  content: "\F207"; }

.ion-minus-round:before {
  content: "\F208"; }

.ion-model-s:before {
  content: "\F2C1"; }

.ion-monitor:before {
  content: "\F20A"; }

.ion-more:before {
  content: "\F20B"; }

.ion-mouse:before {
  content: "\F340"; }

.ion-music-note:before {
  content: "\F20C"; }

.ion-navicon:before {
  content: "\F20E"; }

.ion-navicon-round:before {
  content: "\F20D"; }

.ion-navigate:before {
  content: "\F2A3"; }

.ion-network:before {
  content: "\F341"; }

.ion-no-smoking:before {
  content: "\F2C2"; }

.ion-nuclear:before {
  content: "\F2A4"; }

.ion-outlet:before {
  content: "\F342"; }

.ion-paintbrush:before {
  content: "\F4D5"; }

.ion-paintbucket:before {
  content: "\F4D6"; }

.ion-paper-airplane:before {
  content: "\F2C3"; }

.ion-paperclip:before {
  content: "\F20F"; }

.ion-pause:before {
  content: "\F210"; }

.ion-person:before {
  content: "\F213"; }

.ion-person-add:before {
  content: "\F211"; }

.ion-person-stalker:before {
  content: "\F212"; }

.ion-pie-graph:before {
  content: "\F2A5"; }

.ion-pin:before {
  content: "\F2A6"; }

.ion-pinpoint:before {
  content: "\F2A7"; }

.ion-pizza:before {
  content: "\F2A8"; }

.ion-plane:before {
  content: "\F214"; }

.ion-planet:before {
  content: "\F343"; }

.ion-play:before {
  content: "\F215"; }

.ion-playstation:before {
  content: "\F30A"; }

.ion-plus:before {
  content: "\F218"; }

.ion-plus-circled:before {
  content: "\F216"; }

.ion-plus-round:before {
  content: "\F217"; }

.ion-podium:before {
  content: "\F344"; }

.ion-pound:before {
  content: "\F219"; }

.ion-power:before {
  content: "\F2A9"; }

.ion-pricetag:before {
  content: "\F2AA"; }

.ion-pricetags:before {
  content: "\F2AB"; }

.ion-printer:before {
  content: "\F21A"; }

.ion-pull-request:before {
  content: "\F345"; }

.ion-qr-scanner:before {
  content: "\F346"; }

.ion-quote:before {
  content: "\F347"; }

.ion-radio-waves:before {
  content: "\F2AC"; }

.ion-record:before {
  content: "\F21B"; }

.ion-refresh:before {
  content: "\F21C"; }

.ion-reply:before {
  content: "\F21E"; }

.ion-reply-all:before {
  content: "\F21D"; }

.ion-ribbon-a:before {
  content: "\F348"; }

.ion-ribbon-b:before {
  content: "\F349"; }

.ion-sad:before {
  content: "\F34A"; }

.ion-sad-outline:before {
  content: "\F4D7"; }

.ion-scissors:before {
  content: "\F34B"; }

.ion-search:before {
  content: "\F21F"; }

.ion-settings:before {
  content: "\F2AD"; }

.ion-share:before {
  content: "\F220"; }

.ion-shuffle:before {
  content: "\F221"; }

.ion-skip-backward:before {
  content: "\F222"; }

.ion-skip-forward:before {
  content: "\F223"; }

.ion-social-android:before {
  content: "\F225"; }

.ion-social-android-outline:before {
  content: "\F224"; }

.ion-social-angular:before {
  content: "\F4D9"; }

.ion-social-angular-outline:before {
  content: "\F4D8"; }

.ion-social-apple:before {
  content: "\F227"; }

.ion-social-apple-outline:before {
  content: "\F226"; }

.ion-social-bitcoin:before {
  content: "\F2AF"; }

.ion-social-bitcoin-outline:before {
  content: "\F2AE"; }

.ion-social-buffer:before {
  content: "\F229"; }

.ion-social-buffer-outline:before {
  content: "\F228"; }

.ion-social-chrome:before {
  content: "\F4DB"; }

.ion-social-chrome-outline:before {
  content: "\F4DA"; }

.ion-social-codepen:before {
  content: "\F4DD"; }

.ion-social-codepen-outline:before {
  content: "\F4DC"; }

.ion-social-css3:before {
  content: "\F4DF"; }

.ion-social-css3-outline:before {
  content: "\F4DE"; }

.ion-social-designernews:before {
  content: "\F22B"; }

.ion-social-designernews-outline:before {
  content: "\F22A"; }

.ion-social-dribbble:before {
  content: "\F22D"; }

.ion-social-dribbble-outline:before {
  content: "\F22C"; }

.ion-social-dropbox:before {
  content: "\F22F"; }

.ion-social-dropbox-outline:before {
  content: "\F22E"; }

.ion-social-euro:before {
  content: "\F4E1"; }

.ion-social-euro-outline:before {
  content: "\F4E0"; }

.ion-social-facebook:before {
  content: "\F231"; }

.ion-social-facebook-outline:before {
  content: "\F230"; }

.ion-social-foursquare:before {
  content: "\F34D"; }

.ion-social-foursquare-outline:before {
  content: "\F34C"; }

.ion-social-freebsd-devil:before {
  content: "\F2C4"; }

.ion-social-github:before {
  content: "\F233"; }

.ion-social-github-outline:before {
  content: "\F232"; }

.ion-social-google:before {
  content: "\F34F"; }

.ion-social-google-outline:before {
  content: "\F34E"; }

.ion-social-googleplus:before {
  content: "\F235"; }

.ion-social-googleplus-outline:before {
  content: "\F234"; }

.ion-social-hackernews:before {
  content: "\F237"; }

.ion-social-hackernews-outline:before {
  content: "\F236"; }

.ion-social-html5:before {
  content: "\F4E3"; }

.ion-social-html5-outline:before {
  content: "\F4E2"; }

.ion-social-instagram:before {
  content: "\F351"; }

.ion-social-instagram-outline:before {
  content: "\F350"; }

.ion-social-javascript:before {
  content: "\F4E5"; }

.ion-social-javascript-outline:before {
  content: "\F4E4"; }

.ion-social-linkedin:before {
  content: "\F239"; }

.ion-social-linkedin-outline:before {
  content: "\F238"; }

.ion-social-markdown:before {
  content: "\F4E6"; }

.ion-social-nodejs:before {
  content: "\F4E7"; }

.ion-social-octocat:before {
  content: "\F4E8"; }

.ion-social-pinterest:before {
  content: "\F2B1"; }

.ion-social-pinterest-outline:before {
  content: "\F2B0"; }

.ion-social-python:before {
  content: "\F4E9"; }

.ion-social-reddit:before {
  content: "\F23B"; }

.ion-social-reddit-outline:before {
  content: "\F23A"; }

.ion-social-rss:before {
  content: "\F23D"; }

.ion-social-rss-outline:before {
  content: "\F23C"; }

.ion-social-sass:before {
  content: "\F4EA"; }

.ion-social-skype:before {
  content: "\F23F"; }

.ion-social-skype-outline:before {
  content: "\F23E"; }

.ion-social-snapchat:before {
  content: "\F4EC"; }

.ion-social-snapchat-outline:before {
  content: "\F4EB"; }

.ion-social-tumblr:before {
  content: "\F241"; }

.ion-social-tumblr-outline:before {
  content: "\F240"; }

.ion-social-tux:before {
  content: "\F2C5"; }

.ion-social-twitch:before {
  content: "\F4EE"; }

.ion-social-twitch-outline:before {
  content: "\F4ED"; }

.ion-social-twitter:before {
  content: "\F243"; }

.ion-social-twitter-outline:before {
  content: "\F242"; }

.ion-social-usd:before {
  content: "\F353"; }

.ion-social-usd-outline:before {
  content: "\F352"; }

.ion-social-vimeo:before {
  content: "\F245"; }

.ion-social-vimeo-outline:before {
  content: "\F244"; }

.ion-social-whatsapp:before {
  content: "\F4F0"; }

.ion-social-whatsapp-outline:before {
  content: "\F4EF"; }

.ion-social-windows:before {
  content: "\F247"; }

.ion-social-windows-outline:before {
  content: "\F246"; }

.ion-social-wordpress:before {
  content: "\F249"; }

.ion-social-wordpress-outline:before {
  content: "\F248"; }

.ion-social-yahoo:before {
  content: "\F24B"; }

.ion-social-yahoo-outline:before {
  content: "\F24A"; }

.ion-social-yen:before {
  content: "\F4F2"; }

.ion-social-yen-outline:before {
  content: "\F4F1"; }

.ion-social-youtube:before {
  content: "\F24D"; }

.ion-social-youtube-outline:before {
  content: "\F24C"; }

.ion-soup-can:before {
  content: "\F4F4"; }

.ion-soup-can-outline:before {
  content: "\F4F3"; }

.ion-speakerphone:before {
  content: "\F2B2"; }

.ion-speedometer:before {
  content: "\F2B3"; }

.ion-spoon:before {
  content: "\F2B4"; }

.ion-star:before {
  content: "\F24E"; }

.ion-stats-bars:before {
  content: "\F2B5"; }

.ion-steam:before {
  content: "\F30B"; }

.ion-stop:before {
  content: "\F24F"; }

.ion-thermometer:before {
  content: "\F2B6"; }

.ion-thumbsdown:before {
  content: "\F250"; }

.ion-thumbsup:before {
  content: "\F251"; }

.ion-toggle:before {
  content: "\F355"; }

.ion-toggle-filled:before {
  content: "\F354"; }

.ion-transgender:before {
  content: "\F4F5"; }

.ion-trash-a:before {
  content: "\F252"; }

.ion-trash-b:before {
  content: "\F253"; }

.ion-trophy:before {
  content: "\F356"; }

.ion-tshirt:before {
  content: "\F4F7"; }

.ion-tshirt-outline:before {
  content: "\F4F6"; }

.ion-umbrella:before {
  content: "\F2B7"; }

.ion-university:before {
  content: "\F357"; }

.ion-unlocked:before {
  content: "\F254"; }

.ion-upload:before {
  content: "\F255"; }

.ion-usb:before {
  content: "\F2B8"; }

.ion-videocamera:before {
  content: "\F256"; }

.ion-volume-high:before {
  content: "\F257"; }

.ion-volume-low:before {
  content: "\F258"; }

.ion-volume-medium:before {
  content: "\F259"; }

.ion-volume-mute:before {
  content: "\F25A"; }

.ion-wand:before {
  content: "\F358"; }

.ion-waterdrop:before {
  content: "\F25B"; }

.ion-wifi:before {
  content: "\F25C"; }

.ion-wineglass:before {
  content: "\F2B9"; }

.ion-woman:before {
  content: "\F25D"; }

.ion-wrench:before {
  content: "\F2BA"; }

.ion-xbox:before {
  content: "\F30C"; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/fonts/fontawesome-webfont.eot);
  src: url(/fonts/fontawesome-webfont.eot) format("embedded-opentype"), url(/fonts/fontawesome-webfont.woff2) format("woff2"), url(/fonts/fontawesome-webfont.woff) format("woff"), url(/fonts/fontawesome-webfont.ttf) format("truetype"), url(/fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-edge:before {
  content: "\F282"; }

.fa-credit-card-alt:before {
  content: "\F283"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-modx:before {
  content: "\F285"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-usb:before {
  content: "\F287"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-pause-circle-o:before {
  content: "\F28C"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stop-circle-o:before {
  content: "\F28E"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-percent:before {
  content: "\F295"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-envira:before {
  content: "\F299"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-wheelchair-alt:before {
  content: "\F29B"; }

.fa-question-circle-o:before {
  content: "\F29C"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-volume-control-phone:before {
  content: "\F2A0"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-handshake-o:before {
  content: "\F2B5"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-o:before {
  content: "\F2B7"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-book-o:before {
  content: "\F2BA"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-circle-o:before {
  content: "\F2BE"; }

.fa-user-o:before {
  content: "\F2C0"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-eercast:before {
  content: "\F2DA"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-snowflake-o:before {
  content: "\F2DC"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-meetup:before {
  content: "\F2E0"; }

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

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

body {
  height: 100vh;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  background: #333333; }

#app {
  width: 100vw;
  height: 100vh; }

main {
  margin: 0; }
a {
  cursor: pointer;
  color: inherit; }

[draggable] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

/* -= TABLES =- */
table {
  background: #696969;
  border-collapse: initial;
  border-spacing: 1px;
  margin: 8px 12px;
  border-radius: 2px;
  box-shadow: 0 0 0 5px #696969;
  width: calc(100% - 24px); }
  table thead tr th {
    text-align: left !important;
    font-family: "Harry-Thin", Helvetica, Arial, sans-serif;
    line-height: 20px;
    font-size: 13px;
    background: #8a8a8a;
    color: #EDEEF1;
    padding: 6px 4px; }
    table thead tr th:first-child {
      border-radius: 2px 0 0 0; }
    table thead tr th:last-child {
      border-radius: 0 2px 0 0; }
  table tbody tr:nth-child(odd) td {
    background: #f5f6f9; }
  table tbody tr:nth-child(even) td {
    background: #EDEEF1; }
  table tbody tr:hover td {
    background: white; }
  table tbody tr td {
    font-family: "Harry-Plain", Helvetica, Arial, sans-serif;
    color: #333333;
    padding: 1px 5px 1px 5px;
    font-size: 15px;
    word-break: break-word; }
  table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 2px; }
  table tbody tr:last-child td:last-child {
    border-radius: 0 0 2px 0; }

/* -= Lists =- */
ul, ol {
  margin: 8px 0 8px 0;
  padding: 0; }

li {
  font-family: "AvertaRegular", Helvetica, Arial,  sans-serif;
  color: #1a1a1a;
  font-size: 17px;
  line-height: 125%; }

ul > li {
  list-style-type: square;
  margin-left: 24px; }

ol {
  list-style: none; }

ol > li {
  counter-increment: item;
  margin-bottom: 8px;
  margin-left: 4px; }

ol > li:before {
  margin-top: 2px;
  margin-right: 8px;
  content: counter(item);
  background: black;
  border-radius: 50%;
  color: orange;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  font-size: 21px;
  font-family: "AvertaBold", Helvetica Neue, Helvetica, Arial, sans-serif; }

li > ol,
li > ul {
  margin-left: 35px; }

/* Drag Selection Styling */
::selection {
  background: rgba(255, 165, 0, 0.5);
  /* WebKit/Blink Browsers */ }

/* MEDIA QUERIES */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  ul > li {
    margin-left: 18px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  li {
    font-size: 14px; }
  ul > li {
    margin-left: 18px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  li {
    font-size: 12px; }
  ul > li {
    margin-left: 18px; } }
@font-face {
    font-family: 'Harry-ThinSqueezed';
    src: url(/fonts/Harry-ThinSqueezed.eot);
    src: url(/fonts/Harry-ThinSqueezed.eot?#iefix) format('embedded-opentype'),
        url(/fonts/Harry-ThinSqueezed.woff2) format('woff2'),
        url(/fonts/Harry-ThinSqueezed.woff) format('woff'),
        url(/fonts/Harry-ThinSqueezed.ttf) format('truetype'),
        url(/fonts/Harry-ThinSqueezed.svg#Harry-ThinSqueezed) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Harry-Thin';
    src: url(/fonts/Harry-Thin.eot);
    src: url(/fonts/Harry-Thin.eot?#iefix) format('embedded-opentype'),
        url(/fonts/Harry-Thin.woff2) format('woff2'),
        url(/fonts/Harry-Thin.woff) format('woff'),
        url(/fonts/Harry-Thin.ttf) format('truetype'),
        url(/fonts/Harry-Thin.svg#Harry-Thin) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Harry-FatSqueezed';
    src: url(/fonts/Harry-FatSqueezed.eot);
    src: url(/fonts/Harry-FatSqueezed.eot?#iefix) format('embedded-opentype'),
        url(/fonts/Harry-FatSqueezed.woff2) format('woff2'),
        url(/fonts/Harry-FatSqueezed.woff) format('woff'),
        url(/fonts/Harry-FatSqueezed.ttf) format('truetype'),
        url(/fonts/Harry-FatSqueezed.svg#Harry-FatSqueezed) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Harry-ObeseSqueezed';
    src: url(/fonts/Harry-ObeseSqueezed.eot);
    src: url(/fonts/Harry-ObeseSqueezed.eot?#iefix) format('embedded-opentype'),
        url(/fonts/Harry-ObeseSqueezed.woff2) format('woff2'),
        url(/fonts/Harry-ObeseSqueezed.woff) format('woff'),
        url(/fonts/Harry-ObeseSqueezed.ttf) format('truetype'),
        url(/fonts/Harry-ObeseSqueezed.svg#Harry-ObeseSqueezed) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Harry-Heavy';
    src: url(/fonts/Harry-Heavy.eot);
    src: url(/fonts/Harry-Heavy.eot?#iefix) format('embedded-opentype'),
        url(/fonts/Harry-Heavy.woff2) format('woff2'),
        url(/fonts/Harry-Heavy.woff) format('woff'),
        url(/fonts/Harry-Heavy.ttf) format('truetype'),
        url(/fonts/Harry-Heavy.svg#Harry-Heavy) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Harry-Fat';
    src: url(/fonts/Harry-Fat.eot);
    src: url(/fonts/Harry-Fat.eot?#iefix) format('embedded-opentype'),
        url(/fonts/Harry-Fat.woff2) format('woff2'),
        url(/fonts/Harry-Fat.woff) format('woff'),
        url(/fonts/Harry-Fat.ttf) format('truetype'),
        url(/fonts/Harry-Fat.svg#Harry-Fat) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Harry-Plain';
    src: url(/fonts/Harry-Plain.eot);
    src: url(/fonts/Harry-Plain.eot?#iefix) format('embedded-opentype'),
        url(/fonts/Harry-Plain.woff2) format('woff2'),
        url(/fonts/Harry-Plain.woff) format('woff'),
        url(/fonts/Harry-Plain.ttf) format('truetype'),
        url(/fonts/Harry-Plain.svg#Harry-Plain) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Harry-PlainSqueezed';
    src: url(/fonts/Harry-PlainSqueezed.eot);
    src: url(/fonts/Harry-PlainSqueezed.eot?#iefix) format('embedded-opentype'),
        url(/fonts/Harry-PlainSqueezed.woff2) format('woff2'),
        url(/fonts/Harry-PlainSqueezed.woff) format('woff'),
        url(/fonts/Harry-PlainSqueezed.ttf) format('truetype'),
        url(/fonts/Harry-PlainSqueezed.svg#Harry-PlainSqueezed) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Harry-HeavySqueezed';
    src: url(/fonts/Harry-HeavySqueezed.eot);
    src: url(/fonts/Harry-HeavySqueezed.eot?#iefix) format('embedded-opentype'),
        url(/fonts/Harry-HeavySqueezed.woff2) format('woff2'),
        url(/fonts/Harry-HeavySqueezed.woff) format('woff'),
        url(/fonts/Harry-HeavySqueezed.ttf) format('truetype'),
        url(/fonts/Harry-HeavySqueezed.svg#Harry-HeavySqueezed) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Harry-Obese';
    src: url(/fonts/Harry-Obese.eot);
    src: url(/fonts/Harry-Obese.eot?#iefix) format('embedded-opentype'),
        url(/fonts/Harry-Obese.woff2) format('woff2'),
        url(/fonts/Harry-Obese.woff) format('woff'),
        url(/fonts/Harry-Obese.ttf) format('truetype'),
        url(/fonts/Harry-Obese.svg#Harry-Obese) format('svg');
    font-weight: normal;
    font-style: normal;
}

/* FONT INCLUDES */
/*
Harry-Thin
Harry-ThinSqueezed 
Harry-Plain
Harry-PlainSqueezed
Harry-Heavy
Harry-HeavySqueezed
Harry-Fat
Harry-FatSqueezed
Harry-Obese
Harry-ObeseSqueezed

*/
@font-face {
  font-family: 'AvertaRegular';
  src: url(/fonts/Averta-Regular.eot);
  src: url(/fonts/Averta-Regular.eot?#iefix) format("embedded-opentype"), url(/fonts/Averta-Regular.woff) format("woff"), url(/fonts/Averta-Regular.ttf) format("truetype"), url(/fonts/Averta-Regular.svg#Averta-Regular) format("svg");
  font-weight: normal;
  font-style: normal; }

/* -=-=-= Typography Styles =-=-=-*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

h1 {
  font-size: 72px; }

h2 {
  font-size: 64px; }

h3 {
  font-size: 48px; }

h4 {
  font-size: 38px; }

h5 {
  font-size: 32px; }

h6 {
  font-size: 28px; }

b,
.bold,
strong {
  font-family: "Harry-Fat", Helvetica, Arial, sans-serif;
  font-weight: 900; }

.light {
  font-family: "Harry-Thin", Helvetica, Arial, sans-serif !important;
  font-weight: 200 !important; }

.regular {
  font-family: "Harry-Plain", Helvetica, Arial, sans-serif;
  font-weight: 500; }

em,
i,
.italics {
  font-style: italic; }

.code {
  font-family: "Lucida Console", Monaco, Courier, 'New Courier', monospace;
  font-size: 14px;
  border: 2px solid #dedede;
  padding: 4px 4px 2px 4px;
  border-radius: 3px;
  background: #f9f9f9;
  color: #606060; }

body, p {
  font-family: 'AvertaRegular';
  font-size: 24px; }

p, label {
  line-height: 125%; }

p {
  margin: 16px 0;
  padding: 0;
  line-height: 150%; }

sup, sub {
  font-size: 60%; }

hr {
  margin: 16px 0 8px 0; }

@media only screen and (max-width: 640px) {
  body, p {
    font-size: 17px; }
  h1 {
    font-size: 54px; }
  h2 {
    font-size: 48px; }
  h3 {
    font-size: 38px; }
  h4 {
    font-size: 32px; }
  h5 {
    font-size: 26px; }
  h6 {
    font-size: 21px; } }

/* -=-=-= Lists Styles =-=-=-*/
::-webkit-scrollbar {
  width: 12px;
  height: 12px; }

::-webkit-scrollbar-thumb {
  background: #188cde;
  border-radius: 0px;
  border: 2px solid #3e3e3e;
  border: 1px solid rgba(0, 0, 0, 0); }

::-webkit-scrollbar-track {
  background: #3e3e3e;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0); }

body {
  scrollbar-face-color: rgba(0, 0, 0, 0.5);
  scrollbar-track-color: white; }
.ql-toolbar {
  display: inline-block;
  background: #333333;
  color: white;
  height: 40px;
  padding: 10px 5px;
  border-radius: 6px; }

.ql-formats {
  display: inline-block;
  height: 40px;
  margin: 0 10px 0 0 !important; }
  .ql-formats .ql-stroke {
    stroke: white !important;
    stroke-width: 1px !important; }
  .ql-formats .ql-fill {
    fill: white !important; }
  .ql-formats > button {
    display: inline-grid;
    border: none;
    height: 40px !important;
    width: 40px !important;
    margin: 0;
    padding: 7.5px;
    margin: 0 0 0 5px;
    background: #188cde !important;
    border-radius: 4px;
    overflow: hidden;
    outline: none;
    cursor: pointer; }
    .ql-formats > button.ql-active {
      background: #84c4f2 !important; }
    .ql-formats > button:hover {
      background: #56aeed !important; }
    .ql-formats > button > svg {
      max-width: 25px;
      max-height: 25px;
      fill: white;
      stroke: white; }

.ql-editor {
  background: white; }

/*!
  * Quill Editor v1.3.0
  * https://quilljs.com/
  * Copyright (c) 2014, Jason Chen
  * Copyright (c) 2013, salesforce.com
  */
.ql-container {
  box-sizing: border-box;
  height: 100%;
  margin: 0px;
  position: relative; }

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden; }

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none; }

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%; }

.ql-clipboard p {
  margin: 0;
  padding: 0; }

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word; }

.ql-editor > * {
  cursor: text; }

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em; }

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none; }

.ql-editor ul > li::before {
  content: '\2022'; }

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none; }

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all; }

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all; }

.ql-editor ul[data-checked=true] > li::before {
  content: '\2611'; }

.ql-editor ul[data-checked=false] > li::before {
  content: '\2610'; }

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em; }

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right; }

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em; }

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em; }

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em; }

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0; }

.ql-editor ol li:before {
  content: counter(list-0, decimal) ". "; }

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1; }

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2; }

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". "; }

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3; }

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". "; }

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4; }

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5; }

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". "; }

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6; }

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". "; }

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7; }

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9; }

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8; }

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". "; }

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9; }

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9; }

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". "; }

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em; }

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em; }

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em; }

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em; }

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em; }

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em; }

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em; }

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em; }

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em; }

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em; }

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em; }

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em; }

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em; }

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em; }

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em; }

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em; }

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em; }

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em; }

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em; }

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em; }

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em; }

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em; }

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em; }

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em; }

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em; }

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em; }

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em; }

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em; }

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em; }

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em; }

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em; }

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em; }

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em; }

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em; }

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em; }

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em; }

.ql-editor .ql-video {
  display: block;
  max-width: 100%; }

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto; }

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto; }

.ql-editor .ql-bg-black {
  background-color: #000; }

.ql-editor .ql-bg-red {
  background-color: #e60000; }

.ql-editor .ql-bg-orange {
  background-color: #f90; }

.ql-editor .ql-bg-yellow {
  background-color: #ff0; }

.ql-editor .ql-bg-green {
  background-color: #008a00; }

.ql-editor .ql-bg-blue {
  background-color: #06c; }

.ql-editor .ql-bg-purple {
  background-color: #93f; }

.ql-editor .ql-color-white {
  color: #fff; }

.ql-editor .ql-color-red {
  color: #e60000; }

.ql-editor .ql-color-orange {
  color: #f90; }

.ql-editor .ql-color-yellow {
  color: #ff0; }

.ql-editor .ql-color-green {
  color: #008a00; }

.ql-editor .ql-color-blue {
  color: #06c; }

.ql-editor .ql-color-purple {
  color: #93f; }

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif; }

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace; }

.ql-editor .ql-size-small {
  font-size: 0.75em; }

.ql-editor .ql-size-large {
  font-size: 1.5em; }

.ql-editor .ql-size-huge {
  font-size: 2.5em; }

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit; }

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

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

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

.ql-editor .ql-embed-selected {
  border: 1px solid #777;
  user-select: none; }

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute; }
