/*

 __   __  _______  _     _  ______   __   __  __  
|  | |  ||       || | _ | ||      | |  | |  ||  | 
|  |_|  ||   _   || || || ||  _    ||  |_|  ||  | 
|       ||  | |  ||       || | |   ||       ||  | 
|       ||  |_|  ||       || |_|   ||_     _||__| 
|   _   ||       ||   _   ||       |  |   |   __  
|__| |__||_______||__| |__||______|   |___|  |__| 

Careful... the CSS gets redundant and hacky 
during the mybackpack leg of the project...

NOT PRODUCTION quality...

If you want the SASS source (which is easier to read)...

email: jesse@ethicalux.com

(c) Ethical User Experience Design Inc. 2015
    
*/
/* !css libraries */
@import url(normalize.css);
@import url(mbp-fontello.css?v=2);

/* !extensions */
/* line 36, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/toolkit-1.3.8/stylesheets/toolkit/_box-sizing.scss */
.layout *, .layout *:after, .layout *:before, .main *, .main *:after, .main *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 4, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/toolkit-1.3.8/stylesheets/toolkit/_fluid-media.scss */
img, video {
  max-width: 100%;
  height: auto; }

.doormat > div.DoormatExtraTile, .doormat > div.DoormatExtraTile:hover {
  background-color: transparent;
}
.doormat > div.DoormatExtraTile > div {
  text-align: left;
  padding-left: 22px;
  padding-right: 22px;
}
.doormat > div.DoormatExtraTile .bg {
  z-index: -1;
}
.doormat > div.DoormatExtraTile h1 {
  text-decoration: none;
}
.doormat > div.DoormatExtraTile {
  padding-top: 45%;
}

/* line 56, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/toolkit-1.3.8/stylesheets/toolkit/_intrinsic-ratio.scss */
.doormat > a, .doormat > div {
  position: relative;
  height: 0; }

/* line 60, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/toolkit-1.3.8/stylesheets/toolkit/_intrinsic-ratio.scss */
.doormat > a > *, .doormat > div > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0; }

.doormat-content {
  display: table;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 85%;
  width: 100%;
}
.doormat-content > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.template-backpacks .doormat-content {
  padding: 22px;
}

/* --------------------------------------------------

    GLOBAL
    
-------------------------------------------------- */
/* !imports */
/* !opinated defaults */
/* line 6, ../_scss/global/_defaults.scss */
#mbp-content,
#mbp-content button,
#mbp-content input,
#mbp-content select,
#mbp-content textarea {
  color: #2A2A2A; }

/* line 9, ../_scss/global/_defaults.scss */
#mbp-content {
  font-size: 1em;
  line-height: 1.4; }

/* line 13, ../_scss/global/_defaults.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 18, ../_scss/global/_defaults.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 22, ../_scss/global/_defaults.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #F3F3F3;
  margin: 1em 0;
  padding: 0; }

/* line 33, ../_scss/global/_defaults.scss */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/* line 36, ../_scss/global/_defaults.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* line 45, ../_scss/global/_defaults.scss */
textarea {
  resize: vertical; }

/* line 41, ../_scss/global/_grid.scss */
body {
  width: 100%;
  *zoom: 1; }
  /* line 27, ../_scss/global/_grid.scss */
  body:before, body:after {
    content: "";
    display: table; }
  /* line 31, ../_scss/global/_grid.scss */
  body:after {
    clear: both; }

/* line 1, ../_scss/global/_functions.scss */
.viewport {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 11px 11px;
  *zoom: 1; }
  @media (min-width: 569px) {
    /* line 1, ../_scss/global/_functions.scss */
    .viewport {
      padding: 0 44px 44px; } }
  @media (min-width: 960px) {
    /* line 1, ../_scss/global/_functions.scss */
    .viewport {
      padding: 0; } }
  /* line 27, ../_scss/global/_grid.scss */
  .viewport:before, .viewport:after {
    content: "";
    display: table; }
  /* line 31, ../_scss/global/_grid.scss */
  .viewport:after {
    clear: both; }

.collage .item {
  position: relative;
}

/* line 47, ../_scss/global/_functions.scss */
.bg, .doormat > a .bg:after, .doormat > div .bg:after, .item .photo-wrapper:after {
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }

/* --------------------------------------------------

    type
    
-------------------------------------------------- */
/* line 9, ../_scss/modules/_typography.scss */
body {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Lucida, Arial, sans-serif;
  color: #2a2a2a;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

/* line 15, ../_scss/modules/_typography.scss */
#mbp-content h1, #mbp-content h2, #mbp-content h3, #mbp-content h4, #mbp-content h6 {
  font-family: 'EgyptienneURWNar-Med';
  font-weight: normal;
  color: inherit; }
  /* line 18, ../_scss/modules/_typography.scss */
  h1 [class*="icon"], h2 [class*="icon"], h3 [class*="icon"], h4 [class*="icon"], h6 [class*="icon"] {
    color: #8AAB37; }

/* line 22, ../_scss/modules/_typography.scss */
#mbp-content h1 {
  font-size: 1.83333em;
  line-height: 1.63636em;
  line-height: 24px;
  margin-top: 0.3em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em;
  color: #E9A82B; }
  /* line 27, ../_scss/modules/_typography.scss */
  #mbp-content h1 a {
    font-weight: bold; }

/* line 31, ../_scss/modules/_typography.scss */
#mbp-content h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em; }

/* line 36, ../_scss/modules/_typography.scss */
#mbp-content [role*="heading"] h1 {
  font-size: 3.41667em;
  line-height: 0.79024em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.15em; }
/* line 40, ../_scss/modules/_typography.scss */
#mbp-content [role*="heading"] h2 {
  font-size: 1.83333em;
  line-height: 1.63636em;
  font-family: 'EgyptienneURW-Lig';
  color: #999999; }

/* line 46, ../_scss/modules/_typography.scss */
#mbp-content h3 {
  font-size: 1.33333em;
  line-height: 1.125em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.6em; }

/* line 51, ../_scss/modules/_typography.scss */
#mbp-content h4 {
  font-size: 1.16667em;
  line-height: 1.28571em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em; }
  /* line 54, ../_scss/modules/_typography.scss */
  #mbp-content h4 a {
    border-bottom: 2px solid rgba(81, 94, 121, 0.25); }
  /* line 57, ../_scss/modules/_typography.scss */
  #mbp-content h4 span:not([class*="icon"]) {
    opacity: 0.5; }

/* line 61, ../_scss/modules/_typography.scss */
#mbp-content h5 {
  font-size: 1.16667em;
  line-height: 1.28571em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.15em; }
  /* line 65, ../_scss/modules/_typography.scss */
  #mbp-content h5 img {
    vertical-align: middle; }
  /* line 68, ../_scss/modules/_typography.scss */
  #mbp-content h5 a {
    color: #8AAB37; }

/* line 72, ../_scss/modules/_typography.scss */
#mbp-content h6 {
  font-size: 1em;
  line-height: 1.65em;
  margin-top: 0.375em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.3em; }

/* line 76, ../_scss/modules/_typography.scss
.layout p {
  font-size: 1.16667em;
  line-height: 1.41429em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.5em; } */
  /* line 79, ../_scss/modules/_typography.scss */
  .layout p a {
    text-decoration: underline; }

/* line 84, ../_scss/modules/_typography.scss */
.layout a {
  color: #00557B;
  text-decoration: none;
  -webkit-transition: all 260ms ease-out;
  -moz-transition: all 260ms ease-out;
  -o-transition: all 260ms ease-out;
  transition: all 260ms ease-out; }
  /* line 88, ../_scss/modules/_typography.scss */
  a.alert {
    color: crimson; }
  /* line 91, ../_scss/modules/_typography.scss */
  a:hover {
    color: #8AAB37; }
  /* line 94, ../_scss/modules/_typography.scss */
  a:focus, a:target {
    outline: none !important; }

/* line 98, ../_scss/modules/_typography.scss */
#mbp-content hr, .layout hr {
  border: none;
  border-top: 1px solid #999999;
  margin-bottom: 22px; }

/* line 104, ../_scss/modules/_typography.scss */
#mbp-content ul, #mbp-content ol {}
  /* line 106, ../_scss/modules/_typography.scss */
  #mbp-content ul li, #mbp-content ol li {
    font-size: 14px; }

/* --------------------------------------------------

    iconogprahy stuff
    
-------------------------------------------------- */
/* line 115, ../_scss/modules/_typography.scss */
[class*="icon"].callout {
  padding: 0px !important;
  margin: 0 4px;
  width: auto;
  color: white;
  background: #8AAB37;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  line-height: 22px;
  text-align: center;
  width: 22px;
  height: 22px; }
  /* line 130, ../_scss/modules/_typography.scss */
  [class*="icon"].callout.secondary {
    background: #999999; }
  /* line 133, ../_scss/modules/_typography.scss */
  [class*="icon"].callout.orange {
    background: #E9A82B; }
  /* line 136, ../_scss/modules/_typography.scss */
  [class*="icon"].callout.red {
    background: crimson; }

/* --------------------------------------------------

    I need another typeface... 
    
-------------------------------------------------- */
/* line 145, ../_scss/modules/_typography.scss */
.alt {
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Lucida, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

/* --------------------------------------------------

    cruft
    
-------------------------------------------------- */
/* line 156, ../_scss/modules/_typography.scss */
span.alert {
  color: crimson; }

/* line 2, ../_scss/modules/_ui.scss */
.ui ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
/* line 7, ../_scss/modules/_ui.scss */
.ui.panel {
  position: absolute;
  z-index: 999;
  top: 0px;
  right: 0px;
  width: 44px;
  height: 44px;
  display: block;
  background: #2a2a2a;
  text-align: center;
  cursor: pointer;
  display: table;
  -webkit-transition: all 260ms ease-out;
  -moz-transition: all 260ms ease-out;
  -o-transition: all 260ms ease-out;
  transition: all 260ms ease-out; }
  @media (min-width: 569px) {
    /* line 7, ../_scss/modules/_ui.scss */
    .ui.panel {
      border-left: 1px solid rgba(0, 0, 0, 0.15); } }
  /* line 23, ../_scss/modules/_ui.scss */
  .ui.panel * {
    display: table-cell;
    vertical-align: middle;
    color: white !important; }
  /* line 28, ../_scss/modules/_ui.scss */
  .ui.panel [class*="icon"] {
    font-size: 20px; }
  /* line 31, ../_scss/modules/_ui.scss */
  .ui.panel.inactive {
    opacity: 0.4; }
  /* line 34, ../_scss/modules/_ui.scss */
  .ui.panel.status {
    top: 4px;
    right: 4px;
    background: darkgrey;
    padding: 1px;
    color: white;
    font-weight: bold;
    font-size: 11px;
    line-height: 22px;
    height: 18px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px; }
  /* line 47, ../_scss/modules/_ui.scss */
  .ui.panel.needed {
    width: 40px;
    height: 40px;
    top: 30px;
    right: 5px; }
    /* line 52, ../_scss/modules/_ui.scss */
    .ui.panel.needed img {
      width: 40px; }
  /* line 56, ../_scss/modules/_ui.scss */
  .ui.panel.green {
    background: #8AAB37; }
/* line 112, ../_scss/modules/_ui.scss */
.ui.help, .ui.close {
  text-decoration: none !important;
  border-bottom: none;
  cursor: pointer; }
  /* line 115, ../_scss/modules/_ui.scss */
  .ui.help:before, .ui.close:before {
    display: none !important; }
/* line 120, ../_scss/modules/_ui.scss */
.ui.help:after {
  content: "\e825";
  font-family: "mbp-fontello";
  width: 22px;
  height: 22px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #00557B;
  color: white;
  text-align: center;
  line-height: 22px; }
/* line 133, ../_scss/modules/_ui.scss */
.ui.close {
  position: absolute;
  top: 8px;
  right: 8px; }
  /* line 137, ../_scss/modules/_ui.scss */
  .ui.close:after {
    content: "\e823";
    font-family: "mbp-fontello";
    width: 22px;
    height: 22px;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background: #00557B;
    color: white;
    text-align: center;
    line-height: 22px; }
/* line 150, ../_scss/modules/_ui.scss */
.ui.tag {
  background: #8AAB37;
  color: #2a2a2a;
  padding: 11px;
  width: auto;
  display: inline-block;
  margin-top: 5.5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer; }
  /* line 159, ../_scss/modules/_ui.scss */
  .ui.tag:after {
    content: "\e823";
    font-family: "mbp-fontello";
    width: 22px;
    height: 22px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background: #8AAB37;
    color: white;
    text-align: center;
    line-height: 20.95238px;
    margin-left: 22px; }
/* line 174, ../_scss/modules/_ui.scss */
.ui.tabs {
  margin-top: 22px; }
  /* line 176, ../_scss/modules/_ui.scss */
  .ui.tabs ul, #content .ui.tabs ul {
    margin: 0;
    display: table;
    width: 100%; }
    /* line 179, ../_scss/modules/_ui.scss */
    .ui.tabs ul li {
      display: table-cell !important;
      height: 44px;
      min-width: 44px;
      background: #999999;
      border-left: 1px solid white;
      border-bottom: 1px solid white;
      -webkit-transition: all 260ms ease-out;
      -moz-transition: all 260ms ease-out;
      -o-transition: all 260ms ease-out;
      transition: all 260ms ease-out; }
      /* line 188, ../_scss/modules/_ui.scss */
      .ui.tabs ul li a {
        color: #2a2a2a;
        width: 100%;
        height: 44px;
        line-height: 44px;
        text-align: center;
        display: block;
        font-weight: bold; }
        /* line 197, ../_scss/modules/_ui.scss */
        .ui.tabs ul li a .label .alert {
          background: crimson;
          color: #fff;
          width: 20px;
          height: 20px;
          line-height: 16px;
          border: 2px solid crimson;
          display: inline-block;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%; }
        @media (min-width: 0px) and (max-width: 768px) {
          /* line 209, ../_scss/modules/_ui.scss */
          .ui.tabs ul li a .label {
            display: none; } }
      /* line 214, ../_scss/modules/_ui.scss */
      .ui.tabs ul li.on {
        background: #F3F3F3;
        border: 1px solid #F3F3F3;
        border-bottom: none; }
        /* line 218, ../_scss/modules/_ui.scss */
        .ui.tabs ul li.on a {
          color: #2a2a2a; }
      /* line 222, ../_scss/modules/_ui.scss */
      .ui.tabs ul li:not([class*="on"]):hover {
        background: #00557B; }
        /* line 224, ../_scss/modules/_ui.scss */
        .ui.tabs ul li:not([class*="on"]):hover a {
          color: white; }
  /* line 230, ../_scss/modules/_ui.scss */
  .ui.tabs + .module {
    margin: 0 0 44px 0;
    border-top: 0px; }
/* line 236, ../_scss/modules/_ui.scss */
.ui ul.menu {
  position: relative;
  z-index: 999;
  width: 145px; }
  @media (min-width: 569px) {
    /* line 236, ../_scss/modules/_ui.scss */
    .ui ul.menu {
      width: 174px; } }
  /* line 243, ../_scss/modules/_ui.scss */
  .ui ul.menu li {
    position: relative;
    width: 100%;
    height: 44px;
    float: left; }
    /* line 248, ../_scss/modules/_ui.scss */
    .ui ul.menu li a {
      background: white;
      border: 1px solid #c9c9c9;
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      padding: 0 11px 0;
      color: #2a2a2a;
      line-height: 44px; }
      /* line 258, ../_scss/modules/_ui.scss */
      .ui ul.menu li a:hover {
        background: #515e79;
        color: white; }
  /* line 267, ../_scss/modules/_ui.scss */
  .ui ul.menu > li > a:after {
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: 0;
    width: 44px;
    height: 44px;
    border: 1px solid #c9c9c9;
    content: "\e819";
    font-family: "mbp-fontello";
    text-align: center;
    line-height: 44px;
    pointer-events: none; }
  /* line 283, ../_scss/modules/_ui.scss */
  .ui ul.menu > li ul {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    /* line 288, ../_scss/modules/_ui.scss */
    .ui ul.menu > li ul li {
      margin-top: -1px; }
  /* line 293, ../_scss/modules/_ui.scss */
  .ui ul.menu > li:hover ul {
    display: block; }
/* line 300, ../_scss/modules/_ui.scss */
.ui ul.sub li {
  position: relative;
  width: 100%;
  height: 44px; }
  /* line 304, ../_scss/modules/_ui.scss */
  .ui ul.sub li a {
    color: #515e79;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 5.5px;
    display: block;
    font-weight: bold;
    /*
                    text-transform: uppercase;
                    font-weight: bolder;
                    font-family: "helvetica neue";
                    font-size: 12px;
    */
    border-top: 1px solid rgba(42, 42, 42, 0.15) !important; }
    /* line 319, ../_scss/modules/_ui.scss */
    .ui ul.sub li a.on {
      color: rgba(42, 42, 42, 0.8);
      background: #cfdbaf; }
    /* line 323, ../_scss/modules/_ui.scss */
    .ui ul.sub li a:hover {
      background: #cfdbaf; }
  /* line 329, ../_scss/modules/_ui.scss */
  .ui ul.sub li:first-child a {
    border: none !important; }
/* line 334, ../_scss/modules/_ui.scss */
.ui ul.sub.inset {
  background: #cfdbaf;
  border-bottom: 1px solid rgba(42, 42, 42, 0.15); }
  /* line 338, ../_scss/modules/_ui.scss */
  .ui ul.sub.inset li a {
    padding-left: 2em;
    text-decoration: underline; }
    /* line 341, ../_scss/modules/_ui.scss */
    .ui ul.sub.inset li a.on {
      text-decoration: none;
      color: black; }
/* line 349, ../_scss/modules/_ui.scss */
.ui .pagination {
  font-family: 'Proxima N W01 Reg';
  width: 100%;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin-top: 14.66667px;
  *zoom: 1; }
  /* line 27, ../_scss/global/_grid.scss */
  .ui .pagination:before, .ui .pagination:after {
    content: "";
    display: table; }
  /* line 31, ../_scss/global/_grid.scss */
  .ui .pagination:after {
    clear: both; }
  /* line 356, ../_scss/modules/_ui.scss */
  .ui .pagination li {
    float: left;
    font-weight: bold;
    white-space: nowrap; }
    /* line 360, ../_scss/modules/_ui.scss */
    .ui .pagination li a {
      padding: 11px;
      display: block; }
    /* line 364, ../_scss/modules/_ui.scss */
    .ui .pagination li:last-child {
      float: right; }

 /* --------------------------------------------------

    progress bar
    
-------------------------------------------------- */
/* line 378, ../_scss/modules/_ui.scss */
.ui.progress {
  height: 44px;
  display: table;
  width: 100%;
  margin-bottom: 44px; }
  /* line 386, ../_scss/modules/_ui.scss */
  .ui.progress .bar {
    background: #F3F3F3;
    position: relative;
    display: table-cell;
    border-right: 2px solid white;
    padding: 14.66667px 11px 0;
    font-weight: bold;
    font-family: "helvetica neue";
    font-size: 12px;
    text-transform: uppercase;
    color: #999999; }
    /* line 397, ../_scss/modules/_ui.scss */
    .ui.progress .bar.on {
      background: #E9A82B;
      color: white; }
      /* line 104, ../_scss/global/_functions.scss */
      .ui.progress .bar.on:after {
        position: absolute;
        top: 44px;
        left: 14.66667px;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14.66667px 22px 0 22px;
        border-color: #db9b3a transparent transparent transparent; }

/* line 410, ../_scss/modules/_ui.scss */
.ui.document {
  background: white;
  position: relative;
  padding: 11px;
  margin-bottom: 3%;
  text-align: center;
  border-bottom: 3px solid rgba(42, 42, 42, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 31%;
  height: 264px;
  float: left;
  margin-right: 3%; }
  /* line 425, ../_scss/modules/_ui.scss */
  .ui.document:nth-child(3n) {
    margin-right: 0; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 410, ../_scss/modules/_ui.scss */
    .ui.document {
      width: 48%;
      height: 220px; }
      /* line 431, ../_scss/modules/_ui.scss */
      .ui.document:nth-child(2n) {
        margin-right: 0; }
      /* line 434, ../_scss/modules/_ui.scss */
      .ui.document:nth-child(3n) {
        margin-right: 3%; } }
  /* line 440, ../_scss/modules/_ui.scss */
  .ui.document h4 {
    height: 44px; }
  /* line 443, ../_scss/modules/_ui.scss */
  .ui.document .view {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.825em; }
  /* line 452, ../_scss/modules/_ui.scss */
  .ui.document.complete {
    background: #8AAB37; }
    /* line 454, ../_scss/modules/_ui.scss */
    .ui.document.complete span {
      color: white;
      font-size: 5em;
      margin-top: 15%; }
    /* line 459, ../_scss/modules/_ui.scss */
    .ui.document.complete a, .ui.document.complete p {
      color: white; }
  /* line 463, ../_scss/modules/_ui.scss */
  .ui.document .button {
    padding: 0 11px;
    white-space: nowrap;
    display: block;
    background: #8AAB37; }
  /* line 469, ../_scss/modules/_ui.scss */
  .ui.document .progress {
    background: #F3F3F3;
    height: 10px;
    margin: 0; }
    /* line 473, ../_scss/modules/_ui.scss */
    .ui.document .progress .bar {
      background: crimson;
      display: block;
      padding: 0;
      height: 100%; }

/* line 485, ../_scss/modules/_ui.scss */
.js-toggle:not([class*="button"]):not([class*="menu"]):not(label):not([class*="custom_checkbox"])::not([class*="vanilla"]):before {
  content: "\e805";
  font-family: "mbp-fontello";
  margin-right: 5.5px; }
/* line 490, ../_scss/modules/_ui.scss */
.js-toggle:not([class*="button"]):not([class*="menu"]):not(label):not([class*="custom_checkbox"])::not([class*="vanilla"]).on {
  color: #2a2a2a; }
  /* line 491, ../_scss/modules/_ui.scss */
  .js-toggle:not([class*="button"]):not([class*="menu"]):not(label):not([class*="custom_checkbox"])::not([class*="vanilla"]).on:before {
    content: "\e806"; }

/* line 498, ../_scss/modules/_ui.scss */
label.js-toggle.on:before {
  content: "\e840" !important; }

/* line 502, ../_scss/modules/_ui.scss */
.toggler {
  display: none; }
  /* line 504, ../_scss/modules/_ui.scss */
  .toggler.on {
    display: block; }

 /* --------------------------------------------------

    forms - global
    
-------------------------------------------------- */
/* line 7, ../_scss/modules/_forms.scss */
form:not([class*="leaflet-control-layers-list"]) {
}
  /* line 10, ../_scss/modules/_forms.scss */
  form:not([class*="leaflet-control-layers-list"]) h3 {
    margin-top: 12px; }
  /* line 13, ../_scss/modules/_forms.scss */
  form:not([class*="leaflet-control-layers-list"]) p {
    margin-bottom: 10px; }
  /* line 16, ../_scss/modules/_forms.scss */
  form:not([class*="leaflet-control-layers-list"]) .highlight {
    margin: 0 0 2px;
    padding: 22px 11px 0; }
    /* line 19, ../_scss/modules/_forms.scss */
    form:not([class*="leaflet-control-layers-list"]) .highlight .two [class*="icon"] {
      float: right; }
    /* line 22, ../_scss/modules/_forms.scss */
    form:not([class*="leaflet-control-layers-list"]) .highlight * {
      line-height: 22px; }
  /* line 27, ../_scss/modules/_forms.scss */
  form:not([class*="leaflet-control-layers-list"]) .highlight + .row {
    padding-top: 22px; }
  /*
  form:not([class*="leaflet-control-layers-list"]):not(#hike-search) label {
    font-family: 'EgyptienneURWNar-Med';
    font-weight: normal;
    color: #8AAB37;
    font-size: 16px; }
    form:not([class*="leaflet-control-layers-list"]):not(#hike-search) label span {
      font-weight: normal;
      color: #8AAB37; }
  */
  form#hike-search input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not([type="submit"]) {
    padding: 4px;
  }
  form#hike-search input.wta-action {
    padding: 8px 14px;
  }
  
  /* line 71, ../_scss/modules/_forms.scss */
  form:not([class*="leaflet-control-layers-list"]) .custom_select {
    position: relative;
    width: 100%;
    height: 44px; }
    /* line 75, ../_scss/modules/_forms.scss */
    form:not([class*="leaflet-control-layers-list"]) .custom_select:after {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 44px;
      height: 44px;
      background: white;
      color: #2a2a2a;
      border: 1px solid #999999;
      content: "\e807";
      font-family: "mbp-fontello";
      text-align: center;
      line-height: 44px;
      pointer-events: none; }
  /* line 92, ../_scss/modules/_forms.scss */
  form:not([class*="leaflet-control-layers-list"]) .custom_checkbox {
    position: relative;
    width: 100%;
    display: block;
    padding: 11px 0; }
    /* line 97, ../_scss/modules/_forms.scss */
    form:not([class*="leaflet-control-layers-list"]) .custom_checkbox label {
      position: relative;
      padding-left: 29.33333px;
      font-weight: normal; }
      /* line 102, ../_scss/modules/_forms.scss */
      form:not([class*="leaflet-control-layers-list"]) .custom_checkbox label:before {
        content: "";
        font-family: "mbp-fontello";
        position: absolute;
        background: white;
        line-height: 22px;
        top: 0;
        left: 0;
        width: 22px;
        height: 22px;
        display: block;
        border: 1px solid #999999; }
    /* line 117, ../_scss/modules/_forms.scss */
    form:not([class*="leaflet-control-layers-list"]) .custom_checkbox [type="checkbox"] {
      display: none;
      -webkit-appearance: none; }
    /* line 121, ../_scss/modules/_forms.scss */
    form:not([class*="leaflet-control-layers-list"]) .custom_checkbox [type="checkbox"]:checked + label:before {
      content: "\e840";
      text-align: center; }
    /* line 126, ../_scss/modules/_forms.scss */
    form:not([class*="leaflet-control-layers-list"]) .custom_checkbox.on label {
      font-weight: bold; }

/* line 133, ../_scss/modules/_forms.scss */
fieldset {
  *zoom: 1; }
  /* line 27, ../_scss/global/_grid.scss */
  fieldset:before, fieldset:after {
    content: "";
    display: table; }
  /* line 31, ../_scss/global/_grid.scss */
  fieldset:after {
    clear: both; }
  /* line 139, ../_scss/modules/_forms.scss */
  fieldset ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    /* line 144, ../_scss/modules/_forms.scss */
    fieldset ol li {
      display: table;
      width: 100%;
      margin-bottom: 11px; }
      /* line 148, ../_scss/modules/_forms.scss */
      fieldset ol li label {
        width: 116px;
        display: table-cell;
        padding: 11px 11px 11px 0; }
        @media (min-width: 569px) {
          /* line 148, ../_scss/modules/_forms.scss */
          fieldset ol li label {
            width: 174px; } }
      /* line 156, ../_scss/modules/_forms.scss */
      fieldset ol li input {
        display: table-cell; }
  @media (min-width: 800px) {
    /* line 164, ../_scss/modules/_forms.scss */
    fieldset .col.two label {
      height: 44px;
      line-height: 44px;
      display: block; }
    /* line 171, ../_scss/modules/_forms.scss */
    fieldset.col.two ol {
      width: 50%;
      float: left; }
      /* line 175, ../_scss/modules/_forms.scss */
      fieldset.col.two ol:last-child label {
        padding-left: 11px; }
    /* line 184, ../_scss/modules/_forms.scss */
    fieldset.checklist ol li label {
      width: 90%; }
    /* line 187, ../_scss/modules/_forms.scss */
    fieldset.checklist ol li input {
      width: 10%; } }

/* line 198, ../_scss/modules/_forms.scss */
.subtle form label {
  font-family: 'Proxima N W01 Reg';
  font-size: 1em;
  line-height: 1.47em;
  padding-top: 4px;
  color: #2a2a2a; }
/* line 205, ../_scss/modules/_forms.scss */
.subtle form .jk-disabler [type="checkbox"]:checked {
  color: #8AAB37 !important; }
/* line 210, ../_scss/modules/_forms.scss */
.subtle form .disabled.off {
  opacity: 0.75;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%); }
  /* line 214, ../_scss/modules/_forms.scss */
  .subtle form .disabled.off label {
    color: #8AAB37; }
/* line 218, ../_scss/modules/_forms.scss */
.subtle form .disabled .custom_checkbox {
  padding: 5.5px 0; }

/* --------------------------------------------------

    jk
    
-------------------------------------------------- */
/* line 7, ../_scss/modules/_layout.scss */
.chapter {
  margin: 88px 0; }

/* line 11, ../_scss/modules/_layout.scss */
table.crew {
  width: 100%;
  margin: 11px 0;
  font-size: 1.16667em;
  line-height: 1.41429em; }
  /* line 16, ../_scss/modules/_layout.scss */
  table.crew tr th {
    background: #00557B;
    color: white;
    text-align: left;
    text-transform: uppercase;
    padding: 5.5px 11px;
    font-family: "helvetica neue";
    font-weight: bold;
    font-size: 11px;
    height: 44px; }
    /* line 26, ../_scss/modules/_layout.scss */
    table.crew tr th .ui.button {
      margin-top: 0px; }
  /* line 31, ../_scss/modules/_layout.scss */
  table.crew tr td {
    padding: 14.66667px 11px;
    border-top: 1px solid #999999;
    vertical-align: top;
    color: #2A2A2A; }
    /* line 36, ../_scss/modules/_layout.scss */
    table.crew tr td h4 {
      margin-bottom: -2px; }
    /* line 39, ../_scss/modules/_layout.scss */
    table.crew tr td a.active {
      color: crimson;
      text-decoration: underline; }
  /* line 45, ../_scss/modules/_layout.scss */
  table.crew tr td:first-child strong {
    text-transform: uppercase;
    color: #000; }
  /* line 51, ../_scss/modules/_layout.scss */
  table.crew tr:nth-child(2n) td {
    background: #F3F3F3; }
  /* line 58, ../_scss/modules/_layout.scss */
  table.crew td a {
    color: #8AAB37;
    text-decoration: underline; }
  /* line 65, ../_scss/modules/_layout.scss */
  table.crew tr td:nth-child(2) {
    color: #000; }
  /* line 69, ../_scss/modules/_layout.scss */
  table.crew tr td:nth-child(4) {
    width: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  /* line 75, ../_scss/modules/_layout.scss */
  table.crew tr td:nth-child(7) {
    text-align: center; }

/* --------------------------------------------------

    layout
    
-------------------------------------------------- */
/* line 87, ../_scss/modules/_layout.scss */
body {
  background: white;
  background-size: 100%; }

/* line 95, ../_scss/modules/_layout.scss */
section {
  *zoom: 1; }
  /* line 27, ../_scss/global/_grid.scss */
  section:before, section:after {
    content: "";
    display: table; }
  /* line 31, ../_scss/global/_grid.scss */
  section:after {
    clear: both; }

/* line 98, ../_scss/modules/_layout.scss */
main {
  margin-top: 22px;
  *zoom: 1; }
  /* line 27, ../_scss/global/_grid.scss */
  main:before, main:after {
    content: "";
    display: table; }
  /* line 31, ../_scss/global/_grid.scss */
  main:after {
    clear: both; }

/* line 184, ../_scss/modules/_layout.scss */
.bg {
  z-index: 0; }

 /* --------------------------------------------------

    modal
    
-------------------------------------------------- */
/* ###cruft */
/* line 230, ../_scss/modules/_layout.scss */
.hrs {
  font-weight: bold;
  font-family: "helvetica neue";
  font-size: 22px;
  padding: 0 2px;
  text-align: center;
  display: inline-block;
  vertical-align: bottom; }

/* line 240, ../_scss/modules/_layout.scss */
.noscroll {
  position: fixed;
  width: 100%;
  overflow-y: scroll; }

/* line 245, ../_scss/modules/_layout.scss */
.modal-wrapper {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  visibility: hidden;
  display: inherit !important;
  opacity: 0;
  -webkit-transition: all 190ms ease-in-out;
  -moz-transition: all 190ms ease-in-out;
  -o-transition: all 190ms ease-in-out;
  transition: all 190ms ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  /* line 260, ../_scss/modules/_layout.scss */
  .modal-wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  /* line 266, ../_scss/modules/_layout.scss */
  .modal-wrapper .modal-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    overflow-y: scroll;
    height: 80%;
    width: 80%;
    min-width: 320px;
    padding: 22px;
    min-height: 400px;
    background: white;
    -webkit-transform: translate3d(0, 0, 0) scale(0.6);
    -moz-transform: translate3d(0, 0, 0) scale(0.6);
    -ms-transform: translate3d(0, 0, 0) scale(0.6);
    -o-transform: translate3d(0, 0, 0) scale(0.6);
    transform: translate3d(0, 0, 0) scale(0.6);
    -webkit-transition: all 260ms ease-in-out;
    -moz-transition: all 260ms ease-in-out;
    -o-transition: all 260ms ease-in-out;
    transition: all 260ms ease-in-out;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 20px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 20px; }
    @media (min-width: 0px) and (max-width: 768px) {
      /* line 266, ../_scss/modules/_layout.scss */
      .modal-wrapper .modal-inner {
        width: 99%;
        height: 100vh;
        padding: 11px; } }
    @media (min-width: 1280px) {
      /* line 266, ../_scss/modules/_layout.scss */
      .modal-wrapper .modal-inner {
        max-width: 872px;
        padding: 44px; } }
  /* line 293, ../_scss/modules/_layout.scss */
  .modal-wrapper.on {
    z-index: 99999;
    visibility: visible;
    opacity: 1; }
    /* line 298, ../_scss/modules/_layout.scss */
    .modal-wrapper.on .modal-inner {
      -webkit-transform: translate3d(0, 0, 0) scale(1);
      -moz-transform: translate3d(0, 0, 0) scale(1);
      -ms-transform: translate3d(0, 0, 0) scale(1);
      -o-transform: translate3d(0, 0, 0) scale(1);
      transform: translate3d(0, 0, 0) scale(1); }

 /* --------------------------------------------------

    global styles
    
-------------------------------------------------- */
/* line 311, ../_scss/modules/_layout.scss */
.meta {
  width: 100%;
  margin: 7.33333px 0 11px 0;
  padding-bottom: 14.66667px;
  border-bottom: 2px solid #F3F3F3; }
  @media (min-width: 0px) and (max-width: 768px) {
    /* line 319, ../_scss/modules/_layout.scss */
    .meta h5 span {
      display: none; } }
  @media (min-width: 569px) {
    /* line 311, ../_scss/modules/_layout.scss */
    .meta {
      display: table; }
      /* line 326, ../_scss/modules/_layout.scss */
      .meta > * {
        display: table-cell; }
      /* line 333, ../_scss/modules/_layout.scss */
      .meta h5 span {
        display: inline-block !important; }
      /* line 337, ../_scss/modules/_layout.scss */
      .meta h5:not(:first-child) {
        border-left: 1px solid #999999;
        padding-left: 11px; } }

/* line 344, ../_scss/modules/_layout.scss */
.activities {
  width: 100%;
  padding: 11px 0; }
  /* line 348, ../_scss/modules/_layout.scss */
  .activities img {
    width: 30px;
    margin: 4px 2px 0 0; }

/* line 353, ../_scss/modules/_layout.scss */
.item.profile {
  float: none;
}
.container, .profile {
  position: relative; }
  /* line 355, ../_scss/modules/_layout.scss */
  .container img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 44px;
    border: 1px solid #F3F3F3;
    padding: 11px;
    background: white;
    box-sizing: border-box;
  }

/* line 365, ../_scss/modules/_layout.scss */
.js-item {
  cursor: pointer; }
  /* line 367, ../_scss/modules/_layout.scss */
  .js-item:hover {
    background: #8AAB37; }

/* line 393, ../_scss/modules/_layout.scss */
.layout span img, .container span img {
  border: none;
  padding: 0;
  background: none;
  width: 34px;
  margin: -6px 0 0 0;
  vertical-align: middle; }

/* line 403, ../_scss/modules/_layout.scss */
ul.options {
  list-style-type: none;
  margin: 0 0 44px 0;
  padding: 0;
  border-bottom: 1px solid #999999; }
  /* line 408, ../_scss/modules/_layout.scss */
  ul.options li {
    padding: 11px 0;
    border-top: 1px solid #999999; }
    /* line 411, ../_scss/modules/_layout.scss */
    ul.options li a {
      float: right;
      margin: 0 11px 0 0;
      text-transform: uppercase;
      font-weight: bold;
      border-bottom: 1px solid rgba(81, 94, 121, 0.25); }
    /* line 418, ../_scss/modules/_layout.scss */
    ul.options li:nth-child(2n+1) {
      background: #F3F3F3; }
  /* line 424, ../_scss/modules/_layout.scss */
  ul.options:not([class*="cart"]) li:before {
    content: "\e840";
    font-family: "mbp-fontello";
    margin-right: 11px; }

/* line 433, ../_scss/modules/_layout.scss */
.cta {
  margin-top: 44px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #999999;
  padding-top: 22px; }
  /* line 439, ../_scss/modules/_layout.scss */
  .cta .button {
    background: #8AAB37; }

 /* --------------------------------------------------

    modules
    
-------------------------------------------------- */
/* line 450, ../_scss/modules/_layout.scss */
.module {
  position: relative;
  z-index: 1;
  margin: 22px 0; }
  /* line 453, ../_scss/modules/_layout.scss */
  .module .module {
    min-height: 0 !important; }
  /* line 457, ../_scss/modules/_layout.scss */
  .module .container {
    z-index: 2; }
  /* line 462, ../_scss/modules/_layout.scss */
  .module.form .container {
    background: #F3F3F3;
    padding: 11px; }
  /* line 466, ../_scss/modules/_layout.scss */
  .module.form > .ui, .module.form header {
    background: #8AAB37; }
  /* line 469, ../_scss/modules/_layout.scss */
  .module.form h3, .module.form h4 {
    color: #8AAB37; }
  /* line 474, ../_scss/modules/_layout.scss */
  .module.msg .container {
    background: #edf2e1;
    padding: 11px; }
  /* line 478, ../_scss/modules/_layout.scss */
  .module.msg > .ui, .module.msg header {
    background: #8AAB37; }
  /* line 481, ../_scss/modules/_layout.scss */
  .module.msg .button {
    text-align: center;
    display: block;
    margin: 22px; }
  /* line 488, ../_scss/modules/_layout.scss */
  .module.share .container {
    background: #F3F3F3;
    padding: 11px; }
  /* line 492, ../_scss/modules/_layout.scss */
  .module.share .ui, .module.share header {
    background: #999999; }
  /* line 495, ../_scss/modules/_layout.scss */
  .module.share .button {
    text-align: center;
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px; }
  /* line 503, ../_scss/modules/_layout.scss */
  .module.alert {
    margin-top: 0; }
    /* line 505, ../_scss/modules/_layout.scss */
    .module.alert .container {
      background: #f6c4ce;
      padding: 11px; }
    /* line 509, ../_scss/modules/_layout.scss */
    .module.alert a {
      color: crimson; }
    /* line 512, ../_scss/modules/_layout.scss */
    .module.alert .button {
      color: white; }
    /* line 515, ../_scss/modules/_layout.scss */
    .module.alert .ui, .module.alert header {
      background: crimson; }
  /* line 520, ../_scss/modules/_layout.scss */
  .module.alert .container, .module.msg .container, .module.share .container, .module.form .container {
    overflow: hidden;
    padding-top: 66px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
    /* line 525, ../_scss/modules/_layout.scss */
    .module.alert .container header, .module.msg .container header, .module.share .container header, .module.form .container header {
      margin: -66px -11px 0 -11px;
      padding: 11px 11px 1px 11px;
      min-height: 44px;
      color: white !important; }
  /* line 537, ../_scss/modules/_layout.scss */
  .module.breadcrumb ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: table; }
    /* line 542, ../_scss/modules/_layout.scss */
    .module.breadcrumb ul li {
      display: table-cell;
      font-size: 12px;
      text-transform: capitalize;
      font-weight: bold; }
      /* line 547, ../_scss/modules/_layout.scss */
      .module.breadcrumb ul li:not(:last-child) {
        padding-right: 11px; }
        /* line 549, ../_scss/modules/_layout.scss */
        .module.breadcrumb ul li:not(:last-child) a {
          color: #2a2a2a; }
          /* line 551, ../_scss/modules/_layout.scss */
          .module.breadcrumb ul li:not(:last-child) a:after {
            content: "\00BB";
            font-family: "mbp-fontello";
            margin-left: 11px; }
      /* line 559, ../_scss/modules/_layout.scss */
      .module.breadcrumb ul li a {
        padding: 4px 0px 4px 0; }
  /* line 566, ../_scss/modules/_layout.scss */
  .module.highlight {
    background: #eeeeee; }
    /* line 568, ../_scss/modules/_layout.scss */
    .module.highlight header {
      position: relative;
      z-index: 999;
      background: #87a738;
      color: white;
      height: 44px;
      padding: 11px 22px;
      -webkit-border-radius: 8px 8px 0 0;
      -moz-border-radius: 8px 8px 0 0;
      -ms-border-radius: 8px 8px 0 0;
      -o-border-radius: 8px 8px 0 0;
      border-radius: 8px 8px 0 0; }
      /* line 576, ../_scss/modules/_layout.scss */
      .module.highlight header * {
        margin: 0;
        font-weight: bold; }
      /* line 104, ../_scss/global/_functions.scss */
      .module.highlight header:after {
        position: absolute;
        top: 44px;
        left: 14.66667px;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14.66667px 22px 0 22px;
        border-color: #87a738 transparent transparent transparent; }
    /* line 582, ../_scss/modules/_layout.scss */
    .module.highlight .container {
      padding: 22px; }
    /* line 585, ../_scss/modules/_layout.scss */
    .module.highlight.alt {
      background: #222;
      margin-top: 0;
      padding: 22px;
      text-align: center; }
      /* line 590, ../_scss/modules/_layout.scss */
      .module.highlight.alt * {
        color: white; }
      /* line 593, ../_scss/modules/_layout.scss */
      .module.highlight.alt .bg {
        z-index: 0;
        opacity: 0.35; }
  /* line 599, ../_scss/modules/_layout.scss */
  .module.toolbar {
    z-index: 99999;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 11px;
    *zoom: 1; }
    /* line 27, ../_scss/global/_grid.scss */
    .module.toolbar:before, .module.toolbar:after {
      content: "";
      display: table; }
    /* line 31, ../_scss/global/_grid.scss */
    .module.toolbar:after {
      clear: both; }
    /* line 604, ../_scss/modules/_layout.scss */
    .module.toolbar div {
      position: relative;
      width: 50%;
      min-height: 44px;
      float: left;
      display: table; }
      /* line 610, ../_scss/modules/_layout.scss */
      .module.toolbar div h3 {
        display: table-cell;
        vertical-align: middle; }
      /* line 615, ../_scss/modules/_layout.scss */
      .module.toolbar div:last-child .ui {
        position: absolute;
        right: 0;
        width: auto; }
  /* line 625, ../_scss/modules/_layout.scss */
  .module.view.list .item.ad {
    padding: 55px 22px; }
  .module.view.list .item.ad, .DoormatExtraTile .item.ad {
    background: #2a2a2a; }
    /* line 628, ../_scss/modules/_layout.scss */
    .module.view.list .item.ad *, .DoormatExtraTile .item.ad * {
      color: white; }
    /* line 631, ../_scss/modules/_layout.scss */
    .module.view.list .item.ad .row {
      position: relative;
      z-index: 1; }
    /* line 635, ../_scss/modules/_layout.scss */
    .module.view.list .item.ad .bg, .DoormatExtraTile .item.ad .bg {
      opacity: 0.5; }
    /* line 638, ../_scss/modules/_layout.scss */
    .module.view.list .item.ad .button, .DoormatExtraTile .item.ad .button {
      background: #8AAB37; }
  /* line 643, ../_scss/modules/_layout.scss */
  .module.view.list h1 span {
    opacity: 0.5; }
  @media (min-width: 569px) {
    /* line 648, ../_scss/modules/_layout.scss */
    .module.view.list .media {
      float: left;
      width: 147px;
      margin-right: 22px; }
    /* line 654, ../_scss/modules/_layout.scss */
    .module.view.list .desc {
      position: relative;
      float: right;
      width: calc(100% - 147px - 22px); }
      /* line 658, ../_scss/modules/_layout.scss */
      .module.view.list .desc .meta {
        padding-top: 11px; } }
  /* line 665, ../_scss/modules/_layout.scss */
  .module.dialogue {
    text-align: center;
    margin-top: -44px; }
    /* line 668, ../_scss/modules/_layout.scss */
    .module.dialogue img {
      padding: 0 44px;
      margin-top: -22px; }
    /* line 672, ../_scss/modules/_layout.scss */
    .module.dialogue .bubble {
      position: relative;
      background: #99d8ed;
      border: 3px solid white;
      padding: 22px; }
      /* line 678, ../_scss/modules/_layout.scss */
      .module.dialogue .bubble p {
        margin: 0; }
      /* line 681, ../_scss/modules/_layout.scss */
      .module.dialogue .bubble:after {
        position: absolute;
        bottom: -18px;
        left: 11px;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 22px 22px 0 22px;
        border-color: #99d8ed transparent transparent transparent; }
    /* line 693, ../_scss/modules/_layout.scss */
    .module.dialogue .close {
      top: 0px;
      right: 0px; }

/* line 700, ../_scss/modules/_layout.scss */
.js-tab-target {
  *zoom: 1; }
  /* line 27, ../_scss/global/_grid.scss */
  .js-tab-target:before, .js-tab-target:after {
    content: "";
    display: table; }
  /* line 31, ../_scss/global/_grid.scss */
  .js-tab-target:after {
    clear: both; }
  /* line 702, ../_scss/modules/_layout.scss */
  .js-tab-target > .module {
    margin-top: 0; }
  /* line 706, ../_scss/modules/_layout.scss */
  .js-tab-target .container-map {
    position: relative; }
  /* line 710, ../_scss/modules/_layout.scss */
  .js-tab-target #leaflet-map {
    margin-top: 22px;
    display: block;
    border-top: 1px solid #999999; }


 /* --------------------------------------------------

    calendar
    
-------------------------------------------------- */
/* line 723, ../_scss/modules/_layout.scss */
table.calendar {
  margin: 11px 0;
  width: 100%; }
  /* line 727, ../_scss/modules/_layout.scss */
  table.calendar th, table.calendar td {
    width: calc(100%/7);
    padding: 11px;
    border-bottom: 1px solid #F3F3F3;
    background: #F3F3F3; }
  /* line 734, ../_scss/modules/_layout.scss */
  table.calendar th {
    background: #8AAB37;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    height: 44px; }
  /* line 745, ../_scss/modules/_layout.scss */
  table.calendar tr th:first-child, table.calendar tr th:last-child {
    background: #4A7628; }
  /* line 749, ../_scss/modules/_layout.scss */
  table.calendar tr td {
    position: relative;
    border-left: 1px solid #F3F3F3;
    height: calc(960px/8);
    vertical-align: bottom; }
    /* line 756, ../_scss/modules/_layout.scss */
    table.calendar tr td:hover .events {
      z-index: 999;
      top: -25%;
      bottom: -25%;
      left: -25%;
      right: -25%;
      border-radius: 2px;
      background: #fff;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
      border: 0px solid #999;
      padding: 11px;
      font-size: 12px; }
      /* line 768, ../_scss/modules/_layout.scss */
      table.calendar tr td:hover .events h4 {
        display: block; }
    /* line 773, ../_scss/modules/_layout.scss */
    table.calendar tr td .day {
      position: absolute;
      top: 11px;
      left: 11px;
      display: block; }
    /* line 779, ../_scss/modules/_layout.scss */
    table.calendar tr td .events {
      position: absolute;
      bottom: 11px;
      text-transform: uppercase;
      font-size: 10px;
      font-weight: bold;
      background: #F3F3F3;
      -webkit-transition: background 260ms ease-out;
      -moz-transition: background 260ms ease-out;
      -o-transition: background 260ms ease-out;
      transition: background 260ms ease-out; }
      /* line 786, ../_scss/modules/_layout.scss */
      table.calendar tr td .events h4 {
        display: none; }
      /* line 790, ../_scss/modules/_layout.scss */
      table.calendar tr td .events a {
        -webkit-transition: all 0ms ease-out;
        -moz-transition: all 0ms ease-out;
        -o-transition: all 0ms ease-out;
        transition: all 0ms ease-out; }

/* --------------------------------------------------

    tweaks
    
-------------------------------------------------- */
/* line 6, ../_scss/modules/_misc.scss */
.map {
  height: 560px; }

/* line 10, ../_scss/modules/_misc.scss */
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1000; }

/* line 23, ../_scss/modules/_misc.scss */
.sweet-alert {
  background-color: white;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000; }
  @media all and (max-width: 540px) {
    /* line 23, ../_scss/modules/_misc.scss */
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  /* line 79, ../_scss/modules/_misc.scss */
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }

  /* line 80, ../_scss/modules/_misc.scss */
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }

  /* line 81, ../_scss/modules/_misc.scss */
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95); }

  /* line 82, ../_scss/modules/_misc.scss */
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-moz-keyframes showSweetAlert {
  /* line 79, ../_scss/modules/_misc.scss */
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }

  /* line 80, ../_scss/modules/_misc.scss */
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }

  /* line 81, ../_scss/modules/_misc.scss */
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95); }

  /* line 82, ../_scss/modules/_misc.scss */
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  /* line 79, ../_scss/modules/_misc.scss */
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }

  /* line 80, ../_scss/modules/_misc.scss */
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }

  /* line 81, ../_scss/modules/_misc.scss */
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95); }

  /* line 82, ../_scss/modules/_misc.scss */
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  /* line 85, ../_scss/modules/_misc.scss */
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }

  /* line 86, ../_scss/modules/_misc.scss */
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-moz-keyframes hideSweetAlert {
  /* line 85, ../_scss/modules/_misc.scss */
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }

  /* line 86, ../_scss/modules/_misc.scss */
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  /* line 85, ../_scss/modules/_misc.scss */
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }

  /* line 86, ../_scss/modules/_misc.scss */
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

/* line 89, ../_scss/modules/_misc.scss */
.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  -moz-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

/* line 92, ../_scss/modules/_misc.scss */
.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  -moz-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

/* --------------------------------------------------

    VIDEO
    http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
    
-------------------------------------------------- */
/* line 102, ../_scss/modules/_misc.scss */
video {
  max-width: 100%;
  height: auto; }

/* line 106, ../_scss/modules/_misc.scss */
.flex-video {
  position: relative;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 44px;
  overflow: hidden; }

/* line 114, ../_scss/modules/_misc.scss */
.flex-video.widescreen {
  padding-bottom: 56.25%; }

/* line 115, ../_scss/modules/_misc.scss */
.flex-video.vimeo {
  padding-top: 0; }

/* line 118, ../_scss/modules/_misc.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%; }

/* --------------------------------------------------

    tweaks
    
-------------------------------------------------- */
/* line 130, ../_scss/modules/_misc.scss */
.disable-hover {
  pointer-events: none; }

/* line 133, ../_scss/modules/_misc.scss */
.iOS_tweaks {
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: auto; }

 /* --------------------------------------------------

    MBP 2.0 Profile
    
-------------------------------------------------- */
/* line 11, ../_scss/modules/_mybackpack.scss */
.breadcrumb {
  font-family: "Helvetica Neue", arial, sans-serif; }

/* line 14, ../_scss/modules/_mybackpack.scss */
a {
  color: #00557B; }

/* line 17, ../_scss/modules/_mybackpack.scss */
.profile img {
  border-radius: 100%;
  border: solid 11px #fff !important;
  padding: 0; }

/* line 21, ../_scss/modules/_mybackpack.scss */
p strong {
  font-weight: bold !important;
  /*color: black;*/ }

/* line 31, ../_scss/modules/_mybackpack.scss */
.collage {
  *zoom: 1;
  border-bottom: 4px solid #F3F3F3;
  margin-bottom: 2px; }
  /* line 27, ../_scss/global/_grid.scss */
  .collage:before, .collage:after {
    content: "";
    display: table; }
  /* line 31, ../_scss/global/_grid.scss */
  .collage:after {
    clear: both; }
  /* line 35, ../_scss/modules/_mybackpack.scss */
  .collage .item {
    padding: 55px 22px;
    background: #2a2a2a;
    height: 360px;
    float: left;
    border: 0;
    margin: 0;
    cursor: pointer;
    clear: none; }
    .collage.count0 .item {
      cursor: initial;
    }
    /* line 43, ../_scss/modules/_mybackpack.scss */
    .collage .item * {
      color: white; }
    /* line 46, ../_scss/modules/_mybackpack.scss */
    .collage .item .row {
      position: relative;
      z-index: 1;
      opacity: 0;
      -webkit-transition: all 260ms ease-out;
      -moz-transition: all 260ms ease-out;
      -o-transition: all 260ms ease-out;
      transition: all 260ms ease-out; }
    /* line 52, ../_scss/modules/_mybackpack.scss */
    .collage .item .bg {
      -webkit-transition: all 260ms ease-out;
      -moz-transition: all 260ms ease-out;
      -o-transition: all 260ms ease-out;
      transition: all 260ms ease-out; }
    /* line 55, ../_scss/modules/_mybackpack.scss */
    .collage .item .button {
      background: #8AAB37; }
    /* line 59, ../_scss/modules/_mybackpack.scss */
    .collage .item:nth-child(1) {
      width: 100%;
      height: 270px;
      clear: both; }
      @media (min-width: 768px) {
        /* line 59, ../_scss/modules/_mybackpack.scss */
        .collage .item:nth-child(1) {
          width: 50%;
          height: 360px;
          border-right: 4px solid #F3F3F3; } }
    /* line 69, ../_scss/modules/_mybackpack.scss */
    .collage.count3 .item:nth-child(2) {
      border-bottom: 4px solid #F3F3F3; }
    /* line 72, ../_scss/modules/_mybackpack.scss */
    .collage .item:nth-child(2), .collage .item:nth-child(3) {
      width: 50%;
      display: none; }
    .collage.count3 .item:nth-child(2), .collage .item:nth-child(3) {
      height: 180px; }
      @media (min-width: 768px) {
        /* line 72, ../_scss/modules/_mybackpack.scss */
        .collage .item:nth-child(2), .collage .item:nth-child(3) {
          display: block; } }
    /* line 80, ../_scss/modules/_mybackpack.scss */
    .collage .item.full {
      width: 100%;
      border-right: 0; }
    /* line 85, ../_scss/modules/_mybackpack.scss */
    .collage .item:hover .row, .collage .item.on .row {
      opacity: 1; }
    /* line 88, ../_scss/modules/_mybackpack.scss */
    .collage .item:hover .bg:not(.noLink), .collage .item.on .bg {
      opacity: 0.35; }

.splash .item {
  padding: 0;
  margin-top: 22px;
}

/* line 94, ../_scss/modules/_mybackpack.scss */
.doormat {
  position: relative;
  *zoom: 1; }
  /* line 27, ../_scss/global/_grid.scss */
  .doormat:before, .doormat:after {
    content: "";
    display: table; }
  /* line 31, ../_scss/global/_grid.scss */
  .doormat:after {
    clear: both; }
  /* line 98, ../_scss/modules/_mybackpack.scss */
  .doormat > a, .doormat > div {
    background: #edf2e1;
    position: relative;
    float: left;
    overflow: hidden;
    padding-top: 100%;
    width: 100%;
    border: 2px solid #fff; }
    @media (min-width: 500px) {
      .doormat > a, .doormat > div {
        padding-top: 80%;
        } }
    @media (min-width: 600px) {
      /* line 98, ../_scss/modules/_mybackpack.scss */
      .doormat > a, .doormat > div {
        padding-top: 66.66667%;
        width: 50%; } }
    @media (min-width: 768px) {
      /* line 98, ../_scss/modules/_mybackpack.scss */
      .doormat > a, .doormat > div, .doormat > div.DoormatExtraTile {
        padding-top: 50%;
        width: 50%; } }
    @media (min-width: 900px) {
      /* line 98, ../_scss/modules/_mybackpack.scss */
      .doormat > a, .doormat > div, .doormat > div.DoormatExtraTile {
        padding-top: 40%;
        width: 50%; } }
    @media (min-width: 1024px) {
      /* line 98, ../_scss/modules/_mybackpack.scss */
      .doormat > a, .doormat > div, .doormat > div.DoormatExtraTile {
        padding-top: 33.33333%;
        width: 33.33333%; } }
    /* line 118, ../_scss/modules/_mybackpack.scss */
    .doormat > a > div, .doormat > div > div {
      padding: 0;
      text-align: center;
      z-index: 1; }
      /* line 122, ../_scss/modules/_mybackpack.scss */
      .doormat > a > div img, .doormat > div > div img {
        max-width: 88px;
        max-height: 88px;
        padding: 8px; }
        /* line 126, ../_scss/modules/_mybackpack.scss */
        .doormat > a > div img *, .doormat > div > div img * {
          fill: #fff; }
      /* line 130, ../_scss/modules/_mybackpack.scss */
      .doormat > a > div h1, .doormat > div > div h1 {
        margin: 22px 0 8px !important;
        color: #00557B;
        text-decoration: underline; }
      .doormat > a > div h4, .doormat > div > div h4 {
        margin-top: 22px !important;
      }
      /* line 135, ../_scss/modules/_mybackpack.scss */
      .doormat > a > div h3, .doormat > div > div h3 {
        text-transform: uppercase;
        color: dimgrey;
        margin-top: 22px; }
        /* line 139, ../_scss/modules/_mybackpack.scss */
        .doormat > a > div h3 span, .doormat > div > div h3 span {
          display: block;
          margin: 0 auto;
          font-size: 36px;
          font-weight: bolder;
          padding: 16px;
          font-family: 'EgyptienneURWNar-Med';
          color: #8AAB37 !important; }
      /* line 150, ../_scss/modules/_mybackpack.scss */
      .doormat > a > div .metrics, .doormat > div > div .metrics {
        width: 100%;
        display: table;
        text-transform: uppercase;
        font-weight: bold;
        padding: 22px; }
        /* line 161, ../_scss/modules/_mybackpack.scss */
        .doormat > a > div .metrics p, .doormat > div > div .metrics p {
          font-family: "Helvetica Neue", arial, sans-serif;
          font-size: 10px;
          line-height: 14px;
          display: table-cell;
          text-align: center;
          color: dimgrey; }
          /* line 169, ../_scss/modules/_mybackpack.scss */
          .doormat > a > div .metrics p a, .doormat > div > div .metrics p a {
            color: #00557B; }
          /* line 172, ../_scss/modules/_mybackpack.scss */
          .doormat > a > div .metrics p span, .doormat > div > div .metrics p span {
            position: relative;
            font-family: 'EgyptienneURWNar-Med';
            width: 88px;
            height: 88px;
            padding-top: 36px;
            display: block;
            margin: 0 auto 8px;
            font-size: 36px;
            vertical-align: middle;
            /*
                                    color: $orange;
                                    border-radius: 8%;
                                    background: shade($green, 10%); 
            */
            border-radius: 4%;
            background: #F3F3F3;
            color: #E9A82B !important; }
    /* line 197, ../_scss/modules/_mybackpack.scss */
    .doormat > a .bg, .doormat > div .bg {
      z-index: 0; }
      /* line 199, ../_scss/modules/_mybackpack.scss */
      .doormat > a .bg:after, .doormat > div .bg:after {
        content: "";
        background: rgba(0, 0, 0, 0.65); }
    /* line 205, ../_scss/modules/_mybackpack.scss */
    .doormat > a:hover, .doormat > div:hover {
      background: #cfdbaf; }

/* line 210, ../_scss/modules/_mybackpack.scss */
ul.list {
  list-style-type: none;
  margin: 0 0 44px 0;
  padding: 0;
  border-bottom: 1px dotted #c9c9c9; }
  /* line 215, ../_scss/modules/_mybackpack.scss */
  ul.list li {
    padding: 11px 0;
    text-transform: uppercase;
    border-top: 1px dotted #c9c9c9; }
    /* line 221, ../_scss/modules/_mybackpack.scss */
    ul.list li a {
      font-size: 11px;
      font-weight: bold; }

/* line 229, ../_scss/modules/_mybackpack.scss */
.custom_checkbox a {
  text-decoration: underline; }

/* line 238, ../_scss/modules/_mybackpack.scss */
.item .dialog {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 999;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 260ms ease-out;
  -moz-transition: all 260ms ease-out;
  -o-transition: all 260ms ease-out;
  transition: all 260ms ease-out;
  opacity: 0; }
  /* line 248, ../_scss/modules/_mybackpack.scss */
  .item .dialog .container {
    background: #dff99d;
    position: absolute;
    top: 11px;
    right: 11px;
    bottom: 11px;
    left: 11px;
    padding: 11px;
    padding-top: 66px; }
    /* line 257, ../_scss/modules/_mybackpack.scss */
    .item .dialog .container header {
      background: #8AAB37;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 44px;
      padding: 11px;
      color: white !important; }
  /* line 268, ../_scss/modules/_mybackpack.scss */
  .item .dialog.on {
    opacity: 1;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 160ms;
    -moz-animation-duration: 160ms;
    -ms-animation-duration: 160ms;
    -o-animation-duration: 160ms;
    animation-duration: 160ms;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  /* line 276, ../_scss/modules/_mybackpack.scss */
  .item .dialog.alert .container {
    background: #f6c4ce; }
    /* line 278, ../_scss/modules/_mybackpack.scss */
    .item .dialog.alert .container header {
      background: crimson; }
/* line 284, ../_scss/modules/_mybackpack.scss */
.item .mbp-icon-ok {
  display: none;
}
.item.hiked .photo-wrapper {
  position: relative;
  text-align: center;
  min-height: 100px;
  color: #fff; }
  /* line 288, ../_scss/modules/_mybackpack.scss */
  .item.hiked .mbp-icon-ok {
    display: block;
    position: absolute;
    z-index: 1;
    font-size: 48px;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 160ms;
    -moz-animation-duration: 160ms;
    -ms-animation-duration: 160ms;
    -o-animation-duration: 160ms;
    animation-duration: 160ms;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
    .item.hiked .mbp-icon-ok:before {
      text-shadow: 0px 0px 3px #87A738; }
  /* line 296, ../_scss/modules/_mybackpack.scss */
  .item.hiked .photo-wrapper:after {
    content: "";
    outline: solid 3px #87A738; }
.note-value {
  white-space: pre-wrap;
}

@-webkit-keyframes fadeIn {
  /* line 305, ../_scss/modules/_mybackpack.scss */
  0% {
    opacity: 0; }

  /* line 308, ../_scss/modules/_mybackpack.scss */
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  /* line 305, ../_scss/modules/_mybackpack.scss */
  0% {
    opacity: 0; }

  /* line 308, ../_scss/modules/_mybackpack.scss */
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  /* line 305, ../_scss/modules/_mybackpack.scss */
  0% {
    opacity: 0; }

  /* line 308, ../_scss/modules/_mybackpack.scss */
  100% {
    opacity: 1; } }

/* --------------------------------------------------

    type breakpoints
    
-------------------------------------------------- */
@media (min-width: 0px) and (max-width: 768px) {
  /* line 7, ../_scss/modules/_responsive_type.scss */
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none; }

  /* line 61, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
  * #mbp-content {
    font-size: 75%; }

  /* line 64, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
  #mbp-content {
    font-size: 14px;
    line-height: 1.5em; }

  /* line 16, ../_scss/modules/_responsive_type.scss */
  .hide-phone {
    display: none !important; } }
@media (min-width: 569px) {
  /* line 22, ../_scss/modules/_responsive_type.scss */
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none; }

  /* line 61, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
  * #mbp-content {
    font-size: 75%; }

  /* line 64, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
  #mbp-content {
    font-size: 14px;
    line-height: 1.5em; } }
@media (min-width: 1280px) {
  /* line 31, ../_scss/modules/_responsive_type.scss */
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none; }

  /* line 61, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
  * #mbp-content {
    font-size: 75%; }

  /* line 64, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
  #mbp-content {
    font-size: 14px;
    line-height: 1.5em; } }

/* tweaks to make it work better with wta.org styles */

.layout ul {
  list-style-image: none;
  list-style-type: none;
  margin: 0.5em 0 0 0;
}
.layout .ui ul {
  margin: 0;
}

.layout h1 {
  font-size: 2em;
  margin-top: 0.3em;
}

.layout h2 {
  color: inherit;
}

.layout .ui.panel.status {
  z-index: 5;
}

#portal-globalnav li {
  box-sizing: initial;
}

.profile .row hr {
  margin-bottom: 0px;
}

h3.Badge, #mbp-content h3.Badge {
  color: black;
  padding: 6px 0 6px 36px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
  line-height: initial !important;
}

h3.Badge[data-title]::after {
  font-size: 10px;
  text-transform: none;
  font-weight: normal;
  font-family: "Trebuchet MS", "Lucida Grande", Verdana, Lucida, Arial, sans-serif;
}

.meta h3.Badge, #mbp-content .meta h3.Badge {
  padding: 6px 22px 6px 36px;
}

.CreatorInfo {
  padding: 2px 0;
}

.CreatorInfo .Badges {
  display: inline-block;
  margin-left: 0.5em;
}

.Badges h3.Badge {
  padding-left: 30px;
  display: inline-block;
}

h3.Badge.OutstandingReporter {
  background-image: url(../images/hiking-badge-1.svg);
}

h3.Badge.Reporter {
  background-image: url(../images/badge-01.svg);
  position: relative;
}

h3.Badge.HGCorrespondent,
#mbp-content h3.Badge.HGCorrespondent {
  background-image: url(../images/pen.01.svg);
  background-size: 18px 18px;
}

h3.Badge.Reporter span.Count, #mbp-content h3.Badge.Reporter span.Count {
  position: absolute;
  left: 0;
  color: white;
  top: calc(50% - 6px);
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  width: 29px;
}

h3.Badge.AssistantCrewLeader {
  background-image: url(../images/helmet-orange.svg);
}

h3.Badge.CrewLeader {
  background-image: url(../images/helmet-orange.svg);
}

h3.Badge.Member {
  padding-left: 0;
}

.Badges h3.Badge.Member {
  text-transform: none !important;
  font-size: 1em !important;
  padding: 6px 1em 6px 0;
}

.layout .nice-form select, .layout .nice-form input.date {
  width: auto;
}

.widget-form\.twitter:before {
    content: '@';
    padding: 12px;
    padding: 10px 10px 13px 10px;
    font-size: 15px;
    line-height: 15px;
    border: 1px solid;
    border-style: solid none solid solid;
    border-color: #cccfbf #d9dbce #d9dbce #cccfbf;
    box-shadow: 1px 1px 3px #c6cab9 inset;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}

.nice-form .widget-form\.twitter input[type="text"] {
    border-radius: 0 4px 4px 0;
}

.widget-form\.instagram:before {
    content: '@';
    padding: 12px;
    padding: 10px 10px 13px 10px;
    font-size: 15px;
    line-height: 15px;
    border: 1px solid;
    border-style: solid none solid solid;
    border-color: #cccfbf #d9dbce #d9dbce #cccfbf;
    box-shadow: 1px 1px 3px #c6cab9 inset;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}

.nice-form .widget-form\.instagram input[type="text"] {
    border-radius: 0 4px 4px 0;
}

table.listing th {
    vertical-align: middle;
}

#trip-report-heading .title-container {
    display: inline-block;
    min-width: 75%;
}

.avatar {  /* for trip report bylines */
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-radius: 50%;
    background-position: 50% 50%;
    background-size: cover;
    margin-right: 3px;
}
.avatar:before {  /* make it as tall as it is wide */
    content: "";
    display: block;
    padding-top: 100%;
}
.profile .avatar {  /* for My Backpack dashboard */
    display: block;
    border: solid 11px #fff;
    background-color: white;
}

.Badges .CircleText {
    background-color: lightgray;
    padding: 5px 0;
    border-radius: 100%;
    line-height: 18px;
    width: 28px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 5px;
    font-weight: bold;
}

.container .googleMapView img {
  width: auto;
  max-width: none;
  background-color: inherit;
  border: inherit !important;
}

.container .googleMapView .thumb-link {
  float: left;
}

.container .googleMapView .thumb-link img {
  max-width: 120px;
  height: auto;
}

.template-hikes .item .col.eight {
  position: relative;
}

.ui.close.backpack-hikedeletebutton {
  position: static;
  float: right;
  z-index: 10;
}

.wp-cancel {
  margin-top: 1em;
}

.template-backpacks.portaltype-plone-site #portal-breadcrumbs {
    display: block;
    margin: 10px 0 20px 0;
}

#breadcrumbs-home a, #breadcrumbs-home a:visited {
  color: #222;
}

#reports_target a {
  text-decoration: none;
}
#reports_target .ui.tabs a, #reports_target .ui.tabs .on a:hover {
  color: black !important;
}
#reports_target .ui.tabs a:hover {
  color: white !important;
}
#reports_target .item h2 {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.2em;
}
#reports_target .item h3, #reports_target .item h4 {
  color: black;
}
