* {
  box-sizing: border-box;
}

/*** NUKE NUKE NUKE ***/
/*** NUKE NUKE NUKE ***/
/*** NUKE NUKE NUKE ***/
/*
html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

html,
body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: bold;
    height: 100vh;
    background: #252525;
}

@media screen and (min-width: 992px) {
    .flexContainer {
        margin: 10vh auto 0;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    }
}

.mapOverwrap {
    padding-bottom: 10vh;
}
*/
/*** /NUKE NUKE NUKE ***/
/*** /NUKE NUKE NUKE ***/
/*** /NUKE NUKE NUKE ***/
a:hover {
  text-decoration: none;
  color: #efefef;
}

.mapOverwrap.container-fluid {
  padding: 0;
}

.mapOverwrap .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.mapOverwrap ul,
.mapOverwrap ol {
  list-style: none;
}

.flexContainer {
  display: block;
  background: #fff;
}

.mapBanner {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  color: #48789d;
  background-color: rgba(173, 209, 188, 0.85);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .mapBanner {
    padding: 0;
    font-size: 20px;
    line-height: 2.5;
  }
}

.flexDad {
  height: 100%;
  min-height: 200px;
}
@media (min-width: 992px) {
  .flexDad {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: stretch;
  }
}

@media (min-width: 992px) {
  .flexKid {
    width: 28%;
  }
  .flexKid:nth-child(2) {
    width: 72%;
  }
}
.mapOverwrap nav {
  padding-top: 25px;
  height: 100%;
  justify-content: space-between;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#457397+0,2b374f+100 */
  background: #457397;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #457397 0%, #2b374f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #457397 0%, #2b374f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #457397 0%, #2b374f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#457397', endColorstr='#2b374f', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
@media (min-width: 992px) {
  .mapOverwrap nav {
    padding-top: 0;
    display: flex;
    flex-direction: column;
  }
}
.mapOverwrap nav ul {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 0;
}
.mapOverwrap nav li {
  position: relative;
}
@media all and (min-width: 992px) {
  .mapOverwrap nav li {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}
.mapOverwrap nav li:first-child a {
  border-top: none;
}
.mapOverwrap nav li:last-child a {
  border-bottom: none;
}
.mapOverwrap nav a {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.5px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  border-right: 0;
  border-left: 0;
  display: block;
  padding: 10px 0;
  /********/
}
@media all and (min-width: 992px) {
  .mapOverwrap nav a {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    padding: 0;
  }
}
.mapOverwrap nav a > span {
  padding-left: 10px;
  display: flex;
  justify-content: flex-start;
}
.mapOverwrap nav a > span > span {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
.mapOverwrap nav a svg {
  min-width: 30px;
  padding: 1% 0;
}
.mapOverwrap nav a svg .back {
  fill: #29374f;
  transition: all 233ms ease-in-out;
}
.mapOverwrap nav a svg .front {
  fill: #9ab7cb;
  transition: all 433ms ease-in-out;
}
.mapOverwrap nav a:hover,
.mapOverwrap nav a:focus,
.mapOverwrap nav a.lit {
  text-decoration: none;
  color: #fff;
  border-color: #fff;
  background: #cb5752;
}
.mapOverwrap nav a:hover svg .front,
.mapOverwrap nav a:focus svg .front,
.mapOverwrap nav a.lit svg .front {
  fill: #cb5752;
}
.mapOverwrap nav a:hover svg .back,
.mapOverwrap nav a:focus svg .back,
.mapOverwrap nav a.lit svg .back {
  fill: #fff;
}

.mapOverwrap .mapBanner {
  padding-left: 15px;
}
@media all and (min-width: 992px) {
  .mapOverwrap .mapBanner {
    padding-left: 30px;
  }
}

.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}

.imageBox {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.imageBox > img:not(#background) {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 333ms ease-in-out;
  opacity: 0;
}
.imageBox > img:not(#background).show {
  opacity: 1;
}

.imageBox > img#buildingsImage {
  z-index: 2;
}

#boingbox {
  color: #fff;
  background: #505d73;
  box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}
#boingbox h2 {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 10px;
}
@media screen and (min-width: 992px) {
  #boingbox h2 {
    line-height: 1;
  }
}
#boingbox p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

#boingbox > div {
  display: none;
}

.acc-section {
  padding: 25px 15px;
}

/***/
/***/
@media screen and (max-width: 992px) {
  #mobile-toggle {
    width: 96%;
    margin: 0 auto 20px;
    font-size: 18px;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: -.5px;
  }
  #mobile-toggle::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transition: all 333ms ease-in-out;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #mobile-toggle.open::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}
@media screen and (min-width: 992px) {
  #mobile-toggle {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .navBox ul {
    display: none;
  }
}
#clear-link {
  font-size: 14px;
}

.closer {
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 100px auto;
  }
}

/*# sourceMappingURL=flexy-map.css.map */
