/* Copyright 2017 Dominik Krulak
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* -------------------------------- ABOUT --------------------------------------
 * Compiled to:      onPageNav.min.css
 * File name abbr.:  on page navigation
 * Description:      on page navigation where nav items links to section within
 *					 the page.
 * ---------------------------------------------------------------------------*/
/* Copyright 2017 Dominik Krulak
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* -------------------------------- ABOUT --------------------------------------
 * Compiled to:      *
 * File name abbr.:  -
 * Description:      SASS variables that are imported in almost every CSS
 *                   stylesheet.
 * ---------------------------------------------------------------------------*/
/* Local default fonts */
/* Google fonts */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* Theme */
/* Typography and iconography colors */
/* SPINNER */
/* ANIMATION */
/* SNACKBAR */
/* Copyright 2017 Dominik Krulak
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* -------------------------------- ABOUT --------------------------------------
 * Compiled to:      *
 * File name abbr.:  -
 * Description:      SASS mixins that are imported in almost every CSS
 *                   stylesheet.
 * ---------------------------------------------------------------------------*/
/* Dialog */
#onPageNavXT {
  position: absolute;
  height: 4rem;
  border-bottom: 1px solid #e2e2e4;
  z-index: 3;
}
#onPageNavXT::after {
  content: "";
  display: block;
  position: absolute;
  top: 7rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.47);
  opacity: 0;
  z-index: -1;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
#onPageNavXT.fx {
  position: fixed;
  top: 0;
}
#onPageNavXT.fx > nav > *:not(#onPageNavTglMu) {
  background-color: rgba(255, 255, 255, 0.87);
}
#onPageNavXT.fx::after {
  top: 4rem;
}
#onPageNavXT > nav {
  width: 100%;
  height: auto;
  min-height: 100%;
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) {
  padding-bottom: 0;
  background-color: #ffffff;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd {
  padding: 0 0.625rem;
  height: 4rem;
  overflow: auto;
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > * {
  list-style: none;
  align-self: flex-end;
  margin-right: 0.3125rem;
  margin-bottom: 0.625rem;
  padding: 0;
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > *:last-child {
  margin-right: 0;
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > *.breadCrumbArrow:not(.bn):not(.skp) > *:not(.bn).lstTtl {
  margin-right: 1.5rem;
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > *.breadCrumbArrow:not(.bn):not(.skp) > svg {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 !important;
  margin-top: 6px;
}
@media only screen and (max-width: 812px) {
  #onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > *.breadCrumbArrow:not(.bn):not(.skp) > svg {
    margin-top: 2px;
  }
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > *.breadCrumbArrow:not(.bn):not(.skp) > svg > * {
  fill: #303030;
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > *.cGw > * {
  vertical-align: bottom;
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > * > a:not(.bn):not(.skp) {
  position: relative;
  display: inline-block;
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 0.8rem;
  line-height: 1.25;
  padding: 0.15625rem 0.625rem;
  color: #1d1d1f;
  white-space: nowrap;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  #onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > * > a:not(.bn):not(.skp) {
    font-size: 0.694rem;
  }
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > * > a:not(.bn):not(.skp)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > * > a:not(.bn):not(.skp):not(.atv):hover, #onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > * > a:not(.bn):not(.skp):not(.atv):focus {
  text-decoration: none;
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > * > a:not(.bn):not(.skp):not(.atv):hover::after, #onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > * > a:not(.bn):not(.skp):not(.atv):focus::after {
  background-color: rgba(0, 0, 0, 0.05);
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > * > a:not(.bn):not(.skp):not(.atv):active {
  text-decoration: none;
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > * > a:not(.bn):not(.skp):not(.atv):active::after {
  background-color: rgba(0, 0, 0, 0.15);
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > * > a:not(.bn):not(.skp).atv {
  color: #f68400;
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > * > a:not(.bn):not(.skp).lstTtl {
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 1.563em;
  line-height: 1;
}
@media only screen and (max-width: 812px) {
  #onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > * > a:not(.bn):not(.skp).lstTtl {
    font-size: 1.266em;
  }
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > * > a:not(.bn):not(.skp).lstTtl1 {
  font-family: "Poppins", "Verdana", "Helvetica", "Arial Black", "Trebuchet MS", sans-serif;
  font-size: 1.563em;
  letter-spacing: -0.01em;
  line-height: 1;
}
@media only screen and (max-width: 812px) {
  #onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > * > a:not(.bn):not(.skp).lstTtl1 {
    font-size: 1.266em;
  }
}
@media only screen and (max-width: 812px) {
  #onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > * > a:not(.bn):not(.skp).lstTtl {
    padding: 0 0.9375rem;
  }
}
@media only screen and (max-width: 480px) {
  #onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > * > a:not(.bn):not(.skp).lstTtl {
    padding: 0 0.625rem;
  }
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > * > .bn {
  margin-top: 0;
  margin-bottom: 0;
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > #onPageNavBn {
  margin-bottom: 0.390625rem;
  margin-right: 0;
}
@media only screen and (max-width: 812px) {
  #onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > #onPageNavBn {
    margin-bottom: 0.3125rem;
  }
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > #onPageNavBn > * {
  margin: 0;
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > #onPageNavBn > *:not(.skp) {
  background: rgba(0, 0, 0, 0);
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > #onPageNavBn > *:not(.skp) svg > * {
  stroke: rgba(0, 0, 0, 0);
  fill: #303030;
}
#onPageNavXT > nav > *:not(#onPageNavTglMu) > .gd > #onPageNavBn svg {
  width: 20px;
  height: 20px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
#onPageNavXT #onPageNavTglMu {
  position: relative;
  padding: 0;
  z-index: 4;
}
#onPageNavXT #onPageNavTglMu > ol {
  float: none;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  width: 100%;
  max-height: 0;
}
#onPageNavXT #onPageNavTglMu > ol > * {
  padding: 0;
  list-style: none;
  align-self: center;
}
#onPageNavXT #onPageNavTglMu > ol > * > * {
  display: block;
  padding: 0;
  margin: 0 auto;
  text-decoration: none;
  max-width: 900px;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
#onPageNavXT #onPageNavTglMu > ol > * > *::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 1px;
  border-radius: 0;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
#onPageNavXT #onPageNavTglMu > ol > * > *:not(.atv):hover, #onPageNavXT #onPageNavTglMu > ol > * > *:not(.atv):focus {
  text-decoration: none;
}
#onPageNavXT #onPageNavTglMu > ol > * > *:not(.atv):hover::after, #onPageNavXT #onPageNavTglMu > ol > * > *:not(.atv):focus::after {
  background-color: rgba(0, 0, 0, 0.05);
}
#onPageNavXT #onPageNavTglMu > ol > * > *:not(.atv):active {
  text-decoration: none;
}
#onPageNavXT #onPageNavTglMu > ol > * > *:not(.atv):active::after {
  background-color: rgba(0, 0, 0, 0.15);
}
#onPageNavXT #onPageNavTglMu > ol > * > *.atv > * {
  color: #f68400;
  text-decoration: none;
}
#onPageNavXT #onPageNavTglMu > ol > * > *.atv > * svg > * {
  fill: #f68400;
  stroke: rgba(0, 0, 0, 0);
}
#onPageNavXT #onPageNavTglMu > ol > * > * > * {
  display: block;
  margin: 0 3.125rem;
  padding: 1.0625rem 0;
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 1.25em;
  line-height: 1;
  color: #1d1d1f;
  border-bottom: 1px solid #e2e2e4;
}
@media only screen and (max-width: 812px) {
  #onPageNavXT #onPageNavTglMu > ol > * > * > * {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 480px) {
  #onPageNavXT #onPageNavTglMu > ol > * > * > * {
    margin: 0 2.5rem;
  }
}
#onPageNavXT #onPageNavTglMu > ol > *:last-child > * > * {
  border-bottom: 0;
}

#onPageNavTgl:checked ~ #onPageNavXT {
  height: auto;
  min-height: 100%;
}
#onPageNavTgl:checked ~ #onPageNavXT::after {
  display: block;
  opacity: 1;
}
#onPageNavTgl:checked ~ #onPageNavXT > nav #onPageNavBn svg {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
}
#onPageNavTgl:checked ~ #onPageNavXT > nav > #onPageNavTglMu {
  background-color: #ffffff;
}
#onPageNavTgl:checked ~ #onPageNavXT > nav > #onPageNavTglMu > ol {
  padding: 1.25rem 0;
  max-height: 400px;
  max-height: -webkit-calc((100vh - 2.5rem) - 5.5rem);
  max-height: calc((100vh - 2.5rem) - 5.5rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
  visibility: visible;
}
#onPageNavTgl:checked ~ #onPageNavXT > nav > #onPageNavTglMu > ol > * > * {
  opacity: 1;
}
