/*
font-family:'Neue Frutiger W01';
font-family:'Avenir Next W01';
*/
* {
  box-sizing: border-box;
  font-family:'Neue Frutiger W01', arial, sans;
}
body{
  font-size: 18px;
  line-height: 1.3333;
  font-weight: 200;
  margin: 0;
}
#wrapper{
  width: 100%;
}
a, a:link, a:visited{
  text-decoration: none;
  color: #069;
}
h1 a, h1 a:link, h1 a:visited{
  color: inherit;
  font-family:'Avenir Next W01';
}
.message{
  max: 50em;
  max-width: 90%;
  margin: 0 auto 2em auto;
  border: 1px solid #F90;
  padding: 1em 2em;
}
.message p{
  text-align: left;
}
#message p:first-child{
  margin-top: 0;
}
#message p:last-child{
  margin-top: 0;
}
#log-out {
  margin: 0;
}
#log-out a{
  position: absolute;
  display: block;
  top: 32px;
  right: 5%;
  padding: 0.5em 1em;
  border: 1px solid #FFF;
  border-radius: 4px;
  background: rgba(0,0,0,0.65);
  text-transform: uppercase;
  font-size: .77778em;
  font-weight: 400;
  color: #F60;
  margin: 0;
}
#fs_header{
  height: 180px;
  color: #FFF;
  background: #000;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#fs_logo{
  position: absolute;
  top: 2em;
  left: 5%;
}
#fs_header header{
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  padding: 2em 5%;
  height: 100%;
}
#fs_header header h1{
  font-size: 1.33333em;
  font-weight: 400;
  margin-left: 100px;
  margin-top: 0;
  padding-top: 40px;
  text-shadow: #000 0 2px 2px;
  position: absolute;
  top: -20px;
  left: 180px;
  margin: 0;
}
#fs_header .masthead img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: 1280px;
  transform: translate(-50%,-50%);
}
#fs_header nav{
  position: absolute;
  left: 50%;
  bottom: 1em;
  width: 90%;
  background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,.65)) no-repeat right top;
  transform: translateX(-50%);
  max-width: 1152px;
  border-radius: 4px
}
#fs_header nav ul{
  margin: 0;
  padding: 0;
  display: flex;
  background-size: 1px 100%;
}
#fs_header a::before{
  height: 1em;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 8px
}
#fs_header #mn-macros::before{
  content: url(/images/chrome/Macros.svg);
}
#fs_header #mn-jobs::before{
  content: url(/images/chrome/Jobs.svg);
}
#fs_header #mn-ga::before{
  content: url(/images/chrome/GA.svg);
}
#fs_header #mn-ai::before{
  content: url(/images/chrome/AI.svg);
}
#fs_header #mn-gallery::before{
  content: url(/images/chrome/Gallery.svg);
}
#fs_header nav ul li{
  display: block;
  list-style: none;
  width: 25%;
  text-align: center;
  font-size: .88889em;
  font-weight: 400;
  line-height: 1;
  background: transparent linear-gradient(rgba(0,0,0,1), rgba(255,255,255,1)) no-repeat right top;
  background-size: 1px 100%;
}
#fs_header nav ul li:last-child{
  background: none;
}
#fs_header nav ul li:first-child a{
  border-radius: 4px 0 0 4px;
}
#fs_header nav ul li:last-child a{
  border-radius: 0 4px 4px 0;
}
#fs_header nav ul li a,
#fs_header nav ul li a:link,
#fs_header nav ul li a:visited{
  color: #333;
  display: block;
  padding: .5em 0 .5em 0;
  text-decoration: none;
  font-family:'Avenir Next W01';
  transition: background-color .25s ease;
}
#fs_header nav ul li a:hover{
  background-color: #FD0;
}
#fs_body{
  margin: 0 auto;
  padding: 2em 5%;
  max-width: 1280px
}
#fs_filters{
  float:left;
  width:25%;
  position: relative;
}
#fs_filters .panel-heading{
  padding-right: 64px
}
#fs_filters > *:first-child{
  margin-top: 0;
}
#fs_filters .filter-button:disabled::before{
  display: none
}
#fs_filters .filter-button{
  background-color: #FFF;
  padding: .5em 2em .5em 2em;
  margin: 0;
  width: 100%;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #CCC;
  position: relative;
  opacity: 1;
  transition: all .25s ease
}
#fs_filters .filter-button .count{
  position: absolute;
  right: .75em;
  color: #999
}
#fs_filters .filter-button.selected{
  background: #d2e9ff
}
#fs_filters.cats0 #clear-filters{
  opacity: 0;
  right: -100px;
}
#fs_filters.cats0 .filter-button::before{
  opacity: 0;
}
#fs_filters .filter-button.selected::before{
  content: '–'
}
#fs_filters .filter-button.level2{
  padding-left: 3em
}
#fs_filters .filter-button::before{
  content: '+';
  position: absolute;
  left: .75em;
  color: #999
}
#fs_filters button.level2::before{
  left: 1.75em;
}
#fs_filters button.filter{
  width: 100%;
  padding: 10px 10px;
  background: none;
  border: none;
  text-align:left;
  box-sizing: border-box;
  position: relative;
  padding-left:32px;
}
#fs_filters button.filter .fs_name::before{
  content: '+';
  position: absolute;
  left: 10px;
  color: #666
}
#fs_filters button.filter .fs_count{
  color:#CCC;
  position: absolute;
  top: 10px;
  right: 10px;
}
#fs_filters button.filter.active{
  background: #d2e9ff;
}
#fs_filters button.filter.active  .fs_name::before{
  content: '✕';
}
#fs_filters button[disabled].filter{
  color: #CCC;
}
#fs_filters button[disabled].filter .fs_name::before{
  content: "";
}
.filters-heading{
  background: #ececec;
  font-weight: 400;
  background: linear-gradient(#e6e6e6, #ececec);
  padding: 0.5em 1em;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #CCC;
  position: relative;
  overflow: hidden;
}
#fs_results{
  float:right;
  width: 70%;
  position: relative;
}
#fs_results_bar{
  background: #ececec;
  background: linear-gradient(#b2d8fc 0, #d2e9ff 33.33333%, #e6e6e6 66.66667%, #ececec 100%);
  background-size: 100% 300%;
  background-position: 0 0;
  padding: .5em 1em;
  border-radius: 4px;
  margin-left: -1em;
  font-weight: 400;
  box-shadow: #999 0 1px 1px;
  margin-top: 0;
  background-position: 0 0;
  color: #4489ca;
  transition: background-position .25s ease;
}
#fs_results_bar span{
  color: #333;
  transition: color .25s ease;
}
.cats0 #fs_results_bar{
  background-position: 0 100%;
  color: #666;
}
#fs_results_bar .category::before{
  content: ' + ';
  color: #4489ca;
  font-weight: 200;
}
#fs_results_bar .category:first-of-type::before{
  content: ''
}

#clear-filters{
  padding: 6px 10px;
  background: #FD0;
  border: none;
  text-align:left;
  line-height: 1;
  opacity: 1;
  transition: opacity .25s ease, right .25s ease-out;
  box-sizing: border-box;
  position: absolute;
  text-transform: uppercase;
  top: 8px;
  right: 8px;
  border-radius: 2px;
  box-shadow: #999 0 1px 2px;
}
#jobsresults #fs_results{
  float:left;
  width: 100%
}
#jobssearch{
  position: absolute;
  top:0;
  right: 15px;
}
#jobssearch label{
  visibility: hidden;
}
#jobssearch #keywords{
  padding: 6px;
  vertical-align: top;
  border-radius: 4px;
  border: 1px solid #CCC;
}
#download h2{
  font-size: 2em;
  margin-top: 0
}
.container{
  position: relative;
}
.fs_file{
  position: relative;
  clear: both;
  border-bottom: 1px solid #DDD;
  min-height: 180px;
  padding: 1em 1em 1em 120px;
  scroll-margin: 1em;
  margin-left: -1em;
}
.fs_file:target{
  background: #DEF;
}
.fs_file h3{
  padding-right:120px;
  font-weight: normal;
  font-family:'Avenir Next W01';
  margin-bottom: 0;
}
.fs_author{
  margin-top: 0;
  font-size: .77778em;
}
.fs_fileinfo{
  position: absolute;
  left: 1em;
  top: 1em;
  font-size: .77778em;
}
.fs_fileinfo strong{
  font-weight: 400
}
.fs_icon{
  width: 80px;
  height: 80px;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  border-radius: 2px;
  line-height: 0;
  background-color:#9cceff;
}
.fs_icon img{
  display: inline-block
}
.fs_elements_version{
  margin-bottom:0;
}
.fs_build{
  margin-top:0;
}
.fs_description{
  margin-bottom: 1em;
}
.fs_data{
  padding: 8px 15px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  position: relative;
  margin-bottom: 0;
}
.fs_data hr{
  margin:0;
  border: none;
  height:0;
  clear:both;
}
.fs_data ul{
  padding:0;
  width:100%;
  height: auto;
  clear: both;
}
.fs_data li{
  float:left;
  width: 33%;
  list-style: none;
}
.fs_download{
  position: absolute;
  top: 1em;
  right: 1em;
  width: 100px;
}
.fs_download a, .fs_download a:link, .fs_download a:visited,
#download-continue a, #download-continue a:link, #download-continue a:visited{
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: .66667em 0;
  background: #FD0;
  font-size: .77778em;
  font-weight: 400;
  border: none;
  text-align:center;
  line-height: 1;
  border-radius: 2px;
  box-shadow: #999 0 1px 2px;
  width: 100px;
}
.fs_related_files div{
  display: inline-block;
}
.fs_related_files div a{
  display: inline-block;
  background: #ececec;
  border-radius: 4px;
  padding: .5em 1em .5em 2.25em;
  margin-right: .5em;
  line-height: 1;
  font-size: .77778em;
  text-transform: uppercase;
  position: relative;
  transition: background-color .25s ease;
  box-shadow: #999 0 1px 2px;
}
.fs_related_files div a:hover{
  background-color: #FD0;
}
.fs_related_files div a::before{
  width: 15px;
  height: 1em;
  position: absolute;
  left: 8px;
  top: 4px;
}
.fs_docs a::before{
  content: url(/images/chrome/icon-docs.svg);
}
.fs_dataset a::before{
  content: url(/images/chrome/icon-dataset.svg);
}
.fs_related_files div a,
.fs_related_files div a:link,
.fs_related_files div a:visited{
  text-decoration: none;
  color: #333;
  font-weight: 400;
}
#section-links{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em;
}
.home-section{
  width: 50%;
  display: block;
  margin-bottom: 1em;
}
.home-section div{
  padding: 2em;
  text-align: center;
  background: #333;
  background: linear-gradient(#555,#444);
  border-radius: 8px;
  margin: 0 .5em;
  box-shadow: #999 0 2px 2px
}
.home-section h3{
  margin: .5em 0 0 0;
  color: #FFF;
  font-family:'Avenir Next W01';
}
.home-section img{
  height: 60px;
  width: 90px;
}
.home-section:hover div{
  background: #333;
}
#fs_description{
  margin: -1em 0 2em 0;
}
#fs_description p{
  max-width: 50em;
}
#login form{
  max-width: 360px;
  width: 90%;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  background: #ececec;
  background: linear-gradient(rgb(220,220,220),rgb(236,236,236));
  border-radius: 8px;
  box-shadow: #666 0 2px 2px
}
#login p{
  text-align: center;
}
#login form label{
  display: block;
  width: 100%
}
#login form input{
  display: block;
  margin-top: .25em;
}
#login form input[type='text'],
#login form input[type='password']{
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family:'Avenir Next W01';
  padding: .25em;
  border: 0;
  border-radius: 4px;
  box-shadow: inset #999 0 2px 1px
}
#login form label > input{
  display: inline-block;
}
#login form input+label::first-of-type{
  margin-top: 1em;
}
#login form button, .message .button a{
  margin-top: 1em;
  font-size: .77778em;
  background: #FD0;
  font-family:'Avenir Next W01';
  border: 0;
  border-radius: 4px;
  padding: .5em 1em;
  line-height: 1;
  box-shadow: #666 0 2px 1px
}
.message h1{
  text-align: center;
  margin-top: 0
}
.message .button a{
  color: #333; font-weight: 400;
}
#most-recent table col.date{
  width: 180px;
}
#most-recent table col.category{
  width: 180px;
}
#most-recent table{
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
#most-recent th, #most-recent td {
  padding: .5em .5em;
  border-bottom: 1px solid #CCC;
}
#most-recent thead th{
  background: #333;
  color: #FFF
}
#most-recent td.date{
  text-align: right;
}
#most-recent td.date.new{
  background: #DEF;
}
#most-recent tbody th{
  text-align: left;
  font-weight: 400;
}
#most-recent tbody th a{
  color: #069;
  border-bottom: 1px solid #9CF;
}
#most-recent td.category a{
  font-size: .66667em;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  padding: .25em 1em;
  line-height: 1;
  color: #FFF;
  background: #F60;
  border-radius: 2em;
}
#download-warning{
  position: fixed;
  top: 50%;
  left: -1000px;
  transform: translate(-50%,-30%);
  min-width: 300px;
  width: 640px;
  background: #efefef;
  height: auto;
  padding: 2em 2em 4em 2em;
  box-shadow: rgba(0,0,0,0.65) 0 0 16px;
  border-radius: 4px;
  border: 3px solid #F66;
  opacity: 0;
  transition: opacity .5s ease, left 0s ease 1s, transform .5s ease;
}
#download-warning.open{
  left: 50%;
  opacity: 1;
  transform: translate(-50%,-50%);
  transition: opacity .25s ease;
}
#download-warning-description p:first-child{
  margin-top: 0
}
#download-warning-description p:first-child::before{
  content: '\26A0';
  display: block;
  float: left;
  font-size: 2.5em;
  line-height: 1;
  margin-right: .33333em;
  margin-bottom: 0;
}
#download-warning button{
  font-size: 1em;
  border: 0;
  padding: 0;
  width: 100px;
}
#download-warning #download-continue{
  position: absolute;
  bottom: 2em;
  right: 2em;
  margin-bottom: 0;
  line-height: 1;
  background: #666;
}
#download-warning #download-cancel{
  position: absolute;
  bottom: 36px;
  left: 36px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: .66667em 0;
  background: #666;
  font-size: .77778em;
  font-weight: 400;
  border: none;
  text-align:center;
  line-height: 1;
  border-radius: 2px;
  box-shadow: #999 0 1px 2px;
  width: 100px;
}
footer {
  margin: 2em 0 0 0;
  padding-top: 2em;
  position: relative;
  clear: both;
  font-size: .77778em
}
footer ul{
  margin: 0;
  padding: 0;
}
footer li {
  display: inline;
  margin-right: 12px;
}
footer li a:before {
  content: "›";
  font-weight: bold;
  font-size: 1.25em;
  margin-right: 4px;
}
footer .cilogo {
  margin: 0;
  font-weight: 400;
  font-size: 1.28571em;
}
footer .cilogo span {
  display: inline-block;
  white-space: nowrap;
}
footer #copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}
footer footerMenu li.ext a::before {
  content: url(/images/arrow_ext_simple_blue.svg);
}
@media (min-width: 1281px){
  #fs_logo{
    left: 64px;
  }
  #fs_body{
    padding: 2em 64px;
  }
  .home-section{
    width:33.33333%;
  }
}
@media (max-width: 1000px){
  footer #copyright {
    position: relative;
    text-align: right;
  }
}
@media (max-width: 600px){
  #section-links{
    margin: 0;
  }
  .home-section{
    width:100%;
  }
  #fs_header a::before{
    content: '';
    display: none;
  }
  #fs_header #mn-macros::before{
    content: '';
  }
  #fs_header #mn-jobs::before{
    content: '';
  }
  #fs_header #mn-ga::before{
    content: '';
  }
  #fs_header #mn-ai::before{
    content: '';
  }
  #fs_header #mn-gallery::before{
    content: '';
  }
}