@import url('//wfonts.weizmann.ac.il/css/Proxima+Nova:100,200,400,600,700');
@import url('//wfonts.weizmann.ac.il/css/Font+Awesome+Pro:300,400,900');
@import url(https://wfonts.weizmann.ac.il/css/Font+Awesome+Pro+Brands:400);
@import url('//wfonts.weizmann.ac.il/css/Font+Awesome+Pro:300,400,900');

body { margin:0; padding:0; }

/* #nav - is the Form */

#nav {
    width: 400px;
    height: 240px;
    background-color: #0066cc;
    position: relative;
    left: 10px;
    top: 8px;
    color: #fff;
    padding: 100px 15px 0px;
    z-index: 3;
    box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #nav.hidden{
    left: -400px;
  }
  #nav a{
    color: #fff;
    margin-right: 1rem;
  }
  #nav .form-item-focus-label {
    position: relative;
  }
  #nav .ui-widget{
    padding: 0;
    margin-bottom: 20px;
  }
  
  #nav .ui-widget.form-item-focus-label.show_field_label span:before, #nav .ui-widget.form-item-focus-label.show_field_label_focus span:before {
    font-family: 'Font Awesome Pro', sans-serif;
    content: "\f00d";
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 2px;
    top: 21px;
    cursor: pointer;
  }
  #nav .ui-widget.form-item-focus-label:after {
    content: " ";
    bottom: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    background: #fff;
  }
  
  #nav .ui-widget.form-item-focus-label label {
    position: absolute;
    top: 20px;
    left: 0;
    color: #fff;
    transition: .5s;
    pointer-events: none;
    font-size: 17px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    margin: 0;
    font-weight: 400;
  }
  /* line 959, ../sass/_theme.scss */
  #nav .ui-widget.form-item-focus-label input {
    border: none;
    font-size: 18px;
    line-height: 25px;
    height: 45px;
    color: #fff;
    background: transparent;
    padding: 20px 0 0 0;
    display: block;
    width: 94%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    text-overflow: ellipsis;
  }
  
  
  #nav .ui-widget.form-item-focus-label.show_field_label_focus label {
    top: 0;
    color: #eee;
    font-size: 12px;
    line-height: 15px;
  }
  
  #nav .ui-widget.form-item-focus-label.show_field_label label {
    top: 0;
    color: #eee;
    font-size: 14px;
    line-height: 15px;
    height: 15px;
  }
  #nav .hide_panel{
    position: absolute;
    top: 0;
    right: -25px;
    width: 25px;
    height: 40px;
    border: none;
    cursor: pointer;
    padding: 0;
    background: #0050a0;
    outline: none;
  }
  #nav .hide_panel:before{
    font-family: 'Font Awesome Pro', sans-serif;
    content: "\f0d9";
    font-weight: bold;
    color: #fff;
    font-size: 20px;
  }
  #nav.hidden .hide_panel:before{
    content: "\f0da";
  }
  #nav .reset_map{
    position: absolute;
    top: 0;
    right: 10px;
    height: 40px;
    line-height: 40px;
    border: none;
    cursor: pointer;
    padding: 0 25px 0 0;
    background: transparent;
    outline: none;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    font-family: Arial, sans-serif;
    text-decoration: none;
  }
  #nav .reset_map:hover, #nav .reset_map:focus{
    text-decoration: underline;
  }
  #nav .reset_map:before{
    font-family: 'Font Awesome Pro', sans-serif;
    content: "\f00d";
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 5px;
  }
  

.appView {
  background: white;
}
.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
}

.appView {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
}

.appView.user-guide {
  position: initial;
}

.appView:before {
  background: #F26722;
  height: 8px;
  width: 100%;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
}
#header {
  width: 100%;
  display: block;
  border-bottom: 1px solid  #0066cc;
  position: relative;
  z-index: 99;
  margin-top: 8px;
  padding-top: 13px;
  padding-bottom: 20px;
}
#header:before {
  background: #ebebeb;/*#36a9e1;*/
  height: 13px;
  width: 100%;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
}

#logo {
/*  height: 44px;
  padding: 15px;
  margin-top: 40px;
  z-index: 999;*/
  height: 70px;
  padding: 23px 15px;
  margin-top: 1px;
  z-index: 999;
  float: left;
}
/*
#header > .lookup {
  z-index: 999;
}

#header > .lookup > .list {
  text-align: left;
  height: 36px;
}

#header > .lookup > .list > .wrapper {
  padding-left: 10px;
  top: 6px;
  margin-right: 0px;
}

#header > .lookup > .list > .wrapper:after {
    clear: both;
    content: " ";
    display: block;
}*/

#header .list ul li{
  float: left;
  list-style: none;
}


#header .list ul li .toggle{
  background-color: #fff;
  height: 32px;
  bottom: 0px;
  color: white;
  right: auto;
  border-radius: 0px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  font-family: "Proxima-Nova","Narkis Tam",Arial;
  font-weight: 400;
  text-transform: uppercase;
}
#header .list ul li .toggle a {
  color: #06c;
  cursor: pointer;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 14px;
  padding: 3px 5px;
  line-height: 26px;
  display: block;
  position: relative;
}

#header .list ul li .toggle a:after{
  width: 1px;
  top: 7px;
  content: "";
  height: 18px;
  background: #b3b3b3;
  right: 0;
  position: absolute;
}
#header .list ul li.active .toggle a:after{
  display: none;
}
#header .list ul li:last-child .toggle a:after{
  display: none;
}
#header .list ul li.active .toggle{
  background-color: #0066cc;
}
#header .list ul li.active .toggle a{
  color: #fff;
}



#map {
  position:absolute;
  top: 0;
  /*margin-top: 175px;*/
  margin-top: 154px;
  bottom:0;
  width:100%;
  height: 100vh;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#map .mapboxgl-control-container{
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.directions-control .mapbox-directions-profile.hidden{
  left: -400px;
}
#map .mapboxgl-ctrl-top-left{
  position: relative;
}

/* new navigation: Tair */

#header h1.page-title {
    margin: 0px auto 0;
    font-weight: 300;
    font-size: 36px;
    text-transform: uppercase;
    color: #000000;
    line-height: 36px;
    font-family: 'Proxima Nova', sans-serif;
    padding: 46px 16px 30px;
    text-align: center;
    width: 780px;
}
#header h2.page-title {
    margin: 0px auto 0;
    font-weight: 500;
    font-size: 26px;
    color: #000000;
    line-height: 36px;
    font-family: 'Proxima Nova', sans-serif;
    text-align: center;
    width: 780px;
}
#header .buttons-box {
  position: absolute;
  top: 40px;
  right: 15px;
}
#header .campus_div .campus_link {
  font-family: 'arial', sans-serif;
  font-size: 15px;
  background: #F26722;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 7px 10px;
}
#header .campus_div .campus_link:hover,
#header .campus_div .campus_link:focus {
  background: rgb(242, 103, 34,0.7);
  outline: 0;
}
#header .campus_div .campus_link:after{
  font-family: 'Font Awesome Pro';
  content: "\f054"; /*f101*/
  font-weight: 400;
  margin-left: 8px;
}

.guide {
    margin-top: 5px;
    width: 125px;
}

.guide a::after {
    margin-left: 24px !important;
}

.main-content .lookup {
  z-index: 2;
  position: absolute;
  top: 412px;
  left: 47px;
}
.main-content .lookup .list ul {
  list-style-type: none;
  padding: 0 0;
  margin:  0 0;
}
.main-content .lookup .list ul li {
  list-style-type: none;
  padding: 5px 0;
  margin:  0 0;
}
.main-content .lookup .list li .ThreeD a,
.main-content .lookup .list li .aerial a,
.main-content .lookup .list li .print span,
.main-content .lookup .list li .language a {
  color: #fff;
  font-family: 'arial', sans-serif;
  font-size: 18px;
  display: block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #F26722;
  text-decoration: none;
  width: 50px;
  height: 40px;
  padding: 15px 10px;
  text-align: center;
  line-height: 20px;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.3);
}

.main-content .lookup .list li .print span{
  cursor: pointer;
  background: #06c;
  display: none;
}
.main-content .lookup .list li .print span:before{
  font-family: 'Font Awesome Pro', sans-serif;
  font-weight: 300;
  font-size: 23px;
  content: '\f02f';
  position: relative;
  top: 9px;
}


.main-content .lookup .list li .language a {
  font-size: 16px;
}
.main-content .lookup .list li .ThreeD a:hover,
.main-content .lookup .list li .aerial a:hover,
.main-content .lookup .list li .ThreeD a:focus,
.main-content .lookup .list li .aerial a:focus {
  /*text-decoration: underline;*/
  outline: 0;
  background: rgb(242, 103, 34,0.7);
}








div.directions-control .mapbox-directions-origin,
div.directions-control .directions-icon-reverse,
div.directions-control .mapbox-directions-destination {
    display: none;
}

div.directions-control.directions-control-directions {
  margin: 0 !important;
  background: transparent;
  height: 800px;
  padding-top: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  right: 0px;
}
.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  float: none;
  min-width: 400px;
  max-width: 400px;
  margin: 0;
}
div.directions-control.directions-control-directions .mapbox-directions-instructions{
  padding-bottom: 50px;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.3);
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  overflow: unset;
}
div.directions-control.directions-control-directions .mapbox-directions-instructions-wrapper{
  max-height: unset;
  overflow: scroll;
  height: 100%;
}
div.directions-control.directions-control-directions .mapbox-directions-steps{
  padding: 0 35px 0 55px;
}
div.directions-control.directions-control-directions .mapbox-directions-step{
  color: #000;
  padding: 20px 0;
  font-weight: 400;
  letter-spacing: 0.03em;
}
div.directions-control.directions-control-directions .mapbox-directions-step:first-child .directions-icon{
   background-color: #3cb2d0;
}
div.directions-control.directions-control-directions .mapbox-directions-step:last-child .directions-icon{
  background-color: #8a8bc8;
}
div.directions-control.directions-control-directions .directions-icon{
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
  left: -35px;
  width: 25px;
  height: 25px;
  background-position: center;
}
div.directions-control.directions-control-directions .mapbox-directions-step-distance{
  color: rgba(0,0,0,.5);
  padding: 5px 10px 5px 0;
  left: 0;
  background: #fff;
  z-index: 9;
}
div.directions-control.directions-control-directions .mapbox-directions-step:after{
  border-left: none;
  border-bottom: 1px solid #eee;
  width: 100%;
  bottom: 3px;
  left: 0;
}
div.directions-control.directions-control-directions .mapbox-directions-route-summary{
  background-color: #eee;
  color: #0066cc;
  padding: 15px;
  font-size: 20px;
  position: absolute;
  font-weight: 400;
  top: 0px;
  height: 60px;
}
div.directions-control.directions-control-directions .mapbox-directions-route-summary h1{
  font-weight: 400;
}
div.directions-control.directions-control-directions .mapbox-directions-route-summary span{
  color: #0066cc;
  margin-left: 10px;
}

div.directions-control .mapbox-directions-profile  {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    background: #4285F4;
    margin-top: 4px;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    width: 150px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

div.directions-control .mapbox-directions-profile>label {
  font-size: 1px;
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin: 5px;
  position: relative;
  border-radius: 50%;
}

div.directions-control .mapbox-directions-profile input[type=radio]:checked + label {
    background: #0066cc;
}
div.directions-control .mapbox-directions-profile input[type=radio]:focus + label {
  background: rgba(0, 102, 204, 0.7);
}

div.directions-control .mapbox-directions-profile input[type=radio] {
    display: block;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
}
div.directions-control .mapbox-directions-profile input#mapbox-directions-profile-driving-traffic,
div.directions-control .mapbox-directions-profile label[for='mapbox-directions-profile-driving-traffic'] {
    display: none;
}

div.directions-control .mapbox-directions-profile>label:before {
  content: " ";
  position: absolute;
  background-size: 96px 240px;
  width: 24px;
  height: 24px;
  top: 9px;
  left: 8px;
  display: block;
  font-family: 'Font Awesome Pro', sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
div.directions-control .mapbox-directions-profile>label[for='mapbox-directions-profile-driving']:before{
  /*background-position: -24px -96px;*/
  content: '\f1b9';
}
div.directions-control .mapbox-directions-profile>label[for='mapbox-directions-profile-walking']:before{
  /*background-position: -48px -144px;*/
  content: "\f554";
}
div.directions-control .mapbox-directions-profile>label[for='mapbox-directions-profile-cycling']:before{
  /*background-position: -48px -168px;*/
  content: "\f206";
  font-weight: 300;
}



.show_route{
  display: none;
}
.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-top-right{
    display: none;
}
.ui-widget.ui-widget-content {
  border: none !important;
}


.video-warp {
    position: relative;
    width: 1000px;
    height: 600px;
    margin: 65px auto 0;
}


















/*#nav .lang-wrapper{*/
/*  position: absolute;*/
/*  top: 15px;*/
/*  left: 15px;*/
/*  display: block;*/
/*  background: #4285F4;*/
/*  margin-top: 4px;*/
/*  padding: 0;*/
/*  border-radius: 0;*/
/*  box-shadow: 0 0 0 rgba(0,0,0,0);*/
/*  width: 150px;*/
/*  -webkit-transition: all 0.3s ease;*/
/*  -moz-transition: all 0.3s ease;*/
/*  transition: all 0.3s ease;*/
/*  margin: 7px 0 0;*/
/*  vertical-align: middle;*/
/*}*/
/*#nav .lang-wrapper .lang{*/
/*  font-size: 1px;*/
/*  display: block;*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  float: left;*/
/*  margin: 5px;*/
/*  position: relative;*/
/*  border-radius: 50%;*/
/*}*/

/*#nav .lang-wrapper .lang{*/
/*!*div.directions-control .mapbox-directions-profile>label:before {*!*/
/*  content: " ";*/
/*  position: absolute;*/
/*  background-size: 96px 240px;*/
/*  width: 24px;*/
/*  height: 24px;*/
/*  top: 9px;*/
/*  left: 8px;*/
/*  display: block;*/
/*  font-family: 'Font Awesome Pro', sans-serif;*/
/*  font-weight: bold;*/
/*  font-size: 20px;*/
/*  color: #fff;*/
/*  text-align: center;*/
/*}*/


#nav .lang-wrapper{
  width: 47px;
  position: absolute;
  top: 11px;
  left: 175px;
  background: #4285F4;
  background-size: 30px 2px;
  height: 50px;
}
#nav .lang-wrapper .lang{
  color: white;
  position: relative;
  top: 11px;
  left: 0px;
  padding: 13px;
  font-size: 21px;
  text-decoration: none;
}
#nav .lang-wrapper a:hover{
  text-decoration: underline;
}



/********** Share Icons ****************/
#nav .share-item{
  margin-bottom: 10px;
  width: 30px;
  height: 30px;
  border: solid 1px #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

#nav .share-item a{
  margin-right: 0;
  padding: 8px;
}
#nav .share-toggle{
  position: absolute;
  left: 234px;
  top: 20px;
  z-index: 10;
}
#nav .share{
  text-decoration: none;
  cursor: pointer;
}
#nav .share:before{
  font-family: 'Font Awesome Pro', sans-serif;
  font-weight: 300;
  content: "\f1e0";
}
#nav .share-by-email{
  background: #fa332f;
  border-color: #fa332f;
}
#nav .share-by-email.hide{ display: none;}
#nav .share-by-email a{
  text-decoration: none;
}
#nav .share-by-email a:before{
  font-family: 'Font Awesome Pro', sans-serif;
  font-weight: 300;
  content: "\f0e0";
}

#nav .share-by-whatsapp{
  background: #2ed540;
  border-color: #2ed540;
}
#nav .share-by-whatsapp.hide{ display: none;}
#nav .share-by-whatsapp a{
  text-decoration: none;
}
#nav .share-by-whatsapp a:before{
  font-family: 'Font Awesome Pro Brands', sans-serif;
  font-size: 16px;
  font-weight: 300;
  content: "\f232";
}



/******** MOBILE *******/
@media screen and (max-width:1420px) {
  #header h1.page-title {
    font-size: 28px;
  }
  #header h2.page-title {
    font-size: 22px;
  }
}

@media screen and (max-width:1140px) {
  #logo {
    height: 45px;
    padding: 31px 15px;
  }
  #header h1.page-title {
    font-size: 23px;
    text-align: center;
    width: 600px;
    font-weight: 400;
  }
  #header h2.page-title {
    font-size: 20px;
    width: 600px;
  }
}


@media screen and (max-width: 960px) {
  #logo {
    height: 35px;
    padding: 15px 15px 5px;
    float: none;
  }
  #header h1.page-title {
    font-size: 20px;
    padding: 0px 15px;
    font-weight: 400;
  }
  #header h2.page-title {
    font-size: 18px;
    line-height: 17px;
    width: auto;
  }
  #header .buttons-box {
    float: right;
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 15px;
  }
  #header .campus_div .campus_link {
    font-family: 'arial', sans-serif;
    font-size: 14px;
    background: #F26722;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    margin: 0px 0;
  }
  .main-content .lookup {
    position: fixed;
    bottom: 10px;
    left: 10px;
    top: auto;
  }
  .main-content .lookup .list ul * {
    display: inline-block;
    vertical-align: middle;
  }
    .video-warp {
        position: relative;
        width: 100%;
        height: 67%;
        margin: 0;
        padding: 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 640px) {
  #logo {
    height: 33px;
    padding: 4px 5px;
    margin-top: 10px;
    float: none;
  }
  #header > .lookup > .list > .wrapper{
    margin: 0 10px;
    padding: 0;
  }
  #header .list ul li .toggle a{
    letter-spacing: -0.3px;
    font-size: 13px;
  }
  #header .list ul li:last-child .toggle a{
    padding-right: 0;
  }
  #nav {
    height: 190px;
    left: 0;
    top: 0;
    padding: 70px 10px 0;
  }

  div.directions-control .mapbox-directions-profile {
    top: 2px;
    left: 0px;
  }
  #nav div.src{
    margin-top: 17px;
  }
  #nav .ui-widget{
    margin-bottom: 10px;
  }
  #nav .ui-widget.form-item-focus-label input{
    font-size: 16px;
  }
  #map {
    margin-top: 160px;
  }
  #map .mapboxgl-control-container{
    left: 0;
    z-index: 99;
  }
  #map .mapboxgl-control-container.hidden{
    left: 0;
  }
  div.directions-control .mapbox-directions-profile.hidden {
      left: -400px;
  }
  /**/
  div.directions-control.directions-control-directions{
    padding-top: 75px;
    max-height: 100%;
    position: fixed;
    bottom: -100%;
    box-sizing: content-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  div.directions-control.directions-control-directions.opened{max-height: 80%;}

  div.directions-control.directions-control-directions.show {
    bottom: 0;
    padding-top: 0;
  }
  div.directions-control.directions-control-directions .mapbox-directions-route-summary{
    padding: 10px;
    height: 50px;
    text-align: center;
    top: 25px;
  }
  div.directions-control.directions-control-directions .mapbox-directions-route-summary:before{
    font-family: 'Font Awesome Pro', sans-serif;
    font-weight: 300;
    content: "\f077";
    margin-right: 10px;
    display: inline-block;
  }
  div.directions-control.directions-control-directions.show .mapbox-directions-route-summary:before{
    display: none;
  }

  .show_route{
    position: absolute;
    bottom: 25px;
    z-index: 999;
    width: 100%;
    height: 50px;
    background: transparent;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border: none;
    padding: 0;
    outline: none;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
  }
  .show_route.active{
    display: block;
  }
  .show_route:after{
    /*font-family: 'Font Awesome Pro', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    content: "\f0de";
    line-height: 35px;
    background: #585858;
    position: absolute;
    width: 40px;
    height: 25px;
    top: 25px;
    right: 0;*/
    background: transparent;
    position: absolute;
    width: 100%;
    height: 50px;
    top: 25px;
    right: 0;
    content: " ";
  }
  /**/
  .show_route.open{
    bottom: 80%;
  }
  .show_route.open:after{
    content: "\f0d7";
    line-height: 25px;
    background: rgba(0,0,0,0.8);
  }
  .show_route.open:before{
    /*//content: " ";*/
    position: absolute;
    /*//width: 40px;
    //height: 5px;
    //background: #fff;*/
    z-index: 999;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /*-webkit-border-radius: 15px;
    //-moz-border-radius: 15px;
    //-ms-border-radius: 15px;
    //border-radius: 15px;*/

    font-family: 'Font Awesome Pro', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 25px;
    content: "\f078";
  }
  div.directions-control.directions-control-directions .mapbox-directions-instructions{
    padding: 75px 0 0;

  }
  .mapboxgl-ctrl-top-left .mapboxgl-ctrl {
    min-width: 100%;
    max-width: 100%;
  }

  .ui-widget.ui-widget-content{
    left: 0 !important;
    z-index: 999;
    border: none;
  }
  #header h1.page-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 100;
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
    line-height: 21px;
    font-family: 'Proxima Nova', sans-serif;
    padding-left: 0px;
    width: auto;
    padding: 10px 10px;
    font-weight: 400;
  }
  #header h2.page-title {
    width: auto;
    font-size: 18px;
    line-height: 22px;
  }
  /*#header .buttons-box {
    top: 24px;
    right: 5px;
  }*/
  #header .buttons-container {
    width: 272px;
    margin: 10px auto;
    position: absolute;
    top: 0;
    right: 5px;
  }
  #header .buttons-box {
    /* position: relative; */
    /* top: 0; */
    /* right: 0; */
    display: flex;
    justify-content: space-around;
    /* width: 100%; */
    margin-top: 15px;
    float: none;
    position: static;
  }
 
  #header .campus_div .campus_link {
    font-size: 14px;
    padding: 10px 14px;
    margin: 0 0;
  }
  .video-warp {
    position: relative;
    width: 100%;
    height: 67%;
    margin:0;
    padding: 10px;
    box-sizing: border-box;
  }
  .guide {
      margin-top: 0;
  }
  .guide a::after {
    margin-left: 22px !important;
  }
}
@media screen and (max-width: 580px) { /*(max-width: 425px) {*/
    #header h2.page-title {
        font-size: 18px;
        color: #000000;
        line-height: 18px;
        width: 100%;
    }
  #nav {
    width: 90%;
  }
  #nav.hidden{
    left: -90%;
  }
  .ui-widget.ui-widget-content{
    width: 90% !important;
  }
  #header {
    height: 178px;
  }
  #header h1.page-title {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    /*width: 300px;*/
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 400;
  }

  #map {
    margin-top: 220px;
  }
  #header .buttons-container {
      width: 320px;
      margin: 0 auto;
      position: static;
  }
  #header .buttons-box {
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 15px;
  }
  #header .buttons-box .guide {
      margin-top: 0;
  }
  .guide a::after {
    margin-left: 20px !important;
  }
}
