@media (max-width: 1399px) {
  /*----------------------------------------------------- Header --------------------------------------------*/
  .LogoContainer {
    padding-left: 30px;
  }
  /*------------------------------------------------------ Drawer ----------------------------------------------------- */
  .PanelDrawer {
    right: -40%;
    width: 40%;
  }
}
@media (max-width: 991px) {
  /*----------------------------------------------------- General Containers --------------------------------------------*/
  .SectionContainer_HorizontalPadding {
    padding-left: 30px;
    padding-right: 30px;
  }
  .SectionContainer_VerticalPadding_Grid {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /*----------------------------------------------------- Header --------------------------------------------*/
  .HeaderContainer {
    margin: inherit;
  }
  /*----------------------------------------------------- Main Menu --------------------------------------------*/
  .MainMenuContainer {
    display: none;
  }
  /*------------------------------------------------------ Mobile Menu ----------------------------------------------------- */
  .MobileMenuIconContainer {
    width: 100%;
    position: fixed;
    left: 0;
    display: block;
  }
  /*------------------------------------------------------ Sub Menu ----------------------------------------------------- */
  .SectionContainer_WithSubMenu {
    flex-wrap: wrap;
  }
  .SubMenuContentContainer {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .SubMenuContainer {
    width: calc(100% + 60px);
    overflow: scroll;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    transition: all 0.3s;
    -webkit-overflow-scrolling: touch;
    border-right: none;
    margin-left: -30px;
    margin-right: -30px;
  }
  .SubMenu {
    display: inline-flex;
  }
  .SubMenuTab {
    display: inline-table;
    white-space: nowrap;
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .SubMenu li {
    float: left;
  }
  .SubMenuLabel {
    width: auto;
    padding-right: 0px;
  }
  .SubMenuTab.Selected {
    position: relative;
    color: #ffffff;
    background-color: #22252e;
  }
  .SubMenuTab.Selected:hover {
    background-color: #22252e;
  }
  .SubMenuTab.Selected::after {
    display: none;
  }
  /*------------------------------------------------------ Drawer ----------------------------------------------------- */
  .PanelDrawer {
    right: -50%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  /*----------------------------------------------------- Psuedo --------------------------------------------*/
  h1 {
    font-size: 36px;
  }
  /*----------------------------------------------------- Header --------------------------------------------*/
  .SubHeaderIcon img {
    height: 34px;
  }
  /*----------------------------------------------------- General Containers --------------------------------------------*/
  .PanelContainer {
    background-color: #ffffff;
    background-image: linear-gradient(to top, #f2f2f4, #ffffff 50%);
    padding-bottom: 50px;
  }
  .PanelContainer:last-child {
    margin-bottom: 0px !important;
  }
  /*------------------------------------------------------ Header ----------------------------------------------------- */
  .MobileHeader {
    display: block;
    background-color: #f5f5f5;
    padding: 15px 20px 15px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 40px;
    box-sizing: content-box;
  }
  .MobileHeader img {
    width: 142px;
  }
  /*------------------------------------------------------ Side Menu ----------------------------------------------------- */
  .SideMenuContainer {
    overflow: scroll;
    transition: all 0.3s;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 70px;
    z-index: 1000;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  .SideMenu {
    display: inline-flex;
    position: relative;
  }
  .SideMenuTab {
    display: inline-table;
    white-space: nowrap;
    float: left;
    padding: 32px 15px 8px;
  }
  .SideMenuTab:hover {
    background-color: inherit;
  }
  .SideMenuTab.Selected {
    color: #ffffff;
    background-color: #22252e;
  }
  .SideMenuTab.Selected::before {
    width: 0;
  }
  .SideMenuTab.Selected:hover {
    background-color: #22252e;
  }
  .SideMenuTab .SideMenuLabel::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -35px;
    margin-left: -25px;
    height: 30px;
  }
  .SideMenuLabel {
    font-size: 10px;
    padding-right: 0px;
    height: 20px;
    line-height: 20px;
    width: auto;
  }
  .SideMenuTab.HasBadge::after {
    top: 8px;
    margin-top: auto;
    right: 50%;
    margin-right: -18px;
  }
  .SideMenuHeader {
    display: none;
  }
  /*------------------------------------------------------ Drawer ----------------------------------------------------- */
  .PanelDrawer {
    right: -70%;
    width: 70%;
  }
}
@media (max-width: 575px) {
  /*----------------------------------------------------- Psuedo --------------------------------------------*/
  body {
    background-color: #f5f5f5;
  }
  /*----------------------------------------------------- Header --------------------------------------------*/
  .LogoContainer {
    padding-left: 15px;
  }
  .LogoContainer img {
    width: 150px;
  }
  /*----------------------------------------------------- General Containers --------------------------------------------*/
  .SectionContainer_HorizontalPadding {
    padding-left: 15px;
    padding-right: 15px;
  }
  /*------------------------------------------------------ Sub Menu ----------------------------------------------------- */
  .SubMenuContainer {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  /*------------------------------------------------------ Drawer ----------------------------------------------------- */
  .PanelDrawer {
    right: -100%;
    width: 100%;
    background-color: #f5f5f5;
    position: fixed;
    z-index: 1000;
  }
  /*------------------------------------------------------ Misc ----------------------------------------------------- */
  .HasBackArrow {
    margin-left: 10px;
  }
  .FooterTile {
    margin-bottom: 30px;
  }
}
@media (max-width: 374px) {}