.map-wrap{
        position: absolute;
        bottom: 50px !important;
        top:0;
        left:0;
        right: 0;
    overflow: hidden;
  }

  .body-wrap{
    position: relative;
    height: 100%;
  }
    .tm3-button-bar{
        right: 0;
        top:0;
        width: 220px;
        overflow: hidden;
      padding: 0;
    }

    body.search-active .tm3-button-bar{width: 270px;}

    .tm3-button-bar > button {
      float:right;
      margin: 0 4px 0 0;
      border: 0;
      max-width: 50px;
      max-height: 50px;
      width: 50px !important;
      height: 50px !important;
    }

    body.search-on .tm3-button-bar .toggle-search-bar{
      background: #888;
      background: rgba(47, 44, 44, 0.5);
  }

    .tm3-button-bar > button.toggle-search-bar {
      margin-left: 0 !important;
    }

    .btn-clear-search,
  .btn-refine-search{
      display: none;
  }


  body.search-active .btn-clear-search,
  body.search-active .btn-refine-search{
      display: block !important;
  }

  body.search-active .btn-clear-search{
    background: #FCC;
    background: rgba(180,0,0,0.35);
  }

  body.search-active .toggle-search-bar{
      display: none !important;
  }

  .bottom-dock{height: 50px;}

    .bottom-dock .branded-bar{
      padding: 6px 10px 6px 100px;
    }

  .bottom-dock .logo{
      background: transparent url('https://d31kswug2i6wp2.cloudfront.net/images/3_0/tweet_maps/branding-bar-bg.mobile.png') no-repeat scroll left bottom;
      width: 70px;
      height: 50px;
      padding-left: 5px;
  }


  .bottom-dock .logo span{
     height: 50px;
  }

  .bottom-dock .branded-bar .view-all-link,
  .bottom-dock .branded-bar .list-view-controls,
  .bottom-dock .branded-bar .company-name{
      display: none !important;
    }

    .bottom-dock .branded-bar .powered-by-tmj{
      line-height: 30px;
      height: 30px;
    }

    .bottom-dock .branded-bar .powered-by-tmj img{
      height: 28px;
    }


@media (max-width: 500px)
{
  .bottom-dock .branded-bar .powered-by-tmj{
      display: none !important;
    }
}

    .tm3-list-view{
      display: none !important;
    }

    .tm3-mobile-list-view{
      background: #FFF;
      position: absolute;
      top: 0;
      left: -100%;
      z-index: 25000;
      width: 90%;
      max-width: 320px;
      height: 100%;
      box-shadow: 0 0 5px #000;
      -webkit-transition: all 1.5s ease;
      -moz-transition: all 1.5s ease;
      -o-transition: all 1.5s ease;
      transition: all 1.5s ease;
    }

    body.list-on .tm3-mobile-list-view{
      left: 0;
    }

    .tm3-mobile-search-view{
      background: #FFF;
      background: rgba(255,255,255,0.8);
      position: absolute;
      top: 0;
      left: -100%;
      z-index: 21000;
      width: 90%;
      max-width: 320px;
      height: 100%;
      box-shadow: 0 0 5px #000;
      -webkit-transition: all 1.5s ease;
      -moz-transition: all 1.5s ease;
      -o-transition: all 1.5s ease;
      transition: all 1.5s ease;
    }

    body.search-showing .tm3-mobile-search-view{
      left: 0;
    }

    .tm3-mobile-search-view .search-bar{
      background: transparent;
      width: 220px;
      margin: 90px auto 0;
    }

    .tm3-mobile-search-view .search-bar input,
    .tm3-mobile-search-view .search-bar select{
      margin-bottom: 20px;
    }

    .tm3-mobile-search-view .search-bar select{
      padding: 10px;
      height: 46px;
      width: 100%;
    }

    .tm3-mobile-search-view .search-bar .btn-search{
      display: block;
      width: 100%;
      padding: 13px;
      font-size: 18px;
      line-height: 18px;
      height: auto;
    }

    .tm3-mobile-search-view .search-bar .btn-search-close{
      display: none;
    }

  .tm3-mobile-search-view .search-bar .cancel-link-wrap{
      text-align: center;
      padding: 30px;
    }

    .tm3-mobile-search-view .search-bar .cancel-link{
      text-decoration: none;
      font-size: 15px;
      padding: 5px 45px;
    }


    .info-window-wrap{
       height: 80px !important;
  }


  .info-window-lite-content{
      background: transparent url('https://d31kswug2i6wp2.cloudfront.net/images/3_0/tweet_maps/bg_pin-popup_lite.png') no-repeat scroll 0 0;
      height: 80px;
      position: relative;
      top: -27px;
      left: -85px;
  }

  .info-window-lite-content a{
    display:block;
    height: 60px;
      padding: 10px 30px 10px 15px;
  }

  .info-window-lite-content a:after{
    content: "\25BA";
    position: absolute;
    line-height: 60px;
    right: 5px;
    top:0;
    font-size: 24px;
    color: #999;
    transform: scale(0.5, 1.5);
    -webkit-transform: scale(0.5, 1.5);
    -moz-transform: scale(0.5, 1.5);
    -o-transform: scale(0.5, 1.5);
    -ms-transform: scale(0.5, 1.5);
  }

  .info-window-lite-content h4{
      color: #333;
      margin:0;
      line-height: 20px;
      font-size: 14px;
      font-weight: bold;
      width: 190px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .info-window-lite-content h5{
      color: #333;
      margin:0;
      line-height: 40px;
      font-size: 14px;
      width: 190px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .info-window-lite-content .company{
    font-size: 11px;
    line-height: 11px;
    padding-top: 6px;
      width: 190px;
      color: #666;
      font-weight: normal;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .btn-close-detail{
    display:block;
    padding:0;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    background: #666;
    background-image:none !important;
    filter:none !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    z-index: 40000;
  }


  .btn-close-detail:hover{
    color: #FFF;
    background: #777;
  }

  .tm3-mobile-list-buttons{
    display:block;
    padding:0;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 40000;
    background: #666;
  }

  .btn-close-list{
    display: block;
    padding:0 10px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    float: left;
    color: #FFF;
    background: #666;
    border-right: solid 1px #999;
  }

  .btn-close-list:hover{
    color: #FFF;
    background: #777;
  }

  .tm3-mobile-list-view{
    overflow:auto;
    bottom: 0;
  }

  .tm3-list-view-lite-results{
    margin: 0;
    padding: 0;
    position: absolute;
      overflow: auto;
      width: 100%;
      height: auto;
      top:40px;
      bottom:0;
      left:0;
      right:0;
  }

  .tm3-list-view-results-wrap{
    margin: 80px 0 0;
  }

  .list-view-item-lite{
    margin:0;
    padding: 0;
    list-style-type: none;
    position: relative;
  }

  .list-view-item-lite:after{
    content: "\25BA";
    position: absolute;
    line-height: 93px;
    right: 10px;
    top:0;
    font-size: 30px;
    color: #CCC;
    transform: scale(0.5, 1.5);
    -webkit-transform: scale(0.5, 1.5);
    -moz-transform: scale(0.5, 1.5);
    -o-transform: scale(0.5, 1.5);
    -ms-transform: scale(0.5, 1.5);
  }

  .list-view-item-lite a{
    display: block;
    padding: 10px;
    border-bottom: solid 1px #CCC;
    color: #333;
  }

  .list-view-item-lite a:hover{
    text-shadow: none !important;
    box-shadow: 0 0 8px #CCC inset;
    -moz-box-shadow: 0 0 8px #CCC inset;
    -webkit-box-shadow: 0 0 8px #CCC inset;
  }

  .list-view-item-lite a .title{
    font-size: 16px;
    color: #03bdf1;
    padding-right: 50px;
    line-height: 20px;
    height: 20px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .list-view-item-lite a .company,
  .list-view-item-lite a .location,
  .list-view-item-lite a .posted-date{
    font-size: 11px;
    line-height: 18px;
    height: 18px;
    padding-right: 50px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .list-view-item-lite a .posted-date{
    color: #999;
    font-style: italic;
  }

  .results-paging{
    text-align: center;
  }

  .results-paging .pagination{padding: 0 10px;}

  .results-paging .pagination a,
  .results-paging .pagination em,
  .results-paging .pagination span.gap{
    display: none;
  }

  .results-paging .pagination .previous_page,
  .results-paging .pagination .next_page{
    display: inline-block !important;
    padding: 6px 8px;
      float:none;
  }


  .results-text{
    display: none;
  }


  .list-view-controls{
    height: 40px;
    color: #FFF;
    float: right;
    padding-right: 6px;
  }

  .list-view-controls label{
    color: #FFF;
    float: left;
    margin: 0 10px;
    line-height: 40px;
  }

  .list-view-controls select{
    position: relative;
    top: 0px;
    line-height: 1em;
      padding: 4px;
      width: 150px;
      height: 30px;
  }

  .modal-mask{
    display: none !important;
  }

  .jobposting-modal{
    position: absolute;
    z-index: 70000;
    width: 90%;
    max-width: 320px;
    height: 100%;
    top: 0;
    left: -100%;
      box-shadow: 0 0 5px #000;
    margin-top: 0;
    margin-left: 0;
    overflow: hidden;
    padding: 0;
  }

  .jobposting-lite-body{
    margin: 0;
    padding: 0;
    position: absolute;
    overflow: auto;
    width: 100%;
    height: auto;
    top:40px;
    bottom:35px;
    left:0;
    right:0;
    min-height: 200px;
  }

  .content-text{
    max-height: none !important;
    margin-top: 12px;
  }

  .content-text *{
    font-size: 12px !important;
    line-height: 15px !important;
  }

  .ja-apply{
    position: absolute;
    width: 100%;
    bottom: 0;
    left:0;
  }

  .ja-apply .btn{
    width: 100%;
    padding: 0 !important;
    text-align: center;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-width: 1px 0 0 !important;
  }
  .mobile-button-bar{width: 100% !important;display:flex;}



  .mobile-button-bar button{background: #F5F5F5;border-bottom: solid 1px #CCC;border-left: solid 1px #CCC;min-height: 51px;flex: 1;max-width: 100%;text-align: center;margin:0;}

  .mobile-button-bar .toggle-search-bar,
  .mobile-button-bar .toggle-list-view,
  .mobile-button-bar .toggle-center-map{
    color: #555 !important;
    font-weight: bold;
  }

  .mobile-button-bar.two .toggle-search-bar,
  .mobile-button-bar.two .toggle-list-view,
  .mobile-button-bar.two .toggle-center-map{
  }

  body.search-active .mobile-button-bar .btn-clear-search{background: #F5F5F5;}

  body.list-on .mobile-button-bar .toggle-list-view,
  body.search-on .mobile-button-bar .toggle-search-bar,
  body.draw-on .mobile-button-bar .toggle-draw
  {
      background: #EEE;
  }

  .full-only{display: none;}

  #map > div > div:nth-child(2) > a > div > img {display: none;}


@media (max-height: 360px)
{
  .tm3-mobile-search-view .search-bar{margin: 20px auto !important;}

  .tm3-mobile-search-view .search-bar input, .tm3-mobile-search-view .search-bar select{
    margin-bottom: 8px;
  }
}
