  #panorama {
  width: 100%;
  height: calc(100vh - 150px);
  position: relative;
}
body {
  width: 100%;
  height: 100vh;
  margin: 0;
}
#vrview {
  position: relative;
}

.pnlm-about-msg {
  visibility: hidden;
  /* a {
    visibility: hidden;
  } */
}

/*Header Bar*/
#down_arrow,
#up_arrow {
  opacity: 0.7;
}

#down_arrow:hover,
#up_arrow:hover {
  opacity: 1;
}

#banner {
  display: flex;
  width: 100%;
  background-color: #185640;
  position: relative;
  color: white;
  height: 150px;
  align-content: center;
  justify-content: space-between;
}

#banner #school-logo {
  width: 30%;
  height: auto;
}

#banner #link_holder {
  margin-right: 6px;
  padding-top: 40px;
  color: #6ed34a;
}

#link_holder li {
  width: 200px;
  text-align: center;
  display: inline-block;
}

.bar {
  font-size: 27px;
}

#link_holder a {
  font-size: 22px;
  text-decoration: none;
  color: #6ed34a;
}

#link_holder a:visited {
  color: #6ed34a;
}

#link_holder a:hover {
  font-weight: 800;
}

/* TOP BUTTON STYLING */
#learn_more_button {
  right: 600px;
  background-color: orange;
}
#apply_online_button {
  right: 400px;
  background-color: red;
}
#schedule_visit_button {
  right: 200px;
  background-color: green;
}

.top_button {
  position: absolute;
  top: 0;
  padding: 10px 50px;
  cursor: pointer;
  border-top: none;
  width: 190px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 10;
  box-sizing: border-box;
}

/*LEFT SIDE NAVIGATION */
#left_navigation_trigger {
  height: 100%;
  width: 120px;
  left: 0;
  position: absolute;
  background-color: rgba(0, 55, 100, 0.8);
  color: white;
  z-index: 10;
  cursor: pointer;
}
#left_navigation_trigger #nav_header_text {
  margin: 10px;
  padding-left: 10px;
  font-size: 26px;
  font-weight: 700;
}
#left_navigation_trigger #nav_inner_header {
  margin: 0 20px;
  padding-top: 20px;
}
#nav_inner_header h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
#nav_inner_header p {
  margin-top: 0px;
  font-size: 20px;
}
.location_info_box img {
  opacity: 0.6;
  transition: opacity 0.5s;
}
.location_info_box img:hover {
  opacity: 1;
}

#location_listing {
  display: none;
  width: 100%;
  height: 100%;
}
#location_listing #location_holder {
  overflow-y: scroll;
  margin: 0 20px;
  background-color: rgba(230, 230, 250, 0.8);
  height: 80%;
}
/*#location_listing::-webkit-scrollbar{
	width: 12px;
  	background-color: #F5F5F5;
}
#location_listing::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
#location_listing::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}*/
#close_nav {
  position: absolute;
  height: 100%;
  left: 350px;
  background-color: #003764;
  display: none;
  width: 40px;
  color: white;
  z-index: 10;
}
#close_nav_text {
  justify-content: space-evenly;
  align-items: center;
  font-size: 40px;
  font-weight: 800;
}
.location_info_box {
  cursor: pointer;
  padding: 5px 5px;
  position: relative;
}
.location_info_box span {
  bottom: 0px;
  position: absolute;
  left: 0;
  width: 273px;
  height: 50px;
  background-color: white;
  color: darkgreen;
  font-weight: 600;
  margin: 0px 5px;
  padding: 0 5px;
}

/*Arrow Styling*/
.arrow {
  width: 25px;
  padding: 15px;
  cursor: pointer;
  z-index: 9;
  position: absolute;
  top: 40%;
}

#down_arrow {
  left: 115px;
}
#up_arrow {
  right: 25px;
}

/*MAP ZOOM BUTTONS */
.pnlm-controls-container {
  bottom: 100px;
  right: 10px;
  left: unset;
  top: unset;
}

#pana_controls {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 9;
}

#pana_controls button,
#mobile_play_button,
#mobile_pause_button {
  background-color: #6ed34a;
  width: 50px;
  height: 55px;
  color: white;
  font-size: 40px;
  font-weight: 800;
  cursor: pointer;
  position: absolute;
  border: none;
}

#pana_controls button:hover,
#mobile_play_button:hover,
#mobile_pause_button:hover {
  background-color: #9ae489;
}

#pana_controls #zoom_in {
  bottom: 169px;
  right: 10px;
  border-bottom: white solid 1px;
}
#pana_controls #zoom_out {
  bottom: 112px;
  right: 10px;
}
#pana_controls #full_screen {
  bottom: 25px;
  right: 10px;
}
#pana_contols #full_screen img {
  padding-bottom: 2px;
}
#pana_controls #auto_rotate {
  bottom: 25px;
  right: 90px;
}

/*360 Prompt*/
#three_sixty_prompt {
  display: none;
  position: absolute;
  width: 8%;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*audio controls */
audio {
  position: absolute;
  bottom: 10px;
  right: 40vw;
  z-index: 20;
}

audio:focus {
  outline: none;
}
#mobile_play_button {
  display: none;
}
#mobile_pause_button {
  display: none;
}

/*hot spots */
.custom-hotspot {
  height: 50px;
  width: 50px;
  background: #6ed34a;
  border-radius: 25px;
}
.custom-hotspot:hover {
  background: #55b53f;
}
.custom-hotspot:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 22px;
  border-style: solid;
  border-color: #6ed34a transparent transparent transparent;
  bottom: -32px;
  left: -22px;
  margin: 0 50%;
}
.custom-hotspot:hover:after {
  border-color: #55b53f transparent transparent transparent;
}

div.custom-tooltip span {
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  background-color: #fff;
  color: #003764;
  text-align: center;
  max-width: 200px;
  padding: 5px 10px;
  margin-left: -220px;
  cursor: default;
}
div.custom-tooltip:hover span {
  visibility: visible;
}
div.custom-tooltip:hover span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  /*bottom: 42px;*/
  margin: 0 50%;
  bottom: -20px;
  left: -10px;
  /*transform: rotate(90deg);
    right: 109px;*/
}

/*Popup-signup*/
#gather {
  display: none;
  position: absolute;
  z-index: 15;
  background: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 370px;
}
#overlay {
  background: #e9e9e9;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: 10;
}
#gather form {
  display: inline-flex;
  max-width: 400px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px 30px;
}
#gather p {
  margin: 15px 30px;
  font-size: 20px;
}
#gather_form label {
  font-size: 14px;
}
#gather_header {
  text-align: center;
  width: 100%;
  background-color: #6ed34a;
}
.half_form {
  width: 178px;
}
.full_form {
  width: 100%;
}
.full_form input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid;
  padding: 5px;
}
#date_start_select {
  border: solid 1px;
  width: 100%;
  padding: 5px;
}
#submit_container {
  width: 100%;
  text-align: center;
}
#submit_container p {
  font-size: 15px;
  color: #6ed34a;
  margin: 15px 30px;
  cursor: pointer;
}
#submit_container p:hover {
  color: #55b53f;
}
#submit_form_button {
  margin-top: 20px;
  color: white;
  background-color: #6ed34a;
  border: none;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}
#submit_form_button:hover {
  background-color: #55b53f;
}
#exit_button {
  position: absolute;
  right: 0px;
  opacity: 0.7;
  background: none;
  margin: 6px;
  top: 0px;
  border: none;
  color: white;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
  opacity: 0.6;
}
#exit_button:hover {
  opacity: 1;
}

/*MOBILE VIEW*/
#hamburger {
  display: none;
  -webkit-filter: invert(1);
  filter: invert(1);
}
#mobile-nav {
  display: none;
  position: absolute;
  z-index: 14;
  background-color: #185640;
  color: #6ed34a;
  width: 100%;
  text-align: center;
}
#mobile-nav div {
  height: 60px;
  border-bottom: white 1px solid;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-nav a {
  color: #6ed34a;
  font-size: 20px;
  text-decoration: none;
}
#mobile-nav div:last-of-type {
  border-bottom: none;
}
#mobile-nav div:first-of-type {
  border-top: white 1px solid;
}

#mobile_location_control {
  display: none;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 55, 100, 0.8);
  text-align: center;
  top: 0;
  z-index: 11;
}
#mobile_location_main {
  display: none;
}
#mobile_location_nav_header {
  color: white;
  font-size: 25px;
  font-weight: 700;
  margin: 10px 0px;
  opacity: 70%;
}

#mobile_location_main {
  text-align: left;
}

#mobile_location_main_header {
  color: white;
  margin: 15px;
}

#mobile_location_main_header h3 {
  padding: 0;
  margin-bottom: 5px;
}
#mobile_location_main_header p {
  font-size: 14px;
  margin-top: 5px;
}

.location_info_box_mobile {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  margin-bottom: 5px;
  color: #185640;
  background-color: lightgrey;
  font-weight: 600;
}
.location_info_box_mobile > div {
  width: 70%;
}
.location_info_box_mobile > img {
  width: 12px;
  background-color: #6ed34a;
  padding: 10px 15px;
  border-radius: 100px;
}

#close_mobile_location_nav {
  position: absolute;
  margin: 10px;
  top: 0px;
  right: 0;
  font-size: 20px;
  background: none;
  border: none;
  font-weight: 800;
  color: gray;
  opacity: 80%;
}
.nav_header_arrow_open,
.close_nav_image,
.mobile_location_control_down_arrow,
#close_mobile_location_nav {
  opacity: 0.7;
}
.nav_header_arrow_open:hover,
.close_nav_image:hover,
.mobile_location_control_down_arrow:hover,
#close_mobile_location_nav:hover {
  cursor: pointer;
  opacity: 1;
}

button.button_with_inside_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.csu_video_overlay{
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.9);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.csu_video_overlay_title{
  color: #185640;
  font-size: 4vw;
}
.csu_video_overlay_x{
  position: absolute;
  filter: invert(1);
  top: 0;
  right: 0;
  margin: 10px;
  width: 24px;
}
.csu_video_overlay_x:hover{
  cursor: pointer;
}

@media (max-width: 1000px) {
  audio {
    display: none;
  }
  #learn_more_button {
    display: none;
  }
  #apply_online_button {
    display: none;
  }
  #mobile_play_button {
    display: block;
    position: absolute;
    bottom: 35px;
    left: 30px;
    z-index: 10;
    background: #6ed34a;
    border: none;
    cursor: pointer;
    height: 55px;
    width: 50px;
    color: white;
  }
  #mobile_pause_button {
    display: block;
    position: absolute;
    bottom: 35px;
    left: 110px;
    z-index: 10;
    background: #6ed34a;
    border: none;
    cursor: pointer;
    height: 55px;
    width: 50px;
    color: white;
  }
  #mobile_play_button:focus,
  #mobile_pause_button:focus {
    outline: none;
  }
  #schedule_visit_button {
    right: 120px;
  }
  #link_holder {
    display: none;
  }
  #banner {
    height: 21vw;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  #banner #school-logo {
    width: 80%;
  }
  #hamburger {
    fill: #fff;
    display: inline-block;
    width: 50px;
    height: auto;
  }
  #panorama {
    width: 100%;
    height: calc(100vh - 21vw);
    position: relative;
  }
  #left_navigation_trigger {
    display: none;
  }
  #down_arrow {
    left: 15px;
  }
  #up_arrow {
    right: 15px;
  }
  #mobile_location_control {
    display: block;
  }
  #gather {
    width: 345px;
  }
  #three_sixty_prompt {
    width: 200px;
  }
  #mobile_play_button {
    display: flex;
  }
  #mobile_pause_button {
    display: flex;
  }
  button.button_with_inside_img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
