@font-face {
  font-family: "OpenSans";
  src: url("../lib/opensans/fonts/OpenSans-Light.woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url("../lib/opensans/fonts/OpenSans-Regular.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url("../lib/opensans/fonts/OpenSans-SemiBold.woff");
  font-weight: 600;
  font-style: normal;
}
html {
  overflow: hidden;
}
html .fl-hidden-accessible {
  position: fixed;
}
/* Preferences Editor Separated Panel styles */
.fl-prefsEditor-separatedPanel {
  background-color: #bcb5ad;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  color: #5d5652;
}
.fl-prefsEditor-separatedPanel .fl-prefsEditor {
  font-family: 'OpenSans', "Myriad Pro", Helvetica, Arial, sans-serif;
  line-height: 1.2 !important;
  width: 1px;
  min-width: 100%;
  overflow-x: scroll;
}
.fl-prefsEditor-separatedPanel .fl-prefsEditor-panels {
  white-space: nowrap;
  display: table;
  margin: 0;
}
.fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel {
  border: 1px solid #615e59;
  min-width: calc(100vw - 2px);
  background-color: #fff;
  white-space: normal;
  display: table-cell;
  padding: 16px 0.5rem;
}
.fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 3.6rem;
  text-transform: lowercase;
  white-space: nowrap;
  pointer-events: none;
}
.fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel h2 [class*='fl-icon-'] {
  display: none;
}
.fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel h2 .fl-heading-text {
  font-size: 1.3em;
  font-weight: 600;
  text-align: center;
}
.fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel h2:before,
.fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel h2:after {
  font-family: "Times New Roman", Georgia, Times, serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-size: 3rem;
  pointer-events: auto;
}
.fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel h2:before {
  content: "\2039";
  margin-left: 1rem;
}
.fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel h2:after {
  content: "\203a";
  margin-right: 1rem;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel h2 {
    display: block;
    text-align: center;
  }
  .fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel h2:before,
  .fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel h2:after {
    content: none;
  }
}
.fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel:first-of-type h2:before,
.fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel:last-of-type h2:after {
  visibility: hidden;
}
.fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel .fl-prefsEditor-panel-descr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: fixed;
  width: 1px;
}
.fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel label {
  font-size: 1rem;
}
.fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel .fl-textfieldStepper [class*='fl-icon-'] {
  display: none;
}
.fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel .fl-textfieldStepper .fl-textfieldStepper-focusContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 40em) {
  .fl-prefsEditor-separatedPanel {
    padding: 1px 0px;
    margin: 0px;
  }
  .fl-prefsEditor-separatedPanel .fl-prefsEditor-panels {
    margin: 1rem 0;
    border-spacing: 20px 0px;
  }
  .fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel {
    padding: 1.5rem;
    padding-top: 1rem;
    border-radius: 5px;
    box-shadow: 2px 2px #7a766d;
    min-width: 25rem;
  }
  .fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel h2 {
    justify-content: flex-start;
    margin: 0 0 1.8rem 0;
    border-bottom: solid #ccc 1px;
    box-shadow: 0px 6px 7px -6px rgba(0,0,0,0.3);
    font-size: 1.2rem;
    height: 3rem;
    white-space: normal;
  }
  .fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel h2 [class*='fl-icon-'] {
    display: inline;
  }
  .fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel h2:before,
  .fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel h2:after {
    content: none;
  }
  .fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel .fl-prefsEditor-panel-descr {
    height: auto;
    margin: 0;
    margin-bottom: 1rem;
    overflow: visible;
    position: inherit;
    width: 100%;
  }
  .fl-prefsEditor-separatedPanel .fl-prefsEditor-panels .fl-prefsEditor-panel .fl-textfieldStepper [class*='fl-icon-'] {
    display: inline;
    margin: 0 0.3em;
    font-size: 1.4em;
    padding-top: 0.3em;
  }
}
.fl-prefsEditor-separatedPanel.fl-theme-bw {
  background-image: none;
}
.fl-prefsEditor-separatedPanel.fl-theme-wb {
  background-image: none;
}
.fl-prefsEditor-separatedPanel.fl-theme-yb {
  background-image: none;
}
.fl-prefsEditor-separatedPanel.fl-theme-by {
  background-image: none;
}
.fl-prefsEditor-separatedPanel.fl-theme-lgdg {
  background-image: none;
}
.fl-prefsEditor-separatedPanel.fl-theme-gd {
  background-image: none;
}
.fl-prefsEditor-separatedPanel.fl-theme-gw {
  background-image: none;
}
.fl-prefsEditor-separatedPanel.fl-theme-bbr {
  background-image: none;
}
