/* BASE STYLES */
@font-face {
  font-family: "Gotham Black";
  src: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/fonts/Gotham-Black.otf");
}

@font-face {
  font-family: "Gotham Bold";
  src: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/fonts/Gotham Book.otf");
}

@font-face {
  font-family: "Gotham Book";
  src: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/fonts/Gotham Book.otf");
}

@font-face {
  font-family: "Myriad Pro";
  src: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/fonts/MyriadPro-Regular.otf");
}

body {
  background-color: #0069c3;
  color: #5a5a5a;
  font-family: "Gotham Book", Arial, sans-serif;
  font-style: normal;
  /* font-weight: 300; */
  font-weight: 100;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: "Gotham Book", Arial, sans-serif;
  text-align: left;
  /* font-weight: 300; */
  font-weight: 300;
}
h1 {
  font-size: 3.6rem;
  line-height: 5.4rem;
}
h2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.3rem;
}
h3 {
  text-align: center;
  margin: 4.4rem 0;
  font-size: 2.5rem;
  line-height: 1.15;
  font-weight: 300;
  color: #0082e6;
}
h4 {
  font-size: 2rem;
  line-height: 3.4rem;
  color: #fff;
}
@media (min-width: 768px) {
  h1 {
    font-size: 6.7rem;
    line-height: 7rem;
  }
  h2 {
    font-size: 2.1rem;
    line-height: 2.9rem;
    margin: 7.2rem 0 0 0;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 10rem;
    line-height: 12rem;
  }
  h2 {
    font-size: 3rem;
    line-height: 4rem;
    margin: 7.2rem 0 0 0;
  }
  h3 {
    font-size: 2.7rem;
  }
  h4 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
sup {
  font-size: 50%;
}
.btn-default,
.btn {
  color: #0069c3;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1.5rem 2rem;
  border-radius: 0;
  border-image: linear-gradient(to right, #0069c3, #73c8ed) 1;
}
.btn-default:hover,
.btn:hover {
  color: #fff;
  background-color: #0069c3;
  border-image: none;
}
.bk-white {
  background-color: #fff;
}
.bk-darkblue {
  background-color: #071e44;
}
.bg-blue {
  background: #0069c3;
}

/* PLACEHOLDERS */

.black-placeholder {
  background-color: #000;
  height: 6.4rem;
}

/* HERO */

.hero h1 {
  margin-top: 10rem;
  margin-bottom: 0;
  font-family: "Gotham Black", arial;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px #50dcff !important;
}
.gradient-div {
  min-height: 4rem;
  background: rgb(7, 30, 68);
  background: linear-gradient(
    180deg,
    rgba(7, 30, 68, 1) 0%,
    rgba(7, 30, 68, 0.33) 50%,
    rgba(7, 30, 68, 0.2) 80%,
    rgba(7, 30, 68, 0) 100%
  );
  position: relative;
  z-index: 5;
}
.hero h2 {
  padding-top: 0.6rem;
  padding-bottom: 4rem;
  margin: 0px;
  background: rgb(7, 30, 68);
  background: linear-gradient(
    180deg,
    rgba(7, 30, 68, 1) 0%,
    rgba(7, 30, 68, 1) 50%,
    rgba(7, 30, 68, 0.5) 80%,
    rgba(7, 30, 68, 0) 100%
  );
}
.hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .hero h1 {
    margin-top: 5.8rem;
    margin-bottom: 0;
  }
  .hero h2 {
    margin-top: 2.4rem;
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 991px) {
  .hero h1 {
    margin-top: 6.8rem;
    margin-bottom: 0;
  }
  .hero h2 {
    margin-top: 0.4rem;
    padding-top: 1.2rem;
  }
}
.beam-big {
  position: relative;
}
.beam-big:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #50dcff, #4997d2 83%, #387dc0);
  background-repeat: no-repeat;
  padding-bottom: 2px;
  bottom: 0;
  opacity: 0;
  -webkit-animation: slide-in-left 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-left 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ARROW NAVIGATION */

.blue-divider {
  background-color: #0082e6;
  position: relative;
}
.down-arrow {
  text-align: center;
  margin: 0 auto 1rem;
  width: 70px;
}
.down-arrow:hover {
  cursor: pointer;
}
.down-arrow i {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 1rem;
  margin: 1rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* CAMPUS MAP CONTAINERS */

/* Map backgrounds */
#map-sub-container {
  background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/background-desktop-wide.png");
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: visible;
  width: 100%;
}
@media (max-width: 767px) {
  #map-sub-container {
    background-image: none;
    width: auto;
  }
  #campus-map {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/background-mobile-paths.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    margin: auto;
  }
}

/* Map positions */
#map-panel {
  padding: 0;
}
#map-container,
#map-sub-container,
#campus-map {
  position: relative;
}
@media (min-width: 768px) {
  #map-panel {
    height: 390px;
  }
  #map-container,
  #map-sub-container {
    height: 513px;
    top: -4.3%;
  }
  #campus-map {
    position: absolute;
    width: 750px;
    height: 422px;
    left: 0;
    top: -5%;
  }
}
@media (min-width: 992px) {
  #map-panel {
    height: 530px;
  }
  #map-container,
  #map-sub-container {
    height: 580px;
    top: -3.5%;
  }
  #map-sub-container {
    background-position: top center;
  }
  #campus-map {
    position: absolute;
    width: 970px;
    height: 546px;
    left: 0;
    top: 58px;
  }
  .ie #map-sub-container {
    background-size: 1000px 660px;
  }
}
@media (min-width: 1200px) {
  #map-panel {
    height: 650px;
  }
  #map-container,
  #map-sub-container {
    height: 710px;
    top: -3%;
  }
  #campus-map {
    position: absolute;
    width: 1170px;
    height: 658px;
    left: 0;
    top: 71px;
  }
  .ie #map-sub-container {
    background-size: 1290px 800px;
  }
}

@media (min-width: 1600px) {
  #map-panel {
    height: 900px;
  }

  #map-container,
  #map-sub-container {
    width: 1570px;
    height: 950px;
    top: -2.5%;
  }
  #campus-map {
    position: absolute;
    width: 1570px;
    height: 850px;
    left: 0;
    top: 100px;
  }
}

/* Map container labels */
#campus-map hr,
.map-section h4 {
  display: none;
}
@media (max-width: 767px) {
  .map-section {
    position: relative;
    margin: 20px auto;
    height: 333px;
    width: 290px;
  }

  .map-section h4 {
    color: #ebebeb;
    position: absolute;
    width: 100%;
    text-align: center;
    display: block;
    top: 0;
  }
  #campus-map hr {
    margin: 0;
    border-top: 1px solid #ebebeb;
    display: block;
  }
}

/* CAMPUS MAP INDICATORS */

/* Base indicator styles */
.verbal-label {
  font-size: 1rem;
  font-family: "Gotham Bold", arial;
  color: #ffffff;
  text-align: center;
  position: absolute;
  font-weight: 400;
  padding: 3px;
  background-color: #0082e6;
}
@media (min-width: 768px) {
  .verbal-label {
    font-size: 1rem;
    background-color: #071e44;
  }
}
@media (min-width: 1200px) {
  .verbal-label {
    font-size: 1.1rem;
  }
}
.indicator-container {
  position: absolute;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  text-decoration: none !important;
}
.indicator {
  position: absolute;
  background: #ffffff;
  border-radius: 48px;
  width: 16px;
  height: 16px;
  text-align: center;
  box-shadow: 0 0 2px 1px rgba(23, 42, 90, 0.6);
  z-index: 99;
}
.indicator-animation {
  position: absolute;
  top: 0;
  left: 0;
  border: #50dcff 3px solid;
  border-radius: 32px;
  width: 32px;
  height: 32px;
  box-shadow: 0 0 2px 1px rgba(23, 42, 90, 0.6);
  -webkit-animation: pulsate 1.9s ease-out infinite;
  animation: pulsate 1.9s ease-out infinite;
}

/* Indicator positions and indicator labels */
.location-arena {
  width: calc(100% * 0.165);
  height: calc(100% * 0.317);
  left: calc(100% * 0.273);
  top: calc(100% * 0.045);
  background-size: 100%;
}
.location-arena .verbal-label {
  right: -11%;
  top: 19%;
  width: 47%;
}
.location-arena .indicator {
  left: 86%;
  top: 35%;
}
.location-arena .indicator-animation {
  left: calc(86% - 8px);
  top: calc(35% - 8px);
}

.location-athletics {
  width: calc(100% * 0.275);
  height: calc(100% * 0.435);
  left: calc(100% * 0.434);
  top: calc(100% * -0.1545);
  background-size: 100%;
}
.location-athletics .verbal-label {
  right: 62%;
  top: 43%;
  width: 33%;
}
.location-athletics .indicator {
  left: 22%;
  top: 56%;
}
.location-athletics .indicator-animation {
  left: calc(22% - 8px);
  top: calc(56% - 8px);
}

.location-food-services {
  width: calc(100% * 0.075);
  height: calc(100% * 0.295);
  left: calc(100% * 0.4303);
  top: calc(100% * 0.48);
  background-position: right center;
  background-size: 234%;
  z-index: 1;
}

.location-food-services .verbal-label {
  left: 42%;
  top: 14%;
  width: 100%;
}
.location-food-services .indicator {
  left: 82%;
  top: 36%;
}
.location-food-services .indicator-animation {
  left: calc(82% - 8px);
  top: calc(36% - 8px);
}
.location-housing {
  width: calc(100% * 0.135);
  height: calc(100% * 0.365);
  left: calc(100% * 0.33);
  top: calc(100% * 0.444);
  background-position: left center;
  background-size: 130%;
  z-index: 2;
}
.location-housing .verbal-label {
  left: 17%;
  top: 21%;
  width: 65%;
}
.location-housing .indicator {
  left: 44%;
  top: 36%;
}
.location-housing .indicator-animation {
  left: calc(44% - 8px);
  top: calc(36% - 8px);
}
.location-facilities-management {
  width: calc(100% * 0.149);
  height: calc(100% * 0.34);
  left: calc(100% * 0.13);
  top: calc(100% * 0.292);
  background-size: 100%;
}
.location-facilities-management .verbal-label {
  left: 37%;
  top: 12%;
  width: 78%;
}
.location-facilities-management .indicator {
  left: 69%;
  top: 28%;
}
.location-facilities-management .indicator-animation {
  left: calc(69% - 8px);
  top: calc(28% - 8px);
}
.location-campus-safety {
  width: calc(100% * 0.1);
  height: calc(100% * 0.24);
  left: calc(100% * 0.785);
  top: calc(100% * 0.17);
  background-size: 100%;
  z-index: 3;
}
.location-campus-safety .verbal-label {
  left: 13%;
  top: 24%;
  width: 100px;
}
.location-campus-safety .indicator {
  left: 50%;
  top: 45%;
}
.location-campus-safety .indicator-animation {
  left: calc(50% - 8px);
  top: calc(45% - 8px);
}
.location-success-centre {
  width: calc(100% * 0.18);
  height: calc(100% * 0.33);
  left: calc(100% * 0.5);
  top: calc(100% * 0.276);
  background-size: 100%;
}
.location-success-centre .verbal-label {
  right: 0%;
  top: 16%;
  width: 70%;
}
.location-success-centre .indicator {
  left: 61%;
  top: 33%;
}
.location-success-centre .indicator-animation {
  left: calc(61% - 8px);
  top: calc(33% - 8px);
}
.location-lecture-halls {
  width: calc(100% * 0.152);
  height: calc(100% * 0.36);
  left: calc(100% * 0.64);
  top: calc(100% * 0.072);
  background-size: 100%;
}
.location-lecture-halls .verbal-label {
  left: 30%;
  top: 31%;
  width: 190px;
}
.location-lecture-halls .indicator {
  left: 64%;
  top: 46%;
}
.location-lecture-halls .indicator-animation {
  left: calc(64% - 8px);
  top: calc(46% - 8px);
}

@media (min-width: 1600px) {
  .location-arena {
    width: calc(100% * 0.165);
    height: calc(100% * 0.317);
    left: calc(100% * 0.284);
    top: calc(100% * 0.0485);
    background-size: 100%;
  }
  .location-arena .verbal-label {
    right: -8%;
    top: 20%;
    width: 38%;
  }
  .location-arena .indicator {
    left: 86%;
    top: 35.5%;
  }
  .location-arena .indicator-animation {
    left: calc(86% - 8px);
    top: calc(35.5% - 8px);
  }

  .location-athletics {
    width: calc(100% * 0.275);
    height: calc(100% * 0.435);
    left: calc(100% * 0.444);
    top: calc(100% * -0.1485);
    background-size: 100%;
  }
  .location-athletics .verbal-label {
    right: 64%;
    top: 45%;
    width: 26%;
  }
  .location-athletics .indicator {
    left: 22%;
    top: 56%;
  }
  .location-athletics .indicator-animation {
    left: calc(22% - 8px);
    top: calc(56% - 8px);
  }

  .location-food-services {
    width: calc(100% * 0.076);
    height: calc(100% * 0.295);
    left: calc(100% * 0.439);
    top: calc(100% * 0.519);
    background-position: right center;
    background-size: 234%;
    z-index: 1;
  }

  .location-food-services .verbal-label {
    left: 53%;
    top: 19%;
    width: 79%;
  }
  .location-food-services .indicator {
    left: 82%;
    top: 36%;
  }
  .location-food-services .indicator-animation {
    left: calc(82% - 8px);
    top: calc(36% - 8px);
  }
  .location-housing {
    width: calc(100% * 0.135);
    height: calc(100% * 0.365);
    left: calc(100% * 0.34);
    top: calc(100% * 0.4845);
    background-position: left center;
    background-size: 130%;
    z-index: 2;
  }
  .location-housing .verbal-label {
    left: 19%;
    top: 22%;
    width: 55%;
  }
  .location-housing .indicator {
    left: 44%;
    top: 36%;
  }
  .location-housing .indicator-animation {
    left: calc(44% - 8px);
    top: calc(36% - 8px);
  }
  .location-facilities-management {
    width: calc(100% * 0.142);
    height: calc(100% * 0.34);
    left: calc(100% * 0.14);
    top: calc(100% * 0.3225);
    background-size: 100%;
  }
  .location-facilities-management .verbal-label {
    left: 37%;
    top: 14.5%;
    width: 66%;
  }
  .location-facilities-management .indicator {
    left: 69%;
    top: 28%;
  }
  .location-facilities-management .indicator-animation {
    left: calc(69% - 8px);
    top: calc(28% - 8px);
  }
  .location-campus-safety {
    width: calc(100% * 0.1);
    height: calc(100% * 0.26);
    left: calc(100% * 0.81);
    top: calc(100% * 0.17);
    background-size: 100%;
    z-index: 3;
  }
  .location-campus-safety .verbal-label {
    left: 19%;
    top: 28%;
    width: 105px;
  }
  .location-campus-safety .indicator {
    left: 50%;
    top: 45%;
  }
  .location-campus-safety .indicator-animation {
    left: calc(50% - 8px);
    top: calc(45% - 8px);
  }
  .location-success-centre {
    width: calc(100% * 0.18);
    height: calc(100% * 0.347);
    left: calc(100% * 0.52);
    top: calc(100% * 0.2965);
    background-size: 100%;
  }
  .location-success-centre .verbal-label {
    right: 10%;
    top: 17%;
    width: 52%;
  }
  .location-success-centre .indicator {
    left: 61%;
    top: 33%;
  }
  .location-success-centre .indicator-animation {
    left: calc(61% - 8px);
    top: calc(33% - 8px);
  }
  .location-lecture-halls {
    width: calc(100% * 0.152);
    height: calc(100% * 0.36);
    left: calc(100% * 0.66);
    top: calc(100% * 0.079);
    background-size: 100%;
  }
  .location-lecture-halls .verbal-label {
    left: 30%;
    top: 31%;
    width: 195px;
  }
  .location-lecture-halls .indicator {
    left: 64%;
    top: 46%;
  }
  .location-lecture-halls .indicator-animation {
    left: calc(64% - 8px);
    top: calc(46% - 8px);
  }
}

@media (max-width: 1199px) {
  .location-athletics .verbal-label {
    right: 62%;
    top: 43%;
    width: 36%;
  }

  .location-arena .verbal-label {
    right: -11%;
    top: 15%;
    width: 54%;
  }

  .location-success-centre .verbal-label {
    right: 0%;
    top: 16%;
    width: 130px;
  }

  .location-food-services .verbal-label {
    left: 46%;
    top: 14%;
    width: 80px;
  }

  .location-housing .verbal-label {
    left: 10%;
    top: 20%;
    width: 76%;
  }

  .location-facilities-management .verbal-label {
    left: 30%;
    top: 7%;
    width: 90%;
  }

  .location-lecture-halls .verbal-label {
    left: -12%;
    top: 26%;
    width: 175px;
  }

  .location-campus-safety .verbal-label {
    left: 13%;
    top: 20%;
    width: 100px;
  }
}

@media (max-width: 991px) {
  .location-athletics {
    width: calc(100% * 0.274);
    height: calc(100% * 0.436);
    left: calc(100% * 0.426);
    top: calc(100% * 0.01);
    background-size: 100%;
  }
  .location-athletics .verbal-label {
    right: 55%;
    top: 35%;
    width: 90px;
  }
  .location-arena {
    width: calc(100% * 0.158);
    height: calc(100% * 0.318);
    left: calc(100% * 0.273);
    top: calc(100% * 0.205);
    background-size: 100%;
  }
  .location-arena .verbal-label {
    right: -24%;
    top: 9%;
    width: 67%;
  }

  .location-food-services {
    width: calc(100% * 0.075);
    height: calc(100% * 0.295);
    left: calc(100% * 0.4283);
    top: calc(100% * 0.6275);
    background-position: right center;
    background-size: 234%;
    z-index: 1;
  }

  .location-food-services .verbal-label {
    left: 47%;
    top: 8%;
    width: 73px;
  }
  .location-housing {
    width: calc(100% * 0.135);
    height: calc(100% * 0.365);
    left: calc(100% * 0.325);
    top: calc(100% * 0.595);
    background-position: left center;
    background-size: 130%;
    z-index: 2;
  }
  .location-housing .verbal-label {
    left: 8%;
    top: 14%;
    width: 91px;
  }
  .location-facilities-management {
    width: calc(100% * 0.149);
    height: calc(100% * 0.34);
    left: calc(100% * 0.13);
    top: calc(100% * 0.428);
    background-size: 100%;
  }

  .location-facilities-management .verbal-label {
    left: 28%;
    top: 4%;
    width: 120px;
  }

  .location-success-centre {
    width: calc(100% * 0.18);
    height: calc(100% * 0.33);
    left: calc(100% * 0.5);
    top: calc(100% * 0.426);
    background-size: 100%;
  }
  .location-success-centre .verbal-label {
    right: 23%;
    top: 7%;
    width: 125px;
  }
  .location-success-centre .indicator {
    left: 26%;
    top: 33%;
  }
  .location-success-centre .indicator-animation {
    left: calc(26% - 8px);
    top: calc(33% - 8px);
  }

  .location-campus-safety {
    width: calc(100% * 0.1);
    height: calc(100% * 0.24);
    left: calc(100% * 0.775);
    top: calc(100% * 0.33);
    background-size: 100%;
    z-index: 3;
  }
  .location-campus-safety .verbal-label {
    left: -11%;
    top: 16%;
    width: 97px;
  }

  .location-lecture-halls {
    width: calc(100% * 0.152);
    height: calc(100% * 0.36);
    left: calc(100% * 0.63);
    top: calc(100% * 0.222);
    background-size: 100%;
  }
  .location-lecture-halls .verbal-label {
    left: 30%;
    top: 9%;
    width: 95px;
  }
}

@media (max-width: 767px) {
  .location-arena {
    width: 111px;
    height: 126px;
    left: 4px;
    top: 149px;
  }
  .location-arena .verbal-label {
    right: 17%;
    top: -9%;
  }
  .location-arena .indicator {
    left: 48px;
    top: 22px;
  }
  .location-arena .indicator-animation {
    left: 40px;
    top: 14px;
  }

  .location-athletics {
    width: 136px;
    height: 145px;
    left: 129px;
    top: 207px;
  }
  .location-athletics .verbal-label {
    right: 13%;
    top: 65%;
  }
  .location-athletics .indicator {
    left: 64px;
    top: 69px;
  }
  .location-athletics .indicator-animation {
    left: 56px;
    top: 61px;
  }

  .location-food-services {
    width: 48px;
    height: 118px;
    left: 227px;
    top: 58px;
    background-position: right center;
    background-size: 250%;
  }
  .location-food-services .verbal-label {
    left: -27%;
    top: -6%;
    width: 77px;
  }
  .location-food-services .indicator {
    left: 19px;
    top: 25px;
  }
  .location-food-services .indicator-animation {
    left: 11px;
    top: 17px;
  }

  .location-housing {
    width: 73px;
    height: 160px;
    left: 154px;
    top: 38px;
    background-position: left center;
    background-size: 164%;
  }
  .location-housing .verbal-label {
    left: -39%;
    top: 38px;
    width: 92px;
  }
  .location-housing .indicator {
    left: 13px;
    top: 70px;
  }
  .location-housing .indicator-animation {
    left: 5px;
    top: 62px;
  }

  .location-facilities-management {
    width: 119px;
    height: 176px;
    left: 10px;
    top: 36px;
  }
  .location-facilities-management .verbal-label {
    left: 31%;
    top: 8%;
    width: 120px;
  }
  .location-facilities-management .indicator {
    left: 91px;
    top: 46px;
  }
  .location-facilities-management .indicator-animation {
    left: 83px;
    top: 38px;
  }

  .location-campus-safety {
    width: 116px;
    height: 153px;
    left: 146px;
    top: 178px;
  }
  .location-campus-safety .verbal-label {
    left: 4%;
    top: 9%;
    width: 95px;
  }
  .location-campus-safety .indicator {
    left: 39px;
    top: 45px;
  }
  .location-campus-safety .indicator-animation {
    left: 31px;
    top: 37px;
  }

  .location-success-centre {
    width: 136px;
    height: 190px;
    left: 149px;
    top: 22px;
  }
  .location-success-centre .verbal-label {
    right: 52%;
    top: 17%;
  }
  .location-success-centre .indicator {
    left: 1px;
    top: 70px;
  }
  .location-success-centre .indicator-animation {
    left: -7px;
    top: 62px;
  }

  .location-lecture-halls {
    width: 126px;
    height: 192px;
    left: 9px;
    top: 149px;
  }
  .location-lecture-halls .verbal-label {
    left: -2%;
    top: -8%;
    width: 88px;
  }
  .location-lecture-halls .indicator {
    left: 37px;
    top: 30px;
  }
  .location-lecture-halls .indicator-animation {
    left: 29px;
    top: 22px;
  }
}

/* Indicator backgrounds */
.location-arena {
  background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/esports.png");
}
.location-athletics {
  background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/stadium.png");
}
.location-food-services {
  background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/d-combo.png");
}
.location-housing {
  background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/d-combo.png");
}
.location-facilities-management {
  background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/facilities-management.png");
}
.location-campus-safety {
  background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/campus-security.png");
}
.location-success-centre {
  background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/student-center.png");
}
.location-lecture-halls {
  background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/academic-building.png");
}
@media (min-width: 768px) {
  .location-arena:hover {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/esports-hover.png");
  }
  .location-arena.indicator-focus {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/esports-click.png");
  }
  .location-athletics:hover {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/stadium-hover.png");
  }
  .location-athletics.indicator-focus {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/stadium-click.png");
  }
  .location-food-services {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/d-combo.png");
  }
  .location-food-services:hover {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/dining-hover.png");
  }
  .location-food-services.indicator-focus {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/dining-click.png");
  }
  .location-food-services.combo-hover {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/dorm-hover.png");
  }
  .location-food-services.combo-focus {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/dorm-click.png");
  }
  .location-housing {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/d-combo.png");
  }
  .location-housing:hover {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/dorm-hover.png");
  }
  .location-housing.indicator-focus {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/dorm-click.png");
  }
  .location-facilities-management {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/facilities-management.png");
  }
  .location-facilities-management:hover {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/facilities-management-hover.png");
  }
  .location-facilities-management.indicator-focus {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/facilities-management-click.png");
  }
  .location-campus-safety {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/campus-security.png");
  }
  .location-campus-safety:hover {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/campus-security-hover.png");
  }
  .location-campus-safety.indicator-focus {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/campus-security-click.png");
  }
  .location-success-centre:hover {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/student-center-hover.png");
  }
  .location-success-centre.indicator-focus {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/student-center-click.png");
  }
  .location-lecture-halls:hover {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/academic-building-hover.png");
  }
  .location-lecture-halls.indicator-focus {
    background-image: url("/content/dam/spectrum/enterprise/en/landing/infographic/smart-campus-new/campus-map/academic-building-click.png");
  }
}

/* Indicator event states */
.indicator-freeze .indicator-animation,
.indicator-no-focus .indicator-animation {
  display: none;
}
.indicator-focus .indicator,
.map-hover .indicator {
  background-color: #ffffff;
}
.map-hover .indicator-animation {
  display: none;
}
.map-hover .verbal-label,
.indicator-focus .verbal-label {
  color: #fff;
}

/* CAMPUS MAP MODAL */

.modal-backdrop.in {
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.modal-open .modal {
  top: 12%;
}

@media (max-width: 767px) {
  .modal-open .modal {
    top: 0%;
  }
}

.modal-header,
.modal-footer {
  border: 0;
}
.modal-footer {
  text-align: left;
  padding: 15px 15px 15px 0px;
}
.modal-footer p {
  color: #0069c3;
  font-size: 1.4rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6rem;
  padding-bottom: 1rem;
  padding-right: 30%;
}
.modal-content {
  border-radius: 0;
  padding: 0;
}

.modal-gradient {
  background: #0069c3;
  background: linear-gradient(90deg, #0069c3 0%, #50dcff 100%);
  height: 20px;
}

.modal-content .close {
  font-size: 30px;
  color: #a2a2a2;
  opacity: 1;
  position: absolute;
  top: 2rem;
  right: 1rem;
}
.body-content {
  padding: 7rem 4rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 300;
}
.modal-title {
  color: #0069c3;
  font-size: 2.4rem;
  line-height: 1.42;
  font-weight: normal;
  padding-bottom: 2rem;
}
.modal-body,
.modal-header {
  padding: 0;
}
.modal-body p {
    color: #071e44;
}
.modal-body ul,
.modal-body ol {
  color: #071e44;
  padding: 0;
  margin: 0;
  padding-left: 1.6rem;
  padding-bottom: 2rem;
}
.modal-body ul li,
.modal-body ol li {
  padding-bottom: 1rem;
}
#campus-map,
.modal.fade .modal-dialog,
.location-focus-left,
.location-focus-middle {
  -webkit-transition: -webkit-transform 500ms ease-out;
  -o-transition: -o-transform 500ms ease-out;
  transition: transform 500ms ease-out;
}
@media (max-width: 991px) {
  .modal-title {
    font-size: 2rem;
  }
  .body-content {
    font-size: 1.55rem;
    line-height: 1.4;
    padding: 4.5rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .modal-title {
    font-size: 2rem;
  }
  .body-content {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 4.25rem 3.25rem;
  }
}
@media (max-width: 359px) {
  .modal-title {
    font-size: 2rem;
  }
  .body-content {
    font-size: 1.45rem;
    line-height: 1.4;
    padding: 4rem 3rem;
  }
}

/* Modal window is absolutely positioned to enter from the left of the map for tablet and above. */
@media (min-width: 768px) {
  .map-header {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 99;
  }

  .modal.fade .modal-dialog {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .location-focus-left {
    -webkit-transform: translate(45%, 0);
    -ms-transform: translate(45%, 0);
    -o-transform: translate(45%, 0);
    transform: translate(45%, 0);
  }
  .location-focus-middle {
    -webkit-transform: translate(20%, 0);
    -ms-transform: translate(20%, 0);
    -o-transform: translate(20%, 0);
    transform: translate(20%, 0);
  }
  .modal-dialog {
    margin: 0;
    width: 33%;
    max-width: 42rem;
  }

  .modal-content {
    height: 100%;
    max-width: 375px;
  }
}
@media (min-width: 992px) {
  .location-focus-left {
    -webkit-transform: translate(35%, 0);
    -ms-transform: translate(35%, 0);
    -o-transform: translate(35%, 0);
    transform: translate(35%, 0);
  }
  .location-focus-middle {
    -webkit-transform: translate(25%, 0);
    -ms-transform: translate(25%, 0);
    -o-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
}
@media (min-width: 1200px) {
  .location-focus-left {
    -webkit-transform: translate(25%, 0);
    -ms-transform: translate(25%, 0);
    -o-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  .location-focus-middle {
    -webkit-transform: translate(15%, 0);
    -ms-transform: translate(15%, 0);
    -o-transform: translate(15%, 0);
    transform: translate(15%, 0);
  }
}

@media (min-width: 1600px) {
  .location-focus-left {
    -webkit-transform: translate(20%, 0);
    -ms-transform: translate(20%, 0);
    -o-transform: translate(20%, 0);
    transform: translate(20%, 0);
  }
  .location-focus-middle {
    -webkit-transform: translate(10%, 0);
    -ms-transform: translate(10%, 0);
    -o-transform: translate(10%, 0);
    transform: translate(10%, 0);
  }
}

/* CAMPUS MAP NAVIGATION */

#map-nav {
  background-color: #23bec8;
  border-radius: 0;
  min-height: 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
  border: 0;
  margin: 0;
}
.navbar-inner {
  text-align: center;
  font-size: 0;
}
#map-nav .nav-pills {
  display: inline-block;
  font-size: 1.2rem;
}
.nav-pills a {
  font-weight: 700;
  color: #fff;
  border-radius: 0 !important;
  padding: 1rem !important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:active,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #23bec8;
}

.nav-pills a:active,
.nav-pills a:focus,
.nav-pills a:hover {
  background-color: #14aab4 !important;
}
@media (min-width: 768px) {
  #map-nav {
    display: none;
  }
}

/* CIRCLE CHARTS */

.circular-data h3 {
  margin: 4.4rem 0 6.6rem 0;
}
.circular-data h4 {
  font-family: "Gotham Book", arial;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.6rem;
  width: 84%;
  color: #071e44;
}

.circular-chart {
  display: block;
  margin: 6.6rem auto 0;
  max-width: 80%;
  max-height: 200px;
  position: relative;
}
@media (min-width: 768px) {
  .circular-data h3 {
    margin: 4.4rem 0 7.6rem 0;
  }
  .circular-chart {
    margin: 7.6rem auto 0;
  }
}

.circle {
  opacity: 0;
}

.circle-bg {
  opacity: 0.25;
  stroke-width: 0.25;
  stroke: #0069c3;
}

.active-item .circle-bg {
  opacity: 0;
  fill: none;
  -webkit-animation: fade-in 1800ms linear 100ms both;
  animation: fade-in 1800ms linear 100ms both;
}
.active-item .circle {
  opacity: 0;
  fill: none;
  stroke-width: 2;
  animation: progress 1800ms ease-out forwards 100ms;
}
.active-item .percentage {
  opacity: 0;
  font-family: "Gotham Black", arial;
  position: absolute;
  font-size: 0.8rem;
  text-anchor: middle;
  stroke-width: 0.25;
  stroke: #0069c3;
  -webkit-animation: fade-in-bottom 1800ms cubic-bezier(0.39, 0.575, 0.565, 1)
    100ms both;
  animation: fade-in-bottom 1800ms cubic-bezier(0.39, 0.575, 0.565, 1) 100ms
    both;
}

/* CTA Buttons */

@media (min-width: 992px) {
  form .cta {
    margin-left: 15%;
  }
}
form .cta button {
  font-family: "Gotham Book", Arial, sans-serif;
  color: #0069c3;
  background: #f8f8f8;
  height: 55px;
  font-size: 2.6rem;
  font-weight: 700;
  border-color: #0069c3;
  border-image: linear-gradient(to right, #0069c3, #73c8ed) 1;
  line-height: 50px;
}

@media (max-width: 767px) {
  form .cta button {
    font-size: 2rem;
    padding: 0 10px;
  }
}

form .cta button:hover {
  color: #ffffff;
  background-color: #0069c3;
  border-image: none;
}

form label {
  font-family: "Myriad Pro", arial;
}

.h3 {
  font-family: "Gotham Book", arial;
}

/* FOOTER */

#download-whitepaper {
  margin: 3rem 0 6rem 0;
}
#download-whitepaper .side-panel {
  width: 100%;
  max-width: 225px;
  display: block;
  margin: auto;
}
.footnotes {
  margin-top: 3rem;
  padding-left: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  word-wrap: break-word;
}
.whitepaper-headline {
  line-height: 1.42;
  color: #7e7e7e;
}
.form-placeholder {
  max-width: 650px;
}

.richtext li {
  line-height: 1.3;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .richtext li {
    word-break: break-word;
  }
}

a.footer-link {
  color: #5a5a5a;
  font-size: 1.4rem;
  font-family: "Gotham Book", Arial, sans-serif;
}
a.footerlink:hover,
a.footer-link:focus {
  color: #5a5a5a;
  text-decoration: underline;
}

/* added to fix modal showing 17px on right when scrollbar always shown in system settings */
.modal-open {
  padding-right: 0 !important;
}
html {
  overflow-y: scroll !important;
}

div#preloadedImages {
  display: none;
}

/* ANIMATIONS */

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-beam {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-beam {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

/* Fix for Mobile Layout Bug */

.gradient-div { z-index: 1; }
.indicator { z-index: 1;}
#map-nav { z-index: 1;}
@media (max-width: 991px) {
    .location-campus-safety { z-index: 1; }
    .location-housing { z-index: 1 }
}

/* End of fix for Mobile Layout Bug */
