/*!
 * project-name v0.0.1
 * A description for your project.
 * (c) 2019 YOUR NAME
 * MIT License
 * http://link-to-your-git-repo.com
 */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i|Oswald:500,600,700&display=swap");
/* line 6, src/sass/components/_reset.scss */
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 */
/* line 16, src/sass/components/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 19, src/sass/components/_reset.scss */
body {
  line-height: 1;
}

/* line 22, src/sass/components/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 25, src/sass/components/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 29, src/sass/components/_reset.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 34, src/sass/components/_reset.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 38, src/sass/components/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * @section Mixins
 */
/**
 * @section Variables
 */
/* line 101, src/sass/components/_typography.scss */
p {
  font-family: 'Libre Baskerville', serif;
  color: #4F4F4F;
  font-size: 1rem;
  letter-spacing: -0.02rem;
  text-transform: none;
  line-height: 1.2;
}

/* line 105, src/sass/components/_typography.scss */
h1, h2, h3 {
  font-family: 'Oswald', serif;
  text-transform: uppercase;
  color: #333333;
  line-height: 1;
}

/* line 109, src/sass/components/_typography.scss */
section h1 {
  font-family: 'Oswald', serif;
  text-transform: uppercase;
  color: #333333;
  line-height: 1;
  font-size: 3rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
}

/**
 * @section Base
 */
/* line 5, src/sass/components/_base.scss */
html {
  height: 100%;
}

/* line 8, src/sass/components/_base.scss */
body {
  height: 100%;
  min-height: 100%;
}

/* line 13, src/sass/components/_base.scss */
button {
  font-family: 'Oswald', serif;
  text-transform: uppercase;
  color: #333333;
  line-height: 1;
  padding: 20px 40px;
  border: none;
  background-color: #f8d900;
  font-size: 0.8rem;
  cursor: pointer;
  margin-top: 2rem;
}

/* line 23, src/sass/components/_base.scss */
#ls_container {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: none;
}

/* line 30, src/sass/components/_base.scss */
#ls_container #ls_overlay_tint {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  z-index: 100;
}

/* line 40, src/sass/components/_base.scss */
#ls_container section {
  text-align: center;
  background-color: white;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

/* line 48, src/sass/components/_base.scss */
#ls_container section div {
  position: relative;
}

/* line 56, src/sass/components/_base.scss */
.mapboxgl-ctrl-geolocate {
  display: none !important;
}

/* line 60, src/sass/components/_base.scss */
.mapboxgl-control-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

/* line 68, src/sass/components/_base.scss */
.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 25px 0 0 30px;
}

/* line 71, src/sass/components/_base.scss */
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0;
}

/* line 74, src/sass/components/_base.scss */
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 20px 10px 0;
}

@media (min-width: 375px) {
  /* line 74, src/sass/components/_base.scss */
  .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
    margin-bottom: 135px;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.01);
            box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.01);
  }
}

/* line 84, src/sass/components/_base.scss */
#ls_widget_warning {
  display: none;
}

@media (max-width: 324px), (max-height: 499px) {
  /* line 84, src/sass/components/_base.scss */
  #ls_widget_warning {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #4F4F4F;
    z-index: 500;
  }
  /* line 97, src/sass/components/_base.scss */
  #ls_widget_warning p {
    text-align: center;
    font-size: 0.8rem;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 150px;
  }
}

/* line 110, src/sass/components/_base.scss */
.mapboxgl-ctrl-group > button {
  margin-top: 0;
}

/* line 115, src/sass/components/_base.scss */
.hidden {
  display: none !important;
}

/* line 120, src/sass/components/_base.scss */
template {
  display: none !important;
}

/* line 1, src/sass/components/sections/_start.scss */
#ls_section_start {
  position: absolute !important;
  background: none !important;
  z-index: 200;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 15, src/sass/components/sections/_start.scss */
#ls_section_start .ls_start_container, #ls_section_start .ls_intro_container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  position: relative;
  min-height: 70%;
  padding: 40px;
  width: 100%;
  max-width: 800px;
  max-height: 300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 20px;
  border-style: solid;
  border-color: #f8d900;
}

@media (max-width: 374px) {
  /* line 15, src/sass/components/sections/_start.scss */
  #ls_section_start .ls_start_container, #ls_section_start .ls_intro_container {
    width: 100%;
    max-width: 400px;
    padding: 20px;
    min-height: 100%;
  }
}

@media (min-width: 375px) {
  /* line 15, src/sass/components/sections/_start.scss */
  #ls_section_start .ls_start_container, #ls_section_start .ls_intro_container {
    padding: 40px;
  }
}

/* line 52, src/sass/components/sections/_start.scss */
#ls_section_start .ls_start_container #ls_section_start_logo {
  width: 40%;
  height: 7rem;
  margin: 0 auto;
  max-width: 550px;
  min-width: 150px;
  background-image: url("./../svg/unSmoke_england_logo.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  z-index: 500;
}

/* line 66, src/sass/components/sections/_start.scss */
#ls_section_start .ls_start_container #ls_pm_logo {
  position: absolute;
  bottom: 20px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 70px;
  height: 70px;
  background-image: url("./../svg/pm_logo_under2.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

@media (min-width: 728px) {
  /* line 66, src/sass/components/sections/_start.scss */
  #ls_section_start .ls_start_container #ls_pm_logo {
    right: 20px;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-height: 600px) {
  /* line 66, src/sass/components/sections/_start.scss */
  #ls_section_start .ls_start_container #ls_pm_logo {
    width: 50px;
    height: 50px;
  }
}

/* line 97, src/sass/components/sections/_start.scss */
#ls_section_start .ls_start_container .ls_start_support_text {
  font-family: 'Libre Baskerville', serif;
  color: #4F4F4F;
  font-size: 1rem;
  letter-spacing: -0.02rem;
  text-transform: none;
  line-height: 1.2;
  width: 70%;
  margin: 1.5rem auto;
}

@media (min-width: 728px) {
  /* line 97, src/sass/components/sections/_start.scss */
  #ls_section_start .ls_start_container .ls_start_support_text {
    margin: 2rem auto;
  }
}

/* line 108, src/sass/components/sections/_start.scss */
#ls_section_start .ls_start_container button {
  margin: 0 auto;
  width: 120px;
  margin-bottom: 40px;
}

@media (min-width: 728px) {
  /* line 108, src/sass/components/sections/_start.scss */
  #ls_section_start .ls_start_container button {
    margin-bottom: 0;
  }
}

@media (max-width: 374px) {
  /* line 108, src/sass/components/sections/_start.scss */
  #ls_section_start .ls_start_container button {
    margin-bottom: 80px;
  }
}

/* line 125, src/sass/components/sections/_start.scss */
#ls_section_start .ls_start_container .ls_start_loading {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 131, src/sass/components/sections/_start.scss */
#ls_section_start .ls_start_container .ls_start_loading .dot-collision {
  display: inline-block;
  background-color: #BDBDBD !important;
  margin-bottom: 0.5rem;
}

/* line 137, src/sass/components/sections/_start.scss */
#ls_section_start .ls_start_container .ls_start_loading .dot-collision::before {
  background-color: #BDBDBD !important;
}

/* line 141, src/sass/components/sections/_start.scss */
#ls_section_start .ls_start_container .ls_start_loading .dot-collision::after {
  background-color: #BDBDBD !important;
}

/* line 145, src/sass/components/sections/_start.scss */
#ls_section_start .ls_start_container .ls_start_loading p {
  font-size: 0.8rem;
  color: #BDBDBD;
}

/* line 154, src/sass/components/sections/_start.scss */
#ls_section_start .ls_intro_container .ls_map_intro_statement_text {
  width: 100%;
}

/* line 157, src/sass/components/sections/_start.scss */
#ls_section_start .ls_intro_container .ls_map_intro_statement_text h1 {
  font-size: 1.6rem;
  padding-bottom: 1rem;
}

/* line 162, src/sass/components/sections/_start.scss */
#ls_section_start .ls_intro_container .ls_map_intro_statement_text p {
  font-size: 0.75rem;
}

@media (min-width: 728px) {
  /* line 154, src/sass/components/sections/_start.scss */
  #ls_section_start .ls_intro_container .ls_map_intro_statement_text {
    width: 80%;
    max-width: 540px;
    margin: 0 auto;
  }
  /* line 172, src/sass/components/sections/_start.scss */
  #ls_section_start .ls_intro_container .ls_map_intro_statement_text p {
    font-size: 0.9rem;
  }
  /* line 176, src/sass/components/sections/_start.scss */
  #ls_section_start .ls_intro_container .ls_map_intro_statement_text h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 374px) {
  /* line 185, src/sass/components/sections/_start.scss */
  #ls_section_start .ls_intro_container .ls_map_intro_statement_text h1 {
    font-size: 1.5rem;
  }
  /* line 189, src/sass/components/sections/_start.scss */
  #ls_section_start .ls_intro_container .ls_map_intro_statement_text p {
    font-size: 0.75rem;
  }
}

/* line 3, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_container2 {
  position: relative;
  height: calc(100vh - 70px);
  width: 100vw;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow-x: hidden;
}

@media (max-width: 374px) {
  /* line 3, src/sass/components/sections/_interactive_map.scss */
  #ls_section_interactive_map .ls_map_container2 {
    height: calc(100vh - 60px);
  }
}

/* line 19, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_container2 #ls_ref {
  position: absolute;
  z-index: 5;
  bottom: 10px;
  right: 10px;
  left: 10px;
  text-align: left;
  font-size: 0.65rem !important;
}

/* line 28, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_container2 #ls_ref a {
  color: #BDBDBD;
  text-decoration: none;
}

@media (max-width: 374px) {
  /* line 19, src/sass/components/sections/_interactive_map.scss */
  #ls_section_interactive_map .ls_map_container2 #ls_ref {
    text-align: center;
  }
}

@media (min-width: 375px) {
  /* line 19, src/sass/components/sections/_interactive_map.scss */
  #ls_section_interactive_map .ls_map_container2 #ls_ref {
    text-align: center;
  }
}

/* line 41, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_container2 #ls_info_button {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  display: table;
  background-color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

/* line 55, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_container2 #ls_info_button p {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: table-cell;
  vertical-align: middle;
  padding-top: 3px;
  padding-right: 2px;
  display: table-cell;
  vertical-align: middle;
  font-style: italic;
  font-size: 1.6rem;
}

/* line 69, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_container2 #ls_info_button:hover {
  background-color: whitesmoke;
}

/* line 73, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_container2 .ls_map_tooltip {
  position: absolute;
  z-index: 50;
  font-family: 'Oswald', serif;
  text-transform: uppercase;
  color: #333333;
  line-height: 1;
  font-size: 0.8rem;
  padding: 20px;
  text-align: left;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  background-color: white;
  pointer-events: none;
  opacity: 0;
}

/* line 87, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_container2 .ls_mapbox_container {
  position: relative;
  height: 100%;
  width: 100vw;
  z-index: 1;
}

/* line 95, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_pclookup_container {
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 50px;
}

@media (max-width: 374px) {
  /* line 95, src/sass/components/sections/_interactive_map.scss */
  #ls_section_interactive_map .ls_pclookup_container {
    bottom: 40px;
  }
}

/* line 106, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_pclookup_container .ls_pclookup_elements {
  background-color: #E8E8E8;
  width: calc(100vw - 40px);
  max-width: 300px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  right: 0;
  display: table;
  bottom: 0%;
  height: 100px;
}

/* line 118, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_pclookup_container .ls_pclookup_elements .ls_loading {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  pointer-events: none;
}

/* line 127, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_pclookup_container .ls_pclookup_elements form {
  height: 100%;
}

/* line 130, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_pclookup_container .ls_pclookup_elements input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  display: table-cell;
  font-family: 'Oswald', serif;
  text-transform: uppercase;
  color: #333333;
  line-height: 1;
  font-size: 1rem;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
  font-weight: 500;
  background: white;
  border: #f8d900 solid 15px;
}

@media (max-width: 374px) {
  /* line 130, src/sass/components/sections/_interactive_map.scss */
  #ls_section_interactive_map .ls_pclookup_container .ls_pclookup_elements input {
    border-width: 12px;
  }
}

/* line 150, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_pclookup_container .ls_pclookup_elements input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  color: #333333;
}
#ls_section_interactive_map .ls_pclookup_container .ls_pclookup_elements input:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  color: #333333;
}
#ls_section_interactive_map .ls_pclookup_container .ls_pclookup_elements input::-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  color: #333333;
}
#ls_section_interactive_map .ls_pclookup_container .ls_pclookup_elements input::placeholder {
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  color: #333333;
}

/* line 155, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_pclookup_container .ls_pclookup_elements input:focus::-webkit-input-placeholder {
  opacity: 0;
}
#ls_section_interactive_map .ls_pclookup_container .ls_pclookup_elements input:focus:-ms-input-placeholder {
  opacity: 0;
}
#ls_section_interactive_map .ls_pclookup_container .ls_pclookup_elements input:focus::-ms-input-placeholder {
  opacity: 0;
}
#ls_section_interactive_map .ls_pclookup_container .ls_pclookup_elements input:focus::placeholder {
  opacity: 0;
}

/* line 162, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_timeline_container {
  height: 70px;
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20;
}

@media (max-width: 374px) {
  /* line 162, src/sass/components/sections/_interactive_map.scss */
  #ls_section_interactive_map .ls_map_timeline_container {
    height: 60px;
  }
}

/* line 173, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_timeline_container .ls_map_timeline_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8d900;
  height: 100%;
  font-family: 'Oswald', serif;
  text-transform: uppercase;
  color: #333333;
  line-height: 1;
  color: #333333;
  padding: 0 30px;
  letter-spacing: -0.5px;
  font-size: 1.1rem;
}

@media (max-width: 374px) {
  /* line 173, src/sass/components/sections/_interactive_map.scss */
  #ls_section_interactive_map .ls_map_timeline_container .ls_map_timeline_title {
    display: none;
  }
}

@media (min-width: 375px) {
  /* line 173, src/sass/components/sections/_interactive_map.scss */
  #ls_section_interactive_map .ls_map_timeline_container .ls_map_timeline_title {
    display: none;
  }
}

@media (min-width: 728px) {
  /* line 173, src/sass/components/sections/_interactive_map.scss */
  #ls_section_interactive_map .ls_map_timeline_container .ls_map_timeline_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 200, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_timeline_container .ls_map_timeline_button {
  padding-left: 2px;
  height: 100%;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

/* line 209, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_timeline_container .ls_map_timeline_button svg {
  width: 14px;
  height: 14px;
  fill: #BDBDBD;
}

/* line 217, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_timeline_container .ls_map_timeline_button:hover svg {
  fill: white;
}

/* line 222, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_timeline_container .ls_map_timeline_button:hover .ls_map_timeline_button:disabled svg {
  fill: red;
}

/* line 230, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_timeline_container #ls_map_timeline_geolocate {
  padding-left: 10px;
}

/* line 234, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_timeline_container #ls_map_timeline_play {
  padding-right: 10px;
}

/* line 238, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_timeline_container #ls_map_timeline_pause {
  padding-right: 10px;
  display: none;
}

/* line 243, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_timeline_container #ls_map_timeline_reset {
  padding-right: 20px;
  padding-left: 0px;
}

/* line 250, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_timeline_slider {
  position: relative;
  margin-right: 30px;
  height: 100%;
  z-index: 0;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 258, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_timeline_slider .ls_map_timeline_track {
  height: 2px;
  background-color: #222222;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 268, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_timeline_slider .ls_map_timeline_scrubber {
  display: inline-block;
  background-color: #4F4F4F;
  width: 60px;
  height: 36px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
}

/* line 279, src/sass/components/sections/_interactive_map.scss */
#ls_section_interactive_map .ls_map_timeline_slider .ls_map_timeline_scrubber .ls_map_timeline_scrubber_label {
  font-family: 'Oswald', serif;
  text-transform: uppercase;
  color: #333333;
  line-height: 1;
  font-size: 3rem;
  letter-spacing: -0.04rem;
  font-weight: 600;
  color: white;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.85em;
  font-weight: 500;
}

/* line 295, src/sass/components/sections/_interactive_map.scss */
.ls_map_timeline_depth_switch {
  z-index: 2;
}

/* line 301, src/sass/components/sections/_interactive_map.scss */
.ls_pclookup_error {
  border-color: #ff0b48 !important;
}

@media (min-width: 375px) {
  /* line 306, src/sass/components/sections/_interactive_map.scss */
  .mapboxgl-ctrl-top-left .smob_reset {
    margin-bottom: 40px;
  }
}

@media (max-width: 374px) {
  /* line 306, src/sass/components/sections/_interactive_map.scss */
  .mapboxgl-ctrl-top-left .smob_reset {
    margin-bottom: 20px;
  }
}

/* line 1, src/sass/components/sections/_results.scss */
#ls_section_results {
  position: absolute !important;
  background: none !important;
  z-index: 200;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: table;
  height: 100%;
}

/* line 12, src/sass/components/sections/_results.scss */
#ls_section_results .ls_result_container {
  display: table-cell;
  vertical-align: middle;
}

/* line 16, src/sass/components/sections/_results.scss */
#ls_section_results .ls_result_container .ls_result_card {
  background: white;
  border-width: 20px;
  border-style: solid;
  border-color: #f8d900;
  display: table;
  padding: 50px 40px;
  margin: 0 auto;
  width: 100%;
  max-width: 375px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 374px) {
  /* line 16, src/sass/components/sections/_results.scss */
  #ls_section_results .ls_result_container .ls_result_card {
    border-width: 16px;
    padding: 50px 30px;
    width: 75%;
  }
}

@media (min-width: 375px) {
  /* line 16, src/sass/components/sections/_results.scss */
  #ls_section_results .ls_result_container .ls_result_card {
    border-width: 16px;
    padding: 50px 30px;
    width: 75%;
  }
}

/* line 42, src/sass/components/sections/_results.scss */
#ls_section_results .ls_result_container .ls_result_card h1 {
  font-size: 1.2rem;
  letter-spacing: -0.01rem;
  font-weight: 700;
}

@media (min-width: 375px) {
  /* line 42, src/sass/components/sections/_results.scss */
  #ls_section_results .ls_result_container .ls_result_card h1 {
    font-size: 1rem;
  }
}

/* line 46, src/sass/components/sections/_results.scss */
#ls_section_results .ls_result_container .ls_result_card h2 {
  font-size: 7rem;
  letter-spacing: -0.06rem;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 30px;
  letter-spacing: -0.3rem;
}

@media (min-width: 375px) {
  /* line 46, src/sass/components/sections/_results.scss */
  #ls_section_results .ls_result_container .ls_result_card h2 {
    font-size: 5rem;
    letter-spacing: -0.2rem;
  }
}

@media (max-width: 374px) {
  /* line 46, src/sass/components/sections/_results.scss */
  #ls_section_results .ls_result_container .ls_result_card h2 {
    font-size: 5rem;
    padding-bottom: 20px;
  }
}

/* line 58, src/sass/components/sections/_results.scss */
#ls_section_results .ls_result_container .ls_result_card p {
  font-size: 0.9rem;
  letter-spacing: 0.0rem;
  line-height: 1.3rem;
}

@media (min-width: 375px) {
  /* line 58, src/sass/components/sections/_results.scss */
  #ls_section_results .ls_result_container .ls_result_card p {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
}

@media (max-width: 374px) {
  /* line 58, src/sass/components/sections/_results.scss */
  #ls_section_results .ls_result_container .ls_result_card p {
    font-size: 0.8rem;
    letter-spacing: 0.0rem;
    line-height: 1.1rem;
  }
}
