html.overlay-open {
  overflow: hidden;
}

.navBarMenuButton {
  vertical-align: middle;
  font-size: 2em;
  color: #ff00ff;
  width: 1em;
  margin: 0 10px 0 5px;
  display: none;
}

.navBarMenuButton .open,
.menu-open .navBarMenuButton .close {
  display: block;
}

.navBarMenuButton .close,
.menu-open .navBarMenuButton .open {
  display: none;
}

.navBarMenuButton a,
.navBarMenuButton a:hover {
  color: #fff;
  text-decoration: none;
}

.filter-menu .detailRow {
  margin-top: 10px;
}

#sideNavOverlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
  opacity: 0;
}

.menu-open #sideNavOverlay,
.filter-open #sideNavOverlay {
  visibility: visible;
  opacity: 1;
}

body.menu-open,
body.dspFavMenu,
body.dspGlobalActionMenu,
body.dspRolesMenu,
body.filter-open {
  overflow: hidden;
}

.outerContainer {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body div.side-menu,
body div.filter-menu {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body.menu-open .outerContainer,
body.menu-open #sideNavOverlay,
body.filter-open .outerContainer,
body.filter-open #sideNavOverlay {
  margin-left: 300px;
  margin-right: -300px;
}

body.menu-open .outerContainer {
  filter: blur(5px);
}

body div.side-menu,
body div.filter-menu {
  width: 300px;
  position: absolute;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  overflow: -moz-scrollbars-none;
}
.theme-light body div.side-menu,
.theme-light body div.filter-menu {
  background-color: #f5f5f6;
}

body div.side-menu,
body div.filter-menu {
  left: 0;
  margin-left: -300px;
  margin-right: 0;
  overflow: auto;
}

body.menu-open div.side-menu,
body.filter-open div.filter-menu {
  margin-left: 0px;
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
  z-index: 20;
}

.side-menu h3,
.filter-menu h3 {
  margin-top: 20px;
  margin-bottom: 9px;
  text-align: center;
  font-size: 1.6em;
  color: #00467e;
}

.side-menu .mainNav,
.filter-menu .mainNav {
  overflow: hidden;
}

.mainNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.mainNav ul a {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 1em;
  text-decoration: none;
  position: relative;
}
.theme-light .mainNav ul a {
  color: black;
  background: #f5f5f6;
}

.theme-light .mainNav ul a:hover,
.theme-light .mainNav ul .dspSubs > a,
.theme-light .mainNav ul .selectionPath > a {
  color: white;
  background: #004c8b;
}

.mainNav a .navBtn {
  color: inherit;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}

.mainNav ul a .navLabel {
  margin: 16px;
  display: inline-block;
  position: relative;
}

.mainNav ul ul a .navLabel {
  margin: 8px 15px 8px 30px;
}

.mainNav ul ul ul a .navLabel {
  margin: 8px 15px 8px 45px;
}

.mainNav ul ul ul ul a .navLabel {
  margin: 8px 15px 8px 60px;
}

.mainNav li {
  clear: both;
  position: relative;
}
.theme-light .mainNav li {
  background: #f5f5f6;
}

.mainNav li:after {
  content: "";
  display: block;
  clear: both;
}

.mainNav li li a .navBtn {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-top: -12px;
}

.side-menu .mainNav li {
  border: none;
  margin: 1px 0;
}

.mainNav .navBtn:hover {
  background: #fff;
  color: #00467e;
}

.mainNav .dspSubs > a > .navBtn {
  transform: rotate(180deg);
}

.mainNav .menuAnimatedDiv {
  overflow: hidden;
}

.mainNav .superMenuWrapper {
  width: 100% !important;
}

.mainNav .superMenuWrapper .superMenuCol {
  display: block !important;
  width: 100% !important;
}

.mainNav .superMenuWrapper .superMenuCol .superMenuLinks ul {
  max-height: none;
}

.mainNav .superMenuWrapper .moduleTitle {
  color: #00467e;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 1.3em;
}

.mainNav .superMenuWrapper a:hover {
  background: none;
  text-decoration: underline;
}

.mainNav .modeToggle {
  text-align: right;
}
.mainNav .modeToggle .mtbContainer {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 10px 0;
}
.mainNav .modeToggle .mtbContainer > span {
  display: inline-block;
  vertical-align: middle;
}
.mainNav .modeToggle .mtbContainer > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em;
  cursor: pointer;
  margin: 0;
  padding: 5px;
  width: auto;
}
.mainNav .modeToggle .mtbContainer > a .circleHighlight {
  border-radius: 1em;
  padding: 8px;
  margin: 1px;
  display: inline-block;
}
.theme-light .mainNav .modeToggle .mtbContainer > a:hover .circleHighlight {
  color: white;
  background: #004c8b;
}
.mainNav .modeToggle .mtbContainer .colorModeList {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 100;
  display: none;
  text-align: left;
  overflow: hidden;
}
.theme-light .mainNav .modeToggle .mtbContainer .colorModeList {
  background: #ededef;
  border: 1px solid #cdcdd2;
}
.mainNav .modeToggle .mtbContainer .colorModeList a {
  font-family: "Quicksand";
  font-weight: 300;
  padding: 7px 20px 7px 10px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.theme-light .mainNav .modeToggle .mtbContainer .colorModeList a {
  color: black;
  background: #f5f5f6;
}
.theme-light .mainNav .modeToggle .mtbContainer .colorModeList a.selected {
  box-shadow: inset 0 0 10px 0 #004c8b;
}
.theme-light .mainNav .modeToggle .mtbContainer .colorModeList a:hover {
  color: white;
  background: #004c8b;
}
.theme-light .mainNav .modeToggle .mtbContainer .colorModeList a:not(:first-child) {
  border-top: 1px solid #cdcdd2;
}
.mainNav .modeToggle .mtbContainer .colorModeList a .icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.mainNav .modeToggle .mtbContainer .colorModeList a .appHeadingBackground,
.mainNav .modeToggle .mtbContainer .colorModeList a .appFiltersBorder,
.mainNav .modeToggle .mtbContainer .colorModeList a .gridBackground {
  display: block;
  height: 10px;
}
.theme-light .mainNav .modeToggle .mtbContainer.openPalette > a .circleHighlight {
  color: white;
  background: #004c8b;
}
.mainNav .modeToggle .mtbContainer.openPalette .colorModeList {
  display: inline-block;
}

.mtbContainer .light .icon {
  background-image: url();
}
.mtbContainer .light .icon .appHeadingBackground {
  background: #ededef;
}
.mtbContainer .light .icon .appFiltersBorder {
  background: #cdcdd2;
}
.mtbContainer .light .icon .gridBackground {
  background: #f5f5f6;
}

.smartphone .leftCol .vaiComponent:not(.selectedAttributes),
.tablet .leftCol .vaiComponent:not(.selectedAttributes) {
  display: none;
}

.smartphone .leftCol.hasChildren .vaiComponent,
.tablet .leftCol.hasChildren .vaiComponent {
  display: block;
}

.s2k-dojo .filter-menu .dijitTitlePaneTitle {
  margin: 5px;
  border: none;
}

.s2k-dojo .filter-menu div.dijitTitlePaneContentOuter {
  background: #fff;
  border: none;
  margin: 5px;
  border-radius: 6px;
}

.floatNavBar .floatNavContainer .navBar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 50;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.floatNavBar.menu-open .floatNavContainer .navBar {
  left: 300px;
  right: -300px;
}

.floatNavOverlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
  opacity: 0;
}

.dspFavMenu .floatNavOverlay,
.dspGlobalActionMenu .floatNavOverlay,
.dspRolesMenu .floatNavOverlay,
.dspGroupJobMenu .floatNavOverlay {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .mobile-navigation .navBarMenuButton {
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-navigation .wpthemeBannerPrimaryNavigation {
    display: none !important;
  }
}
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../../webfonts/Quicksand-Light.ttf");
}
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../../webfonts/Quicksand-Regular.ttf");
}