@font-face {
    font-family: 'din-medium';
    src: url(<%= asset_path 'Fonts/din.eot' %>);
    src: url(<%= asset_path 'Fonts/din.eot?#iefix' %>) format('embedded-opentype'),
         url(<%= asset_path 'Fonts/din.woff' %>) format('woff'),
         url(<%= asset_path 'Fonts/din.ttf' %>) format('truetype'),
         url(<%= asset_path 'Fonts/din.svg#din-medium' %>) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din-regular';
    src: url(<%= asset_path 'Fonts/din-reg.eot' %>);
    src: url(<%= asset_path 'Fonts/din-reg.eot?#iefix' %>) format('embedded-opentype'),
         url(<%= asset_path 'Fonts/din-reg.woff' %>) format('woff'),
         url(<%= asset_path 'Fonts/din-reg.ttf' %>) format('truetype'),
         url(<%= asset_path 'Fonts/din-reg.svg#din-reg' %>) format('svg');
    font-weight: normal;
    font-style: normal;
}

.backface-visible {
	-webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

#yield {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*.animations {
   -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -ms-transition-duration: .5s;
  transition-duration: .5s;

  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}*/

.mapElement {
	display: none;
}
.mapPage .mapElement, .topicPage .mapElement {
	display: block;
}
.mapPage .mapElementHidden {
    display:none;
}
.topicPage .starMap {
  display: none;
}

/* loading */

#loading {
  display: none;
	width: 28px;
	height: 28px;
	position: fixed;
	top: 50%;
	margin-left: -14px;
	left: 50%;
	margin-top: -14px;
}

/* end loading */



/* logo */

.footer {
    z-index: 3 !important; /* important necessary for firefox */
}

.logo {
    color: #9E9E9E;
    font-family: "vinyl", sans-serif;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.bottomLinks {
	color: #9e9e9e;
	font-size: 12px;
	text-align: center;
	list-style: none;
}
.bottomLinks li {
	display: inline-block;
    cursor:pointer;
}
.bottomLinks li a {
	color: #9e9e9e;
}

/* end logo */


/* upperLeftUI */
.upperLeftUI {
	position: absolute;
	top: 10px;
	left: 24px;
	z-index:3;
}
.explorePage .upperLeftUI {
	box-shadow: none;
}

.unauthenticated .homePage .homeButton {
    display:none;
}
.homeButton {
    float:left;
    margin-right: 16px;
}
.homeButton:hover {

}
.homeButton a {
    display:block;
    color: #747474;
    font-family: "vinyl", sans-serif;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
}
.homeButton a:hover {
  color: #616161;
}

/* end upperLeftUI */

/* upperRightUI */

.upperRightUI {
	position: absolute;
	top: 10px;
	right: 24px;
	z-index:4;
}

.upperRightUI .upperRightEl {
	float: left;
}

.upperRightBox {
	position: absolute;
	top:42px;
	right:0;
	background-color: #E0E0E0;
	border-radius: 2px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.23), 0 3px 3px rgba(0,0,0,0.16);
}

.supportUs.upperRightEl {
    cursor: pointer;
    color: #4fc059;
    font-size: 14px;
    height: 14px;
    margin: 9px 8px 9px 0;
    display: none;
}
.homePage .supportUs, .explorePage .supportUs {
    display: block;
}

.upperRightMapButtons {
	top: -42px; /* puts it just offscreen */
}
.mapPage .upperRightMapButtons, .topicPage .upperRightMapButtons {
	top: 0;
}

.upperRightIcon {
    width: 32px;
    height: 32px;
    background-image: url(<%= asset_data_uri('topright_sprite.png') %>);
    background-repeat: no-repeat;
    cursor: pointer;
}
.sidebarFilterIcon {
    background-position: -64px 0;
}
.sidebarForkIcon {
    background-position: -96px 0;
}
.addMap {
    background-position: -128px 0;
    margin-right:10px;
}
.sidebarFilterIcon:hover {
    background-position: -64px -32px;
}
.sidebarForkIcon:hover {
    background-position: -96px -32px;
}
.addMap:hover {
    background-position: -128px -32px;
    margin-right:10px;
}


/* end upperRightUI */


/* yield */

.famousYield {
    overflow-y:auto;
}

/* homepage */

.homeWrapper.homeText {
    margin-top: 5%;
}

.fullWidthWrapper {
    width: 100%;
}
.fullWidthWrapper.withVideo {
    height: 315px;
    background: #757575;
}

.homeWrapper {
    width: 800px;
    margin: 0 auto;
    color: #424242;
}

.homeTitle {
    font-size: 64px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 20px;
}

.homeIntro {
    font-size: 22px;
    line-height: 26px;
    text-align: justify;
    margin: 32px 0 20px;
    font-family: 'din-regular', helvetica, sans-serif;
}

.homeWrapper .green {
    color: #4fc059;
}

.homeWrapper .din-medium {
    font-family: 'din-medium', helvetica, sans-serif;
}

.homeVideo {
    margin-bottom: 20px;
    float: left;
}

.homeWrapper .callToAction {
    float: left;
    width: 216px;
    padding: 8px 0 8px 24px;
    color: #F5F5F5;
}
.callToAction h3 {
    font-size: 24px;
}
.callToAction p {
    margin: 8px 0 16px;
    font-size: 13px;
    line-height: 16px;
    font-family: 'din-regular', helvetica, sans-serif;
    text-align: left;
}
.callToAction a, .callToAction button {
    display: block;
    width: 220px;
    height: 12px;
    padding: 16px 0;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    box-shadow: 0px 1px 1.5px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
    margin: 0 auto;
    color: #FFFFFF;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.callToAction .requestInviteCTA {
    background-color: #4fc059;
    margin-bottom: 12px;
}
.callToAction .requestInviteCTA:hover {
    background-color: #49ad4e;
}
.callToAction .exploreFeaturedCTA {
    background-color: #a354cd;
    margin-bottom: 12px;
}
.callToAction .exploreFeaturedCTA:hover {
    background-color: #9150bc;
}
.callToAction .learnMoreCTA {
    background-color: #4fb5c0;
    margin-bottom: 12px;
}
.callToAction .learnMoreCTA:hover {
    background-color: #419599;
}

.fullWidthWrapper.withPartners {
    background: url(<%= asset_data_uri('homepage_bg_fade.png') %>) no-repeat center -300px;
}
.homeWrapper.homePartners {
    padding: 64px 0 280px;
    height: 96px;
}

/* end home page */

/* infoAndHelp */

.mapPage .infoAndHelp, .topicPage .infoAndHelp {
    right: 70px;
}
.mapPage .openCheatsheet .tooltipsAbove, .topicPage .openCheatsheet .tooltipsAbove {
  right: 1px;
  left: auto;
}

.unauthenticated .homePage .infoAndHelp {
    display:none;
}

.infoAndHelp {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    width: auto;
    font-style: italic;
    height: 32px;
}
.infoElement {
    float:left;
    width: 32px;
    height:32px;
    cursor: pointer;
}
.openCheatsheet {
    background-image: url(<%= asset_data_uri('help_sprite.png') %>);
    background-repeat:no-repeat;
}
.openCheatsheet:hover {
    background-position: 0 -32px;
}
.mapInfoIcon {
	position: relative;
	top: 56px; /* puts it just offscreen */
    background-image: url(<%= asset_data_uri('mapinfo_sprite.png') %>);
    background-repeat:no-repeat;
}
.mapInfoIcon:hover {
    background-position: 0 -32px;
}
.mapPage .mapInfoIcon {
	top: 0;
}
.starMap {
  background-image: url(<%= asset_data_uri('starmap_sprite.png') %>);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 32px;
}
.starMap:hover {
  background-position: 0 -32px !important;
}
 .starMap.starred {
  background-position: 0 -64px;
}
.starMap.starred:hover {
  background-position: 0 0;
}

.unauthenticated .mapPage .starMap {
  display: none;
}
/* end infoAndHelp */


/* mapControls */

.mapControls {
	position: absolute;
	bottom: 24px;
	right:-32px; /* puts it just offscreen */
	width:32px;
	z-index: 3;
}
.mapPage .mapControls, .topicPage .mapControls {
	right: 24px;
}

.topicPage .zoomExtents {
    display: none;
}

.mapControl {
	width:32px;
	height:32px;
	background-color: #424242;
    background-repeat: no-repeat;
    background-position: 0 0;
	cursor:pointer;
}

.mapControls:hover, .infoAndHelp:hover {
    z-index: 4;
}

.takeScreenshot {
    margin-bottom: 5px;
    border-radius: 2px;
    background-image: url(<%= asset_data_uri 'screenshot_sprite.png' %>);
    display: none;
}
.takeScreenshot:hover {
    background-position: -32px 0;
}
.canEditMap .takeScreenshot {
    display: block;
}

.zoomExtents {
    margin-bottom:5px;
    border-radius: 2px;
    background-image: url(<%= asset_data_uri('extents_sprite.png') %>);
}

.zoomExtents:hover {
    background-position: -32px 0;
}

.zoomExtents:hover .tooltips, .zoomIn:hover .tooltips, .zoomOut:hover .tooltips, .takeScreenshot:hover .tooltips, .sidebarFilterIcon:hover .tooltipsUnder, .sidebarForkIcon:hover .tooltipsUnder, .addMap:hover .tooltipsUnder, .authenticated .sidebarAccountIcon:hover .tooltipsUnder,
 .mapInfoIcon:hover .tooltipsAbove, .openCheatsheet:hover .tooltipsAbove, .chat-button:hover .tooltips, .starMap:hover .tooltipsAbove, .openMetacodeSwitcher:hover .tooltipsAbove, .pinCarousel:not(.isPinned):hover .tooltipsAbove.helpPin, .pinCarousel.isPinned:hover .tooltipsAbove.helpUnpin  {
    display: block;
}

.hide {
    display: none !important;
}

.tooltips {
    display: none;
    position: absolute;
    background: black;
    text-align: center;
    right: 45px;
    color: white;
    border-radius: 2px;
    font-family: din-regular;
    line-height: 15px;
    font-size: 12px;
    padding: 3px 5px 2px;
    white-space: nowrap;
    margin-top: 5px;
}

.tooltipsUnder {
    display: none;
    position: absolute;
    background: black;
    text-align: center;
    color: white;
    border-radius: 2px;
    font-family: din-regular;
    line-height: 15px;
    font-size: 12px;
    padding: 3px 5px 2px;
    white-space: nowrap;
    margin-top: 36px;
}

.tooltipsAbove {
    display: none;
    position: absolute;
    background: black;
    text-align: center;
    text-transform: none;
    color: white;
    border-radius: 2px;
    font-family: din-regular;
    line-height: 15px;
    font-size: 12px;
    padding: 3px 5px 2px;
    white-space: nowrap;
    margin-top: -23px;
    font-style: normal;
}

.sidebarFilterIcon .tooltipsUnder {
    margin-left: -4px;
}

.sidebarForkIcon .tooltipsUnder {
    margin-left: -34px;
}

.openMetacodeSwitcher .tooltipsAbove {
    left: -50px;
    top: -5px;
}
.pinCarousel .tooltipsAbove {
    top: -5px;
}
.pinCarousel .tooltipsAbove.helpPin {
    left: -24px;
}
.pinCarousel .tooltipsAbove.helpUnpin {
    left: -14px;
}
.openMetacodeSwitcher .tooltipsAbove:after {
    left: 50%;
}
.pinCarousel .tooltipsAbove.helpPin:after {
    left: 46%;
}
.pinCarousel .tooltipsAbove.helpUnpin:after {
    left: 42%;
}

.sidebarForkIcon div:after{
    left: 45%;
}

.addMap .tooltipsUnder {
    margin-left: -36px;
}

.addMap div:after {
    left: 45%;
}

.mapInfoIcon .tooltipsAbove {
    left: -11px;
}

.chat-button .tooltips {
    top: 10px;
}

.starMap .tooltipsAbove {
    left: -2px;
}
.starMap.starred .tooltipsAbove {
    left: -8px;
}

.openCheatsheet .tooltipsAbove {
    left: -4px;
}

.sidebarAccountIcon .tooltipsUnder {
    margin-left: -12px;
    margin-top: 40px;
}

.zoomExtents div::after, .zoomIn div::after, .zoomOut div::after, .takeScreenshot div:after, .chat-button div.tooltips::after {
    content: '';
    position: absolute;
    top: 57%;
    left: 100%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-left: 4px solid #000000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.sidebarFilterIcon div:after, .sidebarForkIcon div:after, .addMap div:after, .sidebarAccountIcon .tooltipsUnder:after {
    content: '';
    position: absolute;
    right: 40%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-bottom: 4px solid #000000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.sidebarFilterIcon div:after {
    right: 37% !important;
}

.mapInfoIcon div:after, .openCheatsheet div:after, .starMap div:after, .openMetacodeSwitcher div:after, .pinCarousel div:after {
   content: '';
    position: absolute;
    top: 76%;
    left: 41%;
    margin-top: 5px;
    width: 0;
    height: 0;
    border-top: 4px solid #000000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.zoomIn {
    background-image: url(<%= asset_data_uri('zoom_sprite.png') %>);
    background-position: 0 /…0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.zoomIn:hover {
    background-position: -32px 0;
}
.zoomOut {
    background-image: url(<%= asset_data_uri('zoom_sprite.png') %>);
    background-position:0 -32px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.zoomOut:hover {
    background-position: -32px -32px;
}

/* end mapControls */

/* explore maps */

#explore {
  display: none;
}

#exploreMaps {
  padding: 0 5%;
  position: absolute;
  width: 90%;
  height: 100%;
  overflow-y: auto;
}

#exploreMaps > div {
  margin-top: 110px;
}

.button.loadMore {
  margin: 10px auto 20px;
  display: block;
}

.appsPage #exploreMapsHeader {
  display: block;
}

#exploreMapsHeader {
  position: absolute;
  width: 100%;
}

.exploreMapsBar {
  z-index:2;
  background-color:#FAFAFA;
  height: 42px;
  padding-top: 52px;
}

.exploreMapsMenu {
  display: block;
  width: 100%;
  height:42px;
  background-color:#EEEEEE;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.23), 0 3px 3px rgba(0,0,0,0.16);
  text-align: center;
}

.exploreMapsCenter {
   display: block;
}

.exploreMapsButton {
    color: #757575;
	cursor: default;
	font-weight: normal;
	font-family: 'din-medium';
	font-size: 14px;
	height: 14px;
	padding: 14px 8px 12px 40px;
    border-bottom: 2px solid rgba(0,0,0,0);
	display: inline-block;
    cursor: pointer;
    position:relative;
}
.exploreMapsButton:hover, .exploreMapsButton.active {
  text-decoration: none;
  color: #424242;
  border-bottom: 2px solid #00BCD4;
}

.exploreMapsButton.mapperButton {
    height: 40px;
    padding: 0;
}
.mapperButton img.exploreMapperImage {
    float: left;
    border-radius: 12px;
    margin-top: 8px;
    margin-right: 8px;
}
.exploreMapperName {
    white-space: nowrap;
    float: left;
    margin-top: 12px;
}


.exploreMapsButton .exploreMapsIcon {
    background-repeat: no-repeat;
    width:32px;
    height:32px;
    position:absolute;
    top:5px;
    left:5px;
}
.exploreMapsCenter .myMaps .exploreMapsIcon {
    background-image: url(<%= asset_data_uri 'exploremaps_sprite.png' %>);
    background-position: -32px 0;
}
.exploreMapsCenter .sharedMaps .exploreMapsIcon {
    background-image: url(<%= asset_data_uri 'exploremaps_sprite.png' %>);
    background-position: -128px 0;
}
.exploreMapsCenter .activeMaps .exploreMapsIcon {
    background-image: url(<%= asset_data_uri 'exploremaps_sprite.png' %>);
    background-position: 0 0;
}
.exploreMapsCenter .featuredMaps .exploreMapsIcon {
    background-image: url(<%= asset_data_uri 'exploremaps_sprite.png' %>);
    background-position: -96px 0;
}
.exploreMapsCenter .starredMaps .exploreMapsIcon {
    background-image: url(<%= asset_data_uri 'exploremaps_sprite.png' %>);
    background-position: -96px 0;
}
.myMaps:hover .exploreMapsIcon, .myMaps.active .exploreMapsIcon {
    background-position: -32px -32px;
}
.activeMaps:hover .exploreMapsIcon, .activeMaps.active .exploreMapsIcon {
    background-position: 0 -32px;
}
.featuredMaps:hover .exploreMapsIcon, .featuredMaps.active .exploreMapsIcon {
    background-position: -96px -32px;
}
.starredMaps:hover .exploreMapsIcon, .starredMaps.active .exploreMapsIcon {
    background-position: -96px -32px;
}
.sharedMaps:hover .exploreMapsIcon, .sharedMaps.active .exploreMapsIcon {
    background-position: -128px -32px;
}

.mapsWrapper {
	/*overflow-y: auto; */
    padding: 32px 32px 56px 32px;
}

/* end explore maps */

/* instructions */

#instructions {
  width: 220px;
  height: 80px;
  font-family: 'din-regular', helvetica, sans-serif;
  font-size: 32px;
  display: none;
  text-align: center;
  color: #999999;
  z-index: 0;
  top: 50%;
  position: absolute;
  left: 50%;
  margin-top: -40px;
  margin-left: -110px;
}

/* end instructions */

/* toast */

.toast {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #323232;
    color: #F5F5F5;
    padding: 16px;
    border-radius: 2px;
    z-index: 4 !important; /* important necessary for firefox */
    font-size: 14px;
    line-height:14px;
}

.toast a {
    color: #4fc059;
}

/* end toast */

/* feedback */
body a#barometer_tab {
background-image: url(<%= asset_path 'feedback_sprite.png' %>);
background-position: 0 0;
background-color: transparent;
height: 110px;
margin-left:0;
margin-top:-55px;
top: 50%;
width: 22px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
box-shadow: 0px 1px 1.5px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
}

body a#barometer_tab:hover {
  background-position: 0 -110px;
}

.hideVideos .collaborator-video {
  display: none !important;
}

.hideCursors .collabCompass {
  display: none !important;
}