@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz4dKg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc0CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xGIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc0CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic0CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxGIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc9.ttf) format('truetype');
}
html,
body {
  padding: 0px;
  margin: 0px;
}
body {
  margin: unset;
  font-family: Roboto, sans-serif;
}
.avatarItemWp div {
  position: relative;
  height: 45px;
  width: 45px;
  padding-left: 10px;
  float: left;
  border-radius: 7px;
  border: 2px white solid;
  background-position: center;
  background-size: cover;
}
#welcomeScreen {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: background-image 1s ease-in-out, opacity 0.2s;
  -moz-transition: background-image 1s ease-in-out, opacity 0.2s;
  -o-transition: background-image 1s ease-in-out, opacity 0.2s;
  transition: background-image 1s ease-in-out, opacity 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}
#welcomeScreen .topNav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#welcomeScreen .topNav .logo {
  height: 40px;
  cursor: pointer;
  margin-top: 12px;
  margin-left: 12px;
}
#welcomeScreen .topNav .menu {
  display: flex;
  color: white;
  height: 66px;
}
#welcomeScreen .topNav .menu .menuItem {
  margin: 20px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  height: 22px;
}
#welcomeScreen .topNav .menu .underline {
  transition: all 0.25s;
  border-bottom: 1px solid;
  padding-bottom: 3px;
}
#welcomeScreen .topNav .menu .underline:hover {
  padding-bottom: 1px;
}
#welcomeScreen .topNav .menu #avatarItem div {
  position: relative;
  top: -8px;
  height: 40px;
  width: 40px;
  float: left;
  border-radius: 40px;
  border: 2px white solid;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  background-position: center;
  background-size: cover;
}
#welcomeScreen .topNavMobile .logo {
  margin: unset;
}
#welcomeScreen .search {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
#welcomeScreen .search .slogan {
  margin-bottom: 25px;
  font-size: 68px;
  font-weight: 300;
  text-rendering: geometricPrecision;
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.7);
}
#welcomeScreen .search .searchBox {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  color: black;
}
#welcomeScreen .search .searchBox .searchFromBox,
#welcomeScreen .search .searchBox .searchToBox {
  width: 40%;
  margin: 15px 19px;
  display: flex;
  flex-direction: column;
}
#welcomeScreen .search .searchBox .searchFromBox span,
#welcomeScreen .search .searchBox .searchToBox span {
  text-rendering: geometricPrecision;
  color: #cacaca;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
}
#welcomeScreen .search .searchBox .searchFromBox input,
#welcomeScreen .search .searchBox .searchToBox input {
  width: 100%;
  line-height: 35px;
  font-size: 25px;
  background-color: white;
  font-weight: 300;
  text-rendering: geometricPrecision;
  transition: 0.2s;
  border-radius: 5px;
  outline-width: 0;
  border: 2px solid transparent;
  background-image: linear-gradient(to right, hsl(0, 0%, 70%) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 6px 1px;
  background-repeat: repeat-x;
}
#welcomeScreen .search .searchBox .changeorder {
  height: 40px;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  margin: 10px;
  cursor: pointer;
  background: url(/img/welcome/ico-switch.svg);
  transition: 0.2s;
}
#welcomeScreen .search .searchBox .changeorder:hover {
  transform: scale(1.2);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
}
#welcomeScreen .search .beginButton {
  margin-top: -10px;
  padding: 10px 20px 10px 20px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  background: linear-gradient(to right, hsl(0, 0%, 70%), hsl(0, 0%, 80%));
  cursor: pointer;
  transition: 1s;
}
#welcomeScreen .search .beginButton.active {
  background: linear-gradient(to right, #ff515b, #fe694e);
}
#welcomeScreen .search .beginButton.active:hover {
  transform: scale(1.05);
}
#welcomeScreen .search .searchResults {
  height: 0px;
  display: flex;
  flex-direction: row;
  z-index: 1;
  color: black;
}
#welcomeScreen .search .searchResults .searchResultsFrom {
  margin-right: 55px;
}
#welcomeScreen .search .searchResults .searchResultsTo {
  margin-left: 55px;
}
#welcomeScreen .search .searchResults .searchResultsFrom,
#welcomeScreen .search .searchResults .searchResultsTo {
  width: 330px;
}
#welcomeScreen .search .searchResults .searchResultsFrom ul,
#welcomeScreen .search .searchResults .searchResultsTo ul {
  display: none;
  list-style-type: none;
  padding: 0px;
  margin-top: -45px;
  overflow-y: scroll;
  max-height: 35vh;
  box-shadow: 0 0 5px #000001;
  border: 1px solid gainsboro;
}
#welcomeScreen .search .searchResults .searchResultsFrom ul li:last-child,
#welcomeScreen .search .searchResults .searchResultsTo ul li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#welcomeScreen .search .searchResults .searchResultsFrom ul li,
#welcomeScreen .search .searchResults .searchResultsTo ul li {
  margin: 0px 0;
  background-color: white;
  outline: none;
  padding: 6px 10px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 300;
  text-rendering: geometricPrecision;
  transition: 0.3s;
  cursor: pointer;
  border: 2px solid transparent;
}
#welcomeScreen .search .searchResults .searchResultsFrom ul li:hover,
#welcomeScreen .search .searchResults .searchResultsTo ul li:hover,
#welcomeScreen .search .searchResults .searchResultsFrom ul li.selectedResult,
#welcomeScreen .search .searchResults .searchResultsTo ul li.selectedResult {
  border: 2px solid #51a3fb;
}
#welcomeScreen .tiles,
#welcomeScreen .articles {
  flex-direction: column;
  justify-content: center;
}
#welcomeScreen .tiles .headerTiles,
#welcomeScreen .articles .headerTiles {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
#welcomeScreen .tiles .headerTiles > div,
#welcomeScreen .articles .headerTiles > div {
  cursor: pointer;
}
#welcomeScreen .tiles .headerTiles .headerTilesOptions,
#welcomeScreen .articles .headerTiles .headerTilesOptions {
  background-color: white;
  border-radius: 9px;
  margin: 0px 20px 0px 20px;
  display: flex;
  flex-direction: row;
  height: 32px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
#welcomeScreen .tiles .headerTiles .headerTilesOptions .active,
#welcomeScreen .articles .headerTiles .headerTilesOptions .active {
  display: block;
  background-color: hsl(213, 88%, 67%);
  color: white;
  border-radius: 8px;
}
#welcomeScreen .tiles .headerTiles .headerTilesOptions div,
#welcomeScreen .articles .headerTiles .headerTilesOptions div {
  padding: 5px 20px;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 500;
  color: #444;
}
#welcomeScreen .tiles .tilesContainer,
#welcomeScreen .articles .tilesContainer,
#welcomeScreen .tiles .articleContainer,
#welcomeScreen .articles .articleContainer {
  width: 100%;
  justify-content: center;
  flex-flow: row wrap;
}
#welcomeScreen .tiles .tilesContainer .closeBtn,
#welcomeScreen .articles .tilesContainer .closeBtn,
#welcomeScreen .tiles .articleContainer .closeBtn,
#welcomeScreen .articles .articleContainer .closeBtn {
  display: none;
}
#welcomeScreen .tiles .tilesContainer .display,
#welcomeScreen .articles .tilesContainer .display,
#welcomeScreen .tiles .articleContainer .display,
#welcomeScreen .articles .articleContainer .display {
  display: block !important;
}
#welcomeScreen .tiles .tilesContainer .tile,
#welcomeScreen .articles .tilesContainer .tile,
#welcomeScreen .tiles .articleContainer .tile,
#welcomeScreen .articles .articleContainer .tile {
  text-decoration: none !important;
  margin: 20px;
  width: 340px;
  height: 170px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  cursor: pointer;
  transition: 0.5s;
}
#welcomeScreen .tiles .tilesContainer .tile:hover,
#welcomeScreen .articles .tilesContainer .tile:hover,
#welcomeScreen .tiles .articleContainer .tile:hover,
#welcomeScreen .articles .articleContainer .tile:hover {
  transform: scale(1.05);
}
#welcomeScreen .tiles .tilesContainer .tile .mapTile,
#welcomeScreen .articles .tilesContainer .tile .mapTile,
#welcomeScreen .tiles .articleContainer .tile .mapTile,
#welcomeScreen .articles .articleContainer .tile .mapTile {
  height: 130px;
  width: inherit;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#welcomeScreen .tiles .tilesContainer .tile .mapTile .userIcon,
#welcomeScreen .articles .tilesContainer .tile .mapTile .userIcon,
#welcomeScreen .tiles .articleContainer .tile .mapTile .userIcon,
#welcomeScreen .articles .articleContainer .tile .mapTile .userIcon {
  position: relative;
  top: 12px;
  left: 12px;
  height: 40px;
  width: 40px;
  float: left;
  border-radius: 40px;
  border: 2px white solid;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  background-position: center;
  background-size: cover;
}
#welcomeScreen .tiles .tilesContainer .tile .mapTile .frameBox,
#welcomeScreen .articles .tilesContainer .tile .mapTile .frameBox,
#welcomeScreen .tiles .articleContainer .tile .mapTile .frameBox,
#welcomeScreen .articles .articleContainer .tile .mapTile .frameBox {
  position: relative;
  width: calc(100% - 16px);
  height: calc(100% - 8px);
  border-color: white;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  opacity: 0.25;
}
#welcomeScreen .tiles .tilesContainer .tile .mapTile .frameBox .frame,
#welcomeScreen .articles .tilesContainer .tile .mapTile .frameBox .frame,
#welcomeScreen .tiles .articleContainer .tile .mapTile .frameBox .frame,
#welcomeScreen .articles .articleContainer .tile .mapTile .frameBox .frame {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right top, transparent, rgba(255, 255, 255, 0.9));
}
#welcomeScreen .tiles .tilesContainer .tile .bottomBar,
#welcomeScreen .articles .tilesContainer .tile .bottomBar,
#welcomeScreen .tiles .articleContainer .tile .bottomBar,
#welcomeScreen .articles .articleContainer .tile .bottomBar {
  height: 39px;
  width: 100%;
  background: white;
  text-align: center;
  line-height: 40px;
  border-top: 1px #d4d4d4 solid;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#welcomeScreen .tiles .tilesContainer .tile .bottomBar .bottomText,
#welcomeScreen .articles .tilesContainer .tile .bottomBar .bottomText,
#welcomeScreen .tiles .articleContainer .tile .bottomBar .bottomText,
#welcomeScreen .articles .articleContainer .tile .bottomBar .bottomText {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
#welcomeScreen .tiles .tilesContainer .tile,
#welcomeScreen .articles .tilesContainer .tile {
  width: 215px;
}
#welcomeScreen .tiles .articleContainer,
#welcomeScreen .articles .articleContainer {
  display: flex;
}
#welcomeScreen .tiles .mobileTilesContainer,
#welcomeScreen .articles .mobileTilesContainer {
  overflow: scroll;
  position: fixed;
  top: 70px;
  left: 0px;
  right: 0px;
  bottom: 100px;
  height: inherit !important;
}
#welcomeScreen .tiles .mobileHeaderTiles,
#welcomeScreen .articles .mobileHeaderTiles {
  margin-top: unset !important;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 75px;
  display: flex;
}
#welcomeScreen .tiles .mobileHeaderTiles .headerTilesOptions,
#welcomeScreen .articles .mobileHeaderTiles .headerTilesOptions {
  border-radius: 0px 0px 0px 0px !important;
  height: 100%;
  width: 100%;
  margin: unset;
  border-radius: 0px !important;
  font-family: 'Poppins', sans-serif !important;
}
#welcomeScreen .tiles .mobileHeaderTiles .headerTilesOptions div,
#welcomeScreen .articles .mobileHeaderTiles .headerTilesOptions div {
  font-size: 18px !important;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  display: flex !important;
  flex-basis: 25%;
  flex-grow: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px !important;
  padding-top: 10px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#welcomeScreen .tiles .mobileHeaderTiles .headerTilesOptions div ul:not(:first-child),
#welcomeScreen .articles .mobileHeaderTiles .headerTilesOptions div ul:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.7);
}
#welcomeScreen .tiles .mobileHeaderTiles .headerTilesOptions div#planTripLabel,
#welcomeScreen .articles .mobileHeaderTiles .headerTilesOptions div#planTripLabel {
  background: linear-gradient(to right, #ff515b, #fe694e);
  color: white;
}
@media only screen and (max-device-width: 768px) {
  #welcomeScreen .tiles .articleContainer,
  #welcomeScreen .articles .articleContainer {
    display: none;
  }
}
#welcomeScreen .tiles .tilesContainer,
#welcomeScreen .articles .tilesContainer {
  display: none;
}
#welcomeScreen .tiles .tilesContainerActive,
#welcomeScreen .articles .tilesContainerActive {
  display: flex;
}
#welcomeScreen .tiles .moreCont,
#welcomeScreen .articles .moreCont {
  margin-top: 30px;
  justify-content: center;
  display: flex;
}
#welcomeScreen .tiles .moreCont .moreMaps,
#welcomeScreen .articles .moreCont .moreMaps {
  font-weight: 400;
  text-align: center;
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.7);
  background-color: gray;
  color: white;
  border-radius: 10px;
  border: solid 3px white;
  height: 20px;
  width: 100px;
  padding: 8px 12px 8px 12px;
  cursor: pointer;
}
#welcomeScreen .articles {
  height: auto !important;
  margin-top: 20px;
}
#welcomeScreen .articles .articleContainer {
  height: inherit;
}
#welcomeScreen .scrolling {
  overflow: auto;
}
#welcomeScreen .popup {
  padding-top: 120px;
  z-index: 100;
  position: absolute;
  margin: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: radial-gradient(ellipse at center, #45484d 0%, rgba(0, 0, 0, 0.8) 100%);
  display: flex;
  align-items: center;
}
#welcomeScreen .popup .closeBtn {
  display: block !important;
  position: absolute;
  top: 40px;
  color: white;
  border: 2px solid;
  border-radius: 10px;
  padding: 10px 30px;
  cursor: pointer;
}
#welcomeScreen .popup .popupContainer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  top: 100%;
  width: 70%;
  height: 70%;
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: fixed;
}
#welcomeScreen .popup .popupContainer .popupHeader {
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  height: 35px;
}
body.safari .slogan {
  padding-top: 60px;
}
@media only screen and (max-device-width: 768px) {
  #welcomeScreen {
    justify-content: unset;
  }
  #welcomeScreen .topNav {
    height: 8vh;
    margin: 0;
    background: white;
    justify-content: flex-end;
    align-items: center;
  }
  #welcomeScreen .topNav .logo {
    position: fixed;
    left: 5px;
    content: url('/img/sharemap-logo-black.svg');
    padding-left: 5px;
  }
  #welcomeScreen .topNav .menu {
    height: inherit;
    flex-direction: column;
  }
  #welcomeScreen .topNav .menu:not(.active) > div:not(.hamburgerIcon) {
    display: none;
  }
  #welcomeScreen .topNav .menu .hamburgerIcon {
    margin: 1.5vh;
  }
  #welcomeScreen .topNav .menu .hamburgerIcon div {
    width: 30px;
    height: 4px;
    border-radius: 10px;
    background-color: black;
    margin: 5px 2px;
  }
  #welcomeScreen .topNav .menu.active {
    height: 100vh;
    width: 86vw;
    z-index: 1;
    background: #f5f5f5;
  }
  #welcomeScreen .topNav .menu .menuItem {
    margin: unset;
    padding: 15px;
    border-bottom: 1px solid #cccccc;
    background: white;
    color: #333333;
  }
  #welcomeScreen .search {
    display: none;
  }
  #welcomeScreen .tiles {
    width: 100%;
    margin: unset;
  }
  #welcomeScreen .tiles .headerTiles {
    margin-top: 80px;
    justify-content: unset;
  }
  #welcomeScreen .tiles .tilesContainer {
    height: calc(100% - 40px);
    overflow-y: scroll;
  }
  #welcomeScreen .tiles .tilesContainer .tile {
    height: 170px;
    width: 300px;
  }
  #welcomeScreen .tiles .showAll {
    display: none;
  }
  #welcomeScreen .menu-overlay {
    width: 100vh;
    height: 100vh;
    background: black;
    opacity: 0.6;
    position: fixed;
  }
}
.partners {
  position: fixed;
  left: 0px;
  right: 0px;
  height: 75px;
  bottom: 0px;
  background-color: white;
}
.xmobileactionbtn {
  width: 100%;
  margin-top: 20px;
}
.xmobileactionbtn span {
  display: block;
  position: absolute;
  right: 23px;
  left: 23px;
  height: 38px;
  border-radius: 12px;
  padding-top: 20px;
  text-align: center;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(to right, #ff515b, #fe694e);
}
@media only screen and (max-width: 1550px) {
  .articleContainer .tile {
    width: 240px !important;
  }
}
@media only screen and (max-width: 1150px) {
  .articleContainer .tile {
    width: 340px !important;
  }
}
@media only screen and (max-width: 850px) {
  .searchBox {
    transform: scale(0.8) !important;
  }
  .menuItem {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 750px) {
  .searchBox {
    transform: scale(0.7) !important;
  }
  .articleContainer .tile {
    width: 240px !important;
  }
}
@media only screen and (max-width: 650px) {
  .searchBox {
    transform: scale(0.6) !important;
  }
}
/*# sourceMappingURL=welcome1.css.map */