/** {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/

.mobile-nav-toggle-label { 
  display: inline-block !important; 
}

body {
  background-color: #FFFFFF;
}

#secondaryNavigation {
  text-align: center;
  left: auto;
}

#body {
  /*text-align: center;*/
  /*width: 1132px;*/
  margin: 0 auto;
}

.col-md-10 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.content {
  padding: 50px;
}

.banner-thumbnail-wrapper {
  display: flex;
  align-items: center;
}

#mobile-nav-open{
  display: none;
}

#mobile-nav-open:checked ~ #siteWrapper .top-bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
  
  -webkit-transition: top .1s .1s ease-in-out,-webkit-transform .1s .2s ease-in-out;
  -moz-transition: top .1s .1s ease-in-out,-moz-transform .1s .2s ease-in-out;
  -ms-transition: top .1s .1s ease-in-out,-ms-transform .1s .2s ease-in-out;
  -o-transition: top .1s .1s ease-in-out,-o-transform .1s .2s ease-in-out;
  transition: top .1s .1s ease-in-out,transform .1s .2s ease-in-out;
}

#mobile-nav-open:checked ~ #siteWrapper .middle-bar {
  opacity: 0;
}

#mobile-nav-open:checked ~ #siteWrapper .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
  
  -webkit-transition: top .1s .1s ease-in-out,-webkit-transform .1s .2s ease-in-out;
  -moz-transition: top .1s .1s ease-in-out,-moz-transform .1s .2s ease-in-out;
  -ms-transition: top .1s .1s ease-in-out,-ms-transform .1s .2s ease-in-out;
  -o-transition: top .1s .1s ease-in-out,-o-transform .1s .2s ease-in-out;
  transition: top .1s .1s ease-in-out,transform .1s .2s ease-in-out;
}

#mobile-nav-open:checked ~ #siteWrapper{
  position: fixed;
  height: 100%;
  -webkit-transform: translate3d(-260px,0,0);
  -moz-transform: translate3d(-260px,0,0);
  -ms-transform: translate3d(-260px,0,0);
  -o-transform: translate3d(-260px,0,0);
  transform: translate3d(-260px,0,0);
}

#mobile-nav-open:checked ~ #sidecarNav{
  height: 100%;
  visibility: visible;
  -webkit-transition: height 0s .14s linear,visibility 0s 0s linear;
  -moz-transition: height 0s .14s linear,visibility 0s 0s linear;
  -ms-transition: height 0s .14s linear,visibility 0s 0s linear;
  -o-transition: height 0s .14s linear,visibility 0s 0s linear;
  transition: height 0s .14s linear,visibility 0s 0s linear;
}

.payment_url{border-radius: 3px;}