#bg {
  background-color: RGBA(72,32,110,0.5);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.switcher.v2 {
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "din-condensed",Arial,sans-serif;
  font-size: 36.8104px;
  z-index: 1;
  pointer-events: none;
}
.switcher.v2 div {
  position: relative;
  background-color: RGBA(72,32,110,0.8);
  padding: 10%;
  padding-top: 30px;
  padding-bottom: 100px;
  width: 80%;
  margin: 0 auto;
  pointer-events: all;
}
@media all and (max-width:1000px) {
  #bg {
    background-color: RGBA(72,32,110,0.95);
  }
  .switcher.v2 div {
    padding: 40px 0;
    width: 100%;
    line-height: 1;
    background-color: transparent;
  }
}
.switcher.v2 a.undergrad,
.switcher.v2 a.grad {
  text-align: center;
  display: block;
  text-transform: uppercase;
  background-color: RGB(72,32,110);
  padding: 25px;
  margin: 25px;
}
.switcher.v2 a.close {
  position: absolute;
  top: 10px;
  right: 10%;
  line-height: 1;
  color: #ffb530;
}
.switcher.v2 a.undergrad {
  color: #ffb530;
}
.switcher.v2 a.grad {
  color: #ff3c2c;
}
.noScroll {
  overflow: hidden;
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
