@font-face {
	font-family: 'Circular Pro';
	src: url('https://files.cargocollective.com/640658/CircularPro-Book.eot');
	src: url('https://files.cargocollective.com/640658/CircularPro-Book.eot?#iefix') format('embedded-opentype'),
		url('https://files.cargocollective.com/640658/CircularPro-Book.woff') format('woff'),
		url('https://files.cargocollective.com/640658/CircularPro-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Circular Pro';
	src: url('https://files.cargocollective.com/640658/CircularPro-Bold.eot');
	src: url('https://files.cargocollective.com/640658/CircularPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://files.cargocollective.com/640658/CircularPro-Bold.woff') format('woff'),
		url('https://files.cargocollective.com/640658/CircularPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}



.gradient {
    position: fixed;
    top: 0px;
	width: 100%;
    height: 150px;
	background-image: linear-gradient(to bottom, #fff 0, #fff 30%, rgba(255, 255, 255, 0) 80%);
    z-index: 999;
    pointer-events: none;
}

/* Slider */

.slider {
}

.slick-slide img {
border: 5px solid #FFF;
display: block;
width: 100%;
}

.slider-wrapper {
    padding: 0px 20px 0px 20px;
    max-width: 900px;
    max-height: 900px;
    overflow: hidden;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/**
 * Europa
 */

#splash {
  display: block!important;
  background-color: #000000;
  background-image: url(https://payload409.cargocollective.com/1/20/640658/10498620/Untitled-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
[data-id="10431230-0"] .slideshow_container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
body, html {
  margin: 0px;
  padding: 0px;
}
body {
  background: #fff;
  color: #000000;
  font-family: 'Circular Pro', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 25px;
  text-rendering: optimizeLegibility;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html[data-view="project"].ios body {
  overflow: hidden;
}

/**
 * Header
 * - Contains the header image, header text and navigation
 */

.site_header {
  color: #000;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 25px;
  text-rendering: optimizeLegibility;
}

/**
 * Header image and header text
 */

.header_image {
  position: fixed;
  top: 35px;
  left: 35px;
  z-index: 999;
}
.header_image img {
  border: 0;
}
.header_text {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  position: fixed;
  top: 35px;
  left: 70px;
  z-index: 9999;
  text-rendering: optimizeLegibility;
}
.header_text a {
  color: #000;
  text-decoration: none;
}
.header_text a:hover {
  color: #000;
  border-bottom: 0;
}
.header_text a:active {
  color: #000;
  border-bottom: 0;
}
.trans {
  z-index: 999;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

/**
 * Navigation
 * - Contains navigation links and following
 */

.navigation {
  position: fixed;
  top: 35px;
  right: 70px;
  z-index: 999;
}
.navigation div {
  display: inline-block;
  margin: 0 0 8px 20px;
  opacity: none;
}
.navigation div.set_link {
  opacity: 1;
}
.navigation div.set_link a {
  color: #000;
}
.navigation div.set_link a:active {
  opacity: 0.25;
}
.navigation .active {
  opacity: 1;
}
.navigation a {
  padding-bottom: 3px;
  text-decoration: none;
  color: #000;
}
.navigation div.active a {}
.navigation link_link {
  opacity: 1;
}
.navigation page_link {
  opacity: 1;
}
body:not([data-bodyview="set"]) .navigation .set_link.active a {
  border-bottom: 1px solid #ddd;
}
body:not([data-bodyview="set"]) .navigation .set_link.active a:hover {
  border-bottom: 1px solid #000;
  color: #000;
}

/**
 * Responsive menu styles
 */

.responsive span {
  position: relative;
}
.responsive .hide {
  position: relative;
  display: none;
  cursor: pointer;
}

/**
 * Tag filter
 * - Seen on filter pages
 */

.filter {
  color: #000;
  position: fixed;
  bottom: 35px;
  left: 35px;
  z-index: 999;
}
.filter a {
  color: #000;
  border-bottom: 1px solid #000;
  margin-left: 15px;
  opacity: 0.4;
  padding-bottom: 3px;
  text-decoration: none;
}
.filter a:hover {
  border-bottom: 1px solid #000;
  opacity: 1;
}
.filter a:active {
  border-bottom: 1px solid #000;
  opacity: 0.6;
}

/*
 * Projects
 */

.secondary img {
width: 100%!important;
  height: auto!important;
  margin-left: 0!important;
}

body[data-view="index"] .container {
  display: none;
}

/* Page formatting */

.project_content {
  padding: 0px 20px 0px 20px;
  margin: 200px auto 50px auto;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 25px;
  text-rendering: optimizeLegibility;
  max-width: 1100px;
  text-align: left;
}
.project_content img {
  margin: 0px auto 30px auto;
  display: block;
  border: 0;
}
.container {
  margin-bottom: 100px;
}
.project {
  display: none;
}
.project_header {
  position: fixed;
  top: 29px;
  left: 50%;
  margin-left: -300px;
  text-align: center;
  width: 600px;
  z-index: 99;
}
.project_title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 25px;
  margin-top: 6px;
  margin-bottom: 25px;
  text-rendering: optimizeLegibility;
}
.project_header .project_nav {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 14px;
  margin-top: 4px;
  position: relative;
  /* Disable selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.project_header .project_nav a {
  display: none;
  margin: 0 5px;
  height: 14px;
  cursor: pointer;
  text-decoration: none;
}
.project_header .project_nav a:hover {
  background: none;
  color: #ffffff;
}
.project_header .project_nav a:active {
  background: none;
  color: #ffffff;
}
.project_header .project_nav a.previous, .project_header .project_nav a.next {
  color: rgba(255, 255, 255, 0.25);
  padding: 5px 16px;
}
.project_nav.mobile_format a {
  opacity: 1!important;
}
.project_header .project_nav a.previous img, .project_header .project_nav a.next img {
  height: 14px;
  opacity: 0.0;
  filter: alpha(opacity=0);
}
.project_header .project_nav a.previous:hover img, .project_header .project_nav a.next:hover img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.project_header .project_nav a.previous:active img, .project_header .project_nav a.next:active img {
  opacity: 0.0;
  filter: alpha(opacity=0);
}
.project_header .project_nav a.index {
  position: absolute;
  top: -3px;
  left: 50%;
  margin: 0 0 0 -15px;
  height: 30px;
  vertical-align: middle;
  width: 30px;
  z-index: 9;
}
.project_header .project_nav a.index div {
  position: relative;
  top: 8px;
  left: 8px;
  height: 14px;
  width: 14px;
}
.project_header .project_nav a.index span {
  background: rgba(255, 255, 255, 0.25);
  display: block;
  text-indent: 99px;
  overflow: hidden;
  position: absolute;
  height: 6px;
  width: 6px;
}
.project_header .project_nav .index span:nth-child(1) {
  top: 0;
  left: 0;
}
.project_header .project_nav .index span:nth-child(2) {
  top: 0;
  right: 0;
}
.project_header .project_nav .index span:nth-child(3) {
  bottom: 0;
  left: 0;
}
.project_header .project_nav .index span:nth-child(4) {
  bottom: 0;
  right: 0;
}
.project_header .project_nav a.index:hover span {
  background: #ffffff;
}
.project_header .project_nav a.index:active span {
  background: rgba(255, 255, 255, 0.6);
}
.entry {
  margin: 0px 50px;
}
.project_content a {
  color: #000000;
  text-decoration: none;
}
.project_content a:hover {
  color: #000000;
  text-decoration: underline;
}
.project_content a:active {
  opacity: 0.25;
}

/**
 * Typography
 */

h1, h2, h3, h4, h5 {
  line-height: 1.2;
  max-width: 905px;
}
h2 {
  display: block;
  font-size: 42px;
  text-rendering: optimizeLegibility;
  font-weight: normal;
}
h3 {
  font-size: 14px;
  line-height: 150%;
}
blockquote {
  color: #666666;
  margin: 0;
}

/**
 * Slideshows
 */

.slideshow {
	display: inline-block;
    width: 100% !important;
    margin-left: 0!important;
}

.slideshow img {
	margin: 0;
    max-width: 100% !important;
    height: auto !important;
}

.slideshow_container {
	overflow: hidden;
	margin: 0 auto;
    width: 100% !important;
}

.slideshow.navigation_hidden .slideshow_navigation {
	display: none;
}

.slideshow_navigation {
    width: 100%;
	font-family: 'Circular Pro', sans-serif;
	font-size: 14px;
}

.slideshow_thumbnails:after,
.slideshow_navigation:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.slideshow_navigation.slideshow_above {
	margin-bottom: 10px;
}

.slideshow_navigation.slideshow_below {
	margin-bottom: 50px;
}

.slideshow_navigation span {
}

.slideshow_position {
	float: right;
}

.slideshow_navigation a {
	cursor: pointer;
	text-decoration: none;
	padding-bottom: 2px;
}

.slideshow_navigation a:hover {
	background: none;
	color: #333333;
}

.slideshow_navigation a:active {
	color: #999999;
}

.slideshow_navigation .slideshow_slash {
	margin: 4px;
}

.slideshow_navigation .slideshow_toggle_thumbnails {
	display: none;
	margin-left: 10px;

	-webkit-touch-callout: none;
	-webkit-user-select	 : none;
	-khtml-user-select	 : none;
	-moz-user-select	 : none;
	-ms-user-select		 : none;
	user-select			 : none;
}

.slideshow.slideshow_toggle_active .slideshow_navigation .slideshow_toggle_thumbnails {
	display: inline-block;
}

.slideshow.thumbnails_active.container_hidden.navigation_hidden .slideshow_thumbnails {
	margin-top: 0;
}

.slideshow_thumbnails {
	display: none;
}

.slideshow.thumbnails_active .slideshow_thumbnails {
	display: block;
}

.slideshow_thumbnails.slideshow_above {
	margin-bottom: 0px;
}

.slideshow_thumbnails.slideshow_below {

}

.slideshow .slideshow_thumbnails > * {
	cursor: pointer;
	display: inline-block;
	float: none;
	margin: 0 10px 20px 10px;
	height: 80px;
	vertical-align: top;
	width: auto;
}

.slideshow:not(.container_hidden) .slideshow_thumbnails > *.slideshow_active {
	outline: 1px solid rgba(0, 0, 0, 0.6);
	outline-offset: 2px;
}

.slideshow .slideshow_thumbnails > *:hover {
	outline: 1px solid rgba(0, 0, 0, 0.3);
	outline-offset: 2px;
}

.slideshow .slideshow_thumbnails > *:active {
	outline: 1px solid rgba(0, 0, 0, 0.8);
	outline-offset: 2px;
}

.slideshow_thumbnails > *:not(img) {
	background: #eee;
	padding: 30px 10px;
	text-align: center;
	height: 70px;
}

.slideshow_container {
	cursor: pointer;
	display: block;
	margin-bottom: 15px;
	position: relative;

	/* Disable selection */
	-webkit-touch-callout: none;
	-webkit-user-select	 : none;
	-khtml-user-select	 : none;
	-moz-user-select	 : none;
	-ms-user-select		 : none;
	user-select			 : none;
}

.slideshow.container_hidden .slideshow_container {
	display: none;
}

.slideshow .slideshow_container > * {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
}

.slideshow_caption {
	display: none;
}

.slideshow.caption_active:not(.container_hidden) .slideshow_caption {
	display: block;
}

.slideshow_caption {
	clear: both;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

.slideshow.slideshow_center {
	text-align: center;
}

/**
 * Project footer
 */

.project_footer {
  position: relative;
  padding-bottom: 50px;
  font-family: sans-serif;
  font-size: 18px;
  text-align: center;
  display: none;
}
.project_footer span {
  display: inline-block;
  line-height: 1.8em;
}
.project_footer > span {
  margin-right: 10px;
}
.project_footer > span:first-child:last-child {
  margin-right: 0px;
}
.project_footer a {
  border-bottom: 1px solid #000000;
  color: #020202;
  cursor: pointer;
  padding-bottom: 2px;
  text-decoration: none;
}
.project_footer a:hover {
  background: none;
  border-bottom: 1px solid #000;
  color: #000;
}
.project_footer a:active {
  background: none;
  border-bottom: 1px solid #666;
  color: #666;
}
.project_footer .tags span {
  margin-right: 10px;
}
.project_footer .tags span:last-child {
  margin-right: 0px;
}
.project_footer .tags span:after {
  content: ",";
}
.project_footer .tags span:last-child:after {
  content: "";
}
.project_footer .editlink a {
  border-bottom: 1px solid #ccc;
  color: #ccc;
  display: none;
}
.project_footer .editlink a:hover {
  border-bottom: 1px solid #000;
  color: #000;
  display: none;
}
.project_footer .editlink a:active {
  border-bottom: 1px solid #666;
  color: #666;
  display: none;
}

/**
 * Thumbnails
 */

body[data-view="index"] .thumbnails {
  display: block;
  max-width: 2400px;
}
.thumbnails {
  display: none;
  text-align: center;
  padding: 100px 35px 70px 35px;
}
.thumbnail {
  display: inline-block;
  margin: 35px;
  position: relative;
  text-align: left;
  vertical-align: top;
}
.thumbnail > a:hover .thumb_title span {}
.thumbnail > a:active .thumb_title span {}

/* Move the thumbnail down on click */

.thumbnail > a:active .thumb_image {
  -webkit-transform: translate(0, 2px);
}
.thumbnail.active .thumb_image {
  border: 1px solid #cccccc;
}
.thumbnail .thumb_image {
  background-color: #eee;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: -webkit-transform 0.05s linear;
  -moz-transition: -webkit-transform 0.05s linear;
  transition: -webkit-transform 0.05s linear;
}
.thumbnail .thumb_image img {
  border: 0;
  display: block;
}
.thumbnail .thumb_image.default_thumb {
  background: #333;
  min-height: 134px;
  min-width: 200px;
}
.thumbnail .thumb_image.default_thumb img {
  display: none;
}
.thumbnail .thumb_image.notitle_notag {
  margin-bottom: 22px;
}
.thumbnail .loading {
  display: none;
  position: absolute;
  top: 15px;
  left: 15px;
  text-align: center;
  z-index: 3;
}
.thumbnail .thumb_title {
  color: #000;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 20px;
  text-rendering: optimizeLegibility;
}
.thumbnail .thumb_title span {}
.thumbnail .thumb_tags {
  margin-top: 2px;
  color: #aaa;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  text-rendering: optimizeLegibility;
  font-family: sans-serif;
}
.thumbnail .thumb_tags span:after {
  content: ",";
}
.thumbnail .thumb_tags span:last-child:after {
  content: "";
}
.thumbnail .thumb_tags a {
  color: #6c6969;
  padding-bottom: 3px;
  text-decoration: none;
}
.thumbnail .thumb_tags a:hover {
  border-bottom: 1px solid #000;
  color: #000;
}
.thumbnail .thumb_tags a:active {
  border-bottom: 1px solid #999;
  color: #999;
}
.thumbnail > a {
  text-decoration: none;
}
.thumbnail .thumb_excerpt {
  display: none;
  font-size: 12px;
  margin-top: 22px;
}
.dropdown {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
}
.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  margin: 0;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  /****************
     ** NEW STYLES **
     ****************/
  list-style: none;
  /** Remove list bullets */
  width: 340px;
  padding: 0;
  display: block;
  pointer-events: none;
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: all;
  z-index: 9999;
}
.show_index {
  text-align: center;
  padding-bottom: 35px;
  display: none;
}
body[data-bodyview="set"] #index .show_index {
  display: block;
  padding-top: 35px;
  padding-bottom: 0px;
}
body[data-pagetype] #index .show_index {
  display: none;
}
body[data-pagetype="project"] .container .show_index {
  display: block;
}
.show_index a {
  color: #000;
  text-decoration: none;
  display: none;
}
.show_index a:hover {
  border-bottom: 1px solid #000;
}
.show_index a:active {
  color: #666;
  border-bottom: 1px solid #666;
}

/*
 * Search results
 */

#search {
  margin: 0 auto;
  padding: 135px 70px 70px 35px;
  width: 670px;
}
body[data-view="project"] #search {
  display: none;
}
#search_form {
  position: fixed;
  left: 35px;
  bottom: 35px;
  z-index: 99999;
}
#search_form_results {
  padding-bottom: 90px;
}
.search_header {
  color: #000000;
  float: left;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 4px 0;
  width: 145px;
}
#search_term {
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #000000;
  float: left;
  font-family: sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 5px;
  width: 200px;
}
#results_search_term {
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #000000;
  float: left;
  font-family: sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 5px;
  width: 220px;
}
#search_results {
  float: left;
}
.result {
  clear: both;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 60px;
}
.search_thumb {
  float: left;
  margin: 4px 25px 35px 0px;
}
.search_thumb img {
  width: 120px;
  height: auto;
}
.search_text {
  width: 500px;
  margin-left: 145px;
}
.search_title a {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}
.search_title a:hover {
  background: #ffff00;
  color: #000000;
  text-decoration: none;
}
.search_title a:active {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
.search_tags {
  color: #999999;
  font-size: 11px;
}
.search_tags a {
  color: #999999;
  text-decoration: none;
}
.search_tags a:hover {
  background: none;
  color: #000000;
  text-decoration: underline;
}
.search_tags a:active {
  color: #666666;
}
.search_tags span:after {
  content: ", ";
}
.search_tags span:last-child:after {
  content: "";
}

/**
 * Video component
 */

.video_component {
  float: left;
  margin: 0 15px 15px 0;
}

/**
 * Audio component
 */

.audio_component {
  color: #777777;
  font-family: sans-serif;
  font-size: 10px;
  height: 30px;
  line-height: 26px;
  width: 300px;
}
.audio_component div {
  height: 26px;
}
.audio_component .border {
  border: 2px solid #aaaaaa;
  opacity: 0.5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
.audio_component .vertical_border {
  background: #aaaaaa;
  opacity: 0.50;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
.audio_component .controls {
  top: 2px;
  left: 2px;
}
.audio_component .play_pause {
  background-image: url("/_gfx/playpause.png");
  background-image: url("/_gfx/svg/playpause.svg"), none;
}
.audio_component .spectrum .spectrum_bar {
  background: #666666;
}
.audio_component .loading {
  background: #bbbbbb;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
}
.audio_component .progress {
  background: #bbbbbb;
  border-right: 1px dotted #333333;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
}
.audio_component .volume_slide.hover {
  background: #bbbbbb;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
}

/*
 * Other
 */

.clear:after {
  content: "";
  display: table;
  clear: both;
}
body > .loading {
  display: none;
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
}
#autopaginate_loader {
  display: none;
  text-align: center;
  padding: 60px 0;
}
#autopaginate_loader .loading {
  margin: 0 auto;
}

/* Admin and following icons — only seen by members */

.toolset {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
}

/* "Running on Cargo" */

.cargo_link {
   color: #cccccc;
   font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
   font-size: 11px;
   position: fixed;
   bottom: 14px; right: 18px;
   z-index: 900;
}

.cargo_link a { 
   color: #cccccc;
   text-decoration: none;
   border-bottom: 1px solid #cccccc; 
   padding-bottom: 1px; 
}

.cargo_link a:hover { 
   color: #cccccc; 
   border-bottom:0;
}

.cargo_link a:active { 
   color: #999999; 
}

/**
 * Fullscreen button
 */

a#fullscreen {
  background-color: #fff;
  background-image: url("/_gfx/fullscreen_open.png");
  background-image: url("/_gfx/svg/fullscreen_open.svg"), none;
  background-repeat: no-repeat;
  background-position: 67px 3px;
  border: 1px solid #ccc;
  color: #666;
  display: block;
  font-family: sans-serif;
  font-size: 11px;
  line-height: 18px;
  height: 19px;
  padding: 0 4px 0 5px;
  position: fixed;
  top: 75px;
  right: 70px;
  text-align: left;
  text-decoration: none;
  width: 74px;
}
a#fullscreen:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #999;
}
a#fullscreen:active {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #999;
}

/*
 * Fullscreen
 */

#fullscreen {
  clear: both;
}
#fullscreen.fullscreen_ie {
  line-height: 21px;
}
#freshbox {
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999;
}
#freshbox.ie {
  visibility: visible !important;
}
#freshbox_centering {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
#freshbox img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 109;
}
#freshbox img.active {
  display: block;
  z-index: 110;
}
#freshbox img.preload {
  display: block;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
#freshbox img#freshbox_loading, #freshbox #freshbox_loading.retinaSpinner {
  display: block;
  float: none;
  height: 20px;
  margin: -10px 0 0 -10px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  z-index: 101;
}

/**
 * Navigation
 */

.freshbox_navigation {
  font-family: sans-serif;
  font-size: 12px;
  margin-left: -53px;
  position: fixed;
  bottom: 50px;
  left: 50%;
  width: 106px;
  z-index: 99999;
}
.freshbox_navigation_group {
  background: rgba(0, 0, 0, 0);
  float: left;
  height: 34px;
  margin: 0 10px 0 0;
  padding: 0 2px 0 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.freshbox_navigation a {
  background-color: #000000;
  color: #ffffff;
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 2px 0 2px 1px;
  padding: 0 10px 0 10px;
  text-decoration: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
a.freshbox_nav_button {
  padding: 0;
  width: 30px;
}
a.freshbox_nav_button .nav_svg {
  fill: #999999;
}
a.freshbox_nav_button:hover {
  background-color: #f2f2f2;
}
a.freshbox_nav_button:hover .nav_svg {
  fill: #555555;
}
a.freshbox_nav_button:active a:active {
  background-color: #f2f2f2;
}
a.freshbox_nav_button:active .nav_svg {
  fill: #222222;
}
a#fullscreen_close .nav_svg {
  shape-rendering: crispEdges;
}
a.freshbox_nav_button.disabled {
  background-color: #ffffff;
  cursor: default;
}
a.freshbox_nav_button.disabled .nav_svg {
  fill: #cccccc !important;
}
#freshbox.single .freshbox_navigation_group {
  margin: 0 0 0 35px;
}

/**
 * iOS formatting for fullscreen
 */

#freshbox.ios .freshbox_navigation {
  bottom: 20px;
}

/*
 * IE Fullscreen SVG fallback used in the navigation.
 *
 *	   If you have any questions about this please visit our
 *	   support forum: http://support.cargocollective.com
 *
 */

#freshbox.ie .freshbox_navigation svg {
  display: none;
}
#freshbox.ie a.freshbox_nav_button {
  background-image: url(/_gfx/landsat_navigation_sprite.png);
  background-repeat: no-repeat;
}
#freshbox.ie a.freshbox_nav_button#fullscreen_prev {
  background-position: 0 0;
}
#freshbox.ie a.freshbox_nav_button#fullscreen_prev:hover {
  background-position: 0 -30px;
}
#freshbox.ie a.freshbox_nav_button#fullscreen_prev:active {
  background-position: 0 0;
}
#freshbox.ie a.freshbox_nav_button#fullscreen_next {
  background-position: -59px 0;
}
#freshbox.ie a.freshbox_nav_button#fullscreen_next:hover {
  background-position: -59px -30px;
}
#freshbox.ie a.freshbox_nav_button#fullscreen_next:active {
  background-position: -59px 0;
}
#freshbox.ie a.freshbox_nav_button#fullscreen_close {
  background-position: -180px 0;
}
#freshbox.ie a.freshbox_nav_button#fullscreen_close:hover {
  background-position: -180px -30px;
}
#freshbox.ie a.freshbox_nav_button#fullscreen_close:active {
  background-position: -180px 0;
}
.freshbox_navigation {
  margin-left: -43px;
  width: 150px;
}
a.freshbox_nav_button#fullscreen_zoom {
  margin-left: 14px;
  overflow: hidden;
}
a.freshbox_nav_button#fullscreen_zoom.active svg {
  margin-left: -30px;
}
#freshbox.ie a.freshbox_nav_button#fullscreen_zoom {
  background-position: -90px 0;
}
#freshbox.ie a.freshbox_nav_button#fullscreen_zoom:hover {
  background-position: -90px -30px;
}
#freshbox.ie a.freshbox_nav_button#fullscreen_zoom:active {
  background-position: -90px 0;
}
#freshbox.ie a.freshbox_nav_button#fullscreen_zoom.active {
  background-position: -120px 0;
}
#freshbox.ie a.freshbox_nav_button#fullscreen_zoom.active:hover {
  background-position: -120px -30px;
}
#freshbox.ie a.freshbox_nav_button#fullscreen_zoom.active:active {
  background-position: -120px 0;
}

/*Strip the ul of padding and list styling*/

ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
}

/*Create a horizontal list with spacing*/


/* Text-Editing */

.primary {
  display: inline-block;
  width: 25%;
  float: left;
}
.secondary {
  display: inline-block;
  width: 70%;
  float: right;
}
.secondarymapfix {
  display: inline-block;
  width: 70%;
  float: right;
}

/* Old breakpoint = 1800px */

@media screen and (max-width: 9999999px) {
  .navigation div {
    display: block;
    float: right;
    clear: both;
  }
  .responsive {
    margin: 0 0 5px 20px;
    float: right;
    display: block;
    opacity: 1;
  }
  .responsive .hide {
    display: inline-block;
    float: right;
    z-index: 9999!important;
  }
  .responsive span {
    display: none;
  }
  .responsive:hover span {
    display: block;
    z-index: 9999!important;
  }
  .responsive .opacity {
    z-index: 50;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    pointer-events: none;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
  }
  .responsive:hover .opacity {
    opacity: 0.9;
    pointer-events: none;
    z-index: 50;
  }
}
@media screen and (max-width: 900px) {
  .primary {
    display: block;
    width: 100%;
    float: left;
  }
  .secondary {
    display: block;
    width: 100%;
    float: left;
  }
  .secondarymapfix {
    display: block;
    width: 100%;
    float: left;
  }
  .project_content br {
    clear: both;
  }
}
#map {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 500px) {
  .entry {
    margin: 0px 20px;
  }
  .header_text {
    left: 40px;
    top: 30px;
  }
  .navigation {
    position: fixed;
    top: 30px;
    right: 40px;
    z-index: 999;
  }
    
   .cargo_link {
	display:none;
	}
}

/* Email Styles */

input[type=email] {
  width: 100%;
  max-width: 600px;
  display: inline-block;
  padding: 0 0 10px 0;
  border-style: none none solid none;
  border-color: #000;
  font-family: 'Circular Pro', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 25px;
  text-rendering: optimizeLegibility;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

input[type=text] {
  width: 100%;
  max-width: 600px;
  display: inline-block;
  padding: 0 0 10px 0;
  border-style: none none solid none;
  border-color: #000;
  font-family: 'Circular Pro', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 25px;
  text-rendering: optimizeLegibility;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.submitarea {
  width: 100%;
}
.submit {
  display: block;
  border: none;
  background-color: #fff;
  margin-top: 10px;
  font-family: 'Circular Pro', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 25px;
  padding: 0px;
  cursor: pointer;
  text-rendering: optimizeLegibility;
}
.submit:hover {
  background-color: #fff;
  color: grey;
}
div, p, a, li, td {
  -webkit-text-size-adjust: none;
}
.gm-style img { max-width: none!important; width: auto!important;}
.gm-style label { width: auto!important; display: inline!important;}

.none {
	display:none;
}
