/* Corporate Identity Colors */
/* Input fields */
/* Errors */
/* Button colors */
#backToMenu {
  bottom: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  position: fixed;
  z-index: 800; }
  #backToMenu span {
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    font-family: "Yeseva One", cursive;
    text-align: center;
    display: block;
    position: fixed;
    bottom: 60px;
    font-size: 20px; }
  #backToMenu a {
    width: 200px;
    color: #FFFFFF;
    bottom: 0px;
    z-index: 800;
    width: 200px;
    position: fixed;
    left: 50%;
    margin-left: -100px;
    margin-right: -100px;
    text-align: center;
    padding: 20px 0px;
    text-decoration: none;
    font-family: 'Yeseva One', cursive;
    font-size: 16px;
    line-height: 1.3; }
  #backToMenu a:active {
    background-color: none;
    fill: none; }
  #backToMenu a::after {
    content: ""; }

#pageNav {
  background-color: #8679AF; }
  #pageNav .wrapper {
    padding: 0px; }
    #pageNav .wrapper p {
      font-size: 18px;
      color: #FFFFFF;
      font-family: "Yeseva One", cursive;
      padding: 20px 20px;
      padding-bottom: 25px;
      padding-top: 40px; }
    #pageNav .wrapper ul {
      width: 100%;
      padding: 0px; }
      #pageNav .wrapper ul li a {
        letter-spacing: normal;
        color: #FFFFFF;
        font-size: 18px;
        text-decoration: underline;
        width: 100%;
        padding: 20px 20px;
        box-sizing: border-box;
        padding-left: 30px; }
      #pageNav .wrapper ul li a::after {
        content: "";
        display: none; }
      #pageNav .wrapper ul li::after {
        display: none;
        content: ''; }
      #pageNav .wrapper ul li:nth-child(even) {
        background-color: rgba(255, 255, 255, 0.1); }
    #pageNav .wrapper form {
      padding: 30px 30px;
      display: block; }
      #pageNav .wrapper form h4.icon {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center; }
      #pageNav .wrapper form h4.icon > span {
        color: #FFFFFF;
        font-family: "Yeseva One", cursive;
        padding-bottom: 20px;
        display: block; }
      #pageNav .wrapper form h4 > span.searchIcon {
        content: "";
        background-image: url("../images/publicmonkey/magnifying-glass.png");
        width: 50px;
        height: 50px;
        display: block;
        background-size: contain;
        float: left;
        background-repeat: no-repeat;
        margin-right: 10px;
        box-sizing: border-box; }
