.mobile-menu, .mobile-footer {
  display: none;
}

.forgot-pw, .terms-conditions, .privacy, .dmca {
  display: none;
}

.mobile-nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  padding: 15px;
  background: #3e454e;
  z-index: 999;
}

#mobileNav {
  position: fixed;
  display: none;
  padding-top: 30px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #333;
}

#mobileNav .close {
  color: #fff;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 100;
}

#mobileNav ul > li > a {
  font-size: 2em;
}

#mobileNav ul > li {
  padding: 15px 0;
}

#mobileNav ul > li + li {
  border-top: 1px solid #ccc;
}

#mobileNav ul > li > a, #mobileNav ul > li > a:hover, #mobileNav ul > li > a:focus, #mobileNav ul > li > a:active {
  color: #fff;
}

#hamburgerMenu, #hamburgerMenu:hover, #hamburgerMenu:focus, #hamburgerMenu:active {
  color: #fff;
}


@media (max-width: 1023px) {
  body {
    background-image: none !important;
    /* background-color: #f9f9f9 !important; */
  }
  #container {
    display: block;
    width: 100%;
    padding: 0 !important;
  }
  /* Hide TU Content */
 #utilities, #header, #main_menu, #column_side, #column_space, #titlebar_lg, #footer {
   display: none !important;
   height: 0 !important;
 }
  #background {
    display: none;
  }
  /* end */

  #content, #colMain {
    width: 100% !important;
    position: absolute;
    top: 0;
  }
  #colMain #colMain_content {
    float: none !important;
    width: 100% !important;
    background-color: white;
    padding: 0 !important;
    margin: 0 !important;
    border-style: none !important;
  }
  
  #colMain_contentMain {
    margin-top: 50px;
  }

  .alerts-wrap {
    margin-bottom: 0;
    margin-top: 50px;
  }

  .modal-content {
    position: relative;
  }

  .fixed {
    position: fixed !important;
    width: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  #ama-main.scroller  {
    margin-top: 30px;
  }

  .mobile-nav-wrap {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .centerPiece {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  #loginScreen {
    margin-top: 80px !important;
  }

  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #333;
    height: 50px;
    z-index: 1000;
  }

  .mobile-menu ul {
    display: table;
    height: 50px;
  }

  .mobile-menu li {
    display: table-cell;
    vertical-align: middle;
  }

  .mobile-menu a {
    color: #fff;
    font-size: 16px;
  }

  .mobile-menu a:hover {
    color: #e0e0e0;
  }

  .privacy-statement {
    display: none;
  }

  .mobile-footer {
    display: block;
  }

}

#mobileMenu {
	display: none;
}
#mobileMenu #mobileNav {
	padding-top: 60px;
}
#mobileMenu #mobileNav ul {
	padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 10px;
}
#mobileMenu #mobileNav ul li a {
	text-decoration: none;
	font-size: 1.25em;
}
#mobileMenu #mobileNav ul li ul {
	padding-left: 40px;
	margin-bottom: 0px;
}
@media (max-width: 1023px) {
	#mobileMenu {
		display: block;
	}
	#mobileMenu .container-fluid {
		margin: 0;
	    padding-left: 15px;
	    padding-right: 15px;
	    height: calc(100% - 60px);
    	overflow: auto;
	}
	
	#content {
        padding: 0;
    }
}
