@media all and (max-width: 800px) {
  /* line 3, ../sass/pml-0.hacks.scss */
  #toolbar, #admin-menu {
    display: none; }

  /* line 8, ../sass/pml-0.hacks.scss */
  html body.toolbar, html body.admin-menu {
    padding-top: 0 !important;
    margin-top: 0 !important; } }
/* Admin menu display fix*/
/* line 15, ../sass/pml-0.hacks.scss */
#admin-toolbar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* Media-gallery display fix*/
/* line 23, ../sass/pml-0.hacks.scss */
a.media-gallery-thumb img,
.media-gallery-detail img {
  height: auto;
  overflow: auto;
  width: auto; }

/* line 29, ../sass/pml-0.hacks.scss */
.mg-col {
  width: auto; }

/*.media-gallery-media > .field__items > .field__item {
  position: relative;
  float:left;
}*/
/*Set up the header green bar*/
/* line 38, ../sass/pml-0.hacks.scss */
.l-page {
  background: url("../images/header_bar_gray.png") repeat-x 0% 0%; }

/* line 41, ../sass/pml-0.hacks.scss */
body.front .l-content {
  display: none; }

/*Adjust the width of the navbar so it doesn't wrap*/
/* line 46, ../sass/pml-0.hacks.scss */
div.l-region--navigation {
  width: 80%; }

/*
Remove the list formatting from the trip it widget*/
/* line 53, ../sass/pml-0.hacks.scss */
ul.TA_links li {
  list-style: none;
  margin-right: 7em; }

/*# sourceMappingURL=pml-0.hacks.css.map */
