.box {
    overflow: hidden;
}


.contextNav { display:none; }

.selected {
    display: block;
    opacity: 1;
    transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear; }

.checklist_wrap .box{
    display: block;
    opacity: 1;
    transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear; }

  .checklist-wrap{
    padding-top: 2em;}

  .contextNav.onethird {
    background-color: transparent; }
  
  .checklist-select li {
    text-align: right;
    color: #fff;
    background: #00a5b5;
    padding: 0.75em;
    margin-bottom:0.25em;
}

  .checklist-select li.active {
    background-color: #00839B; 
  }

  .checklist-select li:hover {
    cursor: pointer;
    background-color: #00839B; }
    
@media only screen and (min-width:609px) {
    
  .contextNav{ display:block; }
  .checklist-wrap .box{
    display: none;
    opacity: 0;
    /*transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;*/ }

  .checklist-wrap .selected{
    display: block;
    opacity: 1;
    /*transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;*/ }
  
  .checklist-wrap .box .deptBox > div{ display:none; }
  
  .checklist-wrap .selected .deptBox > div{ display:block;}

}







/* @import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800); */

figure.snip1132 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float:left;
  overflow: hidden;
  margin: 10px ;
  min-width: 200px;
  max-width: 300px;
  max-height: 200px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border: 1px solid #000;
  
}
figure.lubs {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float:left;
  overflow: hidden;
  margin: 10px ;
  max-width: 150px;
  max-height: 150px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border: 1px solid #000;
}


figure.snip1132 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
figure.lubs * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}


figure.snip1132 img {
  max-width: 100%;
  position: relative;
  opacity: 1;  
}
figure.lubs img {
  width: 150px;
  height: 125px;
  position: relative;
  opacity: 1;  
}


figure.snip1132 figcaption {
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  bottom: 22px;
  border: 1px solid #ffa800;
  border-width: 0 1px;
  
}

figure.snip1132 .heading {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.snip1132 .caption {
  overflow: hidden;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  width: 100%;
  bottom: 0;
  color:#ffa800;
  
}

figure.snip1132 .caption>h4 {
 
  color:#ffffff;
}

figure.snip1132 h4,
figure.snip1132 p {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
}

figure.snip1132 h4 span,
figure.snip1132 p span {
  font-weight: 800;
}

figure.snip1132 h4:before,
figure.snip1132 p:before,
figure.snip1132 h4:after,
figure.snip1132 p:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: #ffa800;
}

figure.snip1132 h4:before,
figure.snip1132 p:before {
  left: -1000%;
}

figure.snip1132 h4:after,
figure.snip1132 p:after {
  right: -1000%;
}

figure.snip1132 h4:before,
figure.snip1132 h4:after {
  top: 50%;
}

figure.snip1132 p {
  font-size: 0.7em;
  font-weight: 500;
}

figure.snip1132 p:before,
figure.snip1132 p:after {
  bottom: 50%;
}

figure.snip1132 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.lubs a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1132:hover img,
figure.snip1132.hover img {
  opacity: 0.35;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
figure.lubs:hover img,
figure.lubs.hover img {
  opacity: 0.35;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}





@function rems($px) {
  @return $px / 16px * 1rem;
}

@mixin left-gradient($baseopacity: 0, $factor: 0.3) {
  @include background-image(linear-gradient(left, rgba(255,255,255, $baseopacity), rgba(255,255,255, $baseopacity + $factor) 40%, rgba(255,255,255, $baseopacity + $factor) 60%, rgba(255,255,255,$baseopacity)));
}

@mixin fadient(){
  position: relative;
  @include left-gradient;
  
  &:before {
    width: 100%;
    height: rems(2px);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    @include left-gradient(0.0, 0.8);
  }
  
  &:after {
    width: 100%;
    height: rems(2px);
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    @include left-gradient(0.0, 0.8);
  }    
}

.backbox {
  @include basicformatting;
  @include fadient;
}










.map {
  width: 100%;
}

.map__frame {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
  cursor: pointer;
}

/* Google Map (static) */
.map__frame img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

/* Google Map (dynamic) */
.gm-style {
  width: 100%;
  min-height: 300px;
}

/* Google Map (dynamic) - info window */
.gm-style-iw {
  font-size: 12px;
  line-height: 18px;
}

.map__print,
.map__legend {
  display: none;
}

.map__frame + .map__legend {
  display: block;
  height: 240px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-size: 12px;
  line-height: 18px;
}

.map__title,
.map__address,
.map__description {
  display: block;
  color: #000;
}

.map__title {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
}

.map__address {
  margin: 0 0 10px;
  font-weight: bold;
}

.map__legend ul {
  margin: 0;
  padding: 0;
}

.map__legend ul li {
  position: relative;
  width: 100%;
  padding: 12px 10px 11px 38px;
  border-bottom: 1px solid #d0d0d0;
}

.map__marker {
  position: absolute;
  left: 10px;
  top: 13px;
  width: 19px;
  height: 28px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .map {
    height: 100%;      
    
  }

  .map__legend {
    display: block;
    width: 192px;
    height: auto;
    overflow-y: auto;
    padding: 5px 10px;
    margin: 0 0 5px;
    background: #fff;
    color: #444;
    line-height: 25px;
    border: 1px solid #bbb;
	position:relative;
  }

  .map > .map__legend {
    display: none;
	position:relative;
  }

  .map__legend strong {
    color: #000;
  }

  .map__legend a {
    color: #000;
  }
  
  .map__legend a:hover {
    color: #ff6600;
  }

  .map__frame {
    min-height: 100%;   
    background: #fff;
  }

  .map__frame + .map__legend {
    display: none;
	position:relative;
  }

  .map__print {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 1;
    display: inline-block;
    padding: 6px 12px;
    background: #ff6600;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
  }










