@charset "UTF-8";
@import url("../font/campton/fontface.css");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
}

@font-face {
  font-family: milestone-icons;
  src: url("../font/icons/milestone-icons.eot?20201110");
  src: url("../font/icons/milestone-icons.eot?20201110#iefix") format("embedded-opentype"), url("../font/icons/milestone-icons.woff2?20201110") format("woff2"), url("../font/icons/milestone-icons.woff?20201110") format("woff"), url("../font/icons/milestone-icons.ttf?20201110") format("truetype"), url("../font/icons/milestone-icons.svg?20201110#milestone-icons") format("svg");
  font-weight: 900;
  font-style: 900;
}
*, *:before, *:after {
  -webkit-font-smoothing: antialiased;
}

body {
  font: 24px Campton-FontFace, sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1em;
  font-weight: 500;
  margin: 0 0 0.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.333em;
}

p, ul, ol {
  line-height: 1.4em;
  margin: 0 0 1.4em;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

a, button {
  cursor: pointer;
}
a:active, a:focus, button:active, button:focus {
  outline: none;
}

button {
  font-family: inherit;
}

ul {
  list-style: disc;
  padding-left: 1em;
}

li {
  margin: 0 0 0.7em;
}

img {
  display: block;
  max-width: 100%;
}

.lead,
.large {
  font-size: 32px;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu li {
  margin: 0;
}

.button {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 1em 1em 0.7em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  color: #274F69;
}
.button:before, .button:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.button:before {
  background: #274F69;
  opacity: 0;
  transform: scale(0.8);
}
.button:after {
  border: 1px solid #274F69;
  opacity: 1;
  transform: scale(1);
}
.button:hover {
  color: #fff;
}
.button:hover:before {
  opacity: 1;
  transform: scale(1);
}
.button:hover:after {
  opacity: 0;
  transform: scale(1.2);
}

.svg {
  font: 0/0 a;
}

.speclist {
  font-size: 16px;
}
.speclist h4 {
  color: #274F69;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  margin: 2em 0 1em;
  padding: 0.5em 0 0;
  border-top: 1px solid;
}
.speclist ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
}
.speclist ul ul {
  padding-left: 1em;
  margin: 0;
}
.speclist ul ul li:before {
  content: "-";
  float: left;
  width: 1em;
  margin-left: -1em;
}
.speclist li {
  margin: 0 0 0.25em;
}

* {
  box-sizing: border-box;
}

body.overlay-open {
  overflow: hidden;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1230px;
}

.row {
  margin: 0 -15px;
}
.row:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
}

.col {
  float: left;
  min-height: 1px;
  padding: 0 15px;
}

.third {
  width: 33.3333333333%;
}

.twothirds {
  width: 66.6666666667%;
}

.half {
  width: 50%;
}

.main {
  width: 83.3333333333%;
}

.primary {
  width: 50%;
}

.secondary {
  width: 41.6666666667%;
}

.primary + .secondary,
.secondary + .primary {
  margin-left: 8.3333333333%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.vcenter {
  display: table;
  height: 100%;
  width: 100%;
}
.vcenter .inner {
  display: table-cell;
  vertical-align: middle;
}

.svg {
  position: relative;
}
.svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#symbolset {
  display: none;
}

@keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(25%);
  }
}
.icon {
  display: inline-block;
  font-family: milestone-icons;
}
.icon-look:before {
  content: "";
}
.icon-scroll:before {
  content: "";
}
.icon-entertainment:before {
  content: "";
}
.icon-services:before {
  content: "";
}
.icon-shopping:before {
  content: "";
}
.icon-restaurants:before {
  content: "";
}
.icon-schools:before {
  content: "";
}
.icon-menu:before {
  content: "";
}
.icon-transit:before {
  content: "";
}
.icon-left:before {
  content: "";
}
.icon-right:before {
  content: "";
}
.icon-ttc:before {
  content: "";
}
.icon-go:before {
  content: "";
}

.bubble {
  position: absolute;
  display: table;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: rgba(39, 79, 105, 0.95);
}
.bubble.purple {
  background: rgba(180, 48, 119, 0.95);
}
.bubble.purple .button:hover {
  color: #B43077;
}
.bubble.indigo {
  background: rgba(97, 77, 137, 0.95);
}
.bubble.indigo .button:hover {
  color: #614D89;
}
.bubble.green {
  background: rgba(18, 125, 88, 0.95);
}
.bubble.green .button:hover {
  color: #127D58;
}
.bubble.red {
  background: rgba(179, 58, 75, 0.95);
}
.bubble.red .button:hover {
  color: #B33A4B;
}
.bubble > .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 35px;
  margin: 0;
}
.bubble .button {
  display: inline-block;
  font-size: 16px;
  margin: 10px 0 0;
  padding: 10px 20px 5px;
  color: #fff;
}
.bubble .button, .bubble .button:before, .bubble .button:after {
  border-radius: 15px;
}
.bubble .button:before {
  background: #fff;
}
.bubble .button:after {
  border-color: #fff;
}
.bubble .button:hover {
  color: #274F69;
}
.bubble.look .icon-look {
  display: block;
  font-size: 40px;
  margin: 0 auto 15px;
}
.bubble .icon-scroll {
  display: block;
  margin: 0 auto;
  font-size: 24px;
  animation: bounce 0.5s ease-in-out alternate infinite;
}

figure {
  line-height: 1.4em;
  margin: 0 0 3em;
  position: relative;
}
figure img {
  display: block;
  width: 100%;
  height: auto;
}
figure .bubble {
  display: table;
  width: 290px;
  height: 290px;
}
figure .bubble.large {
  width: 330px;
  height: 330px;
}
figure .bubble.large p {
  padding: 40px;
}
figure .bubble.small {
  width: 240px;
  height: 240px;
}
figure .bubble.small p {
  padding: 30px;
}
figure .bubble.top-left {
  top: -50px;
  left: -50px;
}
figure .bubble.top-right {
  top: -50px;
  right: -50px;
}
figure .bubble.bottom-left {
  bottom: -50px;
  left: -50px;
}
figure .bubble.bottom-right {
  bottom: -50px;
  right: -50px;
}
figure .caption {
  display: block;
  font-size: 16px;
  font-style: italic;
  color: #274F69;
  margin: 0.5em 0;
}
figure[data-gallery]:after {
  content: "View Gallery";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 16px;
  line-height: 45px;
  white-space: nowrap;
  color: #fff;
  background: rgba(58, 58, 58, 0.9);
  border-radius: 25px;
  padding: 5px 50px 0;
  cursor: pointer;
}

@keyframes scaleIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
#header {
  position: relative;
  height: 100vh;
}

#banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 140px;
  color: #fff;
  overflow: hidden;
}
#banner .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3A3A3A url(../img/backdrop.jpg) center center no-repeat;
  background-size: cover;
}
.ready #banner .backdrop {
  animation: scaleIn 16s 1s ease-out alternate both;
}
#banner .container {
  height: 100%;
  max-width: none;
  padding: 0 50px;
}
#banner > .decor {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/decor.png) right top no-repeat;
  background-size: auto 100%;
}
#banner .inner {
  display: table;
  width: 100%;
  height: 100%;
}
#banner .tagline {
  display: table-cell;
  vertical-align: bottom;
  padding: 100px 0;
  font-size: 100px;
  font-weight: 500;
  line-height: 1em;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.ready #banner .tagline {
  animation: slideUp 1s 1.5s ease-out both;
}

#splash {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ready #splash {
  animation: slideOut 1s 1s ease-in-out both;
}
#splash .decor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -140px;
  width: 200%;
}
.ready #splash .decor {
  animation: slideOut 1s 1s ease-in both;
}
#splash .decor:before, #splash .decor:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
}
#splash .decor:before {
  right: 0;
  width: 25%;
  background: #274F69;
}
#splash .decor:after {
  left: 0;
  width: 100%;
  background: url(../img/arrows.png) left center no-repeat;
  background-size: cover;
}
#splash .logo {
  position: absolute;
  top: 20%;
  left: 20%;
  right: 20%;
  bottom: 20%;
  font: 0/0 a;
}
#splash .logo use {
  fill: #fff;
}

#navigation {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  padding: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: padding 0.2s, height 0.2s;
}
.sticky-nav #navigation {
  position: fixed;
  top: 0;
  bottom: auto;
  padding: 20px 50px;
  height: 80px;
}
#navigation .milestone {
  float: left;
  height: 96px;
  width: 125px;
  margin-top: -28px;
}
#navigation .milestone use {
  fill: #274F69;
}
.sticky-nav #navigation .milestone {
  height: 60px;
  width: 78.125px;
  margin-top: -10px;
}
#navigation .menu {
  float: right;
  width: 830px;
  column-count: 5;
  column-gap: 30px;
  margin: -5px 0 0;
  line-height: 25px;
}
#navigation .menu li {
  break-inside: avoid;
}
#navigation .menu-toggle {
  display: none;
  float: right;
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  margin: 0;
  font: 0/0 a;
}
#navigation .menu-toggle:focus {
  outline: none;
}
#navigation .menu-toggle .bar {
  display: block;
  width: 40px;
  margin: 0 auto;
  border-bottom: 3px solid;
  transform-origin: center center;
  transition: transform 0.2s;
}
#navigation .menu-toggle .middle {
  margin: 10px auto;
}
.nav-open #navigation .menu-toggle .top {
  transform: translateY(13px) rotate(45deg);
}
.nav-open #navigation .menu-toggle .middle {
  transform: scaleX(0);
}
.nav-open #navigation .menu-toggle .bottom {
  transform: translateY(-13px) rotate(-45deg);
}
#navigation a {
  color: #274F69;
  text-decoration: none;
}
#navigation a.current {
  font-weight: 600;
}
#navigation .button {
  display: block;
  border: none;
  color: #fff;
}
#navigation .button, #navigation .button:before, #navigation .button:after {
  border-radius: 25px;
}
#navigation .button:before {
  background: #127D58;
  opacity: 1;
  transform: scale(1);
}
#navigation .button:after {
  border: 1px solid #127D58;
  opacity: 0;
  transform: scale(1.2);
}
#navigation .button:hover {
  color: #127D58;
}
#navigation .button:hover:before {
  opacity: 0;
  transform: scale(0.8);
}
#navigation .button:hover:after {
  opacity: 1;
  transform: scale(1);
}

.section {
  overflow: hidden;
  background: #fff;
  padding: 140px 0;
}
.section h2, .section h3, .section .lead {
  color: #274F69;
}

.backdrop,
.takeover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3A3A3A center center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.banner {
  position: relative;
  height: 800px;
  background: #3A3A3A center center no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}
.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 500px;
  right: 0;
  bottom: 0;
  background: bottom right no-repeat;
  background-size: cover;
}
.banner .lead {
  font-size: 32px;
}
.banner .container {
  z-index: 1;
  height: 100%;
}
.banner-text {
  display: table;
  height: 100%;
  width: 50%;
}
.banner-text > .inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 100px 0;
}
.banner .bubble {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 0 2em;
}
.banner .bubble > .inner {
  padding: 20px;
}
.banner.purple {
  background: #a7256f;
}
.banner.green {
  background: #13865e;
}
.banner.indigo {
  background: #594384;
}
.banner.red {
  background: #a92e45;
}
.banner.navy {
  background: #2b425a;
}
.banner iframe {
  z-index: 2;
}

.arrows {
  position: absolute;
  top: 0;
  left: 250px;
  width: 50%;
  height: 100%;
  background: right top no-repeat;
}
.arrows:before, .arrows:after {
  content: "";
  position: absolute;
  top: 0;
  left: -250px;
  height: 100%;
}
.arrows:before {
  right: 570px;
}
.arrows:after {
  width: 397px;
  background: right top no-repeat;
}
.purple .arrows {
  background-image: url(../img/header/purple.png);
}
.purple .arrows:before {
  background: #9F2369;
}
.purple .arrows:after {
  background-image: url(../img/header/purple-extra.png);
}
.green .arrows {
  background-image: url(../img/header/green.png);
}
.green .arrows:before {
  background: #127D58;
}
.green .arrows:after {
  background-image: url(../img/header/green-extra.png);
}
.indigo .arrows {
  background-image: url(../img/header/indigo.png);
}
.indigo .arrows:before {
  background: #54407D;
}
.indigo .arrows:after {
  background-image: url(../img/header/indigo-extra.png);
}
.red .arrows {
  background-image: url(../img/header/red.png);
}
.red .arrows:before {
  background: #A12C42;
}
.red .arrows:after {
  background-image: url(../img/header/red-extra.png);
}
.navy .arrows {
  background-image: url(../img/header/navy.png);
}
.navy .arrows:before {
  background: #283D53;
}
.navy .arrows:after {
  background-image: url(../img/header/navy-extra.png);
}

#intro {
  color: #274F69;
  font-size: 32px;
}
#intro .lead {
  font-size: 40px;
}
#intro strong {
  font-weight: 500;
}
#intro em {
  font-weight: 300;
}

#building .banner:before {
  background-image: url(../img/building/banner.jpg);
}

#specs .section .button {
  font-size: 16px;
  padding: 0.8em 1em 0.5em;
}

#floorplans nav {
  font-size: 16px;
  margin: 0 0 30px;
}
#floorplans nav:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
}
#floorplans nav a {
  float: left;
  margin-right: 2em;
  color: #274F69;
  text-decoration: none;
}
#floorplans nav a:hover, #floorplans nav a.active {
  text-decoration: underline;
}
#floorplans .window {
  border: 1px solid #274F69;
  margin: 0 0 100px;
}
#floorplans .window img {
  display: none;
  width: 100%;
  height: auto;
}
#floorplans .window img.active {
  display: block;
}

#campus .banner:before {
  background-image: url(../img/campus/banner.jpg);
}

#workplace .banner:before {
  background-image: url(../img/workplace/banner.jpg);
}

#wellness .banner:before {
  background-image: url(../img/wellness/banner.jpg);
}

#location .banner:before {
  background-image: url(../img/location/banner.jpg);
}

#about .banner .inner {
  padding-top: 50px;
}

.banner.blue,
#contact {
  background: #283d53 center center no-repeat;
  background-image: url(../img/arrows.png), linear-gradient(to right, #283d53 0%, #283d53 50%, #274f69 50%, #274f69 100%);
  background-size: cover;
}

#contact, #contact h2, #contact a {
  color: #fff;
}
#contact .row + .row {
  margin-top: 100px;
}
#contact .left {
  width: 65%;
}
#contact .right {
  width: 35%;
}
#contact .logo,
#contact .spacer {
  display: inline-block;
  vertical-align: middle;
}
#contact .spacer {
  width: 0;
  height: 80px;
  margin: 0 34px 20px;
  border: none;
  border-left: 1px solid;
}
#contact .logo {
  margin: 0 0 20px;
}
#contact .logo use {
  fill: #fff;
}
#contact .milestone {
  height: 80px;
  width: 104.1666666667px;
}
#contact .cushmanwakefield {
  height: 40px;
  width: 190.6806282723px;
}
#contact .copyright {
  font-size: 18px;
}
#contact .button {
  display: block;
  width: 330px;
  margin: 0 0 1em;
  color: #fff;
}
#contact .button:before {
  background: #fff;
}
#contact .button:after {
  border: 1px solid #fff;
}
#contact .button:hover {
  color: #274F69;
}
#contact p {
  white-space: pre-line;
}
#contact strong {
  font-size: 1.333em;
}

.view360 {
  position: relative;
  height: 800px;
  background: #3A3A3A;
  color: #fff;
  overflow: hidden;
}
.view360 .backdrop {
  transform: scale(1);
  transition: transform 8s ease-out;
}
.view360:hover .backdrop {
  transform: scale(1.1);
}
.view360 .bubble {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -125px;
  margin-left: -125px;
}
.view360 .banner-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateX(0);
  transition: transform 0.4s ease-out;
}
.view360 .takeover {
  z-index: 2;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "Montserrat", sans-serif;
  font-size: 10pt;
  letter-spacing: 2px;
}
.section .view360 {
  margin: 100px 0;
}
.view360 ._navigation_bg,
.view360 ._dropdown_navigation {
  visibility: visible !important;
}
.view360 ._navigation_mobile,
.view360 ._dropdown_navigation_mobile {
  visibility: hidden !important;
}

#view360exterior .backdrop {
  background-image: url(../img/exterior.jpg);
}

#view360atrium .backdrop {
  background-image: url(../img/atrium.jpg);
}

#view360interior .backdrop {
  background-image: url(../img/interior.jpg);
}

.map {
  margin: 0 0 100px;
}
.map:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
}
.map-sidebar, .map-canvas {
  position: relative;
  height: 700px;
}
.map-sidebar {
  float: left;
  width: 250px;
}
.map-sidebar h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 1em;
}
.map-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.map-filters, .map-legends {
  position: absolute;
  left: 0;
}
.map-filters {
  top: 0;
  font-size: 24px;
}
.map-filter {
  line-height: 30px;
  margin: 0 0 0.25em;
  cursor: pointer;
}
.map-filter.active {
  font-weight: 600;
  color: #B33A4B;
}
.map-legends {
  bottom: 0;
  font-size: 16px;
}
.map-legend {
  line-height: 25px;
  margin: 0 0 10px;
}
.map-legend:before {
  content: "";
  float: left;
  margin: 0 10px 0 0;
}
.map-legend.radius:before {
  width: 10px;
  height: 10px;
  border: 7px solid;
  border-radius: 50%;
}
.map-legend.road:before {
  width: 20px;
  border: 0 solid;
  border-top-width: 4px;
  margin-top: 10px;
}
.map-legend.walk8:before {
  color: #294F69;
}
.map-legend.walk12:before {
  color: #9BD3DD;
}
.map-legend.ttc:before {
  color: #e11e2e;
  border-style: dashed;
}
.map-legend.go:before {
  color: #28b24b;
}
.map-legend.viva:before {
  color: #2774B9;
}
.map-legend.lrt:before {
  color: #A7256E;
  border-style: dotted;
}
.map-legend.hwy407:before {
  color: #fbd20d;
}
.map-legend.hwy400:before {
  color: #0084ff;
}
.map-canvas {
  margin-left: 250px;
  background: black;
}

.cssmarker {
  z-index: 2;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #3A3A3A;
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
}
.cssmarker:before {
  font: 10px/20px milestone-icons;
}
.cssmarker.marker-ttc, .cssmarker.marker-go {
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
}
.cssmarker.marker-ttc:before, .cssmarker.marker-go:before {
  font-size: 20px;
  line-height: 30px;
}
.cssmarker.marker-transit {
  background-color: #3e76b2;
}
.cssmarker.marker-transit:before {
  content: "";
}
.cssmarker.marker-entertainment {
  background-color: #fbd20d;
}
.cssmarker.marker-entertainment:before {
  content: "";
}
.cssmarker.marker-services {
  background-color: #806bac;
}
.cssmarker.marker-services:before {
  content: "";
}
.cssmarker.marker-shopping {
  background-color: #37b886;
}
.cssmarker.marker-shopping:before {
  content: "";
}
.cssmarker.marker-restaurants {
  background-color: #bf3652;
}
.cssmarker.marker-restaurants:before {
  content: "";
}
.cssmarker.marker-schools {
  background-color: #d54f9d;
}
.cssmarker.marker-schools:before {
  content: "";
}
.cssmarker.marker-ttc {
  background-color: #e11e2e;
}
.cssmarker.marker-ttc:before {
  content: "";
}
.cssmarker.marker-go {
  background-color: #28b24b;
}
.cssmarker.marker-go:before {
  content: "";
}

.building {
  z-index: 3;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  background: url(../img/location/marker.svg) 0 0 no-repeat;
  background-size: contain;
}

.highway {
  z-index: 2;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background: 0 0 no-repeat;
  background-size: contain;
  border-radius: 0;
}
.highway.hwy400 {
  background-image: url(../img/location/hwy400.svg);
}
.highway.hwy7 {
  background-image: url(../img/location/hwy7.svg);
}

.marker-title, .marker-address {
  text-align: center;
}
.marker-title {
  font-size: 1.2em;
  margin: 0.25em 0;
}
.marker-address {
  margin: 0;
}

.svg-overlay {
  position: absolute;
}

#gallery {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
}
#gallery.in {
  opacity: 1;
  visibility: visible;
}
#gallery button {
  cursor: pointer;
}
#gallery button:active, #gallery button:focus {
  outline: none;
}

.gallery-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font: 0/0 a;
  transform: rotate(0deg);
  transition: transform 0.3s ease-out;
}
.gallery-close:before, .gallery-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 4px;
  margin-top: -2px;
  margin-left: -15px;
  background: #3A3A3A;
}
.gallery-close:before {
  transform: rotate(45deg);
}
.gallery-close:after {
  transform: rotate(-45deg);
}
.gallery-close:hover {
  transform: rotate(180deg);
}
.gallery-frame {
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px;
  bottom: 0;
}
.gallery-image {
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: contain;
}
.gallery-nav {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  font: 0/0 a;
  display: none;
  transition: all 0.2s ease-out;
}
.navigatable .gallery-nav {
  display: block;
}
.gallery-nav:before {
  font: 50px/1em milestone-icons;
}
.gallery-nav:hover {
  width: 100px;
}
.gallery-nav.prev {
  left: 0;
}
.gallery-nav.prev:before {
  content: "";
}
.gallery-nav.prev:hover {
  left: -10px;
}
.gallery-nav.next {
  right: 0;
}
.gallery-nav.next:before {
  content: "";
}
.gallery-nav.next:hover {
  right: -10px;
}

@media screen and (max-width: 1660px) {
  .banner:before {
    left: 20%;
  }
}
@media screen and (max-width: 1160px) {
  .banner:before {
    left: 250px;
  }

  .arrows {
    width: 570px;
    left: 200px;
  }
  .arrows:before {
    left: -200px;
    width: 200px;
    right: auto;
  }

  #contact .spacer {
    display: none;
  }
  #contact .logo {
    display: block;
  }
}
@media screen and (max-width: 1140px) {
  #banner {
    top: 100px;
    bottom: 0;
  }
  #banner > .decor {
    width: 75%;
  }
  #banner > .decor svg {
    right: 0;
  }

  #splash {
    top: -100px;
    bottom: 0;
  }

  #navigation {
    top: 0;
    bottom: auto;
    padding: 30px 50px;
    height: 100px;
  }
  #navigation .milestone {
    height: 60px;
    width: 78.125px;
    margin-top: -10px;
  }
  #navigation .menu {
    float: none;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 100%;
    width: 100%;
    margin: 0;
    columns: auto;
    background: #fff;
    overflow: hidden;
    height: 0;
    transition: height 0.4s ease-out;
  }
  #navigation .menu li:nth-child(odd) {
    background: #fafafa;
  }
  #navigation .menu a {
    display: block;
    padding: 0 30px;
    line-height: 50px;
    text-align: left;
  }
  #navigation .menu .button, #navigation .menu .button:before, #navigation .menu .button:after {
    border-radius: 0;
  }
  #navigation .menu-toggle {
    position: relative;
    display: block;
  }
  .nav-open #navigation .menu {
    height: 400px;
  }

  .banner {
    height: auto;
  }
  .banner .arrows {
    background-position: right bottom;
  }
  .banner-text > .inner {
    padding: 50px 0 20px;
  }

  #contact .col {
    width: auto;
  }

  .view360 {
    height: auto;
  }
  .section .view360 {
    margin: 30px 0;
  }
  .view360 .bubble {
    position: relative;
    top: 0;
    left: 0;
    margin: 30px auto;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .col {
    float: none;
  }

  .main,
.primary,
.secondary,
.half,
.third {
    width: auto;
  }

  .primary + .secondary,
.secondary + .primary {
    margin: 1.4em 0 0;
  }

  .banner-text {
    width: 100%;
  }

  .banner {
    height: auto;
    padding: 50px 0;
  }
  .banner:before {
    display: none;
  }
  .banner-text {
    display: block;
  }
  .banner-text > .inner {
    display: block;
    padding: 0;
  }

  figure[data-gallery]:after {
    padding: 5px 30px 0;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 18px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  #intro,
#intro .lead,
.lead,
.banner .lead,
.large {
    font-size: 21px;
  }

  #banner {
    top: 80px;
    bottom: 0;
  }
  #banner .container {
    padding: 0 30px;
  }
  #banner > .decor {
    display: none;
  }
  #banner .tagline {
    font-size: 40px;
  }

  #navigation {
    height: 80px;
  }
  #navigation, .sticky-nav #navigation {
    padding: 20px;
  }
  #navigation .menu .button {
    padding-top: 5px;
    line-height: 45px;
  }
  #navigation .menu .button, #navigation .menu .button:before, #navigation .menu .button:after {
    border-radius: 0;
  }

  .section {
    padding: 50px 0;
  }

  figure .bubble {
    display: none;
  }

  h3 .button {
    display: block;
    margin: 0.5em 0 0;
  }

  .button.left, .button.right {
    float: none;
  }

  .map-sidebar {
    float: none;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 0;
  }
  .map-filters, .map-legends {
    position: relative;
    width: 100%;
    font-size: 16px;
    margin: 0 0 20px;
  }
  .map-filter {
    line-height: 20px;
    padding: 2px 0 0;
  }
  .map-filter:before {
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    margin: -2px 5px 0 0;
  }
  .map-canvas {
    margin-left: 0;
    height: 400px;
  }

  #floorplans nav a {
    margin-right: 1em;
  }
  #floorplans .window {
    margin: 0 0 40px;
  }

  #contact {
    margin-top: 0;
  }
  #contact .row + .row {
    margin-top: 30px;
  }
  #contact .milestone {
    margin: 0 0 20px;
  }
  #contact .copyright {
    font-size: 14px;
  }
  #contact .button {
    width: 100%;
  }

  .view360 ._navigation_bg,
.view360 ._dropdown_navigation {
    visibility: hidden !important;
  }
  .view360 ._navigation_mobile,
.view360 ._dropdown_navigation_mobile {
    visibility: visible !important;
  }
}