/*
  This file contains all the base styling for sass files. Pulling in all the 
  necessary variables and mixins but does not actually output anything so is
  safe to use as a base for other css files without adding excessive weight
*/
/*********************
BREAKPOINTS
*********************/
/*
  screen-tiny: 321 - 320
  screen-xs: 480px - 767px
  screen-sm: 768px - 969px
  screen-md: 970px - 1199px
  screen-lg: 1200px
*/
/*********************
Placeholder
*********************/
/*********************
VENDOR PREFIX
*********************/
.footer.container,.header.container {
  padding: 0;
  max-width: 100%;
}

#xrx_bnrv4_header #xrx_bnrv4_header_menuchk:checked ~ #xrx_bnrv4_header_nav,#xrx_bnrv4_header .xrx_bnrv4_menu_btn.open ~ #xrx_bnrv4_header_nav {
  left: 0;
}

.logged-in #xrx_bnrv4_header #xrx_bnrv4_header_menuchk:checked ~ #xrx_bnrv4_header_nav,.logged-in #xrx_bnrv4_header .xrx_bnrv4_menu_btn.open ~ #xrx_bnrv4_header_nav {
  top: 109px;
}

.footer.container {
  border-top: none !important;
}
